cleanup: Remove pointless assert(is_${NODE}(x)) just before get_${NODE}_${FOO}(x...
[libfirm] / ir / be / beinsn_t.h
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "obst.h".
2012-11-25 Christoph Mallonbechordal: Put the chordal obstack into be_chordal_env_...
2012-11-25 Christoph Mallonbeinsn: Do not store the register requirements in struc...
2012-11-25 Christoph Mallonbeinsn: Avoid copying bitsets by using a raw bitset...
2012-11-25 Christoph Mallonbeinsn: Remove attribute irn from struct be_operand_t.
2012-11-25 Christoph Mallonbeinsn: Do not store, whether an insn has constraints.
2012-11-25 Christoph Mallonbeinsn: Remove the write-only attribute pos from be_ope...
2012-11-25 Christoph Mallonbeinsn: Do not store, whether insn operands are constra...
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "beirg.h".
2012-11-25 Christoph Mallonbeinsn: Do not store, whether an insn is pre-coloured.
2012-11-24 Christoph Mallonbeinsn: Remove the attribute next_insn from struct...
2012-11-24 Christoph Mallonbeinsn: Remove the attributes in_constraints and out_co...
2012-11-24 Christoph Mallonbe: Remove the indirection via chordal_scan_insn()...
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-08 Andreas Zwinkaumerge kaps
2010-10-08 Matthias Braunbackend: cleanup queries for ignore regs
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-08-06 Sebastian BuchwaldFixed comment.
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2009-08-26 Sebastian Buchwaldtypo
2008-10-11 Christoph MallonRemove the unused attribute const arch_env_t *arch_env...
2008-01-02 Michael Beckupdate copyright message
2007-06-20 Michael Beckdocu updated
2007-05-01 Michael Beckremoved useless includes
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigadded new licence header
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-05-24 Matthias BraunInitial commit of morgans spilling algorithm (spill...
2006-04-19 Sebastian HackSmall changes
2006-04-06 Sebastian HackAdded insn support