fixed testcase
[libfirm] / ir / be / ia32 /
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...
2007-06-13 Matthias BraunProjMs should not be scheduled
2007-06-13 Matthias Braunsimulate Keeps to make sure unused results are popped...
2007-06-12 Matthias Brauncbtw does NOT upcast 8 to 32 bits
2007-06-11 Matthias Braunfix bad proj optimisation, fix loads missing the result...
2007-06-11 Matthias Braunfix wrong flavors
2007-06-10 Michael Beck"docu" enhanced
2007-06-09 Matthias Braunwe can use const
2007-06-09 Matthias Brauncleanup regparam code even more
2007-06-09 Matthias Braundon't use xmm register in calling conventions when...
2007-06-09 Matthias Braundon't use xmm register in calling conventions when...
2007-06-09 Matthias Braundon't use xmm register in calling conventions when...
2007-06-06 Michael BeckAdded some casts to remove warnings
2007-06-06 Michael Beckremoved ia32_register_from_name() callback
2007-06-05 Matthias Braunmake it possible to have different compare functions...
2007-06-04 Matthias Braunnew ia32_asm_attr attribute, beware: attribute comparis...
2007-06-04 Matthias Braunfinish support for custom backend node attributes,...
2007-06-04 Matthias Braun- Allocate register slots array separately on obstack
2007-06-03 Michael BeckSet the exc_label for Load and Store nodes.
2007-06-03 Matthias Braunadd comment about strange regalloc behaviour
2007-06-03 Matthias Braunmore missing constraints
2007-06-03 Matthias Braunsame_as constraints in assembler nodes work now
2007-06-03 Christoph MallonTurn the ia32_transform_env_t transformation environmen...
2007-06-02 Matthias Braunmore dependency edges needed
2007-06-02 Matthias Braunfix immediate emitting
2007-06-02 Matthias Braunattempt to fix Leas being placed before barrier
2007-06-02 Matthias Braunwe can parse lots of assembler constraints now (but...
next