aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/Record.h
AgeCommit message (Expand)Author
2011-09-02Make RecordVal Name an InitDavid Greene
2011-08-10Make Record Name an InitDavid Greene
2011-08-10Add getAsUnquotedStringDavid Greene
2011-07-29Unconstify InitsDavid Greene
2011-07-29[AVX] Make DagInits UniqueDavid Greene
2011-07-29[AVX] Make ListInits UniqueDavid Greene
2011-07-29[AVX] Make BitsInit UniqueDavid Greene
2011-07-29[AVX] Create Inits Via Factory MethodDavid Greene
2011-07-29[AVX] Constify InitsDavid Greene
2011-07-29[AVX] Remove non-const IteratorsDavid Greene
2011-07-29[AVX] Remove Mutating Members from InitsDavid Greene
2011-07-29Add ListInit::getValuesDavid Greene
2011-07-18Intern all RecTy subclass instances to avoid duplicates.Jakob Stoklund Olesen
2011-07-13struct Init -> class InitDavid Greene
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-11struct Init -> class Init.Evan Cheng
2011-07-11[AVX] Make Inits FoldableDavid Greene
2011-06-27Add support for alternative register names, useful for instructions whose ope...Owen Anderson
2011-06-21Consolidate some TableGen diagnostic helper functions.Jim Grosbach
2011-04-17now that predicates have a decent abstraction layer on them, introduce a new Chris Lattner
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-11-29I swear I did a make clean and make before committing all this...Michael J. Spencer
2010-10-06remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner
2010-09-27Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer
2010-09-21Trailing whitespace, 80-col violations.Mikhail Glushenkov
2010-09-03Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene
2010-05-26Add StringRef::compare_numeric and use it to sort TableGen register records.Jakob Stoklund Olesen
2010-04-09If all the bit positions are not specified; do not decode the instructions.Johnny Chen
2010-04-05Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen
2010-03-25Teach TableGen to understand X.Y notation in the TSFlagsFields strings.Jakob Stoklund Olesen
2010-03-25Fix evil TableGen bug in template parameters with defaults.Jakob Stoklund Olesen
2010-03-01Fix PR2590 by making PatternSortingPredicate actually be Chris Lattner
2010-01-05Add an !eq() operator to TableGen. It operates on strings only.David Greene
2009-11-24Delete some dead and non-obvious code.Dan Gohman
2009-11-22Fix whitespace.Bob Wilson
2009-11-21Fix some spelling in comments.Bob Wilson
2009-11-21Avoid a redundant assertion.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-08-12This void is implicit in C++.Dan Gohman
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2009-06-29Implement !cast<string>.David Greene
2009-06-21rename TGLoc -> SMLoc.Chris Lattner
2009-06-21move TGSourceMgr class out of TableGen into libsupport.Chris Lattner
2009-06-09Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene