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] 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