[Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in the anonymous namespace.
[oota-llvm.git] / lib / TableGen / TGLexer.cpp
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...
2014-04-09 Craig Topper[C++11] Make use of 'nullptr' in TableGen library.
2013-02-07 Sean Silvatblgen: Diagnose duplicate includes.
2013-01-25 Hal FinkelAdd an addition operator to TableGen
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-02-22 David GreeneAdd Foreach Loop
2011-12-22 Dylan NoblesmithTableGen: add a comment
2011-12-22 Dylan Noblesmithtry to fix MSVC build
2011-12-22 Dylan Noblesmithdrop unneeded config.h includes
2011-10-19 David GreeneImplement Paste
2011-10-19 David GreeneDisambiguate Numbers and Identifiers
2011-10-19 David GreeneAdd Peek
2011-10-07 David GreeneRemove Multidefs
2011-10-06 Benjamin KramerUse StringSwitch.
2011-10-06 Benjamin KramerSimplify code. No functionality change.
2011-10-06 David GreeneFix Typo
2011-10-05 David GreeneLexer Support for Multidefs
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library