aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/TGParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-051-0/+7
* Fix whitespace.Bob Wilson2009-11-221-195/+184
* This void is implicit in C++.Dan Gohman2009-08-121-1/+1
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-6/+4
* Improve TableGen error reporting.David Greene2009-06-291-1/+5
* rename TGLoc -> SMLoc.Chris Lattner2009-06-211-20/+20
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-091-16/+0
* Add a !patsubst operator. Use on string types.David Greene2009-06-081-0/+9
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-081-25/+140
* Add a !regmatch operator to do pattern matching in TableGen.David Greene2009-06-081-0/+7
* Implement !if, analogous to $(if) in GNU make.David Greene2009-05-141-0/+24
* Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene2009-05-141-1/+74
* Implement a !foreach operator analogous to GNU make's $(foreach).David Greene2009-05-141-14/+14
* Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene2009-05-141-72/+72
* Implement !cast.David Greene2009-05-141-31/+31
* Operation EnhancementsDavid Greene2009-05-141-126/+241
* Allow multiclass def names to contain "#NAME"" where TableGen replacesDavid Greene2009-05-051-3/+12
* Rename the CurMultiClass formal parameter of TGParser::AddSubMultiClassBob Wilson2009-04-301-8/+8
* Remove unnecessary "class" keywords.Bob Wilson2009-04-301-1/+1
* Fix trailing whitespace and 80-col. violations in recent TableGen changes.Bob Wilson2009-04-281-27/+34
* Fix multiclass inheritance to limit value resolution to new defs addedDavid Greene2009-04-241-20/+59
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-231-9/+72
* Allow defm to inherit from multiple multiclasses.David Greene2009-04-221-68/+76
* Implement !nameconcat to concatenate strings and look up the resultingDavid Greene2009-04-221-21/+47
* Implement multiclass inheritance.David Greene2009-04-221-2/+171
* fix a few spelling errors and typosJim Grosbach2009-03-261-1/+1
* Add support to tablegen for naming the nodes themselves, not just the operands, Nate Begeman2009-03-191-1/+13
* give each Record a location.Chris Lattner2009-03-131-6/+6
* make "locations" a class instead of a typedef.Chris Lattner2009-03-131-20/+20
* implement support for C-style string literal concatenation in td files.Chris Lattner2009-03-111-2/+14
* Unbreak the build on win32.Cedric Venet2009-02-141-1/+1
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-171-3/+3
* produce an error on invalid input instead of asserting:Chris Lattner2008-04-101-0/+5
* Fix a crash on code like: let x = 1 {xChris Lattner2008-01-101-1/+4
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* Add TGParser files to VStudio project files. Removed generated files section...Chuck Rose III2007-11-261-0/+2
* resolve the last fixme's in the new tblgen parser.Chris Lattner2007-11-221-6/+4
* Rewrite the tblgen parser in a recursive descent style, eliminating the bison...Chris Lattner2007-11-221-0/+1372