summaryrefslogtreecommitdiff
path: root/utils/TableGen/TGParser.cpp
Commit message (Expand)AuthorAge
* 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
* produce an error on invalid input instead of asserting:Chris Lattner2008-04-10
* Fix a crash on code like: let x = 1 {xChris Lattner2008-01-10
* remove attributions from utils.Chris Lattner2007-12-29
* Add TGParser files to VStudio project files. Removed generated files section...Chuck Rose III2007-11-26
* resolve the last fixme's in the new tblgen parser.Chris Lattner2007-11-22
* Rewrite the tblgen parser in a recursive descent style, eliminating the bison...Chris Lattner2007-11-22