libfirm
2006-08-11 Christian Würdigirn classify is now a mask
2006-08-11 Christian Würdigirn classify now returns a mask
2006-08-11 Christian Würdigadded got_reload flag
2006-08-11 Matthias Braundowhile problem
2006-08-11 Christian Würdigadded be_AddSP transformation
2006-08-11 Christian Würdigadded ia32_AddSP emitter
2006-08-11 Christian Würdigadded AddSP node
2006-08-11 Christian Würdigfixed allcaa handling again
2006-08-11 Matthias Braundon't add projs to pops that nobody uses
2006-08-11 Matthias Braun- don't end in an endless loop for invalid types (but...
2006-08-11 Matthias Brauncompiler hangs for this test
2006-08-10 Christian Würdigfixed GetST0 creation
2006-08-10 Christian Würdigadded AddSP emitter
2006-08-10 Christian Würdigfixed remat flag for load nodes
2006-08-10 Christian Würdigfixed comment
2006-08-10 Christian Würdigadded script to create difference between two reports
2006-08-10 Matthias Braun- lower MemPerms into a series of pushs and pops
2006-08-10 Sebastian HackFixed a bug in benode.c
2006-08-10 Sebastian HackAdded pn_... stuff for AddSP
2006-08-10 Sebastian HackSet register of AddSP res Proj
2006-08-10 Adam Szalkowskianother bug fixed
2006-08-10 Sebastian HackFixed a bug in register class handling of AddSP
2006-08-10 Christian Würdigsome bugifxes for alloca handling
2006-08-10 Adam Szalkowskifixed bugs
2006-08-09 Matthias Braunno random results
2006-08-09 Matthias Braundon't calculate too long
2006-08-09 Matthias Braun- Don't perform memory operands merging too early
2006-08-09 Adam Szalkowskiusing lc_opts
2006-08-09 Sebastian HackSeveral changes
2006-08-09 Matthias Braunfix simd1 test
2006-08-09 Christian WürdigBugFix: when transforming be_Call nodes it can happen...
2006-08-09 Christian Würdigmake transformations before checking 2 addresscode...
2006-08-09 Matthias Braun- add new finish call to architecture calls. This call...
2006-08-09 Matthias Brauntest
2006-08-09 Sebastian HackFixed some typos
2006-08-09 Christian Würdigchanged requirements
2006-08-09 Christian Würdigfixed be_Return gen
2006-08-09 Christian Würdigfixed call memory
2006-08-09 Adam Szalkowskiadded default values for vars
2006-08-09 Matthias Braunreturn 0 from main function
2006-08-09 Matthias Braun- place memperms in the predblocks of the memphi, not...
2006-08-09 Christian Würdigruns more often for benchmarking
2006-08-09 Christian Würdigadded missing variable
2006-08-09 Christian Würdigedge reroutinmg was broken here
2006-08-09 Matthias Braun- Fixed bugs in schedule verifier
2006-08-09 Sebastian HackFixed a bug
2006-08-08 Christian Würdigcan now handle subdirs
2006-08-08 Matthias Braun- Schedule Verifier checks for nodes that should be...
2006-08-08 Matthias Braun- improve scheduling of memperm
2006-08-08 Matthias Braun- fix gcc warning
2006-08-08 Matthias Braun- make liveness computation ignore end node (to avoid...
2006-08-08 Christian Würdigan old floating point benchmark
2006-08-08 Matthias Braun- compute liveness for (nearly) all nodes
2006-08-08 Sebastian HackAdded environment variable for the compiler binary
2006-08-08 Sebastian HackAdded support for memory phis in liveness
2006-08-07 Matthias Braun- Schedule memperm node
2006-08-05 Matthias Braunavoid trouble with some ANSI C ehaders
2006-08-05 Matthias Braundon't abort if compilation takes too long
2006-08-05 Matthias Braunuse custom value_interfere function in verifiers (which...
2006-08-04 Sebastian HackFixed the bugfix
2006-08-04 Christoph MallonFix warnings
2006-08-04 Matthias Braun- new spillslot verifier (doesn't catch all errors...
2006-08-04 Matthias Braunwarning fix
2006-08-04 Matthias Braun- new spillslots dump phase
2006-08-04 Matthias Braunafter_compile script example (for makereport.sh)
2006-08-04 Matthias Braunremoved firm.ini which should not be here
2006-08-04 Matthias Braun- another warning fix
2006-08-04 Matthias Braunfix a few more warnings
2006-08-04 Matthias Braunwarning fix
2006-08-04 Adam Szalkowskivoid functions do not store at end
2006-08-04 Matthias Braun- forgot to add some files
2006-08-04 Matthias BraunRewrote spillslot handling:
2006-08-04 Matthias Braun- warning fixes
2006-08-04 Matthias Braunfix a few warnings
2006-08-04 Matthias Braunplace duplicates after perm
2006-08-04 Sebastian HackAdded none copy heuristic
2006-08-04 Matthias Braunreindented source
2006-08-04 Adam Szalkowskichanged output format a little bit
2006-08-03 Matthias Braunreindent source
2006-08-03 Matthias Braunadded asmflags variable to testapps Makefile
2006-08-03 Matthias Braunreindenting source
2006-08-03 Christian Würdigfixed constrain handling
2006-08-03 Matthias Braunavoid a few variable unused warnings...
2006-08-03 Adam Szalkowskioption added for only using remats á la Briggs
2006-08-02 Christian Würdigin case of SSE: copy xmm0 to FPU TOS
2006-08-02 Christian Würdigadded new SSE simple store node (no index register...
2006-08-02 Christian Würdigspare SSE siple store from AM
2006-08-02 Christian Würdigfixed mode suffix emitter
2006-08-02 Christian Würdigin case SS is used: copy call floating point result...
2006-08-02 Christian Würdigadded GetST0 and SetST0 nodes
2006-08-02 Christian Würdigomit GetST0 and SetST0 in am check
2006-08-02 Christian Würdigemit pointer size for GetST0 and SetST0 as well
2006-08-02 Matthias Braunremoving include of header which is not in cvs yet
2006-08-02 Christian Würdigremoved explicit WITH_JVM define
2006-08-02 Matthias Braun-fix warning, another java_* to be_java_* rename
2006-08-02 Matthias Braun- rename java_* stuff to be_java_*
2006-08-02 Matthias Braun-fix compilation when WITH_ILP is not defined
2006-08-02 Sebastian HackAdded finish() method
2006-08-02 Sebastian HackFactored copy minimzation out
2006-08-02 Christian Würdigfixed proj number mapping for CopyB nodes
next