bearch: Disallow passing Projs to get_irn_ops().
[libfirm] / ir / be / beinfo.c
2012-12-12 Matthias Braunremove license stuff from files
2012-12-02 Christoph Mallonarray: Add and use NEW_ARR_DZ().
2012-11-30 Christoph Mallonbeinfo: Reduce code duplication.
2012-11-28 Matthias Braunmake schedule dumper more robust/cleanup
2012-11-28 Matthias Braunrework liveness dumper
2012-11-27 Christoph Mallonbeinfo: assert() that be_get_info() is not called on...
2012-11-24 Christoph Mallonbeinfo: Remove the unused function be_info_initialized().
2012-11-24 Christoph Mallonbeinfo: Remove unnecessary test from sched_edge_hook().
2012-11-24 Christoph Malloncleanup: Remove unnecessary #include from besched....
2012-11-24 Christoph Mallonbesched: Remove the unused/unnecessary functions sched_...
2012-07-19 Christoph MallonLet panic() print file, line and function.
2012-01-10 Matthias Braunsched: do not show first->block schedule edge
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-12-07 Matthias Braunavoid macros in irdump interface
2011-12-05 Matthias Braunirdump: dump interfaces take const ir_node* now
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-04-20 Matthias Braunadd no register requirement to NoMem
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-16 Matthias Braunbetranshlp: cleanup, pretransform end node so keep_aliv...
2011-03-04 Matthias Brauncleanup and description in beinfo for middleend nodes
2011-03-04 Matthias Braunremove to_appear_in_schedule function, use flags instead
2011-02-26 Michael BeckConstify node_cmp_attr_func.
2011-02-08 Matthias Braunfurther spread size_t
2011-02-06 Christoph MallonFix several size_t related signed/unsigned warnings.
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-09-10 Matthias Braunsave input requirements in be_info without complicated...
2010-09-10 Matthias Braunrefactoring: split stackframe handling completely from...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-14 Christoph MallonDo not allocate backend info for Projs. Their tuple...
2009-08-13 Matthias Braun- rework backend node dumping; add a dumper for Phi...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-05-15 Matthias Braunimprove sched_info datastructure, saving space and...
2008-10-24 Michael Beck- C99 features removed
2008-10-23 Matthias Braunforgot 2 files