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
/
Transforms
/
Scalar
/
SROA.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix revision 281960
Dorit Nuzman
2016-09-22
1
-2
/
+4
*
Reverting revision 281960 due to test failures.
Dorit Nuzman
2016-09-20
1
-10
/
+2
*
[SROA] Preserve llvm.mem.parallel_loop_access metadata.
Dorit Nuzman
2016-09-20
1
-2
/
+10
*
[SROA] Remove incorrect assertion
James Molloy
2016-08-22
1
-3
/
+0
*
Use the range variant of remove_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-63
/
+53
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-11
/
+10
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[SROA] Fix crash with lifetime intrinsic partially covering alloca.
Eli Friedman
2016-08-08
1
-1
/
+7
*
Fix formatting of r273144. NFC.
Patrik Hagglund
2016-06-20
1
-4
/
+4
*
Avoid output indeterminism between GCC and Clang builds.
Patrik Hagglund
2016-06-20
1
-3
/
+8
*
[PM] Preserve GlobalsAA for SROA.
Davide Italiano
2016-06-07
1
-1
/
+6
*
[SROA] Function canConvertValue needs to check whether both NewTy and OldTy p...
Jack Liu
2016-05-03
1
-2
/
+4
*
Revert 268409 due to missing comment.
Jack Liu
2016-05-03
1
-4
/
+2
*
(no commit message)
Jack Liu
2016-05-03
1
-2
/
+4
*
isSafeToLoadUnconditionally support queries without a context
Artur Pilipenko
2016-04-27
1
-3
/
+6
*
[SROA] Don't falsely report that changes have occured
David Majnemer
2016-04-26
1
-6
/
+10
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-5
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+5
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-1
/
+1
*
[SROA] Fix typo in comment
Hal Finkel
2016-03-28
1
-1
/
+1
*
C++11 is required, remove some preprocessor checks for it
Hal Finkel
2016-03-28
1
-3
/
+3
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-13
1
-5
/
+4
*
Temporarily revert:
Eric Christopher
2016-03-12
1
-4
/
+5
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-11
1
-5
/
+4
*
Do not specialize IRBuilder to strip names in SROA
Mehdi Amini
2016-03-11
1
-22
/
+10
*
[PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth
2016-03-11
1
-3
/
+3
*
[SROA] Fix PR25873, which Andrea Di Biagio analyzed the daylights out
Chandler Carruth
2016-03-10
1
-3
/
+7
*
[SROA] Clean up some really weird code, no functionality changed.
Chandler Carruth
2016-03-10
1
-3
/
+3
*
Fix buildbot failure introduced by 258010. Remove local variables became unused.
Artur Pilipenko
2016-01-17
1
-3
/
+0
*
Push isDereferenceableAndAlignedPointer down into isSafeToLoadUnconditionally
Artur Pilipenko
2016-01-17
1
-8
/
+3
*
Change isSafeToLoadUnconditionally arguments order. Separated from http://rev...
Artur Pilipenko
2016-01-15
1
-3
/
+3
*
[SROA] Also insert a bit piece expression if only one piece is needed
Keno Fischer
2016-01-14
1
-2
/
+5
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
1
-2
/
+1
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-18
/
+14
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-14
/
+18
*
[ScalarOpts] Remove dead code.
Benjamin Kramer
2015-10-15
1
-5
/
+1
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-7
/
+7
*
[PM] Port SROA to the new pass manager.
Chandler Carruth
2015-09-12
1
-407
/
+342
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
*
[SROA] Fix PR24463, a crash I introduced in SROA by allowing it to
Chandler Carruth
2015-08-28
1
-3
/
+13
*
[SROA] Rip out all support for SSAUpdater in SROA.
Chandler Carruth
2015-08-26
1
-198
/
+8
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-8
/
+9
*
[SROA] Fix a nasty pile of bugs to do with big-endian, different alloca
Chandler Carruth
2015-07-22
1
-11
/
+52
*
[SROA] Don't de-atomic volatile loads and stores
David Majnemer
2015-07-14
1
-6
/
+15
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-6
/
+6
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-6
/
+6
*
Construct ArrayRef<const T*> from vector<T>
Pete Cooper
2015-05-13
1
-1
/
+1
*
Change LoadAndStorePromoter to take ArrayRef instead of SmallVectorImpl&.
Pete Cooper
2015-05-13
1
-2
/
+3
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-2
/
+2
[prev]
[next]