besched: Add and use sched_replace().
[libfirm] / ir / be / ia32 / ia32_transform.h
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-08 Andreas Zwinkaumerge kaps
2010-09-22 Matthias Brauneliminate the unnecessary and especially confusing...
2010-07-16 Matthias Braunavoid code duplication: use be_add_missing_keeps in...
2008-11-22 Michael Beck- removed unused ia32_INTMAX constant
2008-11-22 Michael Beck- implemented ull -> float conversion for x87
2008-11-06 Michael Beck- moved declarations to appropriate header files
2008-10-11 Matthias Braunno need for firm_config.h includes anymore
2008-08-08 Sebastian BuchwaldMoved common code of ia32_pbqp_transform and ia32_trans...
2008-08-05 Michael Beck- removed C99 stdbool.h from the "official" interface...
2008-07-29 Matthias Brauncleanups/fixes for ASM handling
2008-07-28 Sebastian Buchwaldadded support for ASM nodes
2008-07-28 Matthias Braun- handle parsing of assembler constraints in backends...
2008-07-25 Sebastian Buchwaldhandle Unknown nodes
2008-07-15 Sebastian BuchwaldConvert const node to symconst node with the value...
2008-01-02 Michael Beckupdate copyright message
2007-11-01 Matthias Brauncheck that Psi flags input doesn't depend on load when...
2007-10-26 Matthias Braunmoved ia32 architecture configuration to a separate...
2007-10-16 Michael Beck- removed identical is_downconv()
2007-10-01 Matthias BraunAM for CMov, SSE floats, SubSP, AddSP
2007-09-30 Matthias Braun- first real peephole optimisation mov 0, reg -> xor...
2007-09-30 Matthias Braun- support for Ftst instruction, AM support for x87...
2007-09-25 Matthias Braun- never use (broken) sequential load/store in abi
2007-09-13 Matthias Braun- first experimental approach of flag modeling in add/adc
2007-09-10 Michael Beckadded constant for D->Lu conversion
2007-06-15 Matthias Braunpsi transform and emit logical rewritten from scratch
2007-04-30 Christian Würdigunified main comments
2007-04-27 Christian Würdigadded new licence header
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-02-09 Matthias Braun- use mode_Iu for all nodes producing integer values...
2006-07-06 Christian Würdigadded extra finish module
2006-05-11 Christian Würdigupdated commments
2006-05-05 Christian Würdigadded transformation of psi condition trees
2006-04-05 Michael Beckused generic function for the transformers
2006-03-31 Christian Würdigfixed addressmode bug
2006-03-28 Christian Würdigfixed spill lowering
2006-03-20 Christian Würdigadded use extbb walker option
2006-03-14 Christian Würdigcode cleanups
2005-11-22 Christian Würdigregister allocator interface implemented