Added a belady version with a different global pass.
[libfirm] / ir / be / ia32 /
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 Matthias Braunwe can't pass 64bit values in a single register
2007-07-31 Michael Becktransform Load & 0xFF into Loadzx
2007-07-25 Michael Beckadd IJmp instruction
2007-07-25 Michael Beckemit new block labels
2007-07-23 Matthias Braun(crude) support for non 32-bit modes in cmp
2007-07-23 Michael Beckdoxygen comment fixed
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles
2007-07-19 Matthias Braunfix ProduceValue handling
2007-07-18 Matthias Brauncorrectly handle strict convs
2007-07-18 Matthias Braunfix fpcw transformation fix strict conv creation
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 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...
2007-07-16 Christoph MallonComitted wrong file. Revert r15169.
2007-07-16 Christoph MallonGenerate better, i.e. less, (and maybe more correct...
2007-07-16 Christoph MallonDo not unconditionally set the unsigned pnc flag, but...
2007-07-14 Matthias Braunad-hoc fix for lfoat compares (this is not mallons...
2007-07-13 Matthias Braunadd missing width modifiers to some float nodes
2007-07-13 Matthias Braunuse zeros instead of unknowns for floating point for now
2007-07-12 Matthias Brauntry to avoid creation of float Psis
2007-07-12 Matthias Braunrevert transformation tactics to old style
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-07-11 Michael Beckuse the new Anchor node instead of old anchors
2007-07-11 Michael Beckremoved SCHEDULE_PROJS ifdefs
2007-07-11 Christoph MallonBe more liberal in what the IA32 backend allows for...
2007-07-11 Matthias Braunfix fehler39, exchange left/right is no good idea after...
2007-07-11 Matthias Braunsimplify logic when x87 simulator is started
2007-07-10 Matthias Braundon't do AGGRESSIVE_AM
2007-07-10 Matthias Braunmake use of mode_b lowerer, fix keeps for CopyB
2007-07-08 Christoph MallonCopy the debug info when turning a Store into a Push.
2007-07-08 Christoph MallonUnbreak build.
2007-07-06 Michael Beckmoved get_*_dbg_info() and set_*_dbg_info() to logical...
2007-07-06 Michael Beckadded missing includes
2007-07-06 Matthias Braundon't create dead projs
2007-07-06 Matthias Brauna new pass that adds missing keeps
2007-07-06 Matthias Braunuse optimize_graph_df
2007-07-04 Matthias Braunmode_b support for Phis, Nots. Working but needs some...
2007-07-04 Matthias Braundon't emit vfp copies
2007-07-04 Matthias Brauncmov with unknowns are pointless
2007-07-04 Matthias Braunrevert accidental commit
2007-07-04 Matthias Braunfix some x87 issues...
2007-07-04 Matthias Braundon't copy unknowns around in cmovs
2007-07-03 Michael BeckC99 features femoved
2007-07-02 Matthias Braundon't set lea to should_be_same
2007-07-02 Matthias Braun- Reintroduced TestCmov and TestSet
2007-07-02 Matthias Braunfix AM mode and remove_from_sched
2007-06-30 Matthias Braunmakefile updates
2007-06-30 Matthias Braunfix IncSP optimizer, remove some cases of nodes not...
2007-06-29 Christoph MallonRemove unused variable.
2007-06-29 Matthias Braunfix fehler32 by removing this nearly pointless optimisation
2007-06-29 Matthias Braunbuild TestJmp for compares with zero
2007-06-29 Michael Beck- no need to remove Proj's from the schedule
2007-06-29 Matthias Braunno Addressmode for x87 CondJmps
2007-06-28 Matthias Braunfix lea to add transformation
2007-06-28 Matthias Braunaddressmode for compares works now
2007-06-28 Christoph MallonCreate new TestJmp nodes in the correct block, i.e...
2007-06-28 Christoph MallonRemove stale code.
2007-06-28 Christoph MallonAdd the convenience function create_immediate_or_transf...
2007-06-28 Christoph MallonAssume that constants are always the right operand...
2007-06-28 Matthias Braunemitting NoReg is always wrong
2007-06-28 Christoph MallonFor a TestJmp it is not necessary that the And has...
2007-06-28 Matthias Braunrewrite and improve Cond transformation
2007-06-28 Michael BeckFixed typos, add some doxygen docu
2007-06-28 Michael Beckvariadic functions have always cdelc calling convention
2007-06-27 Christoph MallonFix non-debug build of FIRM.
2007-06-25 Matthias Braunspecify attribute copy function in spec
2007-06-25 Michael BeckC99 feature removed
2007-06-25 Matthias Braun- Introduce nodemap
2007-06-22 Michael Beckuse the new backend_marked flag
2007-06-22 Matthias Braunuse Immediate nodes more often
2007-06-21 Matthias Braun- fix stack bias wrongly calculated with non-scheduled...
2007-06-21 Matthias Braunfixed scheduler, fpu
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-21 Christoph MallonFix r14677, i.e. revert most of it.
2007-06-21 Matthias Brauncopy pinned state for div nodes
2007-06-20 Christoph MallonFix warning, remove unnecessary casts.
2007-06-19 Matthias Braunimplement strict convs
2007-06-19 Matthias Braunsome needs need to be exc_pinned
2007-06-19 Matthias Braunremoved old code
2007-06-18 Matthias Braunfixed fpu problems, several x87 fixes
2007-06-18 Michael Beckuse the new mtp_property_private flag to switch calling...
2007-06-18 Michael Beckremoved prefer_fastcall: backends can now decide how...
2007-06-18 Matthias Braunfloat stores should be exc_pinned
2007-06-18 Matthias Braunfixed warnings
2007-06-17 Matthias Braunfix warnings
2007-06-15 Michael BeckMoved the transform functions for Block and End nodes...
2007-06-15 Michael BeckFixed two typos resulting in uninitialised variable...
2007-06-15 Matthias Braunnegated, not inversed
2007-06-15 Matthias Braunpsi transform and emit logical rewritten from scratch
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-06-14 Michael Beckused new betranshlp.c framework
2007-06-14 Michael BeckFixed calculation of register parameters: A register...
2007-06-14 Michael Becktypo fixed
2007-06-13 Matthias Braundon't fail if type mode can't be determine (which can...
next