fixed SetST0 register settings
[libfirm] / ir /
2006-09-25 Christian Würdigfixed SetST0 register settings
2006-09-25 Matthias Braunfix bad modes for some Float2Int convs
2006-09-25 Christian Würdigfixed bipartite decomposition
2006-09-25 Christian Würdigadded descendent walk visited flag, due to Phi loops
2006-09-25 Christian Würdigadded options
2006-09-25 Christian Würdigmoved scheduler options to scheduling module
2006-09-22 Christian Würdigfixed SSE returns
2006-09-21 Christian Würdigset register for SetST0 on creation
2006-09-21 Christian Würdigremoved is_Start macro, there exists a firm function now
2006-09-21 Christian Würdigadded missing include
2006-09-21 Christian Würdigchanged behaviour, use real nodes instead of projs
2006-09-21 Christian Würdiginvalidate outs when removing empty blocks
2006-09-21 Michael BeckFixed warning
2006-09-20 Matthias Braunmore tweaking...
2006-09-20 Matthias Braunforgot to committ this
2006-09-20 Matthias Braun- Properly support AM for push and pop nodes
2006-09-20 Matthias Braunextend verifier to check all register constraints
2006-09-20 Christian Würdigremoved debug mask set
2006-09-20 Christian Würdigadded rss scheduling preparation
2006-09-20 Christian Würdigfinalized code
2006-09-20 Christian Würdigadded scheduling preparation switch
2006-09-20 Christian Würdigadded macro to retirve register class name
2006-09-20 Matthias Braunimprove alignment emitting for athlon
2006-09-20 Matthias Braunsmarter policy for emitting alignments
2006-09-20 Matthias Braunfix typo
2006-09-20 Matthias Braunsort spill candidates by spill costs in morgan spiller...
2006-09-20 Matthias Braunsort spill candidates by spill costs in morgan spiller...
2006-09-20 Michael Beckspeed up a bit
2006-09-20 Michael Beckremoved useless my_skip_Proj()
2006-09-20 Michael BeckWhen the Pop instruction is handled, only change the...
2006-09-20 Michael Beckbe_abi_omit_fp() added
2006-09-19 Michael BeckFixed generation of Pop with frame pointer enabled
2006-09-19 Matthias Braunxchg is slow on athlons, so use 3 xors instead
2006-09-18 Matthias Braunfix warnings
2006-09-18 Matthias Braundo aggressive addressmode optimisation
2006-09-18 Matthias Braunemit less alignment on athlon
2006-09-18 Michael BeckIA32: align the stack at 32bit
2006-09-18 Matthias Braunfix
2006-09-18 Matthias Braunphis are really uses in the pred blocks and not in...
2006-09-18 Michael Beckdo not matrialize nodes with two results
2006-09-18 Michael BeckAdded support for include files
2006-09-18 Michael Beckfixed type handling for circular dependencies
2006-09-17 Michael BeckAdded support for SymConst(ofs_ent)
2006-09-17 Michael BeckAdded support for SymConst(ofs_ent)
2006-09-17 Michael BeckAdded support for SymConst(ofs_ent)
2006-09-17 Michael BeckAdded support for SymConst(ofs_ent)
2006-09-17 Michael BeckAdded support for SymConst(ofs_ent)
2006-09-15 Christian Würdigcompleted code, added tons of bugfixes but still not...
2006-09-15 Michael BeckFixed build without libcore
2006-09-15 Michael BeckFixed be_ra_t structure if libcore is deactivated
2006-09-14 Matthias Braunfix unused loads removing, fix warning
2006-09-14 Michael BeckPush/Pop/AddSP/SubSP always modify ESP
2006-09-14 Michael Beckadd code to handle character modes for Unknoen node
2006-09-14 Matthias Braunwarning fix
2006-09-13 Matthias Braunfixes to compile with -O0
2006-09-13 Matthias Braunfix typo
2006-09-13 Michael Beckadded support for static variables
2006-09-13 Michael BeckFixed order of function parameters, enabled stabs by...
2006-09-13 Christian Würdiginitial checkin of rss scheduler (still unfinished!)
2006-09-13 Michael Beckupdated debugging support
2006-09-13 Michael Beckadd local vars (crashes gdb yet :-(
2006-09-13 Michael Beckadd option to switch stabs support on/off
2006-09-13 Matthias Braunstore bug
2006-09-13 Matthias Braunremove debug printf
2006-09-13 Matthias Braunremove debug printf
2006-09-13 Matthias Braunfix
2006-09-13 Matthias Braunwarning fix
2006-09-13 Matthias Braunmore warning fixes
2006-09-13 Matthias Braunfix warning and potential bug
2006-09-13 Matthias Braunwarning fixes
2006-09-12 Michael Beckfixed type of variable
2006-09-12 Michael Beckrenamed some firm enum types to have the ir_ prefix
2006-09-12 Michael Beckrenamed some firm enum types to have the ir_ prefix
2006-09-12 Michael Beckrenamed some firm enum types to have the ir_ prefix
2006-09-12 Michael Beckrenamed some firm enum types to have the ir_ prefix
2006-09-12 Michael Beckrenamed some firm enum types to have the ir_ prefix
2006-09-12 Michael Beckadd support for stabs arguments
2006-09-12 Matthias Braunfix morgan spiller when breaking out of multiple loop...
2006-09-12 Michael Beckmade the stack layout accessible for the debug output
2006-09-12 Michael Beckis_Pin() used
2006-09-12 Michael Beckreplaced long long by long64 type
2006-09-12 Michael Beckstabs support updated
2006-09-12 Michael Beckset_tarval_output_modes() sets the output mode for...
2006-09-12 Michael Beckadd support for stabs debug info
2006-09-12 Michael Beckmore functionality implemented:
2006-09-12 Adam Szalkowskisome more debug output if no definition for a value...
2006-09-12 Adam Szalkowski* fixed issue with exceeded register pressure at bb end
2006-09-11 Michael Beckadd debug output support
2006-09-11 Michael Beckadd handle for the debug output support
2006-09-11 Michael Beckbackend now gets the CPU name
2006-09-11 Michael BeckAdd stabs debug support
2006-09-11 Michael Beckadded initial stabs debugging support
2006-09-11 Michael BeckAdd location table to the profiling, disabled by now
2006-09-11 Matthias Braun- Fix a few more problems when creating and emitting...
2006-09-11 Matthias Braunspillslot coalescing statistics
2006-09-11 Sebastian HackFixed a bug
2006-09-11 Sebastian HackMore statistics
2006-09-10 Michael BeckBugFix:
2006-09-10 Michael BeckDo not use time(NULL) as a seed, use a deterministic one
2006-09-09 Christoph MallonSome small test cases for partial condition evaluation
next