becopyopt: Replace is_Reg_Phi() by just is_Phi().
[libfirm] / ir / be / becopyopt_t.h
2012-12-17 Christoph Mallonbecopyopt: Replace is_Reg_Phi() by just is_Phi().
2012-12-15 Christoph Mallonbecopyopt: Remove the attribute degree from struct...
2012-12-15 Christoph Mallonbecopyopt: Remove the unused attribute data from struct...
2012-12-15 Christoph Mallonbecopyopt: Remove the attribute copy_opt_t* co from...
2012-12-15 Christoph Mallonbecopyopt: Fix typos in comments.
2012-12-15 Christoph Mallonbecopyopt: Remove the unnecessary attribute name from...
2012-12-12 Matthias Braunremove license stuff from files
2012-11-27 Christoph Mallonbearch: Replace is_2addr_code(req) by arch_register_req...
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
2012-07-13 Christoph MallonLet co_gs_foreach_neighb() declare the iterator variable.
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-07-13 Christoph MallonUse foreach_set() instead of reimplementing it.
2012-07-13 Christoph MallonRemove pointless casts.
2012-07-13 Christoph MallonRemove the unused macro co_gs_nodes_break().
2011-12-05 Matthias Braunbecopyilp: code cleanups
2011-12-01 Matthias Brauncopyopt: miscellaneous code cleanups
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-08 Andreas Zwinkaumerge kaps
2011-02-24 Matthias Braunfix a bunch of whitespace errors in headerfiles
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2008-10-15 Christoph MallonMarginally reduce the number of calls to arch_get_irn_r...
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-12 Christoph MallonOnly regard be_Perm as Perm in the copyopt. There...
2008-10-11 Christoph MallonRemove the unused attribute const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-01-02 Michael Beckupdate copyright message
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-11-03 Matthias Braunget rid of benodesets (in favour of ir_nodeset), report...
2007-10-03 Christoph MallonIn is_2addr_code() test whether the flag arch_register_...
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-26 Michael BeckUse libFirm's obst.h instead of obstack.h
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-19 Matthias BraunThe big committ:
2006-09-03 Sebastian HackAdded statistics events in several files
2006-08-31 Matthias Braun- Refactored finish/after_ra phases a bit, stacknode...
2006-05-02 Sebastian HackAdded Appel dumping
2006-04-11 Christian Würdigremoved MIN/MAX macros (in irtools.h now)
2006-03-24 Daniel GrundRenaming of a type.
2006-03-16 Daniel GrundRefactoring, Bugfixes, added path constraints
2006-03-14 Daniel GrundAdded star constraints with all needed helpers
2006-03-10 Daniel GrundRefactoring
2006-03-09 Daniel GrundNext step of refactoring
2006-03-02 Daniel GrundNext step of refactoring
2006-03-01 Daniel GrundChanged many things in copy opt. 1st part of refactoring.