libfirm
18 years ago- commented out be_ra_chordal_verify, an algorithm with a really bad asymptotic
Matthias Braun [Wed, 6 Sep 2006 12:01:18 +0000 (12:01 +0000)]
- commented out be_ra_chordal_verify, an algorithm with a really bad asymptotic
  runtime. be_verify_register_allocation should find the same errors anyway...
- fixes for block schedule creation

18 years agoassert that heur 3 assigns an existing register
Matthias Braun [Wed, 6 Sep 2006 09:16:34 +0000 (09:16 +0000)]
assert that heur 3 assigns an existing register

18 years agominor changes
Adam Szalkowski [Wed, 6 Sep 2006 09:09:37 +0000 (09:09 +0000)]
minor changes

18 years agoignore .eps and .log
Christian Würdig [Wed, 6 Sep 2006 07:46:55 +0000 (07:46 +0000)]
ignore .eps and .log

18 years agoquick fix for segfault, ia32 supports only one cg to be initialized at a time (should...
Adam Szalkowski [Wed, 6 Sep 2006 07:16:38 +0000 (07:16 +0000)]
quick fix for segfault, ia32 supports only one cg to be initialized at a time (should be fixed)

18 years agofixed studd to make it run again after matze's commit
Adam Szalkowski [Tue, 5 Sep 2006 20:30:43 +0000 (20:30 +0000)]
fixed studd to make it run again after matze's commit

18 years ago- Split bemain to first prepare all irgs, then instrument and then do the rest
Matthias Braun [Tue, 5 Sep 2006 16:51:15 +0000 (16:51 +0000)]
- Split bemain to first prepare all irgs, then instrument and then do the rest
  of the backend stuff
- Calculate execution frequencies for all irgs early
- Commented out set_Debug stuff in javacoal because it was broken
- Use new execfreq extbb calculation
- some warning fixes

18 years agoonly display something if we found profile data
Matthias Braun [Tue, 5 Sep 2006 09:25:33 +0000 (09:25 +0000)]
only display something if we found profile data

18 years agomallon made it less gammlich
Adam Szalkowski [Tue, 5 Sep 2006 09:23:38 +0000 (09:23 +0000)]
mallon made it less gammlich

18 years agoupdate makreport to allow specifying directories
Matthias Braun [Tue, 5 Sep 2006 09:07:53 +0000 (09:07 +0000)]
update makreport to allow specifying directories

18 years agomore entries for .cvsignore
Matthias Braun [Tue, 5 Sep 2006 09:06:53 +0000 (09:06 +0000)]
more entries for .cvsignore

18 years agoupdate .cvsignore, added a test to alloca
Matthias Braun [Tue, 5 Sep 2006 09:06:12 +0000 (09:06 +0000)]
update .cvsignore, added a test to alloca

18 years agodirty hack for getting assembler file name
Adam Szalkowski [Tue, 5 Sep 2006 07:24:01 +0000 (07:24 +0000)]
dirty hack for getting assembler file name

18 years agoimproved repairing of schedule
Adam Szalkowski [Tue, 5 Sep 2006 07:18:42 +0000 (07:18 +0000)]
improved repairing of schedule

18 years agofixed typo
Matthias Braun [Mon, 4 Sep 2006 22:52:50 +0000 (22:52 +0000)]
fixed typo

18 years agoregistering hook for exec count info in dumped graphs
Adam Szalkowski [Mon, 4 Sep 2006 19:36:33 +0000 (19:36 +0000)]
registering hook for exec count info in dumped graphs

18 years agonot needed anymore here
Matthias Braun [Mon, 4 Sep 2006 18:16:11 +0000 (18:16 +0000)]
not needed anymore here

18 years agoadded status function
Adam Szalkowski [Mon, 4 Sep 2006 18:13:55 +0000 (18:13 +0000)]
added status function

18 years agodumping pressure graph and pressure stats only if requested
Adam Szalkowski [Mon, 4 Sep 2006 17:55:00 +0000 (17:55 +0000)]
dumping pressure graph and pressure stats only if requested

18 years agofixed entity name
Christian Würdig [Mon, 4 Sep 2006 16:13:04 +0000 (16:13 +0000)]
fixed entity name
fixed indent

18 years agofixed profile support
Christian Würdig [Mon, 4 Sep 2006 15:10:32 +0000 (15:10 +0000)]
fixed profile support
fixed comments
fixed indents

18 years agofixed ctor support
Christian Würdig [Mon, 4 Sep 2006 15:09:24 +0000 (15:09 +0000)]
fixed ctor support

18 years agoforgot to close file
Adam Szalkowski [Mon, 4 Sep 2006 13:03:48 +0000 (13:03 +0000)]
forgot to close file

18 years agooops
Adam Szalkowski [Mon, 4 Sep 2006 13:02:55 +0000 (13:02 +0000)]
oops

18 years agofix warnings
Matthias Braun [Mon, 4 Sep 2006 12:55:43 +0000 (12:55 +0000)]
fix warnings

18 years agowarning fix
Matthias Braun [Mon, 4 Sep 2006 12:50:49 +0000 (12:50 +0000)]
warning fix

18 years agofix abi ignore alloca input memory
Matthias Braun [Mon, 4 Sep 2006 12:49:31 +0000 (12:49 +0000)]
fix abi ignore alloca input memory

18 years agowarning fix
Matthias Braun [Mon, 4 Sep 2006 12:49:13 +0000 (12:49 +0000)]
warning fix

18 years agochanged api and inserted into bemain
Adam Szalkowski [Mon, 4 Sep 2006 12:36:22 +0000 (12:36 +0000)]
changed api and inserted into bemain

18 years agofixed segfault
Adam Szalkowski [Mon, 4 Sep 2006 12:21:38 +0000 (12:21 +0000)]
fixed segfault

18 years agoadded ctor section support
Christian Würdig [Mon, 4 Sep 2006 12:10:22 +0000 (12:10 +0000)]
added ctor section support

18 years agocollect option in be_options variable
Christian Würdig [Mon, 4 Sep 2006 12:09:44 +0000 (12:09 +0000)]
collect option in be_options variable

18 years agofixed C99 style
Christian Würdig [Mon, 4 Sep 2006 12:06:58 +0000 (12:06 +0000)]
fixed C99 style
return init irg

18 years agofixed C99 style
Christian Würdig [Mon, 4 Sep 2006 12:06:30 +0000 (12:06 +0000)]
fixed C99 style

18 years agoadded call and set for determining cosntructor entities
Christian Würdig [Mon, 4 Sep 2006 12:05:25 +0000 (12:05 +0000)]
added call and set for determining cosntructor entities

18 years agoanother typo
Adam Szalkowski [Mon, 4 Sep 2006 11:48:04 +0000 (11:48 +0000)]
another typo

18 years agofixed typo
Adam Szalkowski [Mon, 4 Sep 2006 11:45:30 +0000 (11:45 +0000)]
fixed typo

18 years agotemplate for function identifying constructors
Adam Szalkowski [Mon, 4 Sep 2006 11:18:15 +0000 (11:18 +0000)]
template for function identifying constructors

18 years agofixes
Matthias Braun [Mon, 4 Sep 2006 10:54:50 +0000 (10:54 +0000)]
fixes

18 years agoadded beprofile.c to makefile
Adam Szalkowski [Mon, 4 Sep 2006 08:23:53 +0000 (08:23 +0000)]
added beprofile.c to makefile

18 years agoit compiles
Adam Szalkowski [Mon, 4 Sep 2006 08:21:19 +0000 (08:21 +0000)]
it compiles

18 years agoforgot to add remove_empty_blocks
Matthias Braun [Mon, 4 Sep 2006 07:02:14 +0000 (07:02 +0000)]
forgot to add remove_empty_blocks

18 years ago- Tried to remove empty blocks before emitting, but commented it out again
Matthias Braun [Mon, 4 Sep 2006 06:49:12 +0000 (06:49 +0000)]
- Tried to remove empty blocks before emitting, but commented it out again
  as the irextbb algo fails for critical edges
- Make sure removed nodes have their preds set to Bad
- some cleanups

18 years agoa function to remove blocks that just contain a jump
Matthias Braun [Mon, 4 Sep 2006 06:40:18 +0000 (06:40 +0000)]
a function to remove blocks that just contain a jump

18 years agofixed lots of compilation errors (why is an unfinished file in cvs?)
Matthias Braun [Mon, 4 Sep 2006 06:39:31 +0000 (06:39 +0000)]
fixed lots of compilation errors (why is an unfinished file in cvs?)

18 years agoset preds to bad for removed nodes
Matthias Braun [Mon, 4 Sep 2006 06:04:03 +0000 (06:04 +0000)]
set preds to bad for removed nodes

18 years agoverifier to check that no out edges point to dead/removed nodes
Matthias Braun [Sun, 3 Sep 2006 21:29:36 +0000 (21:29 +0000)]
verifier to check that no out edges point to dead/removed nodes

18 years agoverifier to check that no out edges point to dead/removed nodes
Matthias Braun [Sun, 3 Sep 2006 21:29:16 +0000 (21:29 +0000)]
verifier to check that no out edges point to dead/removed nodes

18 years agomake sure to set all preds to Bad for removed nodes
Matthias Braun [Sun, 3 Sep 2006 21:24:42 +0000 (21:24 +0000)]
make sure to set all preds to Bad for removed nodes

18 years agosome code I wrote today. somebody please finish this.
Adam Szalkowski [Sun, 3 Sep 2006 20:02:39 +0000 (20:02 +0000)]
some code I wrote today. somebody please finish this.

18 years agoadded statistics events
Sebastian Hack [Sun, 3 Sep 2006 15:30:29 +0000 (15:30 +0000)]
added statistics events

18 years agoAdded statistics events in several files
Sebastian Hack [Sun, 3 Sep 2006 14:52:12 +0000 (14:52 +0000)]
Added statistics events in several files

18 years agofixed issue when original definition of a node is removed
Adam Szalkowski [Sun, 3 Sep 2006 08:45:07 +0000 (08:45 +0000)]
fixed issue when original definition of a node is removed

18 years agofixed a bug
Adam Szalkowski [Sat, 2 Sep 2006 11:22:26 +0000 (11:22 +0000)]
fixed a bug

18 years agohandling barrier stuff
Adam Szalkowski [Fri, 1 Sep 2006 14:06:56 +0000 (14:06 +0000)]
handling barrier stuff

18 years agopn_Cmp_Ne + pn_Cmp_Uo leads to unknown proj code since Ou is already contained in...
Sebastian Hack [Thu, 31 Aug 2006 17:55:35 +0000 (17:55 +0000)]
pn_Cmp_Ne + pn_Cmp_Uo leads to unknown proj code since Ou is already contained in Ne!!!!!!!!!!!!!

18 years agoadapted to new callback
Christian Würdig [Thu, 31 Aug 2006 15:51:23 +0000 (15:51 +0000)]
adapted to new callback

18 years agoadapted to new callback
Christian Würdig [Thu, 31 Aug 2006 15:51:09 +0000 (15:51 +0000)]
adapted to new callback

18 years agoadapted to new callback
Christian Würdig [Thu, 31 Aug 2006 15:50:53 +0000 (15:50 +0000)]
adapted to new callback

18 years agoadapted to new callback
Christian Würdig [Thu, 31 Aug 2006 15:50:36 +0000 (15:50 +0000)]
adapted to new callback

18 years agofix bad include path
Matthias Braun [Thu, 31 Aug 2006 15:49:47 +0000 (15:49 +0000)]
fix bad include path

18 years agoadded scheduling modules
Christian Würdig [Thu, 31 Aug 2006 15:47:09 +0000 (15:47 +0000)]
added scheduling modules

18 years agobugfix
Matthias Braun [Thu, 31 Aug 2006 15:21:49 +0000 (15:21 +0000)]
bugfix

18 years ago- Refactored finish/after_ra phases a bit, stacknode fixup and stack bias
Matthias Braun [Thu, 31 Aug 2006 14:39:41 +0000 (14:39 +0000)]
- Refactored finish/after_ra phases a bit, stacknode fixup and stack bias
  walking occurs before finish phase now
- changed ia32 to do some things transforms from finish phase in after_ra phase
  already but do peephole optimization in finish phase.
- Added a peephole optimisation that transform IncSP,Store cascades to
  Pushs
- Replaced several HASH_PTR with nodeset_hash to make compiler more
  deterministic.

18 years agoadded -b config=<filename> switch
Sebastian Hack [Thu, 31 Aug 2006 14:35:43 +0000 (14:35 +0000)]
added -b config=<filename> switch
backend options can then be read from arbitrary files

18 years agoRemoved bogus printf
Sebastian Hack [Thu, 31 Aug 2006 14:30:36 +0000 (14:30 +0000)]
Removed bogus printf

18 years agoremoved dynamic load functions if USE_JVM is not set
Michael Beck [Thu, 31 Aug 2006 13:39:44 +0000 (13:39 +0000)]
removed dynamic load functions if USE_JVM is not set

18 years agofixed requirements for ShrD and ShlD
Christian Würdig [Thu, 31 Aug 2006 13:27:42 +0000 (13:27 +0000)]
fixed requirements for ShrD and ShlD

18 years agoupdated
Michael Beck [Thu, 31 Aug 2006 12:35:10 +0000 (12:35 +0000)]
updated

18 years agoadd support for external tls variables
Michael Beck [Thu, 31 Aug 2006 12:34:34 +0000 (12:34 +0000)]
add support for external tls variables

18 years agoAdd support for Linux TLS
Michael Beck [Thu, 31 Aug 2006 12:10:43 +0000 (12:10 +0000)]
Add support for Linux TLS

18 years agosome cosmetic changes
Michael Beck [Thu, 31 Aug 2006 12:10:14 +0000 (12:10 +0000)]
some cosmetic changes
handle be_Copy(Const)

18 years ago- connect function call argument stores to NoMem instead of call Mem
Matthias Braun [Thu, 31 Aug 2006 11:40:15 +0000 (11:40 +0000)]
- connect function call argument stores to NoMem instead of call Mem
- warning fixes

18 years agoOops
Sebastian Hack [Thu, 31 Aug 2006 08:50:03 +0000 (08:50 +0000)]
Oops

18 years agoMore bug fixing
Sebastian Hack [Thu, 31 Aug 2006 08:49:38 +0000 (08:49 +0000)]
More bug fixing

18 years agomode_T nodes can also have dep edges
Sebastian Hack [Thu, 31 Aug 2006 08:49:18 +0000 (08:49 +0000)]
mode_T nodes can also have dep edges
Cosmetic changes

18 years agouse our custom assembler, small fixes
Matthias Braun [Thu, 31 Aug 2006 08:40:15 +0000 (08:40 +0000)]
use our custom assembler, small fixes

18 years agonow hopefully computing number of available registers correctly
Adam Szalkowski [Thu, 31 Aug 2006 08:31:24 +0000 (08:31 +0000)]
now hopefully computing number of available registers correctly

18 years agoles with WITH_LIBCORE disabled again
Michael Beck [Wed, 30 Aug 2006 17:41:47 +0000 (17:41 +0000)]
les with WITH_LIBCORE disabled again

18 years agoBugFix:
Michael Beck [Wed, 30 Aug 2006 17:40:58 +0000 (17:40 +0000)]
BugFix:
 - fixed call to get_irg_estimated_node_cnt()
compiles with WITH_LIBCORE disabled again

18 years agocompiles with WITH_LIBCORE disabled again
Michael Beck [Wed, 30 Aug 2006 17:40:04 +0000 (17:40 +0000)]
compiles with WITH_LIBCORE disabled again

18 years agofix warning
Matthias Braun [Wed, 30 Aug 2006 16:13:40 +0000 (16:13 +0000)]
fix warning

18 years agofix uninitialized chordal_grp
Matthias Braun [Wed, 30 Aug 2006 16:12:13 +0000 (16:12 +0000)]
fix uninitialized chordal_grp

18 years agomore cmov emitter fixes
Matthias Braun [Wed, 30 Aug 2006 13:04:58 +0000 (13:04 +0000)]
more cmov emitter fixes

18 years agoAdd case for symconst_enum_const kind SymConsts
Michael Beck [Wed, 30 Aug 2006 12:35:54 +0000 (12:35 +0000)]
Add case for symconst_enum_const kind SymConsts

18 years agohopefully fixed registerhypertony at bb end
Adam Szalkowski [Wed, 30 Aug 2006 12:27:46 +0000 (12:27 +0000)]
hopefully fixed registerhypertony at bb end

18 years agoHandle symconst_enum_const case
Michael Beck [Wed, 30 Aug 2006 12:23:50 +0000 (12:23 +0000)]
Handle symconst_enum_const case

18 years agobe_Call is now a fragile op (like Call). This allows ProjX from Call nodes to the...
Michael Beck [Wed, 30 Aug 2006 11:11:43 +0000 (11:11 +0000)]
be_Call is now a fragile op (like Call). This allows ProjX from Call nodes to the End node even in backend.

18 years agoadded missing include
Michael Beck [Wed, 30 Aug 2006 09:24:35 +0000 (09:24 +0000)]
added missing include

18 years agoFixed a bug !?
Sebastian Hack [Wed, 30 Aug 2006 08:30:44 +0000 (08:30 +0000)]
Fixed a bug !?

18 years agofixed wrong position of #endif
Christian Würdig [Wed, 30 Aug 2006 08:25:12 +0000 (08:25 +0000)]
fixed wrong position of #endif

18 years agodo not invert pnc on cmp in finish, as cmp gets normalized on creation
Christian Würdig [Wed, 30 Aug 2006 08:23:42 +0000 (08:23 +0000)]
do not invert pnc on cmp in finish, as cmp gets normalized on creation

18 years agocompilerhang 4
Matthias Braun [Wed, 30 Aug 2006 07:45:12 +0000 (07:45 +0000)]
compilerhang 4

18 years agooops
Matthias Braun [Tue, 29 Aug 2006 16:37:28 +0000 (16:37 +0000)]
oops

18 years agofix immediate on left input of Cond
Matthias Braun [Tue, 29 Aug 2006 16:36:29 +0000 (16:36 +0000)]
fix immediate on left input of Cond

18 years agoremove debug message
Matthias Braun [Tue, 29 Aug 2006 14:11:40 +0000 (14:11 +0000)]
remove debug message

18 years agogcc emulating advanced edg wrapper script
Matthias Braun [Tue, 29 Aug 2006 13:46:01 +0000 (13:46 +0000)]
gcc emulating advanced edg wrapper script

18 years agofix fucompp emitter when no register is needed
Matthias Braun [Tue, 29 Aug 2006 13:05:32 +0000 (13:05 +0000)]
fix fucompp emitter when no register is needed

18 years agoAdded schedulers
Sebastian Hack [Tue, 29 Aug 2006 12:51:39 +0000 (12:51 +0000)]
Added schedulers

18 years agofixed backend callback
Christian Würdig [Tue, 29 Aug 2006 12:11:30 +0000 (12:11 +0000)]
fixed backend callback