aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/Record.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-051-11/+0
* Teach TableGen to understand X.Y notation in the TSFlagsFields strings.Jakob Stoklund Olesen2010-03-251-0/+10
* Fix evil TableGen bug in template parameters with defaults.Jakob Stoklund Olesen2010-03-251-8/+12
* disallow concatenation of two dags with different operators.Chris Lattner2010-03-181-12/+2
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-051-0/+10
* Fix a bug in !subst where TableGen would go and resubstitute text it hadDavid Greene2009-12-211-1/+3
* Delete some dead and non-obvious code.Dan Gohman2009-11-241-49/+0
* Fix whitespace.Bob Wilson2009-11-221-56/+51
* Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson2009-11-221-8/+20
* Fix some spelling in comments.Bob Wilson2009-11-211-3/+3
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* convert some stuff to StringRef to avoid temporary std::strings.Chris Lattner2009-09-181-30/+30
* Fix non-determinism in DAGISel emitter.Daniel Dunbar2009-08-231-0/+2
* 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