beifg: Simplify the implementation of be_ifg_foreach_node().
[libfirm] / ir / ir /
2012-12-12 Matthias Braunfix lower_calls sometimes not lowering method type
2012-12-12 Matthias Braunremove license stuff from files
2012-12-12 Christoph Mallonverify: Clarify assertion message.
2012-12-12 Christoph Mallontr: Remove the unused type_info from class types.
2012-12-12 Matthias Braunirverify: allow Proj mode_P for array parameters
2012-12-12 Christoph Mallontr: Ensure that all entities have an owner.
2012-12-12 Christoph Mallontr: Add and use new_type_segment().
2012-12-11 Christoph Mallondocumentation: Update information about ir_graph.
2012-12-10 Matthias Braunlower array types as arguments/results like compound...
2012-12-10 Matthias Braunverify that we have sensible entities in symconst/sel...
2012-12-07 Christoph Mallonirpass: Remove strange suffix ".svg" from graph dump...
2012-12-06 Christoph Malloniropt: Remove repeated get_irn_irg().
2012-12-06 Christoph Mallonirgmod: Pass the new inputs to turn_into_tuple() instea...
2012-12-06 Christoph Malloniredges: Remove the unused function get_irn_edge_kind().
2012-12-05 Christoph Mallonvalueset: Slightly simplify foreach_valueset().
2012-12-05 Christoph Mallonvalueset: Remove the unused link field.
2012-12-05 Christoph Malloninstrument: Remove stale start loop test.
2012-12-05 Christoph Mallonirverify: Verify that nodes, which should be in the...
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 Braunremove support to disable floatingpoint constant folding
2012-12-04 Matthias Braunremove commented out code
2012-12-04 Christoph Mallonirdump: Remove the parameter bad from get_mode_name_ex().
2012-12-03 Christoph Mallonscripts: Generate accessor functions for nodes with...
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-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 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 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-11-29 Christoph Mallonirop: Provide macro wrappers for [gs]et_generic_functio...
2012-11-27 Ingmar WirthsAllow the first line to be a comment.
2012-11-27 Sebastian BuchwaldFixed warnings introduced in 97080a1af7b7e8a4969d2fba25...
2012-11-27 Christoph Mallonirgwalk: Remove unnecessary skip_Id().
2012-11-27 Christoph Mallonirnode: Remove unnecessary skip_Proj() from get_Block_c...
2012-11-26 Matthias Braunoptimize iredges code
2012-11-26 Matthias Braunget rid of get_irg_estimated_node_count
2012-11-26 Matthias Braunremove irprintf_t.h; only unused stuff in it
2012-11-26 Matthias Braunfix irhooks move commit
2012-11-26 Matthias Braunmove internal defines/datatypes from .h in .c file
2012-11-26 Matthias Braunremove a bunch of pointless asserts for non-NULL pointers
2012-11-26 Matthias Braunmove all inline #defines to the begin of their headers
2012-11-26 Matthias Braunmake irhooks API private
2012-11-26 Matthias Braunquery firmstat options through lc_opt system
2012-11-26 Matthias Braunget rid of #define in public headers
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-24 Christoph Malloncleanup: Remove unnecessary #include from beutil.h.
2012-11-24 Christoph Malloncleanup: Remove unnecesary #include from bearch.h.
2012-11-24 Christoph Mallonir: Shuffle node macros, so functions in the header...
2012-11-24 Christoph Mallonedges: Remove support for private edge data.
2012-11-24 Christoph Mallonedges: Remove unused macros.
2012-11-23 Christoph Mallonverifier: Check the result mode of Div and Mod.
2012-11-22 Christoph Mallonverifier: Check that Div has a num mode, not a data...
2012-11-12 Matthias Braunonly create jmp/bad when replacing exception throwing...
2012-11-10 Christoph MallonUse edges_reroute_except() instead of edges_reroute...
2012-11-08 Christoph MallonRemove further keep-edge hacks for endless loops.
2012-11-08 Christoph MallonRemove the unused function get_irn_pred_pos().
2012-11-08 Christoph MallonRemove keep-edge hacks for endless loop.
2012-11-07 Christoph MallonFix typos in comments.
2012-11-04 Christoph MallonCorrect name: OP(OP(x)) = x is involution, not idempotence.
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-26 Christian HelmerAdded link field for arbitrary data to ir_valueset...
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 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 Braunfix a bunch of warnings reported by clang analyzer
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-30 Matthias Braunset load/store to floating if ptr is never NULL
2012-08-28 Matthias Brauncleanup irouts
2012-08-27 Matthias Braunmove load mode shrinking into ldst phase
2012-08-27 Matthias Braunshrink load mode if not all bits are used
2012-08-27 Matthias Braunirop: add more generic function callbacks
2012-08-23 Matthias Braunadd more Conv(Conv) localopt rules
2012-08-23 Matthias Braunput execfreq in block-attrs instead of hashmap
2012-08-22 Matthias Braunremove unnecessary irma_unitialized
2012-08-21 Matthias Braunremove the concept of a strictconv
2012-08-09 Matthias Braunfix bug introduced in 'cleanup' commit
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().
next