summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RenameIndependentSubregs.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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