Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a072d13e5467e7cb0a3d3612c525158b35f03723
/
llvm
/
lib
/
Transforms
/
Scalar
/
LoadCombine.cpp
4af0593
[LoadCombine] Avoid analysing dead basic blocks
by Bjorn Pettersson
· 9 years ago
714d9d2
[LoadCombine] Fix combining of loads which span an aliasing store.
by Michael J. Spencer
· 9 years ago
117296c
Use StringRef in Pass/PassManager APIs (NFC)
by Mehdi Amini
· 9 years ago
a3d4def
[LoadCombine] Simplify code with a brace init. NFC.
by Benjamin Kramer
· 9 years ago
3ffe2dd
Address Eli's post-commit comments
by David Majnemer
· 9 years ago
3119599
[LoadCombine] Combine Loads formed from GEPS with negative indexes
by David Majnemer
· 9 years ago
6dfdbf1
[PM] LoadCombine preserves GlobalsAA, doesn't depend on it.
by Davide Italiano
· 10 years ago
84e1414
[PM/LoadCombine] Inline getAnalysisUsage(). NFCI.
by Davide Italiano
· 10 years ago
7ab9a7b
Use a uniform name for the load combine pass. NFC.
by Chad Rosier
· 10 years ago
aa641a5
Re-commit optimization bisect support (r267022) without new pass manager support.
by Andrew Kaylor
· 10 years ago
6013f45
Revert "Initial implementation of optimization bisect support."
by Vedant Kumar
· 10 years ago
f0f2792
Initial implementation of optimization bisect support.
by Andrew Kaylor
· 10 years ago
ba9fba8
Remove PreserveNames template parameter from IRBuilder
by Mehdi Amini
· 10 years ago
35abd05
Temporarily revert:
by Eric Christopher
· 10 years ago
99eab3d
Remove PreserveNames template parameter from IRBuilder
by Mehdi Amini
· 10 years ago
7b560d4
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
by Chandler Carruth
· 10 years ago
1688a77
Fix a typo I spotted when hacking on SROA. Somewhat alarming that nothing broke.
by Chandler Carruth
· 10 years ago
f00654e
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
70bc5f1
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
79de6e6
Mark empty default constructors as =default if it makes the type POD
by Benjamin Kramer
· 11 years ago
799003b
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
by Benjamin Kramer
· 11 years ago
a28d91d
DataLayout is mandatory, update the API to reflect it with references.
by Mehdi Amini
· 11 years ago
46a4355
Make DataLayout Non-Optional in the Module
by Mehdi Amini
· 11 years ago
840257a
Use AA in LoadCombine
by Hal Finkel
· 11 years ago
573f3b5
Fixing a few -Woverloaded-virtual warnings by exposing the hidden virtual function as well. No functional changes intended.
by Aaron Ballman
· 11 years ago
289067c
Add LoadCombine pass.
by Michael J. Spencer
· 12 years ago