summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenInstruction.h
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Add isAuthenticated predicate to MCInstDescVedant Kumar2020-01-101-0/+1
* TableGen/GlobalISel: Fix pattern matching of immarg literalsMatt Arsenault2020-01-091-1/+11
* CodeGenInstruction - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-061-5/+6
* GlobalISel: Add target pre-isel instructionsMatt Arsenault2019-10-071-0/+1
* Allow target to handle STRICT floating-point nodesUlrich Weigand2019-06-051-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ARM][MC] Move information about variadic register defs into tablegenOliver Stannard2018-12-031-0/+1
* Fix -Winfinite-recursion compile error.Haojian Wu2018-11-281-1/+3
* [TableGen] Better error checking for TIED_TO constraints.Simon Tatham2018-11-281-0/+9
* [WebAssembly] Add isEHScopeReturn instruction propertyHeejin Ahn2018-08-211-0/+1
* [cfi-verify] Support AArch64.Joel Galenson2018-07-131-0/+1
* [TableGen] Support multi-alternative pattern fragmentsUlrich Weigand2018-07-131-0/+2
* [TableGen] Prevent double flattening of InstAlias asm strings in the asm matc...Craig Topper2018-06-181-1/+1
* [X86][MIPS][ARM] New machine instruction property 'isMoveReg'Petar Jovanovic2018-05-231-0/+1
* [FastISel] Permit instructions to be skipped for FastISel generation.Simon Dardis2018-05-221-0/+1
* Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie2018-03-231-1/+1
* [globalisel][tablegen] Generalize pointer-type inference by introducing ptype...Daniel Sanders2017-11-181-0/+6
* [TableGen] Use StringRef instead of std::string for CodeGenInstruction namesp...Craig Topper2017-07-071-1/+1
* This reapplies r281304. The issue was that I had missedSjoerd Meijer2016-09-141-0/+1
* Revert of r281304 as it is causing build bot failures in hexagonSjoerd Meijer2016-09-131-1/+0
* This adds a new field isAdd to MCInstrDesc. The ARM and Hexagon instructionSjoerd Meijer2016-09-131-0/+1
* Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer2016-05-271-1/+2
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+1
* TableGen: Add hasNoSchedulingInfo to instructionsMatthias Braun2016-03-011-0/+1
* [TableGen] Use the SMLoc header file instead of SourceMgr header file in a co...Craig Topper2015-06-081-1/+2
* Add support for the convergent flag at the MC and MachineInstr levels.Owen Anderson2015-05-281-0/+1
* Reverted 230471 - gather scatter handling in table gen.Elena Demikhovsky2015-03-011-1/+0
* AVX-512: Gather and Scatter patternsElena Demikhovsky2015-02-251-0/+1
* Remove neverHasSideEffects support from TableGen CodeGenInstruction. Everyone...Craig Topper2014-11-261-1/+0
* Add isInsertSubreg property.Quentin Colombet2014-08-201-0/+1
* Add isExtractSubreg property.Quentin Colombet2014-08-201-0/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Add isRegSequence property.Quentin Colombet2014-08-111-0/+1
* TableGen: use correct MIOperand when printing aliasesTim Northover2014-05-151-0/+2
* TableGen/ARM64: print aliases even if they have syntax variants.Tim Northover2014-05-151-1/+1
* iterator_range accessor for CodeGenTarget instruction list.Jim Grosbach2014-04-181-1/+0
* iterator based accessors for CodeGenInstruction operand list.Jim Grosbach2014-04-181-0/+7
* Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund2014-03-151-1/+1
* Shrink the size of CodeGenInstruction a little bit by using bitfields. 32 boo...Craig Topper2014-02-051-32/+32
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-0/+3
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-2/+2
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-4/+3
* Heed guessInstructionProperties, and stop warning on redundant flags.Jakob Stoklund Olesen2012-08-241-0/+8
* Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen2012-08-231-1/+5
* Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen2012-08-221-1/+1
* Add an MCID::Select flag and TII hooks for optimizing selects.Jakob Stoklund Olesen2012-08-161-0/+1
* Teach the AsmMatcherEmitter to allow InstAlias' where the suboperands of a co...Owen Anderson2012-06-081-2/+2
* Restore hasPostISelHook tblgen flag.Andrew Trick2011-09-201-0/+1
* ARM isel bug fix for adds/subs operands.Andrew Trick2011-09-201-1/+0
* Follow up to r138791.Evan Cheng2011-08-301-0/+1
OpenPOWER on IntegriCloud