[TableGen] Fix a bug that caused the wrong name for a record built from a multiclass...
[oota-llvm.git] / lib / TableGen / TGLexer.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-07 Pete CooperChange TableGen so that binary literals such as 0b001...
2014-08-05 Joerg SonnenbergerAllow binary and for tblgen math.
2014-07-06 Rafael EspindolaThis only needs a StringRef.
2014-07-06 Alp TokerSourceMgr: make valid buffer IDs start from one
2014-05-07 Daniel Sanders[tablegen] Add !listconcat operator with the similar...
2013-02-07 Sean Silvatblgen: Diagnose duplicate includes.
2013-01-25 Hal FinkelAdd an addition operator to TableGen
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-02-22 David GreeneAdd Foreach Loop
2011-10-19 David GreeneImplement Paste
2011-10-19 David GreeneAdd Peek
2011-10-07 David GreeneRemove Multidefs
2011-10-05 David GreeneLexer Support for Multidefs
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library