summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeEmitterGen.cpp
AgeCommit message (Expand)Author
2017-07-04[tablegen] Avoid creating a temporary vector in getInstructionCaseAlexander Shaposhnikov
2017-05-31[TableGen] Adapt more places to getValueAsString now returning a StringRef in...Craig Topper
2017-05-31[TableGen] Make Record::getValueAsString and getValueAsListOfStrings return S...Craig Topper
2017-04-21[globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...Daniel Sanders
2017-04-21Revert r300964 + r300970 - [globalisel][tablegen] Import SelectionDAG's rule ...Daniel Sanders
2017-04-21[globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...Daniel Sanders
2016-12-04TableGen: Use StringRef instead of const std::string& in return vals.Matthias Braun
2016-11-30Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko
2016-11-19Try again to fix unused variable warning on lld-x86_64-darwin13 after r287439.Daniel Sanders
2016-11-19Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders
2016-04-18[NFC] Header cleanupMehdi Amini
2016-02-01[TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead ...Craig Topper
2015-01-15Replace size method call of containers to empty method where appropriateAlexander Kornienko
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Nuke the old JIT.Rafael Espindola
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker
2014-03-23remove a bunch of unused private methodsNuno Lopes
2014-03-22[TableGen] Don't assert, produce an error, when an instruction has too few op...Hal Finkel
2014-03-13[TableGen] Optionally forbid overlap between named and positional operandsHal Finkel
2014-01-28Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse
2013-12-17Support little-endian encodings in the FixedLenDecoderEmitterHal Finkel
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-11-09Fix issue with invalid flat operand numberEvandro Menezes
2012-11-09Fix issue with invalid flat operand numberEvandro Menezes
2012-10-10tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva
2012-09-06Re-work bit/bits value resolving in tblgenMichael Liao
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen
2012-03-09TableGen/CodeEmitterGen.cpp: Fix an expression of generating bitmask.NAKAMURA Takumi
2012-03-06Fix support for encodings up to 64-bits in length. TableGen was silently tru...Owen Anderson
2012-01-24Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
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-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-07-06Don't require pseudo-instructions to carry encoding information.Jim Grosbach
2011-04-28Fix a bug in tblgen that caused incorrect encodings on instructions that spec...Owen Anderson
2011-02-03Tidy up a bit.Jim Grosbach
2011-01-27Fix a comment typo.Bob Wilson
2010-12-23Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin
2010-12-13Move <map> include out of .h and into .cpp.Bill Wendling
2010-12-13eliminate the Records global variable, patch by Garrison Venn!Chris Lattner
2010-11-15pull the code to get the operand value out of the loop.Chris Lattner
2010-11-15split the giant encoder loop into two new helper functions.Chris Lattner
2010-11-15reduce nesting and minor cleanups, no functionality change.Chris Lattner