libfirm
17 years agoremoved wrongly placed
Michael Beck [Fri, 1 Jun 2007 18:22:11 +0000 (18:22 +0000)]
removed wrongly placed

[r14250]

17 years agomove pseudo irg
Matthias Braun [Fri, 1 Jun 2007 16:08:10 +0000 (16:08 +0000)]
move pseudo irg

[r14247]

17 years agomove adt headers
Matthias Braun [Fri, 1 Jun 2007 15:55:50 +0000 (15:55 +0000)]
move adt headers

[r14243]

17 years agoforgto to add that
Matthias Braun [Fri, 1 Jun 2007 15:50:18 +0000 (15:50 +0000)]
forgto to add that

[r14241]

17 years agomoved external headers into include dir
Matthias Braun [Fri, 1 Jun 2007 15:47:30 +0000 (15:47 +0000)]
moved external headers into include dir

[r14240]

17 years agoConstify.
Christoph Mallon [Thu, 31 May 2007 18:52:39 +0000 (18:52 +0000)]
Constify.

[r14224]

17 years agoInitialization fixed
Michael Beck [Thu, 31 May 2007 17:30:25 +0000 (17:30 +0000)]
Initialization fixed

[r14223]

17 years agobedaemelspill.c added
Michael Beck [Thu, 31 May 2007 17:24:52 +0000 (17:24 +0000)]
bedaemelspill.c added

[r14222]

17 years agoAdd constraints to the ASM node
Michael Beck [Thu, 31 May 2007 17:21:46 +0000 (17:21 +0000)]
Add constraints to the ASM node

[r14220]

17 years agomore work on daemel spiller
Matthias Braun [Thu, 31 May 2007 16:28:18 +0000 (16:28 +0000)]
more work on daemel spiller

[r14219]

17 years agoadded constraints to ASM nodes
Michael Beck [Thu, 31 May 2007 15:52:34 +0000 (15:52 +0000)]
added constraints to ASM nodes

[r14215]

17 years agoAdded changes for inline assembler
Michael Beck [Thu, 31 May 2007 15:51:32 +0000 (15:51 +0000)]
Added changes for inline assembler

[r14214]

17 years agofix assembler nodes
Matthias Braun [Thu, 31 May 2007 11:48:50 +0000 (11:48 +0000)]
fix assembler nodes

[r14211]

17 years agofixed partBlock construction
Michael Beck [Thu, 31 May 2007 07:30:53 +0000 (07:30 +0000)]
fixed partBlock construction

[r14210]

17 years agoAdded test for inline assembler
Michael Beck [Wed, 30 May 2007 22:28:59 +0000 (22:28 +0000)]
Added test for inline assembler

[r14207]

17 years agois_ASM() added
Michael Beck [Wed, 30 May 2007 22:27:02 +0000 (22:27 +0000)]
is_ASM() added

[r14206]

17 years agopreliminary emitter for ASM nodes
Michael Beck [Wed, 30 May 2007 22:26:30 +0000 (22:26 +0000)]
preliminary emitter for ASM nodes

[r14205]

17 years agoschedule ASM nodes
Michael Beck [Wed, 30 May 2007 22:26:02 +0000 (22:26 +0000)]
schedule ASM nodes

[r14204]

17 years agoplaced the call the _get_irn_intra_arity() again into the assert: no need to execute...
Michael Beck [Wed, 30 May 2007 20:48:22 +0000 (20:48 +0000)]
placed the call the _get_irn_intra_arity() again into the assert: no need to execute it with NDEBUG: revert change 14194

[r14203]

17 years agoenabled non-ia32 backends again: undo change 14191
Michael Beck [Wed, 30 May 2007 20:34:04 +0000 (20:34 +0000)]
enabled non-ia32 backends again: undo change 14191

[r14202]

17 years agoreorder opcode registration to match iro_* order
Michael Beck [Wed, 30 May 2007 20:20:55 +0000 (20:20 +0000)]
reorder opcode registration to match iro_* order

[r14201]

17 years agoDo not waste an opcode number. This ensures the 1:1 mapping from iro_* to opcode...
Michael Beck [Wed, 30 May 2007 20:20:28 +0000 (20:20 +0000)]
Do not waste an opcode number. This ensures the 1:1 mapping from iro_* to opcode in the irp.

[r14200]

