Simplify code to match new interfaces
[oota-llvm.git] / support / tools / TableGen / Record.h
2003-08-01 Chris LattnerSwitch over to an exception handling model for "high...
2003-08-01 Chris LattnerFactor code out into a new getAllDerivedDefinitions...
2003-07-31 Chris LattnerAdd file comment
2003-07-30 Chris LattnerAdd support for code fragments
2003-07-30 Chris LattnerInitial support for the 'code' type.
2003-07-30 Chris LattnerDon't pollute the namespace with template arguments...
2003-07-30 Chris LattnerAllow passing lists through variables
2003-07-30 Chris LattnerImplement resolution of variables to the value of the...
2003-07-28 Chris LattnerAllow initializing variable initializers with variables
2003-07-25 Chris LattnerUse C++ headers, not C headers
2003-06-11 John CriswellAdded assert.h so that it compiles under newer versions...
2002-12-06 Chris LattnerTighten up assertion checking
2002-12-03 Chris LattnerContinue implementing field initializers
2002-12-02 Chris LattnerContinued support for field intitializers
2002-12-02 Chris LattnerContinued support for Field Initializer
2002-12-02 Chris LattnerAdd comments, factor out common code
2002-12-02 Chris LattnerInitial support for Field Expressions
2002-12-02 Chris LattnerAdd comments
2002-12-02 Chris LattnerInitial checkin of TableGen utility