aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/CodeEmitterGen.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-09-15[CodeEmitter] Support instruction widths > 64 bitsJames Molloy1-37/+151
2019-08-24Use a bit of relaxed constexpr to make FeatureBitset costant intializableBenjamin Kramer1-2/+2
2019-03-11Use bitset for assembler predicatesStanislav Mekhanoshin1-14/+85
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-07-04[tablegen] Avoid creating a temporary vector in getInstructionCaseAlexander Shaposhnikov1-8/+6
2017-05-31[TableGen] Adapt more places to getValueAsString now returning a StringRef in...Craig Topper1-3/+5
2017-05-31[TableGen] Make Record::getValueAsString and getValueAsListOfStrings return S...Craig Topper1-3/+3
2017-04-21[globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...Daniel Sanders1-1/+1
2017-04-21Revert r300964 + r300970 - [globalisel][tablegen] Import SelectionDAG's rule ...Daniel Sanders1-1/+1
2017-04-21[globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...Daniel Sanders1-1/+1
2016-12-04TableGen: Use StringRef instead of const std::string& in return vals.Matthias Braun1-1/+1
2016-11-30Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko1-7/+15
2016-11-19Try again to fix unused variable warning on lld-x86_64-darwin13 after r287439.Daniel Sanders1-1/+6
2016-11-19Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders1-0/+60
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+0
2016-02-01[TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead ...Craig Topper1-6/+2
2015-01-15Replace size method call of containers to empty method where appropriateAlexander Kornienko1-1/+1
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-20/+6
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-6/+20
2014-08-07Nuke the old JIT.Rafael Espindola1-20/+6
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-1/+2
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-2/+1
2014-03-23remove a bunch of unused private methodsNuno Lopes1-2/+0
2014-03-22[TableGen] Don't assert, produce an error, when an instruction has too few op...Hal Finkel1-1/+12
2014-03-13[TableGen] Optionally forbid overlap between named and positional operandsHal Finkel1-2/+22
2014-01-28Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse1-5/+10
2013-12-17Support little-endian encodings in the FixedLenDecoderEmitterHal Finkel1-37/+1
2012-12-04Sort the #include lines for utils/...Chandler Carruth1-1/+1
2012-11-09Fix issue with invalid flat operand numberEvandro Menezes1-3/+1
2012-11-09Fix issue with invalid flat operand numberEvandro Menezes1-1/+6
2012-10-10tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva1-4/+4
2012-09-06Re-work bit/bits value resolving in tblgenMichael Liao1-1/+1
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen1-2/+35
2012-03-09TableGen/CodeEmitterGen.cpp: Fix an expression of generating bitmask.NAKAMURA Takumi1-1/+1
2012-03-06Fix support for encodings up to 64-bits in length. TableGen was silently tru...Owen Anderson1-6/+6
2012-01-24Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson1-7/+7
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne1-1/+1
2011-07-29Unconstify InitsDavid Greene1-13/+13
2011-07-29[AVX] Create Inits Via Factory MethodDavid Greene1-1/+1
2011-07-29[AVX] Constify InitsDavid Greene1-13/+13
2011-07-29[AVX] Remove Mutating Members from InitsDavid Greene1-4/+8
2011-07-11Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher1-22/+16
2011-07-11Use get(0 Instead of Create()David Greene1-1/+1
2011-07-11[AVX] Make Inits FoldableDavid Greene1-16/+22
2011-07-06Don't require pseudo-instructions to carry encoding information.Jim Grosbach1-3/+6
2011-04-28Fix a bug in tblgen that caused incorrect encodings on instructions that spec...Owen Anderson1-1/+5
2011-02-03Tidy up a bit.Jim Grosbach1-3/+3
2011-01-27Fix a comment typo.Bob Wilson1-1/+1
2010-12-23Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin1-1/+1
2010-12-13Move <map> include out of .h and into .cpp.Bill Wendling1-0/+1