nicer indenting
[libfirm] / ir / be / ia32 / ia32_emitter.c
2007-09-08 Matthias Braunnicer indenting
2007-09-05 Michael Beckbugfix: float cmp pnc have always ia32_pn_Cmp_Unsigned set
2007-09-04 Matthias Braunfix TestSet emitter
2007-09-03 Matthias Braunmissing handling for CmpSet8Bit and TestSet8Bit
2007-08-31 Matthias BraunChanged handling of address mode:
2007-08-23 Matthias Braundo Conv after Set command (instead of mov 0,) before...
2007-08-07 Matthias Braunemit a 0 if none of the AM info is set
2007-08-07 Matthias Braunoutput constants in assembler as hex
2007-08-02 Matthias Braunfixed several AM problems (and disabled most of the...
2007-08-01 Michael Beckadd Zex8/Zex16 instructions
2007-07-25 Michael Beckemit new block labels
2007-07-16 Christoph MallonGenerate better, i.e. less, (and maybe more correct...
2007-07-16 Christoph MallonDo not unconditionally set the unsigned pnc flag, but...
2007-07-14 Matthias Braunad-hoc fix for lfoat compares (this is not mallons...
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-07-11 Matthias Braunsimplify logic when x87 simulator is started
2007-07-04 Matthias Braundon't emit vfp copies
2007-07-04 Matthias Braundon't copy unknowns around in cmovs
2007-07-02 Matthias Braun- Reintroduced TestCmov and TestSet
2007-06-29 Matthias Braunfix fehler32 by removing this nearly pointless optimisation
2007-06-28 Matthias Braunaddressmode for compares works now
2007-06-28 Matthias Braunemitting NoReg is always wrong
2007-06-28 Christoph MallonFor a TestJmp it is not necessary that the And has...
2007-06-28 Matthias Braunrewrite and improve Cond transformation
2007-06-28 Michael BeckFixed typos, add some doxygen docu
2007-06-22 Michael Beckuse the new backend_marked flag
2007-06-22 Matthias Braunuse Immediate nodes more often
2007-06-18 Matthias Braunfixed fpu problems, several x87 fixes
2007-06-18 Matthias Braunfixed warnings
2007-06-17 Matthias Braunfix warnings
2007-06-15 Matthias Braunpsi transform and emit logical rewritten from scratch
2007-06-13 Matthias Braundon't fail if type mode can't be determine (which can...
2007-06-12 Matthias Brauncbtw does NOT upcast 8 to 32 bits
2007-06-04 Matthias Braunnew ia32_asm_attr attribute, beware: attribute comparis...
2007-06-04 Matthias Braunfinish support for custom backend node attributes,...
2007-06-04 Matthias Braun- Allocate register slots array separately on obstack
2007-06-03 Matthias Braunsame_as constraints in assembler nodes work now
2007-06-02 Matthias Braunfix immediate emitting
2007-06-02 Matthias Braunwe can parse lots of assembler constraints now (but...
2007-06-02 Matthias Braunmore work on ia32 assembler nodes
2007-06-02 Michael Beckinitial support for exception handling
2007-05-30 Michael Beckpreliminary emitter for ASM nodes
2007-05-18 Matthias Braunemit execfreqs for all blocks. ignore the am_flavour...
2007-05-13 Matthias Braunworkaround memperm problems with different entity sizes...
2007-05-09 Matthias Braunlast change with mode suffix was wrong for x87 nodes...
2007-05-09 Matthias Braunmode suffix changes
2007-05-05 Matthias Braunremoved wrong assert
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-23 Michael Beckallow character mode constants
2007-04-23 Matthias Braunimprove/fix wrong alignment in block emitting
2007-04-19 Matthias Braunanother fix
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-16 Matthias Braun- Fix address_mode optimizer not removing nodes
2007-04-02 Matthias Braunfix TLS emitting
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-22 Matthias Brauna bunch of fixes to make firm work with NDEBUG and...
2007-03-19 Matthias BraunThe big committ:
2007-03-01 Matthias Braun- fix x87 simulator not killing float copies that only...
2007-02-27 Matthias BraunSSE consts for xorps need to be 128bit
2007-02-27 Matthias Braunfix some ia32_finish routines not setting ls_mode for...
2007-02-27 Matthias Braunfix cvt emitter
2007-02-27 Matthias Braunfix SSE2 float calls + returns
2007-02-27 Matthias Braunfix Mulh, Div, IDiv handling
2007-02-22 Matthias Braun- change float nodes to mode_E
2007-02-21 Matthias Braunfix ra_timers
2007-02-16 Matthias Braunexperiment with new emitter style, change assembler...
2007-02-09 Christian Würdigremoved C-99 stuff
2007-02-09 Matthias Braun- use mode_Iu for all nodes producing integer values...
2007-01-12 Christian Würdigspecial case handling for startblock succesor no longer...
2006-12-18 Matthias Braunthe spillslot coalescer is now a general frame entity...
2006-12-18 Matthias Braun- Use a default node compare attribute function for...
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-10 Matthias Brauncleanup/rewrite of ia32_gen_decls
2006-12-04 Matthias Braunfix some address mode optimisation issues, xors aren...
2006-11-02 Christian Würdigremoved unused function
2006-10-24 Matthias Braunwarning fix
2006-10-18 Christian Würdigdo not omit compare for PsiCondSet, some note scheduled...
2006-10-17 Christian Würdigadded ir/opt include
2006-10-17 Christian WürdigBugFix: return gcc-like names for st0-st7: %st, %st...
2006-10-10 Christian Würdigfixed assertion in Const emitter (tarval mode_P and...
2006-10-09 Christian Würdigomit copies from virtual registers
2006-10-03 Christian Würdigreturn real x87 register (st0-st7) if node is patched...
2006-09-30 Matthias Braunfixes, use new blockscheduler
2006-09-27 Michael Beckrenamed exec_freq_t to ir_exec_freq
2006-09-27 Christian Würdigmade unknown a joker register
2006-09-27 Matthias Braundon't emit +0 offsets
2006-09-20 Matthias Braunmore tweaking...
2006-09-20 Matthias Braun- Properly support AM for push and pop nodes
2006-09-20 Matthias Braunimprove alignment emitting for athlon
2006-09-20 Matthias Braunsmarter policy for emitting alignments
2006-09-19 Matthias Braunxchg is slow on athlons, so use 3 xors instead
2006-09-18 Matthias Braunemit less alignment on athlon
2006-09-18 Michael BeckAdded support for include files
2006-09-13 Michael Beckupdated debugging support
2006-09-13 Matthias Braunmore warning fixes
2006-09-12 Michael Beckadd support for stabs arguments
next