bechordal: Remove remnants of the long gone split phase.
[libfirm] / ir / be / ia32 /
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "beirg.h".
2012-11-25 Christoph Mallonbearch: remove arch_register_type_joker.
2012-11-24 Christoph Mallonbearch: Remove arch_get_inverse() and associated code.
2012-11-24 Christoph Malloncleanup: Remove unnecesary #include from bearch.h.
2012-11-24 Christoph Mallonbeabi: Turn be_abi_call_flags_t into a struct.
2012-11-24 Christoph Mallonbearch: Remove the write-only attribute link_class...
2012-11-16 Matthias Braunia32: fix stupid bug introduced in last commit
2012-11-15 Matthias Braunia32_x87: remove the distinction between vfp and fp...
2012-11-15 Christoph Mallonx87: Add a heuristic for fxch-ing one operand in sim_bi...
2012-11-15 Christoph Mallonx87: Only use fucompp if one operand happens to be...
2012-11-15 Christoph Mallonx87: Enable x87_create_fpop() to remove entries other...
2012-11-15 Christoph Mallonx87: Remove the parameter num from x87_create_fpop().
2012-11-15 Christoph Mallonx87: Improve sim_binop(): Only use fxch if both operand...
2012-11-15 Christoph Mallonx87: Simplify the case when both operands are dead...
2012-11-15 Christoph Mallonx87: Fix harmless typo in sim_binop().
2012-11-15 Christoph Mallonx87: Simplify x87 code generation.
2012-11-14 Christoph Mallonx87: Simplify sim_Fucom().
2012-11-14 Christoph Mallonx87: Simplify selecting the instruction and popping...
2012-11-13 Christoph Mallonx87: Do not set x87 attributes, which are not used.
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
2012-11-12 Christoph MallonMerge the (single) pop and non-pop variants of x87...
2012-11-12 Christoph MallonMerge the pop and non-pop variants of x87 store operations.
2012-11-12 Christoph MallonMerge the pop and non-pop variants of x87 binary operat...
2012-11-12 Christoph MallonMerge the r and non-r variants of fdiv and fsub.
2012-11-12 Christoph MallonRemove unnecessary tests.
2012-11-12 Christoph MallonPanic when asked to simulate a vfprem.
2012-11-11 Christoph MallonCorrect some off-by-one errors in ia32_emitf().
2012-11-11 Christoph MallonImplement binary emitter for ia32 bt.
2012-11-11 Christoph MallonFake a binary emitter for ia32 asm.
2012-11-11 Christoph MallonImplement binary emitter for ia32 fisttp.
2012-11-11 Christoph MallonImplement binary emitter for ia32 popcnt.
2012-11-11 Christoph MallonImplement binary emitter for ia32 bswap.
2012-11-11 Christoph MallonImplement binary emitter for ia32 sbb0.
2012-11-11 Christoph MallonImplement binary emitter for ia32 ffreep.
2012-11-11 Christoph MallonFactorise code for binary emitters of ia32 fp operation...
2012-11-11 Christoph MallonSimply emit nothing for ia32 Unknown.
2012-11-11 Christoph MallonImplement binary emitters for ia32 bsf and bsr.
2012-11-11 Christoph MallonFactorise code of binary emitters for ia32 unops with...
2012-11-11 Christoph MallonCorrect bemit_${OP}() and bemit_${OP}mem().
2012-11-10 Christoph MallonUse edges_reroute_except() instead of edges_reroute...
2012-11-10 Christoph MallonClaim that AMD family 12h, 14h and 15h are K10.
2012-11-10 Christoph MallonFix calculation of x86 CPU family.
2012-11-09 Matthias Braunia32: allow Minus, Phi in any float mode
2012-11-09 Matthias Braunia32: we can skip float downconvs before stores
2012-11-05 Christoph MallonInline x87_set_tos() into its only caller.
2012-11-05 Christoph MallonRemove cruft from sim_Copy().
2012-11-05 Christoph MallonRemove redundant assert.
2012-11-05 Christoph MallonRemove the unused return value from x87_create_fxch().
2012-11-05 Christoph MallonGet rid of x87_push_dbl() by passing an usable register...
2012-11-05 Christoph MallonDo not add a Proj to the schedule.
2012-11-05 Christoph MallonUse edges_reroute_except() instead of edges_reroute...
2012-11-05 Christoph MallonPanic when get_irn_Proj_for_mode() does not find a...
2012-11-05 Christoph MallonRemove unnecessary tests.
2012-11-05 Christoph MallonSimplify collect_and_rewire_users(): Use get_edge_src_p...
2012-11-05 Christoph MallonReplace x87_fxch_shuffle() + sched_add_before() by...
2012-11-05 Christoph MallonSimplify inserting the fxchs in x87_shuffle().
2012-11-05 Christoph MallonPass the value to be pushed to x87_create_fpush().
2012-11-05 Christoph MallonCleanup and use C99.
2012-11-05 Christoph MallonPanic when get_call_result_proj() does not find the...
2012-11-05 Christoph MallonInline x87_alloc_state() into its only user.
2012-11-05 Christoph MallonRemove unnecessary indirection for the empty x87 state.
2012-11-05 Christoph MallonRemove tos from x87_state.
2012-11-05 Christoph MallonSimplify x87_dump_stack().
2012-11-05 Christoph MallonAdd the function x87_get_entry() to retrieve elements...
2012-11-05 Christoph MallonOnly copy the x87 state once per block.
2012-11-05 Christoph MallonSimplify x87 sim_Return().
2012-11-05 Christoph MallonRemove stale and unused cruft from x87 simulator.
2012-11-05 Christoph MallonPanic when the x87 simulator encounters and asm node...
2012-11-04 Christoph MallonUse be_get_Copy_op().
2012-10-29 Matthias Braunfix bad input register requirements
2012-10-29 Matthias Braunfix output constraints of ia32_IJmp
2012-10-29 Matthias Braunshare common phi code, fix missing phi input reqs
2012-10-25 Matthias Braunswitch_lowerer: cast to backend specified Switch mode
2012-10-25 Matthias Braunremove no-out_of_bounds option from lower_switch
2012-10-24 Matthias Braunia32: cleanup handling of 8/16bit operations
2012-10-24 Matthias Braunfix a bunch of warnings reported by clang analyzer
2012-10-24 Christoph MallonRemove unused map_Abs().
2012-10-24 Christoph MallonRemove duplicate macro.
2012-10-22 Christoph MallonProperly specify alternate AM in the ia32_IJmp emit...
2012-10-19 Sebastian BuchwaldPerform switch lowering before double-word lowering.
2012-08-27 Matthias Braunia32_transform: remove unused SETCC_TR_SBB
2012-08-27 Matthias Braunshow optimisation warnings in ia32 conv/conv opts
2012-08-27 Matthias Braunfactorize upper_bits_clean and use in sparc+ia32
2012-08-23 Matthias Braunia32: skip downconvs in front of Store
2012-08-23 Matthias Braunfix some problems in ia32_intrinsice/map_Conv
2012-08-21 Matthias Braunremove the concept of a strictconv
2012-08-02 Matthias Braunbe: Proj_Cmp transformers are unnecessary
2012-07-30 Matthias Braunsimplify and cleanup execfreq API
2012-07-23 Matthias Braunia32: avoid assembler warning for 16bit stores
2012-07-23 Matthias Braunrework ASM node, it always has a memory input now
2012-07-23 Sebastian BuchwaldEat format specifier parameter.
2012-07-19 Christoph MallonLet panic() print file, line and function.
2012-07-18 Christoph MallonUse ia32_emitf() in ia32_spec.pl.
2012-07-16 Matthias Braunsimplify + optimize be_lv_foreach
2012-07-13 Christoph MallonLet sched_foreach_from() and sched_foreach_reverse_from...
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Christoph MallonAdd a wrapper macro for pmap_get(), which has the retur...
2012-07-13 Matthias Braunfix warning
next