Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / TableGen / Record.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-10 Sean Silvatblgen: Use semantically correct RTTI functions.
2012-10-10 Sean Silvatblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
2012-10-05 Sean Silvatblgen: Use appropriate LLVM-style RTTI functions.
2012-10-05 Sean Silvatblgen: Replace uses of dynamic_cast<XXXRecTy> with...
2012-09-19 Sean SilvaDe-nest if's and fix mix-up
2012-09-06 Michael LiaoRe-work bit/bits value resolving in tblgen
2012-08-23 Jakob Stoklund OlesenTristate mayLoad, mayStore, and hasSideEffects.
2012-07-12 Jim GrosbachTableGen: Location information for diagnostic.
2012-03-07 Jakob Stoklund OlesenFix infinite loop in nested multiclasses.
2012-03-05 Chandler CarruthSwitch the TableGen record's string-based DenseMap...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-30 David GreeneImplement String Cast from Integer
2012-01-16 David BlaikieRemoving unused default switch cases in switches over...
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-11-11 Jim GrosbachARM vldm and vstm VFP instructions can take a data...
2011-10-19 David GreeneAdd NAME Member
2011-10-19 David GreeneResolve Record Names
2011-10-19 David GreeneAllow Names Changes on Unregistered Records
2011-10-19 David GreeneFix Name Access
2011-10-19 David GreeneFix Name Access
2011-10-19 David GreeneFix Name Access
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-06 David GreeneFix List-of-List Processing
2011-10-04 David GreeneAllow Operator Arguments
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library