17 years agoIA32-Backend expects that the irg has a iro_* to opcode mapping. Ensure that by an...
Michael Beck [Wed, 30 May 2007 20:19:08 +0000 (20:19 +0000)]
IA32-Backend expects that the irg has a iro_* to opcode mapping. Ensure that by an additional assert.

[r14199]

17 years agoreorder opcode registration to match iro_* order
Michael Beck [Wed, 30 May 2007 20:16:26 +0000 (20:16 +0000)]
reorder opcode registration to match iro_* order

[r14198]

17 years agochanged attribute name from asm to assem as asm is a reserved keyword an GCC does...
Christian Würdig [Wed, 30 May 2007 17:00:01 +0000 (17:00 +0000)]
changed attribute name from asm to assem as asm is a reserved keyword an GCC does not like it as attribute name

[r14197]

17 years agovproj nodes
Andreas Schösser [Wed, 30 May 2007 16:30:51 +0000 (16:30 +0000)]
vproj nodes

[r14194]

17 years agofixed bug: Wrong opcode range was requested in be
Andreas Schösser [Wed, 30 May 2007 16:30:17 +0000 (16:30 +0000)]
fixed bug: Wrong opcode range was requested in be

[r14193]

17 years agofixed bug: Wrong opcode range was requested in be
Andreas Schösser [Wed, 30 May 2007 16:29:54 +0000 (16:29 +0000)]
fixed bug: Wrong opcode range was requested in be

[r14192]

17 years agofixed bug: Wrong opcode range was requested in be
Andreas Schösser [Wed, 30 May 2007 16:29:43 +0000 (16:29 +0000)]
fixed bug: Wrong opcode range was requested in be

[r14191]

17 years agorenamed reserved word asm :-)
Michael Beck [Wed, 30 May 2007 16:18:41 +0000 (16:18 +0000)]
renamed reserved word asm :-)

[r14190]

17 years agoAdded preliminary ASM node.
Michael Beck [Wed, 30 May 2007 16:16:06 +0000 (16:16 +0000)]
Added preliminary ASM node.
Fixed Proj(X_regular) node dumping.

[r14188]

17 years agokeep alive bugfixes for x87
Matthias Braun [Wed, 30 May 2007 14:08:38 +0000 (14:08 +0000)]
keep alive bugfixes for x87

[r14183]

17 years agoAdd missing keep bits to fld* instructions
Michael Beck [Wed, 30 May 2007 13:10:44 +0000 (13:10 +0000)]
Add missing keep bits to fld* instructions

[r14182]

17 years agoAdd constructors for PartBlock
Michael Beck [Wed, 30 May 2007 13:06:47 +0000 (13:06 +0000)]
Add constructors for PartBlock

renamed boolean attributes x into is_x

[r14181]

17 years agofix xStoreSimple and SetST0
Matthias Braun [Wed, 30 May 2007 12:49:38 +0000 (12:49 +0000)]
fix xStoreSimple and SetST0

[r14179]

17 years agoget_divop_resmod() added
Michael Beck [Wed, 30 May 2007 12:41:44 +0000 (12:41 +0000)]
get_divop_resmod() added
PartBlock() constructors added

renamed boolean attributes x into is_x

[r14178]

17 years agomake x87 float mode default
Matthias Braun [Wed, 30 May 2007 12:39:05 +0000 (12:39 +0000)]
make x87 float mode default

[r14177]

17 years agoplace spills after keeps
Matthias Braun [Wed, 30 May 2007 12:34:04 +0000 (12:34 +0000)]
place spills after keeps

[r14176]

17 years agofixed turn_into_tuple()
Michael Beck [Tue, 29 May 2007 16:07:45 +0000 (16:07 +0000)]
fixed turn_into_tuple()

[r14132]

17 years agocopy 'n' paste error fixed
Michael Beck [Tue, 29 May 2007 16:07:02 +0000 (16:07 +0000)]
copy 'n' paste error fixed

[r14131]

17 years agoconvopt.[ch] added
Michael Beck [Tue, 29 May 2007 15:23:46 +0000 (15:23 +0000)]
convopt.[ch] added

[r14124]

17 years agospill phis in daemel spiller
Matthias Braun [Tue, 29 May 2007 15:04:00 +0000 (15:04 +0000)]
spill phis in daemel spiller

