TableGen: record anonymous instantiations of classes.
[oota-llvm.git] / include / llvm / TableGen / Record.h
2013-01-10 Jordan RoseTableGen: record anonymous instantiations of classes.
2013-01-07 Sean SilvaSimplify TableGen type-compatibility checks.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-10 Sean Silvatblgen: Put dyn_cast<> machinery in place for Init...
2012-10-05 Sean Silvatblgen: Use appropriate LLVM-style RTTI functions.
2012-10-05 Sean Silvatblgen: Replace uses of dynamic_cast<XXXRecTy> with...
2012-10-05 Sean Silvatblgen: Put dyn_cast<> infrastructure in place for...
2012-09-19 Owen AndersonImplement a correct copy constructor for Record. Now...
2012-09-19 Sean SilvaRefactor Record* by-ID comparator to Record.h
2012-09-16 Craig TopperUse LLVM_DELETED_FUNCTION for copy constructors and...
2012-09-16 Craig TopperAdd explicit virtual keywords for methods that override...
2012-09-09 Aaron BallmanFixing a type width warning with MSVC.
2012-09-06 Michael LiaoRe-work bit/bits value resolving in tblgen
2012-08-23 Jakob Stoklund OlesenTristate mayLoad, mayStore, and hasSideEffects.
2012-08-22 Jakob Stoklund OlesenPrint out the location of expanded multiclass defs...
2012-05-24 Jakob Stoklund OlesenDon't put TGParser scratch results in the output.
2012-04-18 Jim GrosbachTidy up. Trailing whitespace.
2012-02-22 David GreeneAdd Foreach Loop
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-13 Jakob Stoklund OlesenDelete CodeInit and CodeRecTy from TableGen.
2012-01-13 Jakob Stoklund OlesenUse uniqued StringInit pointers for lookups.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-10-19 David GreeneAdd NAME Member
2011-10-19 David GreeneCall Record Initializer
2011-10-19 David GreeneAdd Name Init Record Constructor
2011-10-19 David GreeneFix 80-col Violation
2011-10-19 David GreeneFix Name Check
2011-10-19 David GreeneFix Name Check
2011-10-19 David GreeneAdd Record Init
2011-10-19 David GreeneMake Template Arg Names Inits
2011-10-19 David GreeneAdd Utility to Scope Names
2011-10-19 David GreeneMake VarInit Name an Init
2011-10-19 David GreeneAdd Value Accessors
2011-10-19 David GreeneAdd Name Init Accessors
2011-10-19 David GreeneAdd Init Accessors
2011-10-07 David GreeneRemove Multidefs
2011-10-05 David GreeneAdd Multidef Data Structures
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library