- make liveness computation ignore end node (to avoid unnecessary interferences becau...
[libfirm] / ir /
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
2006-08-01 Christoph MallonRemove unused vars
2006-08-01 Adam Szalkowskifixed consts
2006-08-01 Christoph MallonGive function a return type
2006-08-01 Sebastian HackFixed some bugs
2006-08-01 Christian Würdigdefault copy min ist heur2
2006-08-01 Christian Würdigadded firm ini file, so options can be specified in...
2006-08-01 Christian Würdigadded semicolon after label
2006-08-01 Christian Würdigadded missing prototype
2006-08-01 Christian Würdigadded missing header
2006-08-01 Adam Szalkowskinow supporting memory operands
2006-07-31 Adam Szalkowskiadapted to new liveness
2006-07-31 Michael Beckadd code to supress warnings
2006-07-31 Sebastian HackFixed a bug
2006-07-31 Sebastian HackFixed a bug
2006-07-31 Sebastian HackAdded Java-based copy coalescing heuritic version 3
2006-07-31 Sebastian HackAdapted to new liveness
2006-07-29 Adam Szalkowskiadded spill cost estimation
2006-07-29 Adam Szalkowskifixed a bug
2006-07-28 Sven Polkchilimbi related stack reordering
2006-07-26 Sebastian HackAdded a ;
2006-07-26 Sebastian HackAdded C wrapper to Daniel's coalescing JAVA framework
2006-07-26 Christian Würdigadded statistic call for reload merging
2006-07-26 Matthias Braun- reformat source file
2006-07-24 Christian Würdigcompute spill slots per register class
2006-07-24 Christian Würdigcheck for memory operands
2006-07-24 Christian Würdigadded new irn op callbacks for memory operands
2006-07-24 Christian Würdigaddresmode optimizer can now handle scheduled nodes
2006-07-24 Christian Würdigadded memory operand support
2006-07-23 Christian WürdigIncSP optimizer re-activated
2006-07-23 Christian Würdigremoved defines which are in irtools.h now
2006-07-23 Christian Würdigadded comments
2006-07-22 Christian WürdigBugFix: Muls cannot have destination addressmode
2006-07-22 Christian Würdigprevent 8bit loads from being used as addressmode operands
2006-07-22 Christian Würdigfixed string constant dumper (emit \ correct)
2006-07-22 Christian Würdigset debug information for be_Call
2006-07-21 Christian Würdigadded constraints to CopyB
2006-07-21 Christian Würdigfixed SSE Abs/Not (load const instead of using its...
2006-07-20 Christian Würdigadjusted BACKEND timing
2006-07-19 Christian Würdigfixed check on 0 or 1 Const for Psi (check was broken...
2006-07-19 Christian Würdigfixed regpressure statistic
2006-07-17 Christian Würdigremoved no longer existent files
2006-07-17 Christian Würdigremoved include og non-existing header
2006-07-17 Christian Würdigfixed calculation of inverse operations
2006-07-17 Christian Würdigfixed SSE compare emit
2006-07-17 Adam Szalkowskiwrong params for inverse minus and eor
2006-07-17 Adam Szalkowskifurther bug fixes
2006-07-17 Adam Szalkowskiremoved the old ilp based spiller and the appel spiller...
2006-07-16 Christian Würdigadded extra compare against NULL to keep gcc happy
2006-07-16 Christian Würdigchanged conmstants transformation:
2006-07-16 Christian Würdigadded seperate pre-transformation phase
next