aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/GlobalISel/CSEInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-05GlobalISel: Allow CSE of G_IMPLICIT_DEFMatt Arsenault1-1/+2
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+5
2019-11-05[globalisel] Rename G_GEP to G_PTR_ADDDaniel Sanders1-1/+1
2019-08-15[GlobalISel] CSEMIRBuilder: Add support for G_GEPVolkan Keles1-0/+1
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-2/+2
2019-04-15[GlobalISel] Enable CSE in the IRTranslator & legalizer for -O0 with constant...Amara Emerson1-1/+1
2019-04-15[GlobalISel] Introduce a CSEConfigBase class to allow targets to define their...Amara Emerson1-4/+16
2019-02-08Re-apply r353553 "[GISel][NFC]: Add missing call to record CSE hits in the CS...Francis Visoiu Mistrih1-9/+9
2019-02-08Revert r353553 "[GISel][NFC]: Add missing call to record CSE hits in the CSEM...Francis Visoiu Mistrih1-9/+9
2019-02-08[GISel][NFC]: Add missing call to record CSE hits in the CSEMIRBuilderAditya Nandakumar1-9/+9
2019-02-04GlobalISel: Fix formatting of debug outputMatt Arsenault1-3/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-16[GISel]: Add support for CSEing continuously during GISel passes.Aditya Nandakumar1-0/+370