summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* TableGen/GlobalISel: Fix pattern matching of immarg literalsMatt Arsenault2020-01-091-0/+6
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-061-2/+2
* [TableGen] Remove unused target intrinsic generation logicReid Kleckner2019-12-111-7/+4
* [TableGen] Support encoding per-HwModeJames Molloy2019-09-191-1/+2
* [ValueTypes] Add v16f16 and v32f16 to EVT::getEVTString and Tablegen's getEnu...Craig Topper2019-08-301-0/+2
* Add tie-breaker for register class sorting in getSuperRegForSubRegJessica Paquette2019-08-281-1/+8
* Recommit "[GlobalISel] Import patterns containing INSERT_SUBREG"Jessica Paquette2019-08-271-0/+40
* Revert "[GlobalISel] Import patterns containing INSERT_SUBREG"Jessica Paquette2019-08-271-40/+0
* [GlobalISel] Import patterns containing INSERT_SUBREGJessica Paquette2019-08-261-0/+40
* Teach GlobalISelEmitter to treat used iPTRAny operands as pointer operandsJessica Paquette2019-08-201-0/+7
* MVT: Add v3i16/v3f16 vectorsMatt Arsenault2019-08-151-0/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-3/+3
* [Intrinsics] Add a 'NoAlias' intrinsic property; annotate llvm.memcpyDavid Bolvansky2019-08-141-0/+3
* [Attributor] Deduce "willreturn" function attributeHideto Ueno2019-07-171-0/+3
* [WebAssembly] Rename except_ref type to exnrefHeejin Ahn2019-07-151-1/+1
* [CodeGen] Add larger vector types for i32 and f32David Majnemer2019-07-071-0/+12
* [IntrinsicEmitter] Extend argument overloading with forward references.Sander de Smalen2019-06-131-12/+23
* [CodeGen] Defined MVTs v3i32, v3f32, v5i32, v5f32Tim Renouf2019-03-171-0/+4
* IR: Add immarg attributeMatt Arsenault2019-03-121-0/+3
* [tablegen] Add locations to many PrintFatalError() callsDaniel Sanders2019-02-121-10/+18
* [tblgen] Add a timer covering the time spent reading the Instruction defsDaniel Sanders2019-02-111-0/+4
* [IR] Match intrinsic parameter by scalar/vectorwidthSimon Pilgrim2019-01-231-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Mark @llvm.trap coldVedant Kumar2018-11-141-0/+3
* [MCSched] Bind PFM Counters to the CPUs instead of the SchedModel.Clement Courbet2018-10-251-1/+0
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-5/+5
* [GlobalISel][Tablegen] Assign small opcodes to pseudosRoman Tereshin2018-05-231-7/+12
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [TableGen] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-061-11/+12
* TableGen: More helpful error messagesNicolai Haehnle2018-04-011-2/+6
* Fix layering of CodeGen/TargetOpcodes.def by moving it to SupportDavid Blaikie2018-03-231-1/+1
* [WebAssembly] Add except_ref as a first-class typeHeejin Ahn2018-03-081-0/+1
* [MachineOperand][Target] MachineOperand::isRenamable semantics changesGeoff Berry2018-02-231-0/+3
* [TableGen] Add a way of getting the number of generic opcodes without includi...Benjamin Kramer2018-01-241-4/+11
* TableGen: Allow setting SDNodeProperties on intrinsicsMatt Arsenault2017-12-201-0/+7
* Add MVT::v128i1, NFCKrzysztof Parzyszek2017-12-141-0/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* TableGen support for parameterized register class informationKrzysztof Parzyszek2017-09-141-8/+8
* [TableGen] Use StringRef instead of std::string for CodeGenInstruction namesp...Craig Topper2017-07-071-1/+1
* [MVT] add v1i1 MVTGuy Blank2017-05-181-0/+2
* TableGen: Add IntrHasSideEffects property for intrinsicsMatt Arsenault2017-04-281-0/+3
* Add speculatable function attributeMatt Arsenault2017-04-281-0/+3
* [MVT][SVE] Scalable vector MVTs (2/3)Amara Emerson2017-04-201-0/+39
* [tablegen] Use categories on options that only matter to one emitter.Daniel Sanders2017-03-271-4/+9
* TableGen: Use StringRef instead of const std::string& in return vals.Matthias Braun2016-12-041-2/+2
* Add IntrInaccessibleMemOnly property for intrinsicsAndrew Kaylor2016-11-221-1/+6
* Re-apply r286384, "X86: Introduce the "relocImm" ComplexPattern, which repres...Peter Collingbourne2016-11-091-0/+10
* Revert r286384, "X86: Introduce the "relocImm" ComplexPattern, which represen...Peter Collingbourne2016-11-091-10/+0
* X86: Introduce the "relocImm" ComplexPattern, which represents a relocatable ...Peter Collingbourne2016-11-091-0/+10
* Expandload and Compressstore intrinsicsElena Demikhovsky2016-11-031-2/+1
OpenPOWER on IntegriCloud