libfirm
2012-12-05 Christoph Mallonbeifg: Use dom_tree_walk_irg(irg, ...) instead of dom_t...
2012-12-05 Christoph Mallonopt_ldst: Remove the attribute start_bl from struct...
2012-12-05 Christoph Mallonirverify: Verify that nodes, which should be in the...
2012-12-05 Christoph Mallonfp-vrp: Simplify test when optimising Minus(x0...0).
2012-12-05 Christoph Mallonvrp: Remove redundant assure_irg_outs().
2012-12-05 Christoph Mallonbenode: Remove the parameter irg from be_new_Call().
2012-12-05 Christoph Mallonbenode: Remove the parameter irg from be_new_Return().
2012-12-05 Sebastian BuchwaldLet fp-vrp optimize Minus nodes.
2012-12-04 Matthias Braunimprove docu, fix doxygen warnings
2012-12-04 Matthias Braunfltcals: remove debug prints
2012-12-04 Matthias Braunstrcalc: remove debug printfs
2012-12-04 Matthias Brauntv: remove unnecessary comments
2012-12-04 Matthias Brauntv: remove comments about old vector modes
2012-12-04 Matthias Brauntv: remove support for carry state flag
2012-12-04 Matthias Brauncleanup vrp
2012-12-04 Matthias Braunremove Cast node
2012-12-04 Matthias Braunremove class cast optimization
2012-12-04 Matthias Braunremove Bound node
2012-12-04 Matthias Braunremove Carry+Borrow node
2012-12-04 Matthias Brauntv: remove unused float_to_int_mode
2012-12-04 Matthias Brauntv: remove unused reserved_id
2012-12-04 Matthias Brauncleanup reserved tarval stuff
2012-12-04 Matthias Braunremove support to disable floatingpoint constant folding
2012-12-04 Matthias Brauntv: remove support for SWITCH_NOINFINITY and SWITCH_NOD...
2012-12-04 Matthias Braunwe always compile with C99 support now
2012-12-04 Matthias Braunremove (last) mentioning of STA backend
2012-12-04 Matthias Braunremove #if 1
2012-12-04 Matthias Braunfurther cleanup in loop code
2012-12-04 Matthias Braunremove commented out code
2012-12-04 Matthias Braunreenable femms
2012-12-04 Matthias Braunremove unused support for max_loop_depth
2012-12-04 Matthias Braunremove more unused loop stuff
2012-12-04 Matthias Braunalways enable NO_CFLOOP_WITHOUT_HEAD
2012-12-04 Matthias Braunremove unnecessary declaration
2012-12-04 Matthias Braunremove more unused loop fields
2012-12-04 Matthias Braunremove nearly unused loop_flags
2012-12-04 Matthias Braunsmall docu cleanups
2012-12-04 Matthias Braunupgrade Doxyfile to latest doxygen version
2012-12-04 Christoph Mallonirdump: Remove the parameter bad from get_mode_name_ex().
2012-12-04 Christoph Mallontv: Remove mul_table[][][] and simply use * and <<.
2012-12-04 Christoph Mallontv: Remove add_table[][][] and simply use +.
2012-12-03 Christoph Mallonscripts: Generate accessor functions for nodes with...
2012-12-03 Christoph Mallonscripts: Fix some whitespace nits.
2012-12-03 Christoph Mallonbelive: Remove the visited bitset for liveness calculation.
2012-12-03 Christoph Mallonbelive: Directly pass the flags to set to live_end_at_b...
2012-12-03 Christoph Mallonbelive: Avoid duplicate map lookups when calculating...
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-03 Matthias Braunthe 1/c -> 1*c optimisation is fine for x86 floats too
2012-12-03 Matthias Braunmark stores in int->float, float->int and float->float...
2012-12-02 Christoph Mallonia32: Merge Store and Store8Bit.
2012-12-02 Christoph Mallonia32: Merge Conv_I2I and Conv_I2I8Bit.
2012-12-02 Christoph Mallonia32: Merge AddMem, AndMem, OrMem, SubMem and XorMem...
2012-12-02 Christoph Mallonia32: Merge Cmp and Cmp8Bit.
2012-12-02 Christoph Mallonia32: Simplify binary emitters for binary operations...
2012-12-02 Christoph Mallonia32: Merge Test and Test8Bit.
2012-12-02 Christoph Mallonia32: Use a more logical specification of operand sizes...
2012-12-02 Christoph Mallonbescripts: Copy all common node attributes into the...
2012-12-02 Christoph Mallonarm: Remove unused arity specification from nodes with...
2012-12-02 Matthias Braungenerate inline versions of node get/set functions
2012-12-02 Matthias Braunremove double definition of is_Proj/is_Phi
2012-12-02 Matthias Braunimplement load after store for different modes in big...
2012-12-02 Matthias Braunconvert lower_mode_b to assure/confirm_irg_properties...
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 Mallonsparc: Simplify finish_sparc_Return().
2012-12-02 Christoph Mallonia32: Clean up peephole_ia32_Cmp().
2012-12-02 Christoph Mallonbesched: Add and use sched_replace().
2012-12-02 Christoph Mallonbe: Use sched_add_before(a, b) instead of sched_add_aft...
2012-12-02 Christoph Mallonia32: Remove unnecessary tests from transform_to_Load...
2012-12-02 Christoph Mallonbessadestr: Use be_get_end_of_block_insertion_point().
2012-12-02 Christoph Mallonbescripts: Use strings, instead of arrays, to buffer...
2012-12-02 Christoph Mallonbescripts: Set be_emit_nothing() as emitter, if the...
2012-12-02 Christoph Mallonbescripts: Remove support for emit templates.
2012-12-02 Christoph Mallonbescripts: Remove unused execution unit specification.
2012-12-02 Christoph Mallonbescripts: Remove unused features and stale uses of...
2012-12-02 Christoph Mallonia32: Remove (empty) emitters from nodes, which should...
2012-12-02 Christoph Mallonamd64: Simplify amd64_register_saved_by().
2012-12-02 Christoph Mallonbeabi: Remove the unnecessary struct reg_node_map_t.
2012-12-02 Christoph Mallonbeabi: Remove unnecessary exclusion/inclusion of ignore...
2012-12-02 Christoph Mallonia32: Do not ignore the floating point control word...
2012-12-02 Christoph Mallonia32: Simplify ia32_register_saved_by().
2012-12-02 Christoph Mallontemplate: Correct comment.
2012-12-02 Christoph Mallonarray: Add and use NEW_ARR_FZ().
2012-12-02 Christoph Mallonarray: Use DUP_ARR_D().
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 Mallonbeblocksched: Put the obstack into blocksched_env_t...
2012-12-02 Christoph Mallonirgraph: Factorise common code of the callers of alloc_...
2012-12-02 Christoph Mallonirgraph: Remove the unused facility to register space...
2012-12-02 Christoph Mallonirgraph: Put the obstack into ir_graph instead of deleg...
2012-12-01 Christoph Mallonirgraph: Assert in get_irg_obstack(), that no object...
2012-12-01 Christoph Mallonirgraph: Use get_irg_obstack() instead of accessing...
2012-12-01 Christoph Malloncleanup: Fix typos in comments.
2012-12-01 Christoph Mallonbearch: When dumping backend info, do not print an...
2012-12-01 Christoph Mallonbeprefalloc: Fix a c&p-o in the change to use arch_regi...
next