Use edges_reroute_except() instead of edges_reroute() to avoid fiddling with the...
[libfirm] / ir /
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-05 Christoph MallonRemove stale comments.
2012-11-05 Christoph MallonRemove the unused function be_set_Copy_op().
2012-11-04 Christoph MallonUse be_get_Copy_op().
2012-11-04 Christoph MallonCorrect name: OP(OP(x)) = x is involution, not idempotence.
2012-10-31 Christoph MallonSimplify test when to stop in push_through_perm().
2012-10-31 Christoph MallonFix a performance bug in push_through_perm().
2012-10-30 Christoph MallonFix iterating all irgs in gc_irgs().
2012-10-29 Sebastian BuchwaldFixed warning: Made global variable static.
2012-10-29 Matthias Braunfix bad input register requirements
2012-10-29 Matthias Braunbeverify: cleanup, use bool for ok/bad return value
2012-10-29 Matthias Braunbeverify: remove dominance check
2012-10-29 Matthias Braunfix output constraints of ia32_IJmp
2012-10-29 Matthias Braunfix some missing register constraints
2012-10-29 Matthias BraunSet an input requirement for be_Spill, be_Reload frame...
2012-10-29 Matthias Braunshare common phi code, fix missing phi input reqs
2012-10-29 Matthias Braunremove unnecessary options from beprefalloc
2012-10-29 Matthias Braunchange arch_XXX_out functions to use unsigned for pos
2012-10-29 Matthias Braunfix some memory leaks in beprefalloc
2012-10-29 Matthias Braundeallocate all datastructures when freeing a graph
2012-10-29 Matthias Braunmake remove_irp_irg API private
2012-10-29 Matthias Braunremove obsolete comment
2012-10-27 Christoph MallonFix warnings.
2012-10-26 Christian Helmerremoved old divmod handling
2012-10-26 Christian Helmerremoved unimplemented extension
2012-10-26 Christian Helmerfixed processing of mode_T nodes
2012-10-26 Christian HelmerStores also handled, optimize_node option implemented
2012-10-26 Christian Helmerdivmod handling broken and preliminary removed
2012-10-26 Christian Helmerremoved unnecessary declarations
2012-10-26 Christian Helmerclean up and comments
2012-10-26 Christian Helmercleanup, constants fixed
2012-10-26 Christian Helmerfixed loads
2012-10-26 Christian Helmerused the same anti-leader to leader transfer in greedy...
2012-10-26 Christian Helmerprobably fixed loads, changed greedy condition
2012-10-26 Christian HelmerFixed high hoisting, additional comments, correct debug...
2012-10-26 Christian Helmerhoist high generates new node
2012-10-26 Christian Helmermaybe fixed error where nontranslated expression needed...
2012-10-26 Christian HelmerGVN fixes
2012-10-26 Christian Helmerfixed leader problem
2012-10-26 Christian Helmerreverted antic_in
2012-10-26 Christian Helmerbetter available constant handling
2012-10-26 Christian HelmerDifferent management of antic sets.
2012-10-26 Christian HelmerAdded link field for arbitrary data to ir_valueset...
2012-10-26 Christian Helmerimplemented true GVN
2012-10-26 Christian Helmerfixed bug where projections ended up in the wrong blocks
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-25 Matthias Braunchange lower_switch to work on tarvals instead of int
2012-10-25 Matthias BraunSwitch nodes may have dw inputs, without outputs
2012-10-24 Matthias Braunmake statev API public
2012-10-24 Matthias Braunremove irg_phase_state, use IR_GRAPH_CONSTRAINT instead
2012-10-24 Matthias Braunirverify: remove load/store from entity verification
2012-10-24 Matthias Braunlocalopt stuff for const-code irg
2012-10-24 Matthias Braunrework timer API
2012-10-24 Matthias Braunmove get_irn_edge_kind to internal API
2012-10-24 Matthias Braunreorgranize method properties
2012-10-24 Matthias Braunalways dump additional method props
2012-10-24 Matthias Braunopt_funccall: cleanup, use C99
2012-10-24 Matthias Braunopt_funccall: remove outdated/unused OO optimisations
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 Matthias Braunadd some missing cases for copy_const_value
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-14 Manuel MohrFixed some typos.
2012-09-14 Manuel MohrFixed lowering of calls with compound returns.
2012-09-13 Sebastian Hackchanged the dump format to match the cplex lp format
2012-09-13 Matthias Braunsparc: use 128bit long double even for softfloat
2012-09-13 Matthias Braunbeverify: simplify by using C99
2012-09-12 Sebastian BuchwaldRevert "Prevent SSA construction from running into...
2012-09-11 Christoph MallonDump immature blocks in ird_color_error (red) again.
2012-09-11 Christoph MallonRemove redundant get_Block_matured() check before calli...
2012-09-11 Christoph MallonRemove the unused facility to register space /in front...
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...
next