remove unnecessary declaration
[libfirm] / ir / ir /
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().
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 MallonReturn the profile init irg from ir_profile_instrument...
2012-08-05 Christoph MallonSimplify control flow.
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-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-20 Christoph MallonLet list_for_each_entry(), list_for_each_entry_reverse...
2012-07-20 Christoph MallonRemove the unused ir_lnk_nodeset.
2012-07-20 Christoph MallonRemove the unused ir_lnk_nodemap.
2012-07-19 Christoph MallonLet foreach_ir_nodeset() declare its iterator variables.
2012-07-16 Matthias Braunrename hashset.c to hashset.c.inl
2012-07-16 Matthias Braunrework hashset
2012-07-16 Matthias Braunuse bool as return value in XXX_insert and ID_HASH
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.
2012-07-13 Christoph MallonRemove the unused ir/adt/iterator.[ch].
2012-07-13 Christoph MallonLet bitset_foreach() and bitset_foreach_clear() declare...
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Christoph MallonAdd ir_nodeset_first() to return the "first" node in...
next