summaryrefslogtreecommitdiff
path: root/utils/TableGen/TGParser.cpp
Commit message (Expand)AuthorAge
...
* 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