never CSE nodes which have no stack entities assigned yet but need them later (this...
[libfirm] / ir / be /
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 Matthias Braunfehler63
2007-08-06 Matthias Braunshorter version
2007-08-06 Matthias Braunadded comment
2007-08-06 Matthias Braunfehler62: wrong tail-recursion optimisation
2007-08-06 Christoph Mallonfehler61: static function whose address is stored in...
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 Matthias Braunremove debug printfs
2007-08-03 Matthias BraunImprove test
2007-08-03 Matthias Braunmore conv_conv optimisations
2007-08-03 Michael Beckbackend conv error
2007-08-03 Sebastian HackFixed several bugs
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 Sebastian HackAdded proper phi spilling
2007-08-02 Michael Beckfixed: wrong environment transmitted
2007-08-02 Matthias Braunfix testapps
2007-08-02 Matthias Braunfixed several AM problems (and disabled most of the...
2007-08-02 Michael Beckadded comment, removed debug output
2007-08-02 Sebastian HackAdded a belady version with a different global pass.
2007-08-02 Matthias Braunimprove fehler55
2007-08-02 Matthias Braunfehler55
2007-08-01 Matthias Braunno need for Zex commands, we already had the Conv ...
2007-08-01 Michael Beckadd Zex8/Zex16 instructions
2007-08-01 Michael Beckfixed bitfield initializers:
2007-08-01 Michael Beckimproved test by adding a bitfield add
2007-08-01 Michael Beckimproved test by cheching negative numbers yet
2007-08-01 Matthias Braunfehler54 (should already work now)
2007-08-01 Matthias Braunwe can't pass 64bit values in a single register
2007-07-31 Michael Becktransform Load & 0xFF into Loadzx
2007-07-31 Christoph MallonShow correct expected result of fehler53.
2007-07-30 Matthias Braunfehler53 (similar to fehler 45 apparently... (another...
2007-07-30 Matthias Braunsome testcases I didn't commit yet
2007-07-25 Matthias Braunsimplify fehler52
2007-07-25 Matthias Braunfehler52: argv problems found in 176.gcc
2007-07-25 Matthias Braunprettify fehler51
2007-07-25 Matthias Braunsimplify fehler35
2007-07-25 Matthias Braunfix for icc compilation
2007-07-25 Matthias Braunfix for icc compilation
2007-07-25 Michael Beckadd IJmp instruction
2007-07-25 Michael Beckemit new block labels
2007-07-25 Michael Beckrenamed function to be_gas_label_prefix()
2007-07-24 Michael Beckadd support for symconst_label
2007-07-24 Andreas SchösserAdded Test Program which breaks backend
2007-07-23 Matthias Braunfehler50
2007-07-23 Matthias Braunwarning fix
2007-07-23 Matthias Braun(crude) support for non 32-bit modes in cmp
2007-07-23 Michael Beckdoxygen comment fixed
2007-07-20 Matthias Braunadd missing includes, makefile updates
2007-07-19 Matthias Braundon't display outedge warnings for blocks
2007-07-19 Matthias Braunfix outedge verififer
2007-07-19 Matthias Braunmore asserts
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles
2007-07-19 Matthias Braunfix ProduceValue handling
2007-07-19 Christoph MallonUnions can be initialised statically now.
2007-07-19 Christoph MallonTest for union initialisation.
2007-07-19 Christoph Mallonfehler4{8,9}: C99 initialisation of unions.
2007-07-19 Christoph MallonFix off-by-one error when sparsely initialising an...
2007-07-19 Christoph MallonAdd fehler47: Incorrect values when using C99 style...
2007-07-18 Michael Beckstrict conv test: worked once, buggy again?
2007-07-18 Matthias Braunfehler45
2007-07-18 Matthias Brauncorrectly handle strict convs
2007-07-18 Matthias Braunnot good enough yet
2007-07-18 Matthias Braunmore float strictness problems
2007-07-18 Matthias Braunfix fpcw transformation fix strict conv creation
2007-07-18 Matthias Braunparanoia floating point test
2007-07-18 Matthias Braunfehler42
2007-07-17 Andreas SchösserPrevented Proj nodes which are successors of IA32 nodes...
2007-07-17 Matthias Braunfix unused call results
2007-07-17 Matthias Braunfehler41
2007-07-17 Matthias Braunfix Cltd register pressure, fix some SSE (ABI with...
2007-07-16 Matthias Braunfix allocas, fix Tls transform
2007-07-16 Christoph MallonGenerate better, i.e. less, (and maybe more correct...
next