summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/TGParser.h
Commit message (Expand)AuthorAgeFilesLines
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-122/+0
* Unconstify InitsDavid Greene2011-07-291-10/+10
* [AVX] Constify InitsDavid Greene2011-07-291-10/+10
* Intern all RecTy subclass instances to avoid duplicates.Jakob Stoklund Olesen2011-07-181-1/+1
* struct Init -> class InitDavid Greene2011-07-131-1/+1
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-111-14/+12
* struct Init -> class Init.Evan Cheng2011-07-111-1/+1
* [AVX] Make Inits FoldableDavid Greene2011-07-111-11/+13
* Consolidate some TableGen diagnostic helper functions.Jim Grosbach2011-06-211-1/+2
* Add new -d option to tblgen. It writes a make(1)-style dependency file.Joerg Sonnenberger2011-06-011-0/+3
* various cleanups to tblgen, patch by Garrison Venn!Chris Lattner2010-12-151-2/+2
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-131-1/+6
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-271-2/+3
* Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes2010-06-101-6/+5
* Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes2010-06-051-1/+1
* move include searching logic from TGLexer to SourceMgr.Chris Lattner2009-06-211-2/+0
* Rename TGSourceMgr -> SourceMgr.Chris Lattner2009-06-211-1/+1
* rename TGLoc -> SMLoc.Chris Lattner2009-06-211-6/+6
* move TGSourceMgr class out of TableGen into libsupport.Chris Lattner2009-06-211-1/+1
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-081-3/+3
* Operation EnhancementsDavid Greene2009-05-141-0/+2
* Rename the CurMultiClass formal parameter of TGParser::AddSubMultiClassBob Wilson2009-04-301-2/+3
* Remove unnecessary "class" keywords.Bob Wilson2009-04-301-1/+1
* Implement multiclass inheritance.David Greene2009-04-221-1/+4
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-191-1/+1
* make "locations" a class instead of a typedef.Chris Lattner2009-03-131-7/+7
* split buffer management and diagnostic printing out of the tblgenChris Lattner2009-03-131-1/+1
* Unbreak the build on win32.Cedric Venet2009-02-141-2/+2
* Make tblgen more portable, allowing it to build with ICC.Chris Lattner2009-01-221-2/+2
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* Rewrite the tblgen parser in a recursive descent style, eliminating the bison...Chris Lattner2007-11-221-0/+109
OpenPOWER on IntegriCloud