be: remove remnants of machine description
[libfirm] / ir / be / ia32 / bearch_ia32_t.h
2011-11-10 Matthias Braunbe: remove remnants of machine description
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-27 Matthias Braunir_mode: simplify interface, improve float-mode handling
2011-09-27 Matthias Brauninclude backend headers without "../"
2011-08-12 Sebastian BuchwaldAdded soft float support for IA32 backend.
2011-04-13 Matthias Braunadapt sparc backend to new prolog/epilog handling
2011-04-13 Matthias Braunfix some warnings by removing the strange abi_get_ignor...
2011-04-08 Andreas ZwinkauMerge branch 'kaps-included' into master
2011-04-08 Matthias BraunAnother rewrite of prolog/epilog handling: Delay their...
2011-04-08 Andreas Zwinkaumerge kaps
2010-12-01 Matthias Braunuse a 'low-tech' solution for emitting 8- and 16-bit...
2010-11-19 Michael BeckReplaced pmaps used for 16 and 8bit register names...
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-09-22 Matthias Brauneliminate the unnecessary and especially confusing...
2010-07-16 Matthias Braunsome cleanups in arm+sparc backends
2010-07-15 Matthias Braunavoid unnecessary passing around of arch_env_t* in...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-03-15 Matthias Braunkill the concept of an unknown register - it just heavi...
2009-10-12 Sebastian Buchwaldtypos
2008-12-19 Michael Beck- implemented ia32_ClimbFrame() pseudo-instruction
2008-12-18 Michael Beck- implemented __builtin_return_address(0)
2008-11-26 Michael Beck-removed unused entities from the intrinsic environment
2008-11-06 Christoph MallonMake using SET_IA32_ORIG_NODE() a bit simpler.
2008-10-14 Michael Beck- let the compiler optimize the transformer selection...
2008-10-11 Christoph MallonRemove the attribute const arch_env_t *arch_env from...
2008-10-11 Matthias Braunno need for firm_config.h includes anymore
2008-10-04 Christoph MallonUse turn_back_am() to implement peephole_ia32_Imul_split().
2008-10-04 Christoph MallonMake ia32_get_admissible_noreg() static.
2008-09-22 Sebastian BuchwaldAdded PBQP mapping with random costs.
2008-08-18 Sebastian BuchwaldUse switch to decide which ia32 transformer is selected.
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-05-23 Matthias Braun- arch_get_irn_ops simplified
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-03 Matthias Braunstarted implementing Mac Style PIC
2008-01-02 Michael Beckupdate copyright message
2007-10-26 Matthias Braunmoved ia32 architecture configuration to a separate...
2007-10-26 Matthias Braunmake IS_ macros return 0 or 1
2007-10-25 Michael Beckupdated cpu architectures
2007-10-17 Matthias Braunimprove float->int conversion
2007-10-08 Matthias Braunsupport AM in IJmp and IMul1OP
2007-10-06 Matthias Braunadd an option to disable calling convention optimisation
2007-09-26 Matthias Braunno environment anymore for emitters
2007-09-14 Michael Beckuse EMMS/FEMMS on AMD machines to clear x87 state
2007-09-14 Michael BeckARCH_ATHLON macro added
2007-09-13 Michael Beckadded isa and bias to ia32_intrinsic_env_t, c99 feature...
2007-09-05 Michael Beckadd generic architecture
2007-08-08 Michael Beckfixed 64bit instrinsics for Div/Mod/Shr/Shl/Shrs
2007-07-11 Matthias Braunsimplify logic when x87 simulator is started
2007-06-03 Matthias Braunsame_as constraints in assembler nodes work now
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-02 Matthias Brauncleanups, use the new tarval emitter
2007-04-30 Christian Würdigunified main comments
2007-04-27 Christian Würdigadded new licence header
2007-04-19 Matthias Braunuse own mode for fpcw, fix constants for shift, xmm...
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-19 Matthias BraunThe big committ:
2007-03-01 Matthias Braun- fix x87 simulator not killing float copies that only...
2007-02-09 Matthias Braun- use mode_Iu for all nodes producing integer values...
2007-01-10 Matthias Braunisas and spillers register themselfes in the module...
2006-12-18 Matthias Braunthe spillslot coalescer is now a general frame entity...
2006-12-14 Matthias Braunmove birg to an own file, use more of the birg analysis...
2006-12-13 Michael Beckrename type entity into ir_entity
2006-11-15 Christian Würdigremoved a redundant isa attribute
2006-11-02 Christian Würdigimplemented callbacks for abstract machine
2006-10-16 Christian Würdigadded new option ia32-nopushargs
2006-09-26 Christian Würdigset correct noreg register when assimilating loads
2006-08-14 Christian WürdigAdded set containing Conv nodes to be killed
2006-06-23 Christian Würdigfixed handling of unused load results
2006-05-29 Christian Würdigadded new environment for intrinsic lowering
2006-05-15 Christian Würdigfixed comment
2006-05-11 Michael Beckadd the new get_param() function
2006-04-21 Christian Würdigadded nolea option to switch of LEA optimization
2006-04-12 Michael Beckdefine IS_P6_ARCH
2006-04-07 Michael BeckAdd some Processor specific instruction selections
2006-04-06 Michael Beckcreate push ebp/pop ebp for frame pointer setups
2006-04-05 Christian Würdigadded ia32 optimization options libcore conform
2006-04-05 Michael Beckadd support for fp to gp convert
2006-04-04 Christian Würdigfixed indents, typos
2006-04-03 Michael Beckadded missing include
2006-04-02 Michael Beckinterface changed: outfile is transmitted to the isa...
2006-03-31 Michael Beckadd ia32 command line handler for fp-unit and architecture
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-28 Michael Beckadded used_x87 flag, so the x87 simulator runs only...
2006-03-28 Christian Würdigfixed spill lowering
2006-03-27 Michael Beckadded support for x87 fp unit
2006-03-20 Christian Würdigadded use extbb walker option
2006-03-16 Christian Würdigadded 16bit and 8bit register name emits
2006-03-15 Michael Beckadded missing include
2006-03-13 Christian Würdigfixed several bugs
2006-03-13 Christian Würdigadded comments
2006-03-10 Christian Würdigfixed frame entity handling in am optimizer
2006-03-03 Christian Würdigfixed some bugs
2006-03-01 Christian Würdigchanged codegen interface
2006-02-28 Christian Würdigremoved unnecessary phases and functions which are...
2006-02-23 Christian Würdigfixed again
2006-02-23 Christian Würdigfixed header files
2006-02-23 Christian Würdigadded NoReg nodes per irg as cg attributes
next