aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/Record.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added \!con(a,b) syntax to concatnate two dag fragments.Evan Cheng2007-05-151-0/+35
* reapplyChris Lattner2007-02-271-0/+7
* Backing outEvan Cheng2007-02-271-7/+0
* initial support for calling convention generation, still unfinished.Chris Lattner2007-02-271-0/+7
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-6/+7
* For PR786:Reid Spencer2006-11-021-1/+1
* Generalize the previous binary operator support and add a string concatenationChris Lattner2006-03-311-15/+69
* Implement Regression/TableGen/DagDefSubst.llChris Lattner2006-03-301-3/+5
* Fix bugs identified by VC++.Jeff Cohen2006-02-181-2/+2
* implement test/Regression/TableGen/DagIntSubst.llChris Lattner2006-01-311-0/+11
* more standards-compliance stuffDuraid Madina2005-12-261-0/+2
* Fix some copy and paste typos.Nate Begeman2005-11-301-2/+2
* Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accuratelyChris Lattner2005-10-281-3/+3