summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenInstruction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* tblgen: Use semantically correct RTTI functions.Sean Silva2012-10-101-6/+5
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-101-12/+12
* Improve tblgen code cleanliness: create an unknown_class, from which the unkn...Owen Anderson2012-09-111-1/+1
* Heed guessInstructionProperties, and stop warning on redundant flags.Jakob Stoklund Olesen2012-08-241-1/+2
* Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen2012-08-231-3/+6
* 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-3/+25
* ARM parsing datatype suffix variants for fixed-writeback VLD1/VST1 instructions.Jim Grosbach2011-11-151-5/+12
* Tidy up. Formatting.Jim Grosbach2011-11-151-1/+1
* Allow InstAlias's to use immediate matcher patterns that xform the value.Jim Grosbach2011-10-281-2/+19
* Allow register classes to match a containing class in InstAliases.Jim Grosbach2011-10-281-0/+9
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-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
* Allow non zero_reg explicit values for OptionalDefOperands in aliases.Jim Grosbach2011-08-191-0/+7
* Tidy up. Formatting.Jim Grosbach2011-08-191-2/+2
* Unconstify InitsDavid Greene2011-07-291-18/+18
OpenPOWER on IntegriCloud