aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/TGParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing 'return on failure'. Previously we'd crash after emittingJim Grosbach2011-03-111-0/+1
* Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene2011-01-071-19/+19
* various cleanups to tblgen, patch by Garrison Venn!Chris Lattner2010-12-151-5/+6
* Add support for using the `!if' operator when initializing variables:Bill Wendling2010-12-131-8/+36
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-131-5/+7
* fix a crash on:Chris Lattner2010-10-311-1/+2
* fix the !eq operator in tblgen to return a bit instead of an int.Chris Lattner2010-10-311-1/+1
* Remove -llvmc-temp-hack from tblgen.Mikhail Glushenkov2010-10-231-17/+1
* Trailing whitespace.Mikhail Glushenkov2010-10-231-6/+6
* Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner2010-10-061-5/+18
* cleanupsChris Lattner2010-10-061-9/+10
* remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner2010-10-061-35/+9
* allow !strconcat to take more than two operands to eliminateChris Lattner2010-10-051-23/+34
* enhance tblgen to support anonymous defm's, use this toChris Lattner2010-10-051-18/+31
* Fix a subtle multiclass bug: when using class inheritance onBruno Cardoso Lopes2010-06-221-4/+4
* Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes2010-06-181-0/+50
* Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes2010-06-101-47/+38
* Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes2010-06-051-9/+41
* 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