becopyopt: Remove the unnecessary attribute name from struct copy_opt_t.
[libfirm] / ir / be / ia32 /
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
2012-07-10 Matthias Braunmake code C++ warning clean (again)
2012-07-10 Matthias Brauncleanup ia32_architecture (enum usage)
2012-06-27 Matthias Braunlong double has 4 byte alignment
2012-06-19 Christoph MallonRemove the never read flag irop_flag_dump_noinput.
2012-06-19 Christoph MallonRemove the never read flag irop_flag_labeled.
2012-06-19 Christoph MallonMark memory using nodes with "uses_memory".
2012-06-15 Matthias Braunfix warning
2012-06-15 Matthias Braunrename edges_assure to assure_edges
2012-06-06 Matthias Braunbe: introduce verboseasm flag (enabled by default)
2012-06-06 Matthias Braunbe: expose be_options variable globally
2012-05-13 Christoph MallonRemove the unused macro constant SNPRINTF_BUF_LEN.
2012-05-06 Christoph MallonUnbreak emitting TLS variables in the binary ia32 emitter.
2012-05-04 Matthias Braunir_visibility cleanup
2012-04-25 Matthias Braundwarf: initial support for callframe and params
2012-04-25 Matthias Braunbedbgout, stabs: remove obsolete debug modules
2012-04-25 Matthias Braunrename dbg_set_dbg_info to dbg_location
2012-04-25 Matthias Braunadd dwarf register number to register description
2012-04-17 Matthias Braunia32: remove pointless downconv skips in gen_Add
2012-03-09 Christoph MallonRemove ia32_code_gen_config_t::use_ftst.
2012-03-09 Christoph MallonSimplify code to relax the condition in get_flags_node().
2012-03-06 Christoph MallonMove a set_ia32_commutative() into the branch where...
2012-03-06 Matthias Braunbeabi: remove a bunch of unused/deprecated flags
2012-03-01 Matthias Braunfix backend Cond/Cmp flag optimization failing for...
2012-02-17 Matthias Braunia32: fix and optimize bswap sequence on i386
2011-12-29 Sebastian BuchwaldImproved architecture auto detection.
2011-12-22 Matthias Braunbelive: cleanup livness assure/invalidate API
2011-12-21 Matthias Braunbe: rework op_attr handling
2011-12-19 Matthias Braunia32: free between type in ia32_finish
next