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
/
Target
/
AArch64
/
AArch64RedundantCopyElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AArch64: account for possible frame index operand in compares.
Tim Northover
2017-10-17
1
-0
/
+3
*
[AArch64] Redundant Copy Elimination - remove more zero copies.
Chad Rosier
2017-07-23
1
-65
/
+160
*
[AArch64] Fix -Wimplicit-fallthrough warnings. NFCI.
Simon Pilgrim
2017-07-07
1
-0
/
+1
*
[AArch64][Redundant Copy Elim] Add support for CMN and shifted imm.
Chad Rosier
2017-03-06
1
-6
/
+13
*
[AArch64] Extend redundant copy elimination pass to handle non-zero stores.
Chad Rosier
2017-03-02
1
-76
/
+212
*
[AArch64] Extend AArch64RedundantCopyElimination to do simple copy propagation.
Geoff Berry
2017-02-22
1
-43
/
+127
*
[AArch64] Minor code refactoring. NFC.
Chad Rosier
2017-01-25
1
-9
/
+10
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
AArch64: Don't call getIterator() on iterators
Duncan P. N. Exon Smith
2016-08-18
1
-2
/
+1
*
Use the range variant of transform instead of unpacking begin/end
David Majnemer
2016-08-12
1
-2
/
+1
*
[AArch64] Register passes so they can be run by llc
Diana Picus
2016-08-01
1
-5
/
+4
*
Add optimization bisect opt-in calls for AArch64 passes
Andrew Kaylor
2016-04-25
1
-0
/
+2
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+4
*
AArch64: Use MachineInstr& in guaranteesZeroRegInBlock(), NFC
Duncan P. N. Exon Smith
2016-02-27
1
-6
/
+6
*
Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"
Duncan P. N. Exon Smith
2016-02-22
1
-2
/
+2
*
CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC
Duncan P. N. Exon Smith
2016-02-21
1
-2
/
+2
*
AArch64: always clear kill flags up to last eliminated copy
Tim Northover
2016-02-17
1
-7
/
+7
*
AArch64: improve redundant copy elimination.
Tim Northover
2016-02-17
1
-40
/
+46
*
[AArch64] Add pass to remove redundant copy after RA
Jun Bum Lim
2016-02-16
1
-0
/
+170