further corrections for the keepalive hack
[libfirm] / ir / ir / irnode.c
2012-08-31 Matthias Braunfurther corrections for the keepalive hack
2012-08-28 Matthias Brauncleanup irouts
2012-08-21 Matthias Braunremove the concept of a strictconv
2012-08-08 Christoph Mallonuse is_$KIND(n) instead of get_irn_op(n) == op_$KIND.
2012-08-05 Christoph MallonSimplify control flow.
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-10 Matthias Braunmake dependency edge handling more robust
2012-07-10 Matthias Braunrework add_irn_dep, add delete_irn_dep
2012-07-10 Matthias Braunmake code C++ warning clean (again)
2012-06-28 Matthias Braunirop: refactor node_ops registration code
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2012-06-13 Matthias Braunremove extended basic block support
2012-02-09 Matthias Braunremove Phi0 concept at some places
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-12-07 Matthias Brauncorrectly implement memop handling
2011-11-17 Matthias Braunuse size_t for ASM n_clobbers, n_outputs
2011-11-17 Matthias Braundifferntiate entity kinds
2011-11-17 Matthias Braunhandle Block_entity like other node attributes
2011-11-16 Matthias Braunadd missing entries in set_default_get_type_attr
2011-11-16 Matthias Braunirop: refactor default_operation setting
2011-11-16 Matthias Braundo more assert checking in set_irn_in
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-11-02 Matthias Braunavoid _ prefix in identifiers, correct coding style
2011-10-27 Matthias Braunremove a bunch of comments marking end of blocks
2011-10-20 Matthias Braunremove is_Global/get_GlobalEntity
2011-09-20 Matthias Braunremove loopinfo stuff and exclusively use IR_GRAPH_STAT...
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas ZwinkauRemove outs_state attribute
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-06-01 Matthias Braunchange pn_XXX_max enum to really be the maximum pn...
2011-05-25 Julian OppermannTypo.
2011-05-25 Matthias Brauncleanup fragile op handling
2011-05-25 Matthias Braungenerate n_Node_XXX enums for node inputs
2011-05-09 Andreas ZwinkauImplicit set_irg_loopinfo_inconsistent
2011-05-09 Andreas ZwinkauImplicit set_irg_outs_inconsistent
2011-05-06 Matthias Braunmark outs as inconsistent when end node is changed
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 mismatched decl/implementation
2011-04-08 Andreas Zwinkaumerge kaps
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-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...
2011-01-08 Matthias Braunmove Proj attributes into a proj_attr struct, so we...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
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 some unnecessary/confusing flags
2010-09-22 Matthias Braunremove MacroBlock concept
2010-09-22 Matthias Braundifferentiate between Bad and Deleted (because of excha...
2010-08-18 Matthias Braunremove lots of unnecessary and dangerous current_ir_gra...
2010-07-28 Matthias Braunreplace is_no_Block() with !is_Block()
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-04-06 Matthias Braunremove get_XXX_attr type functions
2010-03-29 Matthias Braunautomatically generate most getter/setter functions...
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
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-27 Jonas Fietzrewrite vrp scanning to use a phase instead of attrs...
2010-02-27 Michael Beck- ensure that the additional node size is struct-aligned
2010-02-19 Christoph MallonRemove address name SymConsts.
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-10 Jonas FietzAdd structures and initialization for VRP
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-28 Olaf LiebeFixed set_irn_in array allocation obstack
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...
2010-01-12 Michael BeckTry to fix a rare edges bug:
2010-01-02 Matthias Braunreally remove type_id
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-12-02 Michael BeckAdd a skip_Id() to make the following assert happy
2009-11-17 Matthias Braunthis test is only needed for interprocedural view
2009-11-03 Michael BeckAdd a tail_call attribute the Call nodes to mark possib...
2009-08-16 Michael Beck- removed useless spaces
2009-06-25 Michael BeckAdd an irg attribute the Bad nodes: so get_Block_irg...
2009-06-24 Michael Beck- fixed warning
2009-06-24 Michael Beck- add an inline version of get_Block_irg()
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 Braunfix a bunch of bugs in my last commit (no idea why...
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-05-11 Matthias Braun- generate more stuff from ir_spec.py
next