bescripts: Copy all common node attributes into the constructor variants.
[libfirm] / ir / be / ia32 /
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
2011-12-19 Matthias Braunmake modelist global
2011-12-19 Matthias Braunmake opcode list global
2011-12-14 Matthias Braunreplace pamp_find with pmap_get where possible
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-12-07 Matthias Brauncorrectly implement memop handling
2011-12-05 Matthias Braunirdump: dump interfaces take const ir_node* now
2011-11-17 Matthias Braunuse size_t for ASM n_clobbers, n_outputs
2011-11-17 Matthias Braunhandle Block_entity like other node attributes
2011-11-16 Matthias Braunia32: do not change tarval output modes in init
2011-11-14 Matthias Braunia32: set ls_mode on more nodes
2011-11-14 Matthias Braunremove irbitset.h
2011-11-10 Matthias Braunbe: rework isa_if interface and initialisation
2011-11-10 Matthias Braunbe: get rid of arch_irn_classify callback
2011-11-10 Matthias Braunbe: remove remnants of machine description
2011-11-10 Matthias Braunbe: remove more unnecessary callbacks
2011-11-10 Matthias Braunbe: remove unused reg_class_for_mode callback
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-04 Matthias Braunia32: split peephole opts into 2 passes
2011-11-04 Matthias Braunia32: improve Test peephole optimisation
2011-11-04 Matthias Braunia32: sign flag is enough if no overflow
2011-11-04 Matthias Braunia32: improve AM-matching for x87-fpu nodes
2011-11-02 Matthias Braunintroduce Switch node
2011-11-02 Matthias Braungenerate irdump proj-number lookup tables
next