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
/
X86
/
X86OptimizeLEAs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spelling mistakes in X86 target comments. NFC.
Simon Pilgrim
2016-11-17
1
-3
/
+3
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Move helpers into anonymous namespaces. NFC.
Benjamin Kramer
2016-08-06
1
-6
/
+4
*
X86: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-12
1
-2
/
+3
*
[X86] Enable RRL part of the LEA optimization pass for -O2.
Andrey Turetskiy
2016-05-19
1
-10
/
+8
*
[X86] Remove unused operand from a function and all its callers. NFC
Craig Topper
2016-04-28
1
-5
/
+4
*
Optimization bisect support in X86-specific passes
Andrew Kaylor
2016-04-26
1
-1
/
+2
*
[X86] PR27502: Fix the LEA optimization pass.
Andrey Turetskiy
2016-04-26
1
-2
/
+6
*
X86: Wrap a helper for an assert in #ifndef NDEBUG
Justin Bogner
2016-02-24
1
-11
/
+7
*
[X86] Enable the LEA optimization pass by default.
Andrey Turetskiy
2016-02-20
1
-4
/
+5
*
[X86] PR26575: Fix LEA optimization pass (Part 2).
Andrey Turetskiy
2016-02-20
1
-36
/
+78
*
Revert r260979 "[X86] Enable the LEA optimization pass by default."
Hans Wennborg
2016-02-17
1
-5
/
+4
*
[X86] Enable the LEA optimization pass by default.
Andrey Turetskiy
2016-02-16
1
-4
/
+5
*
[X86] PR26575: Fix LEA optimization pass.
Andrey Turetskiy
2016-02-16
1
-0
/
+5
*
Revert r260507: "[X86] Enable the LEA optimization pass by default."
Hans Wennborg
2016-02-11
1
-5
/
+4
*
[X86] Enable the LEA optimization pass by default.
Andrey Turetskiy
2016-02-11
1
-4
/
+5
*
[X86] Use hash table in LEA optimization pass.
Andrey Turetskiy
2016-02-04
1
-150
/
+247
*
LEA code size optimization pass (Part 2): Remove redundant LEA instructions.
Andrey Turetskiy
2016-01-13
1
-2
/
+158
*
[X86] Reduce complexity of the LEA optimization pass, by Andrey Turetsky.
Alexey Bataev
2016-01-11
1
-7
/
+28
*
[X86] Add option for enabling LEA optimization pass, by Andrey Turetsky
Alexey Bataev
2015-12-17
1
-1
/
+5
*
remove redundant check: optForSize() includes a check for the minsize attribu...
Sanjay Patel
2015-12-07
1
-3
/
+1
*
LEA code size optimization pass (Part 1): Remove redundant address recalculat...
Alexey Bataev
2015-12-04
1
-0
/
+324