summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/GlobalISel/Localizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [GlobalISel] Localizer: Allow targets not to run the pass conditionallyVolkan Keles2019-12-051-1/+9
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-1/+2
* Localizer - fix "variable used but never read" analyzer warning. NFCI.Simon Pilgrim2019-09-231-1/+2
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-4/+4
* [GlobalISel][Localizer] Allow localization of G_INTTOPTR and chains of instru...Amara Emerson2019-06-211-14/+15
* [GlobalISel][Localizer] Remove redundant set lookup.Amara Emerson2019-06-181-1/+1
* GlobalISel: Remove redundant pass initializationTom Stellard2019-06-181-3/+1
* [GlobalISel][Localizer] Rewrite localizer to run in 2 phases, inter & intra b...Amara Emerson2019-06-171-61/+158
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* 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-9/+9
* [CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih2017-11-281-1/+1
* GlobalISel: stop localizer putting constants before EH_LABELsTim Northover2017-07-201-1/+2
* [Localizer] Don't trick to be smart for the insertion pointQuentin Colombet2017-05-301-6/+4
* [GlobalIsel] Fix a warning with GCC 7 -Wpedantic. NFCI.Davide Italiano2017-05-291-1/+1
* [GlobalISel] Add a localizer pass for target to useQuentin Colombet2017-05-271-0/+125
* Revert "Localizer fun"Quentin Colombet2017-04-011-120/+0
* Localizer funQuentin Colombet2017-04-011-0/+120
OpenPOWER on IntegriCloud