Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
Target
/
X86
/
X86OptimizeLEAs.cpp
87f78cf
[X86] In OptimizeLEAs pass, check that the key is in the LEAs map before accessing
by Craig Topper
· 7 years ago
d34e60c
Rename DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 7 years ago
5f8f34e4
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
f1caa28
MachineFunction: Return reference from getFunction(); NFC
by Matthias Braun
· 8 years ago
d131701
Generalize llvm::replaceDbgDeclare and actually support the use-case that
by Adrian Prantl
· 8 years ago
9e658c9
Revert "[X86] Improvement in CodeGen instruction selection for LEAs."
by Matt Morehouse
· 8 years ago
328199e
[X86] Improvement in CodeGen instruction selection for LEAs.
by Jatin Bhateja
· 8 years ago
b3bde2e
Fix a bunch more layering of CodeGen headers that are in Target
by David Blaikie
· 8 years ago
60433b6
[X86] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
2a6c9ad
Revert r314886 "[X86] Improvement in CodeGen instruction selection for LEAs (re-applying post required revision changes.)"
by Hans Wennborg
· 8 years ago
3c29bac
[X86] Improvement in CodeGen instruction selection for LEAs (re-applying post required revision changes.)
by Jatin Bhateja
· 8 years ago
534bfbd
Revert r313343 "[X86] PR32755 : Improvement in CodeGen instruction selection for LEAs."
by Hans Wennborg
· 8 years ago
908c8b3
[X86] PR32755 : Improvement in CodeGen instruction selection for LEAs.
by Jatin Bhateja
· 8 years ago
8b9bb53
Remove the unused offset from DBG_VALUE (NFC)
by Adrian Prantl
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
807ca72
[X86] Remove unused code from X86 optimize LEAs. NFC.
by Andrew Ng
· 8 years ago
109b236
Clean up DIExpression::prependDIExpr a little. (NFC)
by Adrian Prantl
· 8 years ago
03e35b6
[DebugInfo][X86] Improve X86 Optimize LEAs handling of debug values.
by Andrew Ng
· 8 years ago
7937be7
[DebugInfo][X86] Teach Optimize LEAs pass to handle debug values
by Andrea Di Biagio
· 9 years ago
9d15fb3
Fix spelling mistakes in X86 target comments. NFC.
by Simon Pilgrim
· 9 years ago
117296c
Use StringRef in Pass/PassManager APIs (NFC)
by Mehdi Amini
· 9 years ago
b7d3311
Move helpers into anonymous namespaces. NFC.
by Benjamin Kramer
· 9 years ago
7b4c18e
X86: Avoid implicit iterator conversions, NFC
by Duncan P. N. Exon Smith
· 9 years ago
45b22a4
[X86] Enable RRL part of the LEA optimization pass for -O2.
by Andrey Turetskiy
· 9 years ago
477649a
[X86] Remove unused operand from a function and all its callers. NFC
by Craig Topper
· 9 years ago
2bee5ef
Optimization bisect support in X86-specific passes
by Andrew Kaylor
· 9 years ago
b405606
[X86] PR27502: Fix the LEA optimization pass.
by Andrey Turetskiy
· 9 years ago
38e5217
X86: Wrap a helper for an assert in #ifndef NDEBUG
by Justin Bogner
· 10 years ago
9994b88
[X86] Enable the LEA optimization pass by default.
by Andrey Turetskiy
· 10 years ago
0babd26
[X86] PR26575: Fix LEA optimization pass (Part 2).
by Andrey Turetskiy
· 10 years ago
8404789
Revert r260979 "[X86] Enable the LEA optimization pass by default."
by Hans Wennborg
· 10 years ago
eab4e68
[X86] Enable the LEA optimization pass by default.
by Andrey Turetskiy
· 10 years ago
1052ac2
[X86] PR26575: Fix LEA optimization pass.
by Andrey Turetskiy
· 10 years ago
75fab7b
Revert r260507: "[X86] Enable the LEA optimization pass by default."
by Hans Wennborg
· 10 years ago
193956e
[X86] Enable the LEA optimization pass by default.
by Andrey Turetskiy
· 10 years ago
bca0f99
[X86] Use hash table in LEA optimization pass.
by Andrey Turetskiy
· 10 years ago
1ce2c99
LEA code size optimization pass (Part 2): Remove redundant LEA instructions.
by Andrey Turetskiy
· 10 years ago
28f0c5e
[X86] Reduce complexity of the LEA optimization pass, by Andrey Turetsky.
by Alexey Bataev
· 10 years ago
7b72b65
[X86] Add option for enabling LEA optimization pass, by Andrey Turetsky
by Alexey Bataev
· 10 years ago
f9bdb87
remove redundant check: optForSize() includes a check for the minsize attribute; NFCI
by Sanjay Patel
· 10 years ago
7cf3247
LEA code size optimization pass (Part 1): Remove redundant address recalculations, by Andrey Turetsky
by Alexey Bataev
· 10 years ago