libfirm
2012-08-31 Matthias Braunfurther corrections for the keepalive hack
2012-08-31 Matthias Braunsparc: be more conservative when moving memops around
2012-08-31 Christoph MallonSimplify rounding next_block_nr.
2012-08-31 Christoph MallonSkip the check whether ifconv is allowed, if both phi...
2012-08-30 Matthias Braunworkaround for placement of nodes held only by keepaliv...
2012-08-30 Matthias Braunset load/store to floating if ptr is never NULL
2012-08-30 Matthias Braunimprove value_not_zero
2012-08-30 Matthias Braunmake block numbers accross functions more deterministic
2012-08-29 Matthias Braunfix crash
2012-08-29 Matthias Brauncode_placement: use iredges, respect dep. edges
2012-08-29 Matthias Braunldstopt: don't count keepalives as users
2012-08-28 Matthias Brauncleanup irouts
2012-08-28 Matthias Braunimprove tarval printer
2012-08-28 Matthias Braunremove now unused get_irn_outs_computed()
2012-08-28 Matthias Braunremove unused NEW_REASSOC code
2012-08-28 Matthias Braunremove pointless compute_irp_outs()/free_irp_outs()
2012-08-28 Matthias Braunremove unused+fragile NULL_OBST
2012-08-27 Matthias Braunmove load mode shrinking into ldst phase
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 Braunshrink load mode if not all bits are used
2012-08-27 Matthias Braunfactorize upper_bits_clean and use in sparc+ia32
2012-08-27 Matthias Braunirop: add more generic function callbacks
2012-08-24 Matthias Brauntarval: shift variants with unsigned right operand
2012-08-23 Matthias Braunia32: skip downconvs in front of Store
2012-08-23 Matthias Braunadd more Conv(Conv) localopt rules
2012-08-23 Matthias Braunfix some problems in ia32_intrinsice/map_Conv
2012-08-23 Matthias Braunuse confirm_irg_properties in lower_intrinsics
2012-08-23 Matthias Braunexecfreq calculation fails in case of unreachable code
2012-08-23 Matthias Braunput execfreq in block-attrs instead of hashmap
2012-08-22 Matthias Braunremove unnecessary irma_unitialized
2012-08-22 Matthias BraunImprove documentation about float mantissa size
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-21 Matthias Braunrefactor specfiles/scripts
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 Braunfix bug introduced in 'cleanup' commit
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-09 Matthias Braunmore irouts cleanup
2012-08-09 Matthias Braunirouts: cleanup use C99
2012-08-08 Christoph Mallonuse is_$KIND(n) instead of get_irn_op(n) == op_$KIND.
2012-08-08 Christoph MallonRemove duplicate calls to register_node_cmp_func().
2012-08-08 Christoph Mallons/get_irn_n(irn, -1)/get_nodes_block(irn)/.
2012-08-08 Christoph MallonRemove redundant retrieval of blocks.
2012-08-08 Christoph MallonUse get_Block_cfgpred_pos().
2012-08-08 Christoph MallonReturn the profile init irg from ir_profile_instrument...
2012-08-05 Christoph MallonSimplify control flow.
2012-08-03 Christoph MallonReplace the reassoc env struct by its only member.
2012-08-03 Christoph MallonRemove irg from the reassoc env.
2012-08-03 Christoph MallonRemove the write-only variable changes from reassoc.
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 BraunTalk a bit about ADTs in firms API
2012-07-30 Matthias Braunsimplify and cleanup execfreq API
2012-07-27 Matthias Braunfix import/export of ASM
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-20 Christoph MallonRemove __list_for_each().
2012-07-20 Christoph MallonRemove the unused ir_lnk_nodeset.
2012-07-20 Christoph MallonRemove the unused ir_lnk_nodemap.
2012-07-20 Christoph MallonLet matrix_foreach(), matrix_foreach_in_col() and matri...
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 Braunrename hashset.c to hashset.c.inl
2012-07-16 Matthias Braunadd missing doxygen docu
2012-07-16 Matthias Braunrework hashset
next