aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/CodeGenInstruction.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-26Remove neverHasSideEffects support from TableGen CodeGenInstruction. Everyone...Craig Topper1-1/+0
2014-08-20Add isInsertSubreg property.Quentin Colombet1-0/+1
2014-08-20Add isExtractSubreg property.Quentin Colombet1-0/+1
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-08-11Add isRegSequence property.Quentin Colombet1-0/+1
2014-05-15TableGen: use correct MIOperand when printing aliasesTim Northover1-0/+2
2014-05-15TableGen/ARM64: print aliases even if they have syntax variants.Tim Northover1-1/+1
2014-04-18iterator_range accessor for CodeGenTarget instruction list.Jim Grosbach1-1/+0
2014-04-18iterator based accessors for CodeGenInstruction operand list.Jim Grosbach1-0/+7
2014-03-15Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund1-1/+1
2014-02-05Shrink the size of CodeGenInstruction a little bit by using bitfields. 32 boo...Craig Topper1-32/+32
2013-09-12Add an instruction deprecation feature to TableGen.Joey Gouly1-0/+3
2012-12-04Sort the #include lines for utils/...Chandler Carruth1-2/+2
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger1-4/+3
2012-08-24Heed guessInstructionProperties, and stop warning on redundant flags.Jakob Stoklund Olesen1-0/+8
2012-08-23Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen1-1/+5
2012-08-22Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen1-1/+1
2012-08-16Add an MCID::Select flag and TII hooks for optimizing selects.Jakob Stoklund Olesen1-0/+1
2012-06-08Teach the AsmMatcherEmitter to allow InstAlias' where the suboperands of a co...Owen Anderson1-2/+2
2011-09-20Restore hasPostISelHook tblgen flag.Andrew Trick1-0/+1
2011-09-20ARM isel bug fix for adds/subs operands.Andrew Trick1-1/+0
2011-08-30Follow up to r138791.Evan Cheng1-0/+1
2011-07-29Unconstify InitsDavid Greene1-4/+4
2011-07-29[AVX] Constify InitsDavid Greene1-4/+4
2011-07-14Add a new field to MCOperandInfo that contains information about the type of ...Benjamin Kramer1-3/+8
2011-07-11Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher1-4/+4
2011-07-11[AVX] Make Inits FoldableDavid Greene1-4/+4
2011-07-07Add isCodeGenOnly value to the CodeGenInstruction class.Jim Grosbach1-0/+1
2011-07-06Don't require pseudo-instructions to carry encoding information.Jim Grosbach1-0/+1
2011-04-17change OperandsSignature to use SmallVector<char> instead of std::vector<string>Chris Lattner1-0/+1
2011-03-15- Add "Bitcast" target instruction property for instructions which performEvan Cheng1-0/+1
2011-03-14Trailing whitespace.Jim Grosbach1-46/+46
2011-01-26Improve the AsmMatcher's ability to handle suboperands.Bob Wilson1-3/+11
2011-01-20Precompute InstAlias operand mapping to result instruction operand indices.Bob Wilson1-5/+4
2010-11-17Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng1-0/+1
2010-11-06add (and document) the ability for alias results to haveChris Lattner1-1/+5
2010-11-06generalize alias support to allow the result of an alias toChris Lattner1-1/+17
2010-11-06fix a bug where we had an implicit assumption that theChris Lattner1-0/+5
2010-11-06Reimplement BuildResultOperands to be in terms of the result instruction'sChris Lattner1-4/+0
2010-11-06disolve a hack, having CodeGenInstAlias decode the alias in the .tdChris Lattner1-1/+17
2010-11-02rewrite EmitConvertToMCInst to iterate over the MCInst operands,Chris Lattner1-1/+12
2010-11-01Implement enough of the missing instalias support to getChris Lattner1-0/+3
2010-11-01define a new CodeGenInstAlias. It has an asmstring and operand list for now,Chris Lattner1-1/+18
2010-11-01factor the operand list (and related fields/operations) out of Chris Lattner1-67/+93
2010-11-01avoid needless throw/catch/rethrow, stringref'ize some simple stuff.Chris Lattner1-2/+2
2010-11-01eliminate the old InstFormatName which is always "AsmString",Chris Lattner1-1/+1
2010-11-01move FlattenVariants out of AsmMatcherEmitter into a sharedChris Lattner1-0/+7
2010-10-12Allow targets to optionally specify custom binary encoder functions forJim Grosbach1-3/+8
2010-10-11When figuring out which operands match which encoding fields in an instruction,Jim Grosbach1-0/+5
2010-10-08trailing whitespaceJim Grosbach1-15/+15