aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/Record.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-20/+19
* Remove commented code.David Greene2009-06-291-15/+0
* Implement !cast<string>.David Greene2009-06-291-36/+81
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-091-98/+0
* Add a !patsubst operator. Use on string types.David Greene2009-06-081-0/+65
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-081-8/+84
* Make !if short-circuit when possible.David Greene2009-06-081-1/+17
* Add a !regmatch operator to do pattern matching in TableGen.David Greene2009-06-081-0/+33
* Fix warning.Nick Lewycky2009-05-151-1/+1
* Implement !if, analogous to $(if) in GNU make.David Greene2009-05-141-0/+14
* Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene2009-05-141-0/+38
* Implement a !foreach operator analogous to GNU make's $(foreach).David Greene2009-05-141-138/+142
* Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene2009-05-141-221/+212
* Implement !cast.David Greene2009-05-141-81/+81
* Operation EnhancementsDavid Greene2009-05-141-26/+348
* Fix PR4207.David Greene2009-05-141-2/+6
* Fix multiclass inheritance to limit value resolution to new defs addedDavid Greene2009-04-241-0/+14
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-231-7/+71
* Implement !nameconcat to concatenate strings and look up the resultingDavid Greene2009-04-221-3/+41
* Add support to tablegen for naming the nodes themselves, not just the operands, Nate Begeman2009-03-191-2/+4
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-171-12/+12
* Remove some debug output from tblgen. This fixes a test.Matthijs Kooijman2008-06-101-2/+0
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* change the Init print methods to return strings, and implement Chris Lattner2007-11-221-31/+39
* eliminate a bunch of print methods that are duplicate with the getAsString() ...Chris Lattner2007-11-221-8/+0
* Add the ability to convert a tblgen type to a string.Chris Lattner2007-11-201-0/+12
* Add convenient helper to obtain list of intsAnton Korobeynikov2007-11-111-0/+19
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-191-2/+12
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+955