bepeephole: Inline be_peephole_new_node() into its only caller.
[libfirm] / include /
2012-12-12 Matthias Braunremove license stuff from files
2012-12-12 Christoph Mallondocumentation: Update stale comments of new_{r,rd}_Cons...
2012-12-12 Christoph Mallontr: Remove the unused type_info from class types.
2012-12-11 Christoph Mallondocumentation: Update information about ir_graph.
2012-12-08 Christoph Mallondocumentation: Fix typos: s/temporal/temporary/.
2012-12-06 Christoph Mallonirgmod: Pass the new inputs to turn_into_tuple() instea...
2012-12-04 Matthias Braunimprove docu, fix doxygen warnings
2012-12-04 Matthias Brauntv: remove support for carry state flag
2012-12-04 Matthias Braunremove Cast node
2012-12-04 Matthias Braunremove class cast optimization
2012-12-04 Matthias Braunremove support to disable floatingpoint constant folding
2012-12-04 Matthias Braunremove unused support for max_loop_depth
2012-12-04 Matthias Braunsmall docu cleanups
2012-12-03 Christoph Mallonscripts: Generate accessor functions for nodes with...
2012-12-03 Tobias RappRefactoring: Deleted unused inlining functionality.
2012-12-03 Sebastian BuchwaldFixed some typos.
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 Mallonirgraph: Remove the unused facility to register space...
2012-11-27 Christoph Mallonarray: Remove the attribute eltsize from struct ir_arr_...
2012-11-27 Christoph Mallonarray: Remove the write-only attribute u.obstack from...
2012-11-27 Christoph Mallonirnode: Remove unnecessary skip_Proj() from get_Block_c...
2012-11-27 Christoph Malloniredges: Slightly simplify foreach_out_edge_kind_safe().
2012-11-26 Matthias Braunfix doxygen warning
2012-11-26 Matthias Braunoptimize iredges code
2012-11-26 Matthias Braunget rid of get_irg_estimated_node_count
2012-11-26 Matthias Braunfix doxygen warnings
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 Mallondocumentation: Update (i.e. mostly delete) information...
2012-11-25 Christoph Mallonbechordal: Cleanup.
2012-11-24 Christoph Mallonedges: Remove support for private edge data.
2012-11-21 Matthias Braunupdate for release
2012-11-15 Matthias Braunbedwarf: query backend for pointer size
2012-11-08 Christoph MallonRemove the unused function get_irn_pred_pos().
2012-11-04 Christoph MallonCorrect name: OP(OP(x)) = x is involution, not idempotence.
2012-10-29 Matthias Braunmake remove_irp_irg API private
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 Braunavoid -pedantic warning
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 Braunrework timer API
2012-10-24 Matthias Braunmove get_irn_edge_kind to internal API
2012-10-24 Matthias Braunreorgranize method properties
2012-10-18 Christoph MallonUpdate documentation.
2012-09-14 Manuel MohrExtended public backend API.
2012-09-12 Sebastian BuchwaldFixed typo.
2012-09-11 Christoph MallonRemove the unused facility to register space /in front...
2012-08-28 Matthias Brauncleanup irouts
2012-08-28 Matthias Braunremove now unused get_irn_outs_computed()
2012-08-28 Matthias Braunremove pointless compute_irp_outs()/free_irp_outs()
2012-08-28 Matthias Braunremove unused+fragile NULL_OBST
2012-08-27 Matthias Braunirop: add more generic function callbacks
2012-08-24 Matthias Brauntarval: shift variants with unsigned right operand
2012-08-23 Matthias Braunadd more Conv(Conv) localopt rules
2012-08-22 Matthias Braunremove unnecessary irma_unitialized
2012-08-22 Matthias BraunImprove documentation about float mantissa size
2012-08-21 Matthias Braunremove the concept of a strictconv
2012-08-21 Matthias Braunremove unused dead_node_elim_subst hook
2012-07-30 Matthias BraunTalk a bit about ADTs in firms API
2012-07-30 Matthias Braunsimplify and cleanup execfreq API
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 __list_for_each().
2012-07-16 Matthias Braunadd missing doxygen docu
2012-07-16 Matthias Braunmake cpset, pset_new API private
2012-07-16 Matthias Braunfix warning
2012-07-13 Christoph MallonAdd wrapper macros for pset_first() and pset_next(...
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 MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Christoph MallonLet foreach_set() declare the iterator variable.
2012-07-13 Christoph MallonAdd wrapper macros for set_first() and set_next(),...
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-07-13 Christoph MallonAdd the * for the type in foreach_set() automatically.
2012-07-13 Christoph MallonAdd a wrapper macro for pmap_get(), which has the retur...
2012-07-13 Christoph MallonRemove the declaration of the deleted function firm_def...
2012-07-13 Matthias Braunadapt to -std=c99
2012-07-13 Matthias Braunmove domfront from be to ana
2012-07-10 Matthias Braunrework add_irn_dep, add delete_irn_dep
2012-06-28 Matthias Braunirop: refactor node_ops registration code
2012-06-21 Matthias Brauniredges: introduce new reroute_edges_except
2012-06-19 Christoph MallonRemove the unused flag irop_flag_always_opt.
2012-06-19 Christoph MallonRemove the never read flag irop_flag_dump_noinput.
2012-06-19 Christoph MallonRemove the never read flag irop_flag_labeled.
2012-06-15 Matthias Braunremove opt_manage, provide assure_irg_properties
2012-06-15 Matthias Braunremove return values from graph transformations
2012-06-15 Matthias Braunrename edges_assure to assure_edges
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2012-06-14 Christoph MallonRemove compound path initializers.
2012-06-13 Matthias Braunremove deprecated support for bitfield masking
2012-06-13 Matthias Braunremove extended basic block support
2012-05-09 Matthias Braunimprove docu of ir_visibility_external
2012-05-06 Christoph MallonTeach new_tarval_from_str_int() to parse binary numbers...
2012-05-06 Christoph MallonCorrect the documentation of new_tarval_from_str().
next