summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenInstruction.h
AgeCommit message (Expand)Author
2017-11-18[globalisel][tablegen] Generalize pointer-type inference by introducing ptype...Daniel Sanders
2017-07-07[TableGen] Use StringRef instead of std::string for CodeGenInstruction namesp...Craig Topper
2016-09-14This reapplies r281304. The issue was that I had missedSjoerd Meijer
2016-09-13Revert of r281304 as it is causing build bot failures in hexagonSjoerd Meijer
2016-09-13This adds a new field isAdd to MCInstrDesc. The ARM and Hexagon instructionSjoerd Meijer
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer
2016-04-18[NFC] Header cleanupMehdi Amini
2016-03-01TableGen: Add hasNoSchedulingInfo to instructionsMatthias Braun
2015-06-08[TableGen] Use the SMLoc header file instead of SourceMgr header file in a co...Craig Topper
2015-05-28Add support for the convergent flag at the MC and MachineInstr levels.Owen Anderson
2015-03-01Reverted 230471 - gather scatter handling in table gen.Elena Demikhovsky
2015-02-25AVX-512: Gather and Scatter patternsElena Demikhovsky
2014-11-26Remove neverHasSideEffects support from TableGen CodeGenInstruction. Everyone...Craig Topper
2014-08-20Add isInsertSubreg property.Quentin Colombet
2014-08-20Add isExtractSubreg property.Quentin Colombet
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-08-11Add isRegSequence property.Quentin Colombet
2014-05-15TableGen: use correct MIOperand when printing aliasesTim Northover
2014-05-15TableGen/ARM64: print aliases even if they have syntax variants.Tim Northover
2014-04-18iterator_range accessor for CodeGenTarget instruction list.Jim Grosbach
2014-04-18iterator based accessors for CodeGenInstruction operand list.Jim Grosbach
2014-03-15Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund
2014-02-05Shrink the size of CodeGenInstruction a little bit by using bitfields. 32 boo...Craig Topper
2013-09-12Add an instruction deprecation feature to TableGen.Joey Gouly
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger
2012-08-24Heed guessInstructionProperties, and stop warning on redundant flags.Jakob Stoklund Olesen
2012-08-23Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen
2012-08-22Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen
2012-08-16Add an MCID::Select flag and TII hooks for optimizing selects.Jakob Stoklund Olesen
2012-06-08Teach the AsmMatcherEmitter to allow InstAlias' where the suboperands of a co...Owen Anderson
2011-09-20Restore hasPostISelHook tblgen flag.Andrew Trick
2011-09-20ARM isel bug fix for adds/subs operands.Andrew Trick
2011-08-30Follow up to r138791.Evan Cheng
2011-07-29Unconstify InitsDavid Greene
2011-07-29[AVX] Constify InitsDavid Greene
2011-07-14Add a new field to MCOperandInfo that contains information about the type of ...Benjamin Kramer
2011-07-11Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher
2011-07-11[AVX] Make Inits FoldableDavid Greene
2011-07-07Add isCodeGenOnly value to the CodeGenInstruction class.Jim Grosbach
2011-07-06Don't require pseudo-instructions to carry encoding information.Jim Grosbach
2011-04-17change OperandsSignature to use SmallVector<char> instead of std::vector<string>Chris Lattner
2011-03-15- Add "Bitcast" target instruction property for instructions which performEvan Cheng
2011-03-14Trailing whitespace.Jim Grosbach
2011-01-26Improve the AsmMatcher's ability to handle suboperands.Bob Wilson
2011-01-20Precompute InstAlias operand mapping to result instruction operand indices.Bob Wilson
2010-11-17Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng
2010-11-06add (and document) the ability for alias results to haveChris Lattner
2010-11-06generalize alias support to allow the result of an alias toChris Lattner
2010-11-06fix a bug where we had an implicit assumption that theChris Lattner