summaryrefslogtreecommitdiff
path: root/utils/TableGen/TGParser.cpp
Commit message (Expand)AuthorAge
* 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
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-23
* Allow defm to inherit from multiple multiclasses.David Greene2009-04-22
* Implement !nameconcat to concatenate strings and look up the resultingDavid Greene2009-04-22
* Implement multiclass inheritance.David Greene2009-04-22
* fix a few spelling errors and typosJim Grosbach2009-03-26
* Add support to tablegen for naming the nodes themselves, not just the operands, Nate Begeman2009-03-19
* give each Record a location.Chris Lattner2009-03-13
* make "locations" a class instead of a typedef.Chris Lattner2009-03-13
* implement support for C-style string literal concatenation in td files.Chris Lattner2009-03-11
* Unbreak the build on win32.Cedric Venet2009-02-14
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-17