[r14115]

17 years agoadded the daemel spiller(tm) :-), it should be similar to the stupid interference...
Matthias Braun [Tue, 29 May 2007 14:57:17 +0000 (14:57 +0000)]
added the daemel spiller(tm) :-), it should be similar to the stupid interference graph based spilling most other register allocators do

[r14113]

17 years agocleanups in spill helper code
Matthias Braun [Tue, 29 May 2007 14:56:30 +0000 (14:56 +0000)]
cleanups in spill helper code

[r14112]

17 years agoia32 was missing spill cost estimates
Matthias Braun [Tue, 29 May 2007 14:50:47 +0000 (14:50 +0000)]
ia32 was missing spill cost estimates

[r14110]

17 years agoConstify.
Christoph Mallon [Mon, 28 May 2007 10:15:40 +0000 (10:15 +0000)]
Constify.

[r14066]

17 years agoRemove unused variables.
Christoph Mallon [Mon, 28 May 2007 10:06:34 +0000 (10:06 +0000)]
Remove unused variables.

[r14065]

17 years agoMake the conv opt analysis and transformation code symmetrical.
Christoph Mallon [Sun, 27 May 2007 10:12:47 +0000 (10:12 +0000)]
Make the conv opt analysis and transformation code symmetrical.

[r14051]

17 years ago- Push Convs through Phis
Christoph Mallon [Sat, 26 May 2007 17:45:57 +0000 (17:45 +0000)]
- Push Convs through Phis
- Fix an off by one error which made the decision to do the Conv transformation too conservative
- Iterate Conv opt and local opt till the fix point is reached

[r14049]

17 years agoAdd the -f{,no-}deconv switches do {en,dis}able the conv node optimization.
Christoph Mallon [Sat, 26 May 2007 10:43:19 +0000 (10:43 +0000)]
Add the -f{,no-}deconv switches do {en,dis}able the conv node optimization.

[r14048]

17 years agoBugFix: type conversion must signed extend for the destination mode
Michael Beck [Fri, 25 May 2007 16:46:23 +0000 (16:46 +0000)]
BugFix: type conversion must signed extend for the destination mode

[r14042]

17 years agoBugFix: _divmod() returned wrong result for -x/x : fixed
Michael Beck [Fri, 25 May 2007 16:37:55 +0000 (16:37 +0000)]
BugFix: _divmod() returned wrong result for -x/x : fixed

Indentation changed

[r14041]

17 years agoint instruction added
Michael Beck [Fri, 25 May 2007 14:42:59 +0000 (14:42 +0000)]
int instruction added

[r14039]

17 years agoUse new result mode and updated X_regular for the runtime call mapper
Michael Beck [Fri, 25 May 2007 14:36:44 +0000 (14:36 +0000)]
Use new result mode and updated X_regular for the runtime call mapper

[r14037]

17 years agohandle the new X_regular Proj's
Michael Beck [Fri, 25 May 2007 14:35:51 +0000 (14:35 +0000)]
handle the new X_regular Proj's
add support for mode_T nodes with a result mode (currently Load and Div like)

[r14036]

17 years agoadd_hidden_param() handle the new X_regular Proj
Michael Beck [Fri, 25 May 2007 14:34:54 +0000 (14:34 +0000)]
add_hidden_param() handle the new X_regular Proj

[r14035]

17 years agoAdd missing break in a switch which caused an incorrect assertion.
Christoph Mallon [Thu, 24 May 2007 13:36:03 +0000 (13:36 +0000)]
Add missing break in a switch which caused an incorrect assertion.

[r14025]

17 years agoturn_into_tuple() should use get_irn_n(..., -1) instead of get_nodes_block()
Michael Beck [Thu, 24 May 2007 13:34:00 +0000 (13:34 +0000)]
turn_into_tuple() should use get_irn_n(..., -1) instead of get_nodes_block()

some reformatting

[r14024]

17 years agoDo not add Bad nodes to the keep-alive
Michael Beck [Thu, 24 May 2007 13:00:43 +0000 (13:00 +0000)]
Do not add Bad nodes to the keep-alive
Removed old (and wrong) comment

[r14022]

17 years agofixed verify for new X_regular Proj's
Michael Beck [Thu, 24 May 2007 12:40:00 +0000 (12:40 +0000)]
fixed verify for new X_regular Proj's
fixed Bound, CopyB node verifier

