remove symconst_type_tag
[libfirm] / include / libfirm / irnode.h
2011-11-17 Matthias Braunremove symconst_type_tag
2011-11-17 Matthias Braunuse size_t for ASM n_clobbers, n_outputs
2011-11-17 Matthias Braunhandle Block_entity like other node attributes
2011-11-10 Matthias Braunremove unused op_machine, op_machine_op stuff
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-02 Matthias Braunintroduce Switch node
2011-10-20 Matthias Braunremove is_Global/get_GlobalEntity
2011-09-22 Matthias Brauncleanup comments in public headers
2011-08-05 Matthias Braunsimplify/rework lower_calls interface and code
2011-06-01 Matthias Braunrework fragile ops to have a throws_exception attribute
2011-05-25 Matthias Brauncleanup fragile op handling
2011-04-28 Matthias BraunSimplify handling of unreachable code
2011-04-28 Matthias Braunadd unknown_jump opflag for the special case of a jump...
2011-04-15 Matthias Braunfix cparser warnings
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-07 Christoph MallonRemove stale ENUM_BITSET(pn_Cmp).
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-02 Michael BeckFurther pushed size_t: callgraph functions uses size_t...
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2011-02-05 Christoph MallonSprinkle const on the in array of node constructors...
2011-01-08 Matthias Braunremove get_irn_modename, get_irn_modeident from public...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-12 Andreas ZwinkauAPI stripping
2010-10-08 Matthias BraunRemove the now unused function get_Proj_type().
2010-10-06 Matthias Braunremove irsimpletype stuff (unused/broken)
2010-09-22 Matthias Braunremove MacroBlock concept
2010-07-28 Matthias Braunautomatically generate most declarations for node gette...
2010-07-28 Matthias Braunreplace is_no_Block() with !is_Block()
2010-07-28 Matthias Braunremove unused/unsupported Carry and Borrow nodes
2010-07-26 Matthias Braunautomatically generated pn_ numbers from the spec file
2010-07-22 Matthias Braunremove more leftovers from interprocedural view
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-05-21 Michael BeckFixed Win32 DLL support.
2010-05-20 Matthias Braunproperly mark symbols in the public API to be exported...
2010-04-13 Matthias BraunSlightly improve documentation.
2010-03-29 Matthias Braunautomatically generate most getter/setter functions...
2010-03-09 Matthias Braunfix doxygen errors and warnings; add some missing decla...
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-03-03 Matthias Braunalloc has a count not a size argument, reflect this...
2010-02-19 Christoph MallonRemove address name SymConsts.
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-01-18 Michael BeckAdd an cse_neutral opcode property. Nodes with this...
2010-01-13 Matthias Braunremove cond_kind attribute, it was never used in a...
2009-12-29 Matthias Braunmove compound_graph path stuff into own files and add...
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-11-03 Michael BeckAdd a tail_call attribute the Call nodes to mark possib...
2009-08-24 Sebastian BuchwaldRemoved superfluous comment.
2009-06-18 Matthias Braunfix wrong assert, expor copy_node_attr function to...
2009-06-03 Matthias Braun- remove modecode concept which is pointless nowadays
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-05-15 Michael Beck- more docu added
2009-05-11 Matthias Braun- generate more stuff from ir_spec.py
2009-05-07 Matthias Braun- Fix some more stuff in ir_spec.py
2009-03-21 Michael Beck- get_Block_cfgpred_arr() IS supported, but should...
2009-03-18 Michael Beckfixed comment
2009-03-02 Moritz KrollRenamed is_Div_remainderless to get_Div_no_remainder
2009-02-21 Moritz KrollRenamed get_Cond_defaultProj() to get_Cond_default_proj...
2009-02-18 Moritz Krollirio: Fixed importing entities with atomic values
2009-01-19 Michael BeckGet rid of pn_Start_value_param:
2008-12-18 Michael Beck- do not use tuple result for builtins, not needed yet
2008-12-18 Michael Beck- implemented Builtin node to represent builtins ...
2008-12-12 Michael Beck- remove NoMem from keep list
2008-12-12 Michael Beck- implemented remove_End_Bads_and_doublets()
2008-12-12 Matthias Braundon't have new_immBlock set the current block
2008-12-10 Matthias Braunless includes
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-10-06 Christoph Mallons/irn_not_visited(x)/!irn_visited(x)/.
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-09-11 Christoph Mallons/Block_not_block_visited(x)/!Block_block_visited(x)/.
2008-08-24 Michael Beckadded skip_Pin()
2008-08-21 Christoph MallonAdd is_Carry(), get_Carry_left(), get_Carry_right().
2008-08-06 Michael Beck- removed Psi nodes, Mux nodes are used again ...
2008-08-03 Michael Beck- More restructureation:
2008-07-28 Michael Beck- improved doxygen comments about edges_activate()...
2008-07-23 Michael Beck- removed old and unused dump_irn
2008-06-20 Michael Beck- make is_arg_Proj() global
2008-06-19 Michael Beck- reduce complexity of remove_End_keepalive()
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-06-06 Michael Beckis_self_recursive_Call() added
2008-05-30 Michael Beckrenamed modecode, mode_sort, mode_arithmetic to ir_*
2008-05-28 Michael Beck- added is_Id, is_CallBegin, is_Free
2008-05-28 Michael Beck- added is_Filter()
2008-05-27 Michael Beckadd missing non-inline versions
2008-05-26 Michael Beckadd_Block_phi() implemented
2008-04-19 Michael Beckfixed indentation
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-04-02 Michael Beckadd is_Global() and get_Global_ent()
2008-04-01 Christoph MallonAdd del_Sync_n().
2008-03-20 Michael Beckis_Abs() added
2008-02-28 Michael Beckset_Block_MacroBlock() added
2008-02-22 Michael BeckAdd an DivRL for remainderless div nodes (we don't...
2008-01-23 Michael Beckadd prototypes for *_Phi_next(), _Block_phis()
2008-01-10 Michael Beck- is_Bound added
2008-01-06 Michael Beck- removed skip_HighLevel()
next