aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/TGParser.cpp
AgeCommit message (Expand)Author
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2011-09-19Better Error ReportingDavid Greene
2011-08-10Make Record Name an InitDavid Greene
2011-07-29Unconstify InitsDavid Greene
2011-07-29[AVX] Create Inits Via Factory MethodDavid Greene
2011-07-29[AVX] Constify InitsDavid Greene
2011-07-29[AVX] Remove Mutating Members from InitsDavid Greene
2011-07-18Intern all RecTy subclass instances to avoid duplicates.Jakob Stoklund Olesen
2011-07-11Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher
2011-07-11Use get(0 Instead of Create()David Greene
2011-07-11[AVX] Make Inits FoldableDavid Greene
2011-03-11Add missing 'return on failure'. Previously we'd crash after emittingJim Grosbach
2011-01-07Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene
2010-12-15various cleanups to tblgen, patch by Garrison Venn!Chris Lattner
2010-12-13Add support for using the `!if' operator when initializing variables:Bill Wendling
2010-12-13eliminate the Records global variable, patch by Garrison Venn!Chris Lattner
2010-10-31fix a crash on:Chris Lattner
2010-10-31fix the !eq operator in tblgen to return a bit instead of an int.Chris Lattner
2010-10-23Remove -llvmc-temp-hack from tblgen.Mikhail Glushenkov
2010-10-23Trailing whitespace.Mikhail Glushenkov
2010-10-06Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner
2010-10-06cleanupsChris Lattner
2010-10-06remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner
2010-10-05allow !strconcat to take more than two operands to eliminateChris Lattner
2010-10-05enhance tblgen to support anonymous defm's, use this toChris Lattner
2010-06-22Fix a subtle multiclass bug: when using class inheritance onBruno Cardoso Lopes
2010-06-18Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes
2010-06-10Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes
2010-06-05Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes
2010-01-05Add an !eq() operator to TableGen. It operates on strings only.David Greene
2009-11-22Fix whitespace.Bob Wilson
2009-08-12This void is implicit in C++.Dan Gohman
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2009-06-29Improve TableGen error reporting.David Greene
2009-06-21rename TGLoc -> SMLoc.Chris Lattner
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-08Add a !regmatch operator to do pattern matching in TableGen.David Greene
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-05Allow multiclass def names to contain "#NAME"" where TableGen replacesDavid Greene
2009-04-30Rename the CurMultiClass formal parameter of TGParser::AddSubMultiClassBob Wilson
2009-04-30Remove unnecessary "class" keywords.Bob Wilson
2009-04-28Fix trailing whitespace and 80-col. violations in recent TableGen changes.Bob Wilson
2009-04-24Fix multiclass inheritance to limit value resolution to new defs addedDavid Greene