Use turn_back_am() to implement fix_am_source().
[libfirm] / ir / be / ia32 / ia32_finish.c
2008-10-11 Christoph MallonUse turn_back_am() to implement fix_am_source().
2008-10-11 Christoph MallonIt does not make any sense to remove AM, which loads...
2008-10-11 Christoph MallonCleanup.
2008-10-10 Christoph MallonDo not split string literals.
2008-10-05 Christoph MallonClean up need_constraint_copy().
2008-10-04 Michael Beck- BugFix: fixed effect of r22470: Immediate is always...
2008-10-04 Christoph MallonMerge ia32_am_type_t and ia32_am_arity_t, because ...
2008-10-01 Andreas ZwinkauPanic if proj num is unexpected
2008-09-24 Matthias Braunhack to make it possible to mark spill,reload and remat...
2008-08-17 Christoph MallonUse enums instead of magic numbers.
2008-08-08 Sebastian BuchwaldMoved common code of ia32_pbqp_transform and ia32_trans...
2008-08-01 Matthias Braunfirm already had kill_node, no need to be_kill_node
2008-06-12 Michael BeckBugFix: schedule the Stc instruction
2008-06-12 Michael Beck- BugFix: fixed ia32_transform_sub_to_neg_add() with...
2008-06-11 Michael Beck- do not use C++ keyword class as variable name
2008-05-24 Matthias Braunnormalize/fix ProjM numbers, avoid dead code in some...
2008-04-16 Christoph MallonRemove redudant set_ia32_am_support() call.
2008-04-16 Christoph MallonRemove ia32_am_Full.
2008-01-17 Michael Beckfixed wrong variable usage
2008-01-17 Michael Becksome cleanup
2008-01-16 Matthias Braunfix the sub to neg_add case when the flags of the sub...
2008-01-02 Michael Beckupdate copyright message
2007-10-26 Matthias Braunmoved ia32 architecture configuration to a separate...
2007-10-23 Christoph Mallon- Allow an arbitrary (for arbitrary < 32) number of...
2007-10-19 Matthias Braun- improve set transformation
2007-10-15 Matthias Braunmove lea_to_add into the peephole phase
2007-09-30 Matthias Braunmore outreg query fixes
2007-09-27 Christoph MallonAllow two should-be-same constraints for every out...
2007-09-20 Matthias Braun- use flags handling code for ia32 Compares (including...
2007-09-13 Matthias Braun- first experimental approach of flag modeling in add/adc
2007-09-12 Christoph MallonConsistently place the mem in for AM directly after...
2007-09-08 Christoph MallonRefactor ia32_transform_lea_to_add_or_shl() a bit.
2007-09-07 Michael Beckfixed ia32_transform_sub_to_neg_add() for SSE nodes...
2007-09-03 Matthias Braundon't create Inc/Dec in transform phase but delay that...
2007-08-31 Michael Beckfixed use of uninitialised variable
2007-08-31 Matthias BraunChanged handling of address mode:
2007-07-03 Michael BeckC99 features femoved
2007-07-02 Matthias Braun- Reintroduced TestCmov and TestSet
2007-06-28 Matthias Braunfix lea to add transformation
2007-06-25 Matthias Braun- Introduce nodemap
2007-06-15 Matthias Braunpsi transform and emit logical rewritten from scratch
2007-05-24 Christoph MallonAdd missing break in a switch which caused an incorrect...
2007-05-23 Michael Beckremoved impossible address modes
2007-04-27 Christian Würdigadded new licence header
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-02 Matthias Braunwe save entities not idents in ia32 symconsts now
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-22 Matthias Braunfix wrong lea to add transformation
2007-03-22 Matthias Brauna bunch of fixes to make firm work with NDEBUG and...
2007-03-19 Matthias BraunThe big committ:
2007-02-27 Matthias Braunfix some ia32_finish routines not setting ls_mode for...
2007-02-22 Matthias Braun- change float nodes to mode_E
2007-02-16 Matthias Braunexperiment with new emitter style, change assembler...
2007-02-09 Matthias Braun- use mode_Iu for all nodes producing integer values...
2006-12-18 Matthias Braun- Use a default node compare attribute function for...
2006-12-10 Matthias BraunMore missing config.h
2006-10-12 Matthias Braun- Improved addressmode optimisation for conv nodes
2006-09-14 Matthias Braunfix unused loads removing, fix warning
2006-09-13 Matthias Braunfixes to compile with -O0
2006-08-31 Matthias Braun- Refactored finish/after_ra phases a bit, stacknode...
2006-08-30 Christian Würdigfixed wrong position of #endif
2006-08-30 Christian Würdigdo not invert pnc on cmp in finish, as cmp gets normali...
2006-08-28 Christian WürdigPsiCondCMov doesn't need constraint copy
2006-08-22 Matthias Braun- at blockstart emit list of predblocks in comment
2006-08-17 Christian Würdigadded code to avoid unordered fp compares
2006-08-09 Christian Würdigmake transformations before checking 2 addresscode...
2006-07-07 Christian Würdigchanged ir_printf call into DBG output
2006-07-07 Christian Würdigturn bacck source addressmode to fulfill two address...
2006-07-06 Christian Würdignew irg finish module