summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/GlobalISel/Utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* GlobalISel: Move getLLTForMVT/getMVTForLLTMatt Arsenault2020-01-091-17/+0
* [GISel] Simplifying return from else in function. NFCMarcello Maggioni2019-10-101-2/+1
* [GISel] Allow getConstantVRegVal() to return G_FCONSTANT values.Marcello Maggioni2019-10-101-11/+31
* [GlobalISel][CallLowering] Add support for splitting types according to calli...Amara Emerson2019-09-031-0/+17
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-5/+5
* [globalisel] Add G_SEXT_INREGDaniel Sanders2019-08-091-0/+17
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-8/+5
* [AArch64][GlobalISel] Optimize compare and branch cases with G_INTTOPTR and u...Amara Emerson2019-07-101-0/+3
* GlobalISel: Legalization for G_FMINNUM/G_FMAXNUMMatt Arsenault2019-07-101-0/+25
* GlobalISel: Combine unmerge of merge with intermediate castMatt Arsenault2019-07-091-3/+9
* [GlobalISel] Fix inserting copies in the right position for reg definitionsMarcello Maggioni2019-04-261-10/+36
* [GlobalISel][Utils] Add a getConstantVRegVal variant that looks through instrsQuentin Colombet2019-03-141-8/+58
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [GISel]: Add support for CSEing continuously during GISel passes.Aditya Nandakumar2019-01-161-0/+51
* [GISel]: Allow PHIs to be DCEdAditya Nandakumar2018-10-191-1/+1
* CodeGen: Remove pipeline dependencies on StackProtector; NFCMatthias Braun2018-07-131-0/+5
* Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipe...Matthias Braun2018-07-121-5/+0
* CodeGen: Remove pipeline dependencies on StackProtector; NFCMatthias Braun2018-07-121-0/+5
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-1/+1
* GlobalISel: Use a callback to compute constrained reg class for unallocatble ...Tom Stellard2018-05-031-0/+7
* [GISel]: Add helpers for easy building G_FCONSTANT along with matchersAditya Nandakumar2018-03-091-0/+14
* [GISel]: Print more fallback information when abortingAditya Nandakumar2018-02-271-1/+1
* [GISel]: Don't assert when constraining RegisterOperands which are uses.Aditya Nandakumar2018-02-261-7/+9
* [ARM][GISel] PR35965 Constrain RegClasses of nested instructions built from D...Daniel Sanders2018-01-291-0/+20
* [GISel] Make constrainSelectedInstRegOperands() available to the legalizer. NFCAditya Nandakumar2018-01-171-0/+45
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* [GISel][NFC]: Move getOpcodeDef from the LegalizationArtifactCombiner into Gl...Aditya Nandakumar2017-11-151-0/+16
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* [GlobalISel] Only build expensive remarks if they're enabled. NFC.Ahmed Bougacha2017-09-181-1/+4
* [globalisel][tablegen] Add support for COPY_TO_REGCLASS.Daniel Sanders2017-06-201-10/+18
* [GISel]: Add a getConstantFPVRegVal utilityAditya Nandakumar2017-05-121-0/+8
* [GISEL]: Move getConstantVReg to UtilsAditya Nandakumar2017-04-191-0/+17
* [GlobalISel] Update DBG_VALUEs referencing DCE'd instructions.Ahmed Bougacha2017-03-211-2/+2
* [GlobalISel] Move isTriviallyDead to Utils. NFC.Volkan Keles2017-03-211-0/+21
* [GlobalISel] Emit opt remarks on isel fallbacks.Ahmed Bougacha2017-02-231-0/+29
* [GlobalISel] Refactor the logic to constraint registers.Quentin Colombet2016-12-221-0/+45
OpenPOWER on IntegriCloud