remove irg_phase_state, use IR_GRAPH_CONSTRAINT instead
[libfirm] / include / libfirm /
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().
2012-05-04 Matthias BraunIntroduce IR_LINKAGE_NO_CODEGEN
2012-05-04 Matthias Braunir_visibility cleanup
2012-04-26 Matthias Brauntrverify: cleanup, check irg.entity == entity.irg
2012-04-25 Matthias Braunfix documentation warnings
2012-04-24 Christoph MallonAdd the column to the debug information.
2012-04-24 Matthias Braundwarf: setter for language and compilation dir
2012-03-25 Christoph MallonUpdate/Correct documentation of kill_node().
2012-03-12 Matthias Braunsupport for variable sized compound/array types
2012-03-09 Christoph MallonAdd missing FIRM_API.
2012-03-01 Matthias Braunexpose get_opt_constant_folding in public API
2012-02-29 Sebastian BuchwaldFixed typo.
2012-02-27 Christoph MallonRemove the questionable and unused functions find_value...
2012-02-27 Christoph MallonCorrect comment: The first block in a graph is matured.
2012-02-27 Christoph MallonCorrect comments: Remark does not mean what the author...
2012-02-27 Christoph MallonCorrect comments: pos must be < n_loc, not <=.
2012-02-19 Matthias Braunident: remove id_mangle_entity
2012-02-19 Matthias Braunremove id_decorate_win32_c_fkt
2012-02-09 Matthias Braunremove Phi0 concept at some places
2012-02-03 Andreas Zwinkauleave -> leaf
2011-12-23 Matthias BraunUpdate revisions/texts/automake for new release
2011-12-23 Matthias Braunadd missing FIRM_API declarations
2011-12-21 Matthias Brauntyperep: freeing a type frees contained entities
2011-12-19 Christoph MallonCorrect typos, mostly s/there/their/.
2011-12-19 Matthias Braunmake modelist global
2011-12-19 Matthias Braunmake opcode list global
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-12-15 Matthias Braunadd is_unknown_entity(), is_unknown_type(), is_none_type()
2011-12-14 Matthias BraunAdded missing API docu, improved existing API docu
2011-12-14 Matthias Braunremove class_inheritance verifier
2011-12-14 Matthias Brauntrouts: move add_* functions to private API
2011-12-14 Matthias Braunmove FIRM_NOTHROW, FIRM_PRINTF to obstack.h header
2011-12-14 Matthias Braunmove edges_node_deleted to private API
2011-12-14 Matthias Braunremove deprecated eset
2011-12-14 Matthias Braunremove STATS code alternative
2011-12-14 Matthias Braunremove unused+unimplemented SET_VRFY()
2011-12-14 Matthias Braunmove set_entity_irg to private API
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-12-14 Matthias Braunremove remains of remove opt_polymorphy
2011-12-14 Matthias Braunammend to remove #defines
2011-12-14 Matthias Brauntyperep: remove unnecessary #defines
2011-12-14 Matthias Brauntyperep: remove alternative names
2011-12-14 Matthias Braunremove unused exception region numbers
next