summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RenameIndependentSubregs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-1/+1
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* RenameIndependentSubregs: Fix handling of undef tied operandsMark Searles2018-07-091-6/+10
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-7/+7
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-3/+3
* Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun2017-12-131-1/+1
* [CodeGen] Print "%vreg0" as "%0" in both MIR and debug outputFrancis Visoiu Mistrih2017-11-301-12/+12
* [CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih2017-11-281-3/+3
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* RenameIndependentSubregs: Fix infinite loopMatt Arsenault2017-06-271-1/+2
* RenameIndependentSubregs: Fix iterator problemMatt Arsenault2017-06-261-0/+3
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Remove double semicolonMatt Arsenault2017-06-051-1/+1
* RenameIndependentSubregs: Fix handling of undef tied operandsMatt Arsenault2017-06-051-0/+5
* CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun2017-05-251-2/+2
* Extract LaneBitmask into a separate typeKrzysztof Parzyszek2016-12-151-2/+2
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/...Matthias Braun2016-08-241-2/+2
* Create subranges for new intervals resulting from live interval splittingKrzysztof Parzyszek2016-08-241-0/+5
* RenameIndependentSubregs: Fix liveness query in rewriteOperands()Matthias Braun2016-08-031-7/+6
* CodeGen: Refactor renameDisconnectedComponents() as a passMatthias Braun2016-05-311-0/+388
OpenPOWER on IntegriCloud