summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenInstruction.cpp
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-10/+12
* GlobalISel: Add target pre-isel instructionsMatt Arsenault2019-10-071-0/+1
* Allow target to handle STRICT floating-point nodesUlrich Weigand2019-06-051-0/+1
* [ARM] Make fullfp16 instructions not conditionalisable.Simon Tatham2019-02-251-1/+2
* [tablegen] Add locations to many PrintFatalError() callsDaniel Sanders2019-02-121-22/+46
* 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
* [TableGen] Better error checking for TIED_TO constraints.Simon Tatham2018-11-281-29/+68
* [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/+4
* [TableGen][AsmMatcherEmitter] Allow tied operands of different classes in ali...Sander de Smalen2018-06-181-2/+8
* [TableGen] Prevent double flattening of InstAlias asm strings in the asm matc...Craig Topper2018-06-181-3/+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
* [globalisel][tablegen] Generalize pointer-type inference by introducing ptype...Daniel Sanders2017-11-181-0/+11
* [TableGen] : CodeGenInsrtuction modify to range loop. NFC.Javed Absar2017-10-061-2/+2
* TableGen support for parameterized register class informationKrzysztof Parzyszek2017-09-141-3/+3
* [TableGen] Add EncoderMethod to RegisterOperandSam Kolton2017-05-151-0/+1
* TableGen: Use StringInit instead of std::string for DagInit arg namesMatthias Braun2016-12-051-16/+16
* TableGen: Use StringRef instead of const std::string& in return vals.Matthias Braun2016-12-041-2/+2
* Apply clang-tidy's 'performance-faster-string-find' check to LLVM.Benjamin Kramer2016-11-301-1/+1
* This reapplies r281304. The issue was that I had missedSjoerd Meijer2016-09-141-0/+1
* TableGen: Add hasNoSchedulingInfo to instructionsMatthias Braun2016-03-011-0/+1
* Minor performance tweaks to llvm-tblgen (and a few that might be a good idea)Reid Kleckner2016-02-031-1/+3
* Add an OperandNamespace field to Target.td's Operand.Dan Gohman2015-12-221-0/+1
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-6/+6
* 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
* Target: Allow target specific operand typesTom Stellard2015-01-121-2/+5
* Clean up static analyzer warnings.Michael Ilseman2014-12-121-1/+1
* Remove neverHasSideEffects support from TableGen CodeGenInstruction. Everyone...Craig Topper2014-11-261-4/+0
* Add isInsertSubreg property.Quentin Colombet2014-08-201-0/+1
* Add isExtractSubreg property.Quentin Colombet2014-08-201-0/+1
* Add isRegSequence property.Quentin Colombet2014-08-111-0/+1
* Change BitsInit to inherit from TypedInit.Pete Cooper2014-08-071-0/+15
* TableGen: use correct MIOperand when printing aliasesTim Northover2014-05-151-0/+17
* TableGen/ARM64: print aliases even if they have syntax variants.Tim Northover2014-05-151-2/+6
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-6/+6
* tblgen: Twinify PrintFatalError.Benjamin Kramer2014-03-291-11/+11
* TableGen: avoid dereferencing nullptr variableTim Northover2014-03-291-6/+10
* Shrink the size of CodeGenInstruction a little bit by using bitfields. 32 boo...Craig Topper2014-02-051-4/+7
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-0/+14
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-221-1/+1
* Fixing a warning about control reaching the end of a non-void function.Aaron Ballman2013-08-161-0/+1
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-3/+3
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-47/+49
* Allow the commuted form of tied-operand constraints in tablegen ("$dst = $src",Lang Hames2012-10-201-5/+6
OpenPOWER on IntegriCloud