[C++] Use 'nullptr'.
[oota-llvm.git] / lib / TableGen / TGParser.cpp
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-09 Craig Topper[C++11] Make use of 'nullptr' in TableGen library.
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-01-02 Hal Finkel[TableGen] Correctly generate implicit anonymous protot...
2014-01-02 Hal Finkel[TableGen] Use the same anonymous name as the prefix...
2013-12-21 Alp TokerTableGen: Generate valid identifiers for anonymous...
2013-08-20 Craig TopperAdd an error check for a typo I accidentally made in...
2013-08-06 Reid KlecknerRemove some std stream usage from Support and TableGen
2013-03-24 Jakob Stoklund OlesenAllow TableGen DAG arguments to be just a name.
2013-02-26 Michael J. Spencer[TableGen] Fix ICE on MSVC 2012 Release builds.
2013-01-25 Hal FinkelAdd an addition operator to TableGen
2013-01-10 Jordan RoseTableGen: Keep track of superclass reference ranges.
2013-01-10 Jordan RoseTableGen: record anonymous instantiations of classes.
2013-01-09 Sean Silvatblgen: use an early return to reduce indentation.
2013-01-09 Sean Silvatblgen: Factor out common code.
2013-01-09 Sean SilvaInline this into its only caller.
2013-01-09 Sean Silvatblgen: Reuse function that is 2 lines above.
2013-01-09 Sean Silvafix copy-paste-o
2013-01-09 Sean Silvadocs: Bring TableGen syntax a bit closer to reality.
2013-01-07 Craig TopperRevert r171140. We don't actually need to support ...
2012-12-27 Craig TopperUpdate tablegen parser to allow defm names to start...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-10 Sean Silvatblgen: Use semantically correct RTTI functions.
2012-10-10 Sean Silvatblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
2012-10-09 Sean Silvatblgen: Remove pointless method call.
2012-10-05 Sean Silvatblgen: Replace uses of dynamic_cast<XXXRecTy> with...
2012-09-06 Michael LiaoRe-work bit/bits value resolving in tblgen
2012-08-22 Jakob Stoklund OlesenPrint out the location of expanded multiclass defs...
2012-08-02 Jim GrosbachTableGen: Allow use of #NAME# outside of 'def' names.
2012-05-24 Jakob Stoklund OlesenAdd support for range expressions in TableGen foreach...
2012-05-24 Jakob Stoklund OlesenDon't put TGParser scratch results in the output.
2012-05-24 Jakob Stoklund OlesenSimplify TGParser::ProcessForEachDefs.
2012-02-22 David GreeneAdd Foreach Loop
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-28 David GreeneFix Record Name Reference
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-20 Jim GrosbachTblGen diagnostic for mismatched template instantiation.
2012-01-13 Jakob Stoklund OlesenDelete CodeInit and CodeRecTy from TableGen.
2012-01-13 Jakob Stoklund OlesenUse uniqued StringInit pointers for lookups.
2011-12-02 Jim GrosbachCheck for error after InstantiateMultclassDef.
2011-10-19 David GreeneImplement Paste
2011-10-19 David GreeneProcess NAME
2011-10-19 David GreeneProcess Defm Prefix as Init
2011-10-19 David GreeneParse Def ID as Value
2011-10-19 David GreeneDon't Parse Object Body as a Name
2011-10-19 David GreeneUse Parse Mode
2011-10-19 David GreeneMake ID Parsing More Flexible
2011-10-19 David GreeneAdd NAME Member
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 GreeneFix Name Access
2011-10-19 David GreeneMake Template Arg Names Inits
2011-10-19 David GreeneLet SetValue Take and Init Name
2011-10-07 David GreeneRemove Multidefs
2011-10-05 David GreenePrefix Template Arg Names with Multiclass Name
2011-10-05 David GreeneProcess Multidefs
2011-10-05 David GreeneParser Multidef Support
2011-10-05 David GreeneRefactor Multiclass Def Processing
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library