fix a bunch of warnings reported by clang analyzer
[libfirm] / ir / be /
2012-10-24 Matthias Braunfix a bunch of warnings reported by clang analyzer
2012-10-24 Matthias Braunfix comdat emitting on macho
2012-10-24 Christoph MallonRemove unused map_Abs().
2012-10-24 Christoph MallonRemove duplicate macro.
2012-10-23 Julian OppermannDon't set copy_attr_func to NULL for nodes without...
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-09-14 Manuel MohrExtended public backend API.
2012-09-13 Matthias Braunsparc: use 128bit long double even for softfloat
2012-09-13 Matthias Braunbeverify: simplify by using C99
2012-08-31 Matthias Braunsparc: be more conservative when moving memops around
2012-08-31 Christoph MallonSimplify rounding next_block_nr.
2012-08-30 Matthias Braunmake block numbers accross functions more deterministic
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-21 Matthias Braunremove unused dead_node_elim_subst hook
2012-08-21 Matthias Braunavoid usage of modifies_fp flags in sparc backend
2012-08-21 Matthias Braunuse be_foreach_definition in liveness_transfer
2012-08-21 Matthias Braunfix be_foreach_definition cls argument
2012-08-21 Matthias Braunsimplify by using C99
2012-08-15 Matthias Braunfix dwarf abbrev registration
2012-08-13 Manuel MohrDon't use consecutive numbers for basic blocks from...
2012-08-13 Manuel Mohrsparc: Use be_peephole_exchange instead of exchange...
2012-08-09 Matthias Braunsparc: fix wrong delay slot test
2012-08-09 Matthias Braunsparc: fix delayslot picking order
2012-08-09 Matthias Braunbeprefalloc: fix assignment of big values
2012-08-09 Matthias Braunsparc: support float perms
2012-08-09 Matthias Braunsparc: split128 bit float loads into 2x64bit load
2012-08-09 Matthias Braunbeprefalloc: simplify by using C99
2012-08-08 Christoph MallonUse get_Block_cfgpred_pos().
2012-08-08 Christoph MallonReturn the profile init irg from ir_profile_instrument...
2012-08-02 Matthias Braunsparc: rework emitter/delayslot handling
2012-08-02 Matthias Braunfix bugs in execfreq rework commit
2012-08-02 Matthias Braunbe: Proj_Cmp transformers are unnecessary
2012-08-02 Matthias Braunuse C99 to cleanup code
2012-08-02 Christoph MallonAssert that there is currently no object under construc...
2012-08-02 Christoph MallonFactorise code to set the register contraints and regis...
2012-08-02 Christoph MallonFactorise code to get the register projs of the SPARC...
2012-08-02 Christoph MallonPut SPARC initial register info into a struct.
2012-08-01 Christoph MallonSimplify emit_sparc_Div(): Pass the instruction mnemoni...
2012-07-30 Matthias Braunsimplify and cleanup execfreq API
2012-07-26 Matthias Braunmake get_op_ops result non-const
2012-07-25 Matthias Braunprefere local registers when allocating for sparc
2012-07-24 Christoph MallonAdd and use amd64_emitf().
2012-07-23 Matthias Braunia32: avoid assembler warning for 16bit stores
2012-07-23 Matthias Braunupdate TEMPLATE backend
2012-07-23 Matthias Braunrework ASM node, it always has a memory input now
2012-07-23 Matthias Braunget_Call_n_params: use int for consistency
2012-07-23 Manuel MohrFix random scheduler.
2012-07-23 Sebastian BuchwaldEat format specifier parameter.
2012-07-20 Christoph MallonLet list_for_each_entry(), list_for_each_entry_reverse...
2012-07-19 Christoph MallonLet foreach_ir_nodeset() declare its iterator variables.
2012-07-19 Christoph MallonLet panic() print file, line and function.
2012-07-19 Christoph MallonMake \n in arm_emitf() work.
2012-07-19 Christoph MallonRemove unused emit_templates.
2012-07-19 Christoph MallonAdd sparc_emitf() to make the SPARC emitter more readable.
2012-07-18 Christoph MallonUse ia32_emitf() in ia32_spec.pl.
2012-07-18 Matthias Braunintroduce TEMPLATE_emitf
2012-07-18 Matthias Braunintroduce arm_emitf
2012-07-18 Matthias Braunuse arch_emitf for emit lines without dot prefix
2012-07-17 Manuel Mohrsparc: Fix Alloc nodes.
2012-07-16 Matthias Braunreplace gnu extension with C99
2012-07-16 Matthias Braunfix prefalloc after sched_foreach changes
2012-07-16 Matthias Braunuse bool as return value in XXX_insert and ID_HASH
2012-07-16 Matthias Braunsimplify + optimize be_lv_foreach
2012-07-16 Matthias Braunmake cpset, pset_new API private
2012-07-16 Manuel Mohrsparc: Fix gen_Const on 64-bit machines.
2012-07-16 Sebastian BuchwaldFixed warnings.
2012-07-13 Christoph MallonAdd a wrapper macro for ir_nodehashmap_get(), which...
2012-07-13 Christoph MallonUse get_blocksched_entry().
2012-07-13 Christoph MallonAdd the * for the type in foreach_pset() automatically.
2012-07-13 Christoph MallonLet foreach_pset() declare its iterator variable.
2012-07-13 Christoph MallonUse foreach_pset().
2012-07-13 Christoph MallonRemove the unused ir/adt/iterator.[ch].
2012-07-13 Christoph MallonLet bitset_foreach() and bitset_foreach_clear() declare...
2012-07-13 Christoph MallonRemove the unused macro sched_foreach_Phi().
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 MallonFix indentation.
2012-07-13 Christoph MallonAdd ir_nodeset_first() to return the "first" node in...
2012-07-13 Christoph MallonUse foreach_ir_nodeset() instead of reimplementing it.
2012-07-13 Christoph MallonLet co_gs_foreach_neighb() declare the iterator variable.
2012-07-13 Christoph MallonLet foreach_set() declare the iterator variable.
2012-07-13 Christoph MallonAdd wrapper macros for set_first() and set_next(),...
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-07-13 Christoph MallonUse foreach_set() instead of reimplementing it.
2012-07-13 Christoph MallonAdd the * for the type in foreach_set() automatically.
2012-07-13 Christoph MallonAdd a wrapper macro for pmap_get(), which has the retur...
2012-07-13 Christoph MallonAdd a wrapper macro for ir_nodemap_get(), which has...
2012-07-13 Christoph MallonRemove pointless casts.
2012-07-13 Christoph MallonRemove the unused macro co_gs_nodes_break().
2012-07-13 Christoph MallonGet rid of an anonymous union.
2012-07-13 Christoph MallonRemove the unnecessary perm_map.
2012-07-13 Matthias Braunsimplify be_lv_foreach
2012-07-13 Matthias Braunremove write-only bitset
2012-07-13 Matthias Braunadapt to -std=c99
next