bepeephole: Inline be_peephole_new_node() into its only caller.
[libfirm] / ir / opt /
2012-12-12 Matthias Braunremove license stuff from files
2012-12-12 Christoph Mallondocumentation: Remove explicit filename after @file.
2012-12-12 Christoph Malloncleanup: Do not re-fetch values, which we have already.
2012-12-11 Matthias Brauninlining array types is the same as inlining compound...
2012-12-06 Christoph Mallonirgmod: Pass the new inputs to turn_into_tuple() instea...
2012-12-06 Christoph Mallonopt_inline: Move all start block placed nodes to the...
2012-12-05 Christoph Mallongvn_pre: Remove redundant start block test.
2012-12-05 Christoph Mallontailrec: Remove stale start loop test.
2012-12-05 Christoph Malloncfopt: Remove unnecessary start block test.
2012-12-05 Christoph Mallonopt_ldst: Remove the attribute start_bl from struct...
2012-12-05 Christoph Mallonfp-vrp: Simplify test when optimising Minus(x0...0).
2012-12-05 Sebastian BuchwaldLet fp-vrp optimize Minus nodes.
2012-12-04 Matthias Braunremove Cast node
2012-12-04 Matthias Braunremove class cast optimization
2012-12-04 Matthias Braunremove #if 1
2012-12-04 Matthias Braunremove commented out code
2012-12-04 Matthias Braunremove nearly unused loop_flags
2012-12-03 Tobias RappRefactoring: Deleted unused inlining functionality.
2012-12-03 Christoph Mallonir: Remove unnecessary mode_b checks of Cond selectors.
2012-12-03 Christoph Malloncleanup: Remove pointless assert(is_${NODE}(x)) just...
2012-12-03 Sebastian BuchwaldFixed some typos.
2012-12-02 Matthias Braunimplement load after store for different modes in big...
2012-12-02 Christoph Mallonreassoc: Remove pointless macro indirection.
2012-12-02 Christoph Mallonopt_ldst: Remove the unused macro BYTE_SIZE().
2012-12-02 Christoph Malloncleanup: Remove end-of-if/for/function comments.
2012-12-02 Christoph Mallonldstopt: Remove duplicate comments.
2012-12-02 Christoph Mallonarray: Add and use NEW_ARR_FZ().
2012-12-02 Christoph Mallonarray: Add and use NEW_ARR_DZ().
2012-12-02 Christoph Mallongvnpre: Put the obstack into struct pre_env instead...
2012-12-02 Christoph Mallonirgraph: Put the obstack into ir_graph instead of deleg...
2012-12-01 Christoph Mallonirgraph: Use get_irg_obstack() instead of accessing...
2012-11-26 Matthias Braunquery firmstat options through lc_opt system
2012-11-25 Christoph Malloncleanup: Remove several uses of current_ir_graph.
2012-11-25 Christoph Malloncleanup: Use get_Block_n_cfgpreds()/get_Block_cfgpred...
2012-11-25 Christoph Mallonrbitset: Let rbitset_alloca() return the new raw bitset.
2012-11-23 Sebastian BuchwaldCombo: Ensure split by partition for Phi nodes.
2012-11-23 Sebastian BuchwaldImproved readability of debug output.
2012-11-23 Sebastian BuchwaldDump partitions before adding them to the worklist.
2012-11-23 Sebastian BuchwaldFixed some typos.
2012-11-19 Matthias Braunldstopt: fix for case of non-const global initializer
2012-11-12 Matthias Braunjumpthreading: when copying kept nodes keep the copies
2012-11-12 Matthias Braunmake jumpthreading debug message less confusing
2012-11-09 Matthias Braunconvopt: also perform convopt for float nodes
2012-11-08 Christoph MallonRemove further keep-edge hacks for endless loops.
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 Braunmake remove_irp_irg API private
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 Helmerimplemented true GVN
2012-10-26 Christian Helmerfixed bug where projections ended up in the wrong blocks
2012-10-24 Matthias Braunremove irg_phase_state, use IR_GRAPH_CONSTRAINT instead
2012-10-24 Matthias Braunreorgranize method properties
2012-10-24 Matthias Braunopt_funccall: cleanup, use C99
2012-10-24 Matthias Braunopt_funccall: remove outdated/unused OO optimisations
2012-10-24 Matthias Braunfix a bunch of warnings reported by clang analyzer
2012-08-31 Matthias Braunfurther corrections for the keepalive hack
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-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 Braunremove unused NEW_REASSOC code
2012-08-27 Matthias Braunmove load mode shrinking into ldst phase
2012-08-24 Matthias Brauntarval: shift variants with unsigned right operand
2012-08-23 Matthias Braunadd more Conv(Conv) localopt rules
2012-08-21 Matthias Braunremove the concept of a strictconv
2012-08-21 Matthias Braunremove unused dead_node_elim_subst hook
2012-08-08 Christoph Mallonuse is_$KIND(n) instead of get_irn_op(n) == op_$KIND.
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-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-16 Sebastian BuchwaldFixed warnings.
2012-07-13 Christoph MallonAdd a wrapper macro for ir_nodehashmap_get(), which...
2012-07-13 Christoph MallonAdd the * for the type in foreach_pset() automatically.
2012-07-13 Christoph MallonLet foreach_pset() declare its iterator variable.
next