changed indentation

[r14021]

17 years agoremoved impossible address modes
Michael Beck [Wed, 23 May 2007 23:54:06 +0000 (23:54 +0000)]
removed impossible address modes
convert Lea's into Shl if possible

[r14015]

17 years agosome doxygen comments added
Michael Beck [Wed, 23 May 2007 23:53:03 +0000 (23:53 +0000)]
some doxygen comments added
removed impossible address modes

[r14014]

17 years agoFixed the (meanwhile wrong) turn_into_tuple(...,4), so inlining works again.
Michael Beck [Wed, 23 May 2007 23:52:15 +0000 (23:52 +0000)]
Fixed the (meanwhile wrong) turn_into_tuple(...,4), so inlining works again.

[r14013]

17 years agoCond nodes are a kind of cf node, too. Therefore also ignore them when copying block...
Christoph Mallon [Wed, 23 May 2007 21:00:07 +0000 (21:00 +0000)]
Cond nodes are a kind of cf node, too. Therefore also ignore them when copying block contents during condeval. Otherwise this leads to fake users during repeated condeval and somehow to a violation of the def-use-dominance.

[r14012]

17 years agoemit .skip if a string initializer is shorter than the entity
Matthias Braun [Wed, 23 May 2007 20:18:10 +0000 (20:18 +0000)]
emit .skip if a string initializer is shorter than the entity

[r14011]

17 years agofehler 16, found in 255.vortex
Matthias Braun [Wed, 23 May 2007 20:11:24 +0000 (20:11 +0000)]
fehler 16, found in 255.vortex

[r14010]

17 years agofix height computation for phi nodes
Matthias Braun [Wed, 23 May 2007 18:43:07 +0000 (18:43 +0000)]
fix height computation for phi nodes

[r14009]

17 years agoAdded new Proj_X_regular for all nodes producing a Proj_X_exc to support the new...
Michael Beck [Wed, 23 May 2007 15:52:30 +0000 (15:52 +0000)]
Added new Proj_X_regular for all nodes producing a Proj_X_exc to support the new macro blocks

[r14008]

17 years agomissing include added
Michael Beck [Wed, 23 May 2007 15:47:08 +0000 (15:47 +0000)]
missing include added

[r14007]

17 years agoadded a callback function to check whether a given entity is a allocation call
Michael Beck [Wed, 23 May 2007 15:07:28 +0000 (15:07 +0000)]
added a callback function to check whether a given entity is a allocation call

[r14006]

17 years agoadd_irn_keepalive()
Michael Beck [Wed, 23 May 2007 13:56:17 +0000 (13:56 +0000)]
add_irn_keepalive()
- only Phi, Block and Keep nodes can be kept alive!

