aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/Record.cpp
AgeCommit message (Expand)Author
2011-07-29Unconstify InitsDavid Greene
2011-07-29Remove a blank line from the top.David Greene
2011-07-29[AVX] Make DagInits UniqueDavid Greene
2011-07-29[AVX] Make FieldInit UniqueDavid Greene
2011-07-29[AVX] Make VarListElementInit UniqueDavid Greene
2011-07-29[AVX] Make VarBitInit UniqueDavid Greene
2011-07-29[AVX] Make VarInit UniqueDavid Greene
2011-07-29[AVX] Make TernOpInit UniqueDavid Greene
2011-07-29[AVX] Make BinOpInit UniqueDavid Greene
2011-07-29[AVX] Make UnOpInit UniqueDavid Greene
2011-07-29[AVX] Make ListInits UniqueDavid Greene
2011-07-29[AVX] Make CodeInit UniqueDavid Greene
2011-07-29[AVX] Make StringInit UniqueDavid Greene
2011-07-29[AVX] Make IntInit UniqueDavid Greene
2011-07-29[AVX] Make BitsInit UniqueDavid Greene
2011-07-29[AVX] Unique BitInitDavid Greene
2011-07-29[AVX] Unique UnsetInitDavid 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 a std::string Wrapper for TableGenDavid 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-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-06-03Rework the logic to not rely on undefined behaviour (1LL << 64). Also simplify.Nick Lewycky
2011-05-06Improve diagnostics for some parse errors. Not asserting when a user inputJim Grosbach
2011-01-07Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene
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-12-13clean up RecordKeeper::getAllDerivedDefinitions, patch by Garrison Venn!Chris Lattner
2010-12-10Get rid of ellipses.Bill Wendling
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-06remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner
2010-09-03Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene
2010-06-23Fix a tblgen bug.Bruno Cardoso Lopes
2010-06-17In case Rec is a definition and not a class, do the proper comparison!Bruno Cardoso Lopes
2010-06-17Fix the handling of !if result, avoiding null results for non 'int'.Bruno Cardoso Lopes
2010-06-17For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes
2010-06-16let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes
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-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