backend_marked was a buggy/wrong concept, removed it
[libfirm] / ir / be / ia32 / ia32_emitter.c
2008-12-29 Michael Beck- implemented ia32 inport, outport for ir_bk_(in|out...
2008-12-24 Michael Beck- removed unused variable
2008-12-23 Michael Beck- add builtin_(trap|bswap)
2008-12-23 Christoph MallonSimplify generating the extend suffix for ia32_Load.
2008-12-23 Michael Beck- implemented __builtin_(ffs|ctz|clz|popcount|parity)
2008-12-21 Christoph MallonFix emit_ia32_ClimbFrame(): Source is left, destination...
2008-12-19 Michael Beck- implemented ia32_ClimbFrame() pseudo-instruction
2008-11-27 Christoph MallonEmit a block header for the start block of functions.
2008-11-13 Michael Beck- C99 features removed
2008-11-12 Christoph MallonHandle replacement of ia32_Conv_I2I by Cwtl as peephole...
2008-11-08 Christoph MallonSimplify emitting SSE float/int convs.
2008-11-08 Christoph Mallon- Fix dangling % in format string, ironically in a...
2008-11-08 Christoph MallonFix subtle error in r22602, which never triggers, becau...
2008-11-08 Christoph MallonFactorise common code to negate pnc.
2008-11-08 Christoph MallonRemove pointless assert, (x & 7) == (int){0,1,2,3,4...
2008-11-06 Michael Beck- C99 features removed
2008-11-06 Christoph MallonThe K6 does not like cltd and cwtl.
2008-11-06 Christoph MallonMake a few lines a bit more readable by using a local...
2008-10-25 Matthias Braundon't ask mode_T node for output register
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-11 Christoph MallonRemove the attribute const arch_env_t *arch_env from...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove an unused arch_env pointer.
2008-10-11 Michael Beck- removed C99 features
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-10 Christoph MallonEmit * in all necessary places for EMIT_ALTERNATE_AM.
2008-10-08 Christoph MallonIntroduce ia32_Call, which can handle address mode.
2008-10-08 Christoph MallonNo need to ignore Projs in the emitter, because there...
2008-10-08 Christoph MallonSort.
2008-10-08 Christoph MallonAdd ia32_emitf() to concisely output ia32 instructions.
2008-10-08 Christoph MallonMake ia32_assign_exc_label() static and remove redundan...
2008-10-08 Christoph MallonSlightly simplify jump table emitter.
2008-10-08 Christoph MallonDo not emit cld in the CopyB prologue. The ABI mandate...
2008-10-08 Christoph MallonSimplify emit_CopyB_prolog() and remove an unnecessary...
2008-10-08 Christoph MallonMake it a bit more clear, what's going on in ia32_emit_...
2008-10-07 Christoph MallonUse separate code to emit suffixes for integer and...
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-24 Matthias Braunhack to make it possible to mark spill,reload and remat...
2008-09-22 Christoph MallonRemove long commented out assert(), which is not true...
2008-09-02 Christoph MallonUse backtracking in find_original_value() for the flags...
2008-09-02 Christoph MallonPartially undo r20786: Emit ret $0 especially when...
2008-08-22 Christoph MallonSmall cleanup.
2008-08-22 Christoph MallonRemove final \n from panic messages, panic() adds a...
2008-08-21 Christoph MallonSmall simplification in ia32 ASM emitter.
2008-08-21 Christoph MallonDo it like GCC: write #APP #NO_APP around inline assembler.
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-05 Michael Beck- removed C99 stdbool.h from the "official" interface...
2008-07-30 Matthias Brauncosmetics
2008-07-30 Michael Beckfix new fallthrough handling
2008-07-30 Christoph Mallonpanic() on internal error instead of assert(0)ing.
2008-07-30 Christoph MallonRemove handling for 32bit as smaller mode in emit_ia32_...
2008-07-30 Matthias Braun- refactor emitter next/prev block handling a bit
2008-07-25 Andreas ZwinkauMoved assertion into if clause
2008-07-14 Michael Beck- ia32_assign_exc_label() cannot take a const node...
2008-06-25 Michael Beck- fixed ir_printf format (%lu and %ld now working)
2008-06-23 Michael BeckBugFix: always emit the block label for labelled blocks...
2008-06-12 Michael Beck- unfinished work to support exception label lookup
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-05-11 Michael Beckgenerate bt x,n for if (x & (1 << n)) on Core2:
2008-04-20 Michael Beck- moved the imul mem,imm32 splitting into peephole...
2008-04-19 Michael Beck- add optimisation for size
2008-04-19 Michael Beck- added alignment_label_max_skip
2008-04-19 Michael Beckalways align blocks if there is no fall-through
2008-04-16 Christoph MallonRemove the now unused function ia32_emit_am_or_dest_reg...
2008-04-03 Matthias Braunstarted implementing Mac Style PIC
2008-03-30 Matthias Braun- cleanup and rewrite some of the dbgout stuff (no...
2008-03-08 Matthias Braun- fix parity label emitting using local assembler labels
2008-03-05 Matthias Braunonly emit labels that are needed
2008-01-02 Michael Beckupdate copyright message
2008-01-02 Michael Beckadded GNU_FLAVOUR_YASM to support the YASM assembler
2007-11-27 Matthias Braunfactor out entity emitter and make sure @NTPOFF is...
2007-11-19 Michael Beckmoved be_retrieve_dbg_info() into middleend and rename...
2007-11-13 Matthias Braunfix handling of default pns in the backend (they don...
2007-10-29 Matthias Braunpeephole optimisation: reuse zero flag from previous...
2007-10-26 Matthias Braunmoved ia32 architecture configuration to a separate...
2007-10-25 Michael Beckupdated cpu architectures
2007-10-24 Christoph MallonEmit the "t" suffix for f96 numbers in the ia32 backend.
2007-10-19 Matthias Braun- improve set transformation
2007-10-17 Michael BeckRefactored attributes:
2007-10-07 Matthias Braunwe have to use the pinned state from the load when...
2007-10-06 Matthias Braunemit a Begin and End marker around functions (usefull...
2007-10-05 Michael Beckdoxygen comment added
2007-10-04 Matthias Braunfix negated set pnc with float compare problem
2007-10-04 Matthias Braunfixed/improved assembler nodes
2007-10-03 Matthias Braunrename pnc_flipped to ins_permuted and change back...
2007-10-03 Christoph MallonDirectly tie the ConvI2I8Bit node to the ConvI2I emitte...
2007-10-02 Matthias Braunfix cmov emitter
2007-10-01 Matthias Braunfix cmov AM bug, avoid some verify warning in beflags...
2007-10-01 Matthias BraunAM for CMov, SSE floats, SubSP, AddSP
2007-10-01 Matthias Braunmark methods with lowered struct params, correctly...
2007-09-30 Matthias Braunsupport for fucom(p)i
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-29 Christoph MallonIn emit_ia32_Conv_with_FP() the operands were swapped...
2007-09-29 Christoph MallonRemove the parameter produces_result from ia32_emit_bin...
2007-09-29 Christoph MallonIn get_out_reg() assert that the requested outreg posit...
2007-09-28 Matthias Braunfix for fehler87
2007-09-26 Matthias Braunno environment anymore for emitters
2007-09-25 Matthias Braun- never use (broken) sequential load/store in abi
next