Extend the NOT+ADC-trick (sic) for SUB to SBB.
[libfirm] / ir / be / ia32 / ia32_finish.c
2011-07-27 Christoph MallonExtend the NOT+ADC-trick (sic) for SUB to SBB.
2011-07-27 Christoph MallonCorrect inaccurate comment: The only corner case of...
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-16 Matthias Braunfix a bunch of warnings reported by cparser
2011-05-23 Andreas ZwinkauUnresolved should_be_same constraint => panic
2011-04-13 Matthias Braunavoid new_NoMem in favor or get_irg_no_mem
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Matthias Brauncleanup iredges API a bit
2010-12-01 Matthias Braunuse a 'low-tech' solution for emitting 8- and 16-bit...
2010-11-14 Michael BeckPrefix global entities from the ia32 backend with ia32_...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunchange backends to produce 1 big array with all registers
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-09-22 Matthias Brauneliminate the unnecessary and especially confusing...
2010-03-15 Matthias Braunkill the concept of an unknown register - it just heavi...
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-06 Christoph MallonMinor cleanup.
2010-03-06 Christoph MallonCorrect a subtle bug in the ia32 backend: Sub(x, x...
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-01-11 Matthias Braunpanic instead of wrong results for Set and CMov with...
2009-09-18 Matthias Braun- Reworked backends to put out register_requirements...
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-07-05 Michael Beck- fixed warnings regarding unused irg's
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2008-11-08 Christoph MallonGenerate new_bd_* instead of new_rd_* functions in...
2008-11-08 Christoph MallonJust use new_NoMem(), it is always the current irg.
2008-11-06 Christoph MallonMake using SET_IA32_ORIG_NODE() a bit simpler.
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Christoph Mallonia32_transform_sub_to_neg_add() now can handle mode_T.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
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
next