summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/TGParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud