Small cosmetic
[libfirm] / ir /
2007-08-17 Sebastian HackSmall cosmetic
2007-08-17 Sebastian HackAdded a new order for the blocks.
2007-08-17 Sebastian HackChanged API of liveness
2007-08-17 Sebastian HackChanged API of listscheduler
2007-08-17 Sebastian HackTalk to sqlite3 directly
2007-08-17 Sebastian HackDropped some consts
2007-08-17 Sebastian HackRemoved old implementaion of fast liveness checks
2007-08-16 Sebastian HackFixed help
2007-08-16 Sebastian HackAdded computation of live sets
2007-08-15 Sebastian HackNicified the options
2007-08-15 Sebastian HackAdded statev to sql transform script
2007-08-14 Matthias Braunfehler71
2007-08-14 Sebastian HackFixed a bug
2007-08-14 Sebastian HackAdded misc stuff
2007-08-14 Sebastian HackRemoved comment
2007-08-14 Christoph MallonRemove stale debug printf()s.
2007-08-14 Matthias Braunoutput signed
2007-08-14 Michael BeckAdd x - (a+x) = -a
2007-08-14 Matthias Braundon't display time in tests
2007-08-14 Matthias Braundon't run several seconds for tests
2007-08-14 Christoph Mallonfehler70: wrong mode for array access generated in...
2007-08-13 Michael Beckrestructured reassociation to handle more cases (rule...
2007-08-13 Matthias Braunfix fehler69
2007-08-13 Matthias Braunno need for 2 main functions
2007-08-13 Matthias Braundisplay address mode in node label
2007-08-13 Matthias Braunfix fehler68 (sse unknowns have wrong reg class)
2007-08-13 Christoph Mallonfehler69: endless loop compiled program. maybe spill...
2007-08-13 Andreas SchösserAdded 2 testcases for the IA32 backend
2007-08-09 Sebastian HackFixed a const warning
2007-08-09 Sebastian HackRewrote the state tramsaction handling.
2007-08-09 Michael Beckenhanced version to test shifts with >32
2007-08-09 Michael Beckfixed 64bit Shift lowering
2007-08-09 Michael Becklower_intrinsics() now has an additional parameter...
2007-08-09 Michael Becklower_intrinsics() now has an additional parameter...
2007-08-09 Matthias Braunset need_64bit_stackent flag on fistp-load when needed
2007-08-09 Matthias Braunfix warning
2007-08-08 Michael Beckdon't use llabs, edg has no prototype
2007-08-08 Michael Beckfixed 64bit instrinsics for Div/Mod/Shr/Shl/Shrs
2007-08-08 Michael Beckhandle ia32_l_vfist node
2007-08-08 Michael Beckfixed map_Mul; cleaned up a bit
2007-08-08 Matthias Brauncatch bad spillslot/memory networks
2007-08-08 Matthias Braunnever CSE nodes which have no stack entities assigned...
2007-08-08 Matthias Braunfehler66 (more unsigned int -> double magic)
2007-08-08 Matthias Braun- Fix unsigned->double, double->unsigned convs
2007-08-08 Michael Beckadd unsigned long long to the test
2007-08-08 Sebastian HackFixed a bug concerning recursion.
2007-08-08 Matthias Braunfehler65 (from 253.perl)
2007-08-07 Sebastian HackHandle ignore nodes as operands of Phis (Unknowns for...
2007-08-07 Matthias Braunemit a 0 if none of the AM info is set
2007-08-07 Matthias Braunfehler64 (emit a 0 if none of the addressmode things...
2007-08-07 Sebastian HackFixed compare function.
2007-08-07 Matthias Braunoutput constants in assembler as hex
2007-08-07 Michael Beckhandle indeces with different modes
2007-08-07 Matthias Braunfehler63
2007-08-07 Michael Beckensure that the tail call is in the same block as the...
2007-08-06 Matthias Braunshorter version
2007-08-06 Matthias Braunadded comment
2007-08-06 Matthias Braunfehler62: wrong tail-recursion optimisation
2007-08-06 Michael Beckskip Pin nodes if Div/Mod/DivMod/Qout are removed
2007-08-06 Michael BeckMark all entities used in initializers for global varia...
2007-08-06 Michael Beckfixed comment
2007-08-06 Michael Beckindentation changed
2007-08-06 Christoph Mallonfehler61: static function whose address is stored in...
2007-08-06 Michael BeckDo not optimize a+a into 2*a for non-integer modes
2007-08-06 Sebastian Hackbetter treatment of costs
2007-08-06 Sebastian HackImproved memory management
2007-08-05 Sebastian HackFixed (some) memory leaks.
2007-08-05 Christoph MallonMinor cleanup (trailing whitespace etc.).
2007-08-05 Sebastian HackFixed again some bugs
2007-08-05 Christoph Mallonfehler60: Endless loop in frontend while constructing...
2007-08-04 Sebastian HackFixed several bugs
2007-08-04 Matthias Braunfix fehler59 (AddSP/SubSP must be pinned)
2007-08-04 Matthias Braunmake fehler59 consistent
2007-08-04 Matthias Braunalloca fails in loops
2007-08-03 Christoph MallonDo not deconv the right operand (shift count) of a...
2007-08-03 Matthias Braunremove debug printfs
2007-08-03 Matthias BraunImprove test
2007-08-03 Matthias Braunmore conv_conv optimisations
2007-08-03 Michael Beckallow Pin nodes as predecessors for unpinned nodes
2007-08-03 Michael Beckdump the result modes of Div,Mod,DivMod
2007-08-03 Michael Beckbackend conv error
2007-08-03 Sebastian HackFixed several bugs
2007-08-03 Michael Beckhandle a/-1 and a%-1 right
2007-08-03 Michael Beckenhanced fehler57 test
2007-08-03 Matthias Braunshorter version
2007-08-03 Matthias Braunanother fehler from 176.gcc
2007-08-03 Matthias Braunremove debug printf
2007-08-03 Matthias Braunshorter version of fehler56
2007-08-03 Matthias Brauncondeval/bitfield problems
2007-08-03 Michael Beckremoved C99 feature
2007-08-03 Matthias Braunwrong alarm...
2007-08-03 Matthias Braunfehler56
2007-08-03 Matthias Braunreplace Shrs(Shl) with Conv where possible, fix conv_co...
2007-08-03 Matthias Braunadd is_Shl, is_Shr, is_Shrs, is_Rot
2007-08-03 Sebastian HackAdded proper phi spilling
2007-08-02 Michael Beckfixed: wrong environment transmitted
2007-08-02 Michael Beckadded support for unaligned entities
2007-08-02 Michael Beckpreliminary code for unaligned Load/Store lowering...
2007-08-02 Matthias Braunfix testapps
2007-08-02 Matthias Braunfixed several AM problems (and disabled most of the...
next