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