summaryrefslogtreecommitdiff
path: root/utils/TableGen/TGParser.cpp
Commit message (Expand)AuthorAge
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Better Error ReportingDavid Greene2011-09-19
* Make Record Name an InitDavid Greene2011-08-10
* Unconstify InitsDavid Greene2011-07-29
* [AVX] Create Inits Via Factory MethodDavid Greene2011-07-29
* [AVX] Constify InitsDavid Greene2011-07-29
* [AVX] Remove Mutating Members from InitsDavid Greene2011-07-29
* Intern all RecTy subclass instances to avoid duplicates.Jakob Stoklund Olesen2011-07-18
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-11
* Use get(0 Instead of Create()David Greene2011-07-11
* [AVX] Make Inits FoldableDavid Greene2011-07-11
* Add missing 'return on failure'. Previously we'd crash after emittingJim Grosbach2011-03-11
* Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene2011-01-07
* various cleanups to tblgen, patch by Garrison Venn!Chris Lattner2010-12-15
* Add support for using the `!if' operator when initializing variables:Bill Wendling2010-12-13
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-13
* fix a crash on:Chris Lattner2010-10-31
* fix the !eq operator in tblgen to return a bit instead of an int.Chris Lattner2010-10-31
* Remove -llvmc-temp-hack from tblgen.Mikhail Glushenkov2010-10-23
* Trailing whitespace.Mikhail Glushenkov2010-10-23
* Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner2010-10-06
* cleanupsChris Lattner2010-10-06
* remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner2010-10-06
* allow !strconcat to take more than two operands to eliminateChris Lattner2010-10-05
* enhance tblgen to support anonymous defm's, use this toChris Lattner2010-10-05
* Fix a subtle multiclass bug: when using class inheritance onBruno Cardoso Lopes2010-06-22
* Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes2010-06-18
* 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
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-05
* Fix whitespace.Bob Wilson2009-11-22
* This void is implicit in C++.Dan Gohman2009-08-12
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-03
* Improve TableGen error reporting.David Greene2009-06-29
* rename TGLoc -> SMLoc.Chris Lattner2009-06-21
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-09
* Add a !patsubst operator. Use on string types.David Greene2009-06-08
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-08
* Add a !regmatch operator to do pattern matching in TableGen.David Greene2009-06-08
* Implement !if, analogous to $(if) in GNU make.David Greene2009-05-14
* Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene2009-05-14
* Implement a !foreach operator analogous to GNU make's $(foreach).David Greene2009-05-14
* Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene2009-05-14
* Implement !cast.David Greene2009-05-14
* Operation EnhancementsDavid Greene2009-05-14
* Allow multiclass def names to contain "#NAME"" where TableGen replacesDavid Greene2009-05-05
* Rename the CurMultiClass formal parameter of TGParser::AddSubMultiClassBob Wilson2009-04-30
* Remove unnecessary "class" keywords.Bob Wilson2009-04-30
* Fix trailing whitespace and 80-col. violations in recent TableGen changes.Bob Wilson2009-04-28
* Fix multiclass inheritance to limit value resolution to new defs addedDavid Greene2009-04-24