Workaround for beabi:
- beabi needs to keep a Proj(M) :-(

[r14005]

17 years ago- changed Phi0 attribute to be a struct
Michael Beck [Wed, 23 May 2007 13:15:57 +0000 (13:15 +0000)]
- changed Phi0 attribute to be a struct
- Phi0 attribute is only available onb Phi0 nodes

This should now allow CSE on Phi nodes!

[r14002]

17 years agoadded some comments
Christian Würdig [Wed, 23 May 2007 11:31:45 +0000 (11:31 +0000)]
added some comments
removed unused code
added some optimizations

[r14001]

17 years agoUsed new Div result mode
Michael Beck [Wed, 23 May 2007 10:03:32 +0000 (10:03 +0000)]
Used new Div result mode

[r13999]

17 years agoVerify new result mode
Michael Beck [Wed, 23 May 2007 10:02:13 +0000 (10:02 +0000)]
Verify new result mode

[r13997]

17 years agoAdd result mode to Division operations.
Michael Beck [Wed, 23 May 2007 09:49:24 +0000 (09:49 +0000)]
Add result mode to Division operations.

[r13995]

17 years agoUse the more verbose comment on the edges-execfreq workaround matze originally wrote.
Christoph Mallon [Wed, 23 May 2007 09:03:09 +0000 (09:03 +0000)]
Use the more verbose comment on the edges-execfreq workaround matze originally wrote.

[r13994]

17 years agofix uninitialized variables
Matthias Braun [Wed, 23 May 2007 08:53:32 +0000 (08:53 +0000)]
fix uninitialized variables

[r13993]

17 years agoLoads do not remove any nodes from the exec after sets. Also fix a 'node leak'.
Christoph Mallon [Tue, 22 May 2007 18:46:05 +0000 (18:46 +0000)]
Loads do not remove any nodes from the exec after sets. Also fix a 'node leak'.

[r13991]

17 years agoFix constness.
Christoph Mallon [Tue, 22 May 2007 18:36:04 +0000 (18:36 +0000)]
Fix constness.

[r13990]

17 years agoworkaround
Matthias Braun [Tue, 22 May 2007 15:23:39 +0000 (15:23 +0000)]
workaround

[r13985]

17 years agoliveness variants with ir_nodeset_t
Matthias Braun [Tue, 22 May 2007 14:39:38 +0000 (14:39 +0000)]
liveness variants with ir_nodeset_t

[r13983]

17 years agofix my last committ
Matthias Braun [Tue, 22 May 2007 14:37:08 +0000 (14:37 +0000)]
fix my last committ

[r13982]

17 years agocorrect usage of get_irn_generic_attr
Matthias Braun [Tue, 22 May 2007 14:24:31 +0000 (14:24 +0000)]
correct usage of get_irn_generic_attr

[r13981]

17 years agofix
Matthias Braun [Tue, 22 May 2007 14:19:01 +0000 (14:19 +0000)]
fix

[r13980]

17 years agoadd get_irn_generic_attr_const
Matthias Braun [Tue, 22 May 2007 14:11:43 +0000 (14:11 +0000)]
add get_irn_generic_attr_const

[r13979]

17 years agoBugFix: the order of the coloring is important!
Christian Würdig [Tue, 22 May 2007 13:33:03 +0000 (13:33 +0000)]
BugFix: the order of the coloring is important!

[r13975]

17 years agosimplify testcase
Matthias Braun [Mon, 21 May 2007 20:27:59 +0000 (20:27 +0000)]
simplify testcase

[r13973]

17 years agodemonstrate another frontend bug
Matthias Braun [Mon, 21 May 2007 20:25:23 +0000 (20:25 +0000)]
demonstrate another frontend bug

[r13972]

17 years agobe a bit less exact with float results so we don't get wrong error reports because...
Matthias Braun [Mon, 21 May 2007 20:02:47 +0000 (20:02 +0000)]
be a bit less exact with float results so we don't get wrong error reports because of spilling

[r13971]

17 years agotestcase for conv optimisation bugs
Matthias Braun [Mon, 21 May 2007 19:17:22 +0000 (19:17 +0000)]
testcase for conv optimisation bugs

[r13970]

17 years agofix conv optimisation, remove wrong asserts
Matthias Braun [Mon, 21 May 2007 19:09:25 +0000 (19:09 +0000)]
fix conv optimisation, remove wrong asserts

[r13969]

17 years agodon't do the tests twice
Matthias Braun [Mon, 21 May 2007 19:04:39 +0000 (19:04 +0000)]
don't do the tests twice

[r13968]

17 years agomade testcase smaller
Matthias Braun [Mon, 21 May 2007 18:18:46 +0000 (18:18 +0000)]
made testcase smaller

[r13964]

17 years agomade testcase smaller
Matthias Braun [Mon, 21 May 2007 18:16:28 +0000 (18:16 +0000)]
made testcase smaller

[r13963]

17 years agonext bug found in 179.parser
Matthias Braun [Mon, 21 May 2007 17:55:58 +0000 (17:55 +0000)]
next bug found in 179.parser

[r13962]

17 years agoonly use addressmode for 32 bit modes
Matthias Braun [Mon, 21 May 2007 17:29:18 +0000 (17:29 +0000)]
only use addressmode for 32 bit modes

[r13961]

17 years agofix it in a more ugly way
Matthias Braun [Mon, 21 May 2007 15:13:35 +0000 (15:13 +0000)]
fix it in a more ugly way

[r13960]

17 years agodisable locale
Matthias Braun [Mon, 21 May 2007 15:10:17 +0000 (15:10 +0000)]
disable locale

[r13959]

17 years agoAdd code to kill dead kept Phi nodes
Michael Beck [Mon, 21 May 2007 15:05:14 +0000 (15:05 +0000)]
Add code to kill  dead kept Phi nodes

[r13958]