summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/GlobalISel/CSEInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+5
* [globalisel] Rename G_GEP to G_PTR_ADDDaniel Sanders2019-11-051-1/+1
* [GlobalISel] CSEMIRBuilder: Add support for G_GEPVolkan Keles2019-08-151-0/+1
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* [GlobalISel] Enable CSE in the IRTranslator & legalizer for -O0 with constant...Amara Emerson2019-04-151-1/+1
* [GlobalISel] Introduce a CSEConfigBase class to allow targets to define their...Amara Emerson2019-04-151-4/+16
* Re-apply r353553 "[GISel][NFC]: Add missing call to record CSE hits in the CS...Francis Visoiu Mistrih2019-02-081-9/+9
* Revert r353553 "[GISel][NFC]: Add missing call to record CSE hits in the CSEM...Francis Visoiu Mistrih2019-02-081-9/+9
* [GISel][NFC]: Add missing call to record CSE hits in the CSEMIRBuilderAditya Nandakumar2019-02-081-9/+9
* GlobalISel: Fix formatting of debug outputMatt Arsenault2019-02-041-3/+3
* 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/+370
OpenPOWER on IntegriCloud