index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
MIRCanonicalizerPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Fixing MIRVRegNamerUtils to properly handle 2+ MachineBasicBlocks.
Puyan Lotfi
2019-12-04
1
-29
/
+5
*
[MirNamer][Canonicalizer]: Perform instruction semantic based renaming
Aditya Nandakumar
2019-11-15
1
-30
/
+4
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Prune two MachineInstr.h includes, fix up deps
Reid Kleckner
2019-10-19
1
-0
/
+1
*
[mir-canon][NFC] Move MIR vreg renaming code to separate file for better reuse.
Puyan Lotfi
2019-09-04
1
-337
/
+5
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-4
/
+4
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-9
/
+9
*
[MIR-Canon] Fixing non-determinism that was breaking bots (NFC).
Puyan Lotfi
2019-06-11
1
-3
/
+7
*
[MIR-Canon] Don't do vreg skip for independent instructions if there are none.
Puyan Lotfi
2019-05-31
1
-1
/
+2
*
[MIR-Canon] Skip the first N vreg names lazily.
Puyan Lotfi
2019-05-31
1
-9
/
+7
*
[MIR-Canon] Hardening propagateLocalCopies.
Puyan Lotfi
2019-05-31
1
-4
/
+12
*
[MIR-Canon] Fixing case where MachineFunction is empty.
Puyan Lotfi
2019-05-30
1
-0
/
+2
*
[MIR-Canon] Add support for rewriting VRegs that are typed but don't have an RC.
Puyan Lotfi
2019-05-30
1
-5
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use llvm::copy. NFC
Fangrui Song
2018-11-17
1
-2
/
+1
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-4
/
+4
*
[llvm] Change 2 instances of std::sort to llvm::sort
Mandeep Singh Grang
2018-07-16
1
-1
/
+1
*
Move helper classes into anonymous namespaces. NFCI.
Benjamin Kramer
2018-05-15
1
-3
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-40
/
+49
*
Fixing build bot error: adding const qualifiers to std::sort lambda.
Puyan Lotfi
2018-05-13
1
-1
/
+1
*
[NFC] MIR-Canon: switching to a stable string sorting of instructions.
Puyan Lotfi
2018-05-13
1
-2
/
+8
*
[MIR-Canon] Adding ISA-Agnostic COPY Folding.
Puyan Lotfi
2018-04-16
1
-0
/
+43
*
[NFC][MIR-Canon] clang-format cleanup of Mir Canonicalizer Pass.
Puyan Lotfi
2018-04-16
1
-66
/
+60
*
[MIR-Canon] Fixing warnings in Non-assert builds.
Puyan Lotfi
2018-04-05
1
-2
/
+2
*
[MIR-Canon] Improving performance by switching to named vregs.
Puyan Lotfi
2018-04-05
1
-62
/
+61
*
[MIR-Canon] Adding support for multi-def -> user distance reduction.
Puyan Lotfi
2018-04-05
1
-0
/
+17
*
[MIR-Canon] Adding support for local idempotent instruction hoisting.
Puyan Lotfi
2018-03-31
1
-5
/
+116
*
Remove redundant includes from lib/CodeGen.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
Make helpers static. NFC.
Benjamin Kramer
2017-11-24
1
-4
/
+4
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-2
/
+2
*
[CodeGen] Remove unnecessary semicolons to fix a warning. NFC
Craig Topper
2017-11-03
1
-2
/
+2
*
mir-canon: First commit.
Puyan Lotfi
2017-11-02
1
-0
/
+626