aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/Record.cpp
AgeCommit message (Expand)Author
2010-03-18disallow concatenation of two dags with different operators.Chris Lattner
2010-01-05Add an !eq() operator to TableGen. It operates on strings only.David Greene
2009-12-21Fix a bug in !subst where TableGen would go and resubstitute text it hadDavid Greene
2009-11-24Delete some dead and non-obvious code.Dan Gohman
2009-11-22Fix whitespace.Bob Wilson
2009-11-22Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson
2009-11-21Fix some spelling in comments.Bob Wilson
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-09-18convert some stuff to StringRef to avoid temporary std::strings.Chris Lattner
2009-08-23Fix non-determinism in DAGISel emitter.Daniel Dunbar
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2009-06-29Remove commented code.David Greene
2009-06-29Implement !cast<string>.David Greene
2009-06-09Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene
2009-06-08Add a !patsubst operator. Use on string types.David Greene
2009-06-08Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene
2009-06-08Make !if short-circuit when possible.David Greene
2009-06-08Add a !regmatch operator to do pattern matching in TableGen.David Greene
2009-05-15Fix warning.Nick Lewycky
2009-05-14Implement !if, analogous to $(if) in GNU make.David Greene
2009-05-14Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene
2009-05-14Implement a !foreach operator analogous to GNU make's $(foreach).David Greene
2009-05-14Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene
2009-05-14Implement !cast.David Greene
2009-05-14Operation EnhancementsDavid Greene
2009-05-14Fix PR4207.David Greene
2009-04-24Fix multiclass inheritance to limit value resolution to new defs addedDavid Greene
2009-04-23Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene
2009-04-22Implement !nameconcat to concatenate strings and look up the resultingDavid Greene
2009-03-19Add support to tablegen for naming the nodes themselves, not just the operands, Nate Begeman
2008-10-17Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman
2008-06-10Remove some debug output from tblgen. This fixes a test.Matthijs Kooijman
2007-12-29remove attributions from utils.Chris Lattner
2007-11-22change the Init print methods to return strings, and implement Chris Lattner
2007-11-22eliminate a bunch of print methods that are duplicate with the getAsString() ...Chris Lattner
2007-11-20Add the ability to convert a tblgen type to a string.Chris Lattner
2007-11-11Add convenient helper to obtain list of intsAnton Korobeynikov
2007-07-19Change instruction description to split OperandList into OutOperandList andEvan Cheng
2007-05-15Added \!con(a,b) syntax to concatnate two dag fragments.Evan Cheng
2007-02-27reapplyChris Lattner
2007-02-27Backing outEvan Cheng
2007-02-27initial support for calling convention generation, still unfinished.Chris Lattner
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-11-02For PR786:Reid Spencer
2006-03-31Generalize the previous binary operator support and add a string concatenationChris Lattner
2006-03-30Implement Regression/TableGen/DagDefSubst.llChris Lattner
2006-02-18Fix bugs identified by VC++.Jeff Cohen
2006-01-31implement test/Regression/TableGen/DagIntSubst.llChris Lattner
2005-12-26more standards-compliance stuffDuraid Madina
2005-11-30Fix some copy and paste typos.Nate Begeman