aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/CodeEmitterGen.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-13eliminate the Records global variable, patch by Garrison Venn!Chris Lattner1-1/+1
2010-11-15pull the code to get the operand value out of the loop.Chris Lattner1-48/+58
2010-11-15split the giant encoder loop into two new helper functions.Chris Lattner1-112/+122
2010-11-15reduce nesting and minor cleanups, no functionality change.Chris Lattner1-87/+88
2010-11-15add fields to the .td files unconditionally, simplifying tblgen a bit.Chris Lattner1-3/+3
2010-11-11Add support for specifying a PostEncoderMethod, which can perform post-proces...Owen Anderson1-0/+4
2010-11-03Support generating an MC'ized CodeEmitter directly. Maintain a reference to theJim Grosbach1-5/+18
2010-11-02Revert r114340 (improvements in Darwin function prologue/epilogue), as it brokeJim Grosbach1-0/+6
2010-11-02Tidy up.Jim Grosbach1-3/+0
2010-11-01factor the operand list (and related fields/operations) out of Chris Lattner1-6/+7
2010-10-12Allow targets to optionally specify custom binary encoder functions forJim Grosbach1-5/+20
2010-10-11The assert() should reference to machine instr operand number, too.Jim Grosbach1-2/+2
2010-10-11Make sure to use the machine instruction operand number. It doesn't alwaysJim Grosbach1-0/+2
2010-10-11When figuring out which operands match which encoding fields in an instruction,Jim Grosbach1-6/+17