Remove the unused parameter const arch_env_t *env from arch_get_irn_register().
[libfirm] / ir / be / ia32 / ia32_emitter.c
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
2007-09-20 Matthias Braun- use flags handling code for ia32 Compares (including...
2007-09-19 Christoph MallonGet rid of be_SetSP.
2007-09-12 Christoph MallonConsistently place the mem in for AM directly after...
2007-09-10 Christoph MallonAdd magic for better code emission of 64bit minus.
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
next