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
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
[SROA] Fix a bug which could cause the common type finding to return
Chandler Carruth
2014-01-21
1
-22
/
+19
*
Fix a really nasty SROA bug with how we handled out-of-bounds memcpy
Chandler Carruth
2014-01-19
1
-12
/
+49
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+5
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Add missed cleanup from r198456
Alp Toker
2014-01-04
1
-4
/
+6
*
Add a LLVM_DUMP_METHOD macro.
Nico Weber
2014-01-03
1
-2
/
+2
*
Fix an issue where SROA computed different results based on the relative
Chandler Carruth
2013-11-19
1
-10
/
+19
*
Drop spurious handle in comment.
Benjamin Kramer
2013-09-22
1
-1
/
+1
*
SROA: Handle casts involving vectors of pointers and integer scalars.
Benjamin Kramer
2013-09-21
1
-11
/
+47
*
Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.
Nick Lewycky
2013-08-13
1
-82
/
+13
*
Re-instate r187323 which fast-tracks promotable allocas as soon as the
Chandler Carruth
2013-08-11
1
-12
/
+81
*
Finish fixing the SSAUpdater-based AllocaPromoter strategy in SROA to cope with
Chandler Carruth
2013-08-11
1
-2
/
+23
*
Reformat some bits of AllocaPromoter and simplify the name and type of
Chandler Carruth
2013-08-11
1
-21
/
+20
*
Teach the AllocaPromoter which is wrapped around the SSAUpdater
Chandler Carruth
2013-07-29
1
-15
/
+51
*
Temporarily revert r187323 until I update SSAUpdater to match mem2reg.
Chandler Carruth
2013-07-28
1
-81
/
+12
*
Now that mem2reg understands how to cope with a slightly wider set of
Chandler Carruth
2013-07-28
1
-12
/
+81
*
Thread DataLayout through the callers and into mem2reg. This will be
Chandler Carruth
2013-07-28
1
-1
/
+1
*
Don't use all the #ifdefs to hide the stats counters and instead rely on
Chandler Carruth
2013-07-27
1
-18
/
+0
*
Fix a problem I introduced in r187029 where we would over-eagerly
Chandler Carruth
2013-07-24
1
-3
/
+9
*
Fix PR16687 where we were incorrectly promoting an alloca that had
Chandler Carruth
2013-07-24
1
-12
/
+29
*
Remove extraneous null statement. No functionality change!
Nick Lewycky
2013-07-22
1
-1
/
+1
*
OldPtr is llvm::Instruction. Remove unneeded cast<>.
Jakub Staszak
2013-07-22
1
-1
/
+1
*
SROA: Microoptimization: Remove dead entries first, then sort.
Benjamin Kramer
2013-07-20
1
-9
/
+4
*
Cleanup the stats counters for the new implementation. These actually
Chandler Carruth
2013-07-19
1
-12
/
+36
*
Fix another assert failure very similar to PR16651's test case. This
Chandler Carruth
2013-07-19
1
-0
/
+2
*
Try to move to a more reasonable set of naming conventions given the new
Chandler Carruth
2013-07-19
1
-322
/
+305
*
A long overdue cleanup in SROA to use 'DL' instead of 'TD' for the
Chandler Carruth
2013-07-19
1
-123
/
+123
*
Fix PR16651, an assert introduced in my recent re-work of the innards of
Chandler Carruth
2013-07-19
1
-9
/
+3
*
Reapply r186316 with a fix for one bug where the code could walk off the
Chandler Carruth
2013-07-18
1
-1255
/
+976
*
Revert r186316 while I track down an ASan failure and an assert from
Chandler Carruth
2013-07-15
1
-972
/
+1255
*
Reimplement SROA yet again. Same fundamental principle, but a totally
Chandler Carruth
2013-07-15
1
-1255
/
+972
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-03
1
-2
/
+2
*
Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.
Bob Wilson
2013-06-25
1
-15
/
+16
*
SROA: Generate selects instead of shuffles when blending values because this ...
Nadav Rotem
2013-05-01
1
-8
/
+6
*
SROA: Don't crash on a select with two identical operands.
Benjamin Kramer
2013-04-21
1
-8
/
+8
*
Fix PR15674 (and PR15603): a SROA think-o.
Chandler Carruth
2013-04-07
1
-0
/
+1
*
Minor cleanups. No functionality change.
Jakub Staszak
2013-03-24
1
-6
/
+7
*
[SROA] Prefix names using a custom IRBuilder inserter.
Chandler Carruth
2013-03-21
1
-88
/
+108
*
Fix a silly search-and-replace goof with r177495 that only broke
Chandler Carruth
2013-03-20
1
-1
/
+1
*
[SROA] Don't preserve the IR names in release builds.
Chandler Carruth
2013-03-20
1
-28
/
+37
*
Move the endif to the correct line so we don't have warnings about
Chandler Carruth
2013-03-20
1
-1
/
+1
*
Introduce some new statistics to help track the exact behavior of the
Chandler Carruth
2013-03-20
1
-4
/
+20
*
Mark internal classes as POD-like to get better behavior out of
Chandler Carruth
2013-03-18
1
-102
/
+109
*
PR14972: SROA vs. GVN exposed a really bad bug in SROA.
Chandler Carruth
2013-03-14
1
-117
/
+124
*
Keep coding stanard.
Jakub Staszak
2013-03-07
1
-4
/
+3
*
Don't create IRBuilder if we can return from the method earlier.
Jakub Staszak
2013-03-07
1
-2
/
+2
*
Remove unused variable.
Jakub Staszak
2013-02-19
1
-2
/
+1
*
Minor cleanups. No functionality change.
Jakub Staszak
2013-02-19
1
-10
/
+7
*
Remove unneeded #includes.
Jakub Staszak
2013-02-19
1
-2
/
+0
[next]