Fix typos in comments: s/wether/whether/ and related corrections.
[libfirm] / ir / be / ia32 / ia32_emitter.h
2010-09-22 Matthias Brauneliminate the unnecessary and especially confusing...
2009-09-17 Matthias Braunexperimental beginning of a binary emitter I had lying...
2008-12-29 Michael Beck- implemented ia32 inport, outport for ir_bk_(in|out...
2008-12-23 Michael Beck- add builtin_(trap|bswap)
2008-12-23 Christoph MallonSimplify generating the extend suffix for ia32_Load.
2008-11-06 Michael Beck- moved declarations to appropriate header files
2008-10-08 Christoph MallonMake ia32_assign_exc_label() static and remove redundan...
2008-07-14 Michael Beck- ia32_assign_exc_label() cannot take a const node...
2008-06-12 Michael Beck- unfinished work to support exception label lookup
2008-04-16 Christoph MallonRemove the now unused function ia32_emit_am_or_dest_reg...
2008-01-02 Michael Beckupdate copyright message
2007-09-29 Christoph MallonRemove the parameter produces_result from ia32_emit_bin...
2007-09-26 Matthias Braunno environment anymore for emitters
2007-09-20 Matthias Braun- use flags handling code for ia32 Compares (including...
2007-08-31 Matthias BraunChanged handling of address mode:
2007-08-01 Michael Beckadd Zex8/Zex16 instructions
2007-06-13 Matthias Braundon't fail if type mode can't be determine (which can...
2007-06-02 Michael Beckinitial support for exception handling
2007-05-09 Matthias Braunmode suffix changes
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-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-19 Matthias BraunThe big committ:
2007-02-27 Matthias Braunfix some ia32_finish routines not setting ls_mode for...
2007-02-27 Matthias Braunfix SSE2 float calls + returns
2007-02-22 Matthias Braun- change float nodes to mode_E
2007-02-16 Matthias Braunexperiment with new emitter style, change assembler...
2006-09-04 Christian Würdigadded ctor section support
2006-08-31 Michael BeckAdd support for Linux TLS
2006-05-11 Christian Würdigupdated commments
2006-04-25 Michael BeckFixed output for x87 instructions with Const input...
2006-04-06 Michael Beckadd code for MinGW gas support
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-29 Michael Beckadded declaration for ia32_emit_x87_binop()
2006-03-16 Christian Würdigadded 16bit and 8bit register name emits
2006-03-09 Christian Würdigadded after_ra hook
2006-03-07 Michael Beckuses the generic pointer in ir_op to register the emitters
2006-02-24 Christian Würdigadded AM emitter
2006-02-20 Christian Würdigcode refactoring for full addressmode support and more...
2006-01-27 Christian Würdigadded call emit
2006-01-11 Christian Würdigadded new function for getting register from node
2006-01-09 Christian Würdigfixed indents
2005-12-13 Christian Würdigfixed indent
2005-11-22 Christian Würdigregister allocator interface implemented