aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MIRVRegNamerUtils.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-13[llvm][MIRVRegNamerUtils] Adding hashing on FrameIndex MachineOperands.Puyan Lotfi1-1/+2
2019-12-16[NFC][llvm][MIRVRegNamerUtils] Moving some switch cases and altering comments.Puyan Lotfi1-5/+5
2019-12-16[llvm][MIRVRegNamerUtils] Adding hashing on CImm / FPImm MachineOperands.Puyan Lotfi1-2/+7
2019-12-14[NFC][llvm][MIRVRegNamerUtils] Refactoring GetHashableMO into switch-statement.Puyan Lotfi1-7/+34
2019-12-12[NFC][llvm][MIRVRegNamerUtils] Moving methods around. Making some private.Puyan Lotfi1-6/+1
2019-12-11[llvm][MIRVRegNamerUtils] Adding hashing on memoperands.Puyan Lotfi1-0/+11
2019-12-10[llvm][MIRVRegNamerUtil] Adding hashing against MachineInstr flags.Puyan Lotfi1-1/+1
2019-12-09[NFCi][llvm][MIRVRegNamerUtils] Making some code cleanup and stylistic changes.Puyan Lotfi1-71/+43
2019-11-15[MirNamer][Canonicalizer]: Perform instruction semantic based renamingAditya Nandakumar1-292/+89
2019-10-19Prune two MachineInstr.h includes, fix up depsReid Kleckner1-0/+1
2019-09-04[mir-canon][NFC] Move MIR vreg renaming code to separate file for better reuse.Puyan Lotfi1-0/+347