summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TableGen/TGLexer.h
Commit message (Expand)AuthorAgeFilesLines
* TableGen: support #ifndef in addition to #ifdef.Tim Northover2019-05-141-1/+1
* [TableGen] Introduce !listsplat 'binary' operatorRoman Lebedev2019-04-101-3/+3
* [Tablegen] Add support for the !mul operator.Nicola Zaghen2019-03-011-3/+3
* [TblGen] Extend !if semantics through new feature !condJaved Absar2019-01-251-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [TableGen] Preprocessing supportVyacheslav Zakharin2018-11-271-5/+238
* Reverted r347092 due to the following build fails:Vyacheslav Zakharin2018-11-171-238/+5
* Preprocessing support in tablegen.Vyacheslav Zakharin2018-11-161-5/+238
* TableGen: Add !ne, !le, !lt, !ge, and !gt comparisonsNicolai Haehnle2018-03-141-0/+1
* TableGen: Add !dag function for constructionNicolai Haehnle2018-03-141-1/+1
* TableGen: Remove space at EOL in TGLexer.{h,cpp}Nicolai Haehnle2018-03-091-9/+9
* TableGen: Add a defset statementNicolai Haehnle2018-03-091-1/+1
* TableGen: add !isa operationNicolai Haehnle2018-03-091-1/+1
* TableGen: Add !foldl operationNicolai Haehnle2018-03-061-1/+1
* TableGen: Add !size operationNicolai Haehnle2018-02-231-1/+1
* TableGen: Add operator !orMatt Arsenault2016-11-151-2/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Remove empty non-virtual destructors or mark them =default when non-publicBenjamin Kramer2015-04-111-2/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Change TableGen so that binary literals such as 0b001 are now sized.Pete Cooper2014-08-071-0/+9
* Allow binary and for tblgen math.Joerg Sonnenberger2014-08-051-2/+2
* This only needs a StringRef.Rafael Espindola2014-07-061-2/+2
* SourceMgr: make valid buffer IDs start from oneAlp Toker2014-07-061-1/+1
* [tablegen] Add !listconcat operator with the similar semantics as !strconcatDaniel Sanders2014-05-071-1/+1
* tblgen: Diagnose duplicate includes.Sean Silva2013-02-071-4/+9
* Add an addition operator to TableGenHal Finkel2013-01-251-1/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* Add Foreach LoopDavid Greene2012-02-221-1/+1
* Implement PasteDavid Greene2011-10-191-1/+2
* Add PeekDavid Greene2011-10-191-0/+1
* Remove MultidefsDavid Greene2011-10-071-1/+1
* Lexer Support for MultidefsDavid Greene2011-10-051-1/+1
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-0/+125
OpenPOWER on IntegriCloud