summaryrefslogtreecommitdiff
path: root/utils/TableGen/Record.cpp
Commit message (Expand)AuthorAge
* Fix a tblgen bug.Bruno Cardoso Lopes2010-06-23
* In case Rec is a definition and not a class, do the proper comparison!Bruno Cardoso Lopes2010-06-17
* Fix the handling of !if result, avoiding null results for non 'int'.Bruno Cardoso Lopes2010-06-17
* For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes2010-06-17
* let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes2010-06-16
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-05
* Teach TableGen to understand X.Y notation in the TSFlagsFields strings.Jakob Stoklund Olesen2010-03-25
* Fix evil TableGen bug in template parameters with defaults.Jakob Stoklund Olesen2010-03-25
* disallow concatenation of two dags with different operators.Chris Lattner2010-03-18
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-05
* Fix a bug in !subst where TableGen would go and resubstitute text it hadDavid Greene2009-12-21
* Delete some dead and non-obvious code.Dan Gohman2009-11-24
* Fix whitespace.Bob Wilson2009-11-22
* Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson2009-11-22
* Fix some spelling in comments.Bob Wilson2009-11-21
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* convert some stuff to StringRef to avoid temporary std::strings.Chris Lattner2009-09-18
* Fix non-determinism in DAGISel emitter.Daniel Dunbar2009-08-23
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-03
* Remove commented code.David Greene2009-06-29
* Implement !cast<string>.David Greene2009-06-29
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-09
* Add a !patsubst operator. Use on string types.David Greene2009-06-08
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-08
* Make !if short-circuit when possible.David Greene2009-06-08
* Add a !regmatch operator to do pattern matching in TableGen.David Greene2009-06-08
* Fix warning.Nick Lewycky2009-05-15
* Implement !if, analogous to $(if) in GNU make.David Greene2009-05-14
* Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene2009-05-14
* Implement a !foreach operator analogous to GNU make's $(foreach).David Greene2009-05-14
* Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene2009-05-14
* Implement !cast.David Greene2009-05-14
* Operation EnhancementsDavid Greene2009-05-14
* Fix PR4207.David Greene2009-05-14
* Fix multiclass inheritance to limit value resolution to new defs addedDavid Greene2009-04-24
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-23
* Implement !nameconcat to concatenate strings and look up the resultingDavid Greene2009-04-22
* Add support to tablegen for naming the nodes themselves, not just the operands, Nate Begeman2009-03-19
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-17
* Remove some debug output from tblgen. This fixes a test.Matthijs Kooijman2008-06-10
* remove attributions from utils.Chris Lattner2007-12-29
* change the Init print methods to return strings, and implement Chris Lattner2007-11-22
* eliminate a bunch of print methods that are duplicate with the getAsString() ...Chris Lattner2007-11-22
* Add the ability to convert a tblgen type to a string.Chris Lattner2007-11-20
* Add convenient helper to obtain list of intsAnton Korobeynikov2007-11-11
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-19
* Added \!con(a,b) syntax to concatnate two dag fragments.Evan Cheng2007-05-15
* reapplyChris Lattner2007-02-27
* Backing outEvan Cheng2007-02-27
* initial support for calling convention generation, still unfinished.Chris Lattner2007-02-27