index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.
Nick Lewycky
2013-08-13
2
-83
/
+14
*
Reapply r188119 now that the bug it exposed is fixed.
Peter Collingbourne
2013-08-12
1
-160
/
+5
*
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
*
Revert r188119 "Kill some duplicated code for removing unreachable BBs."
Arnold Schwaighofer
2013-08-10
1
-5
/
+160
*
Kill some duplicated code for removing unreachable BBs.
Peter Collingbourne
2013-08-09
1
-160
/
+5
*
JumpThreading: Turn a select instruction into branching if it allows to threa...
Benjamin Kramer
2013-08-07
1
-0
/
+83
*
Adjust file to the coding standard.
Jakub Staszak
2013-08-06
1
-53
/
+49
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
4
-53
/
+94
*
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
2
-2
/
+2
*
Don't use all the #ifdefs to hide the stats counters and instead rely on
Chandler Carruth
2013-07-27
1
-18
/
+0
*
Reimplement isPotentiallyReachable to make nocapture deduction much stronger.
Nick Lewycky
2013-07-27
2
-2
/
+2
*
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2013-07-27
2
-23
/
+61
*
TRE: Move class into anonymous namespace.
Benjamin Kramer
2013-07-24
1
-4
/
+6
*
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
*
Use switch instead of if. No functionality change.
Jakub Staszak
2013-07-22
1
-14
/
+17
*
OldPtr is llvm::Instruction. Remove unneeded cast<>.
Jakub Staszak
2013-07-22
1
-1
/
+1
*
Change tabs to spaces.
Jakub Staszak
2013-07-22
1
-2
/
+2
*
Fix spelling and grammar
Matt Arsenault
2013-07-22
1
-12
/
+12
*
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
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
1
-1
/
+1
*
Remove trailing whitespace
Stephen Lin
2013-07-15
1
-36
/
+36
*
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& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
5
-35
/
+39
*
LFTR improvement to avoid truncation.
Andrew Trick
2013-07-12
1
-6
/
+32
*
Cleanup LFTR logic.
Andrew Trick
2013-07-12
1
-28
/
+9
*
Cleanup: rename a variable to make the logic easier to follow.
Andrew Trick
2013-07-12
1
-7
/
+7
*
Revert "indvars: Improve LFTR by eliminating truncation when comparing
Chandler Carruth
2013-07-12
1
-23
/
+4
*
indvars: Improve LFTR by eliminating truncation when comparing against a cons...
Andrew Trick
2013-07-11
1
-4
/
+23
*
Teach TailRecursionElimination to handle certain cases of nocapture escaping ...
Michael Gottesman
2013-07-11
1
-64
/
+85
*
Reassociate: Remove unnecessary default operator=.
Benjamin Kramer
2013-07-06
1
-10
/
+0
*
Remove a useless declarations (found by scan-build)
Sylvestre Ledru
2013-07-05
1
-1
/
+0
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
3
-4
/
+4
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-03
3
-8
/
+8
*
dbgs() << Instruction doesn't print a newline on the end any more. Update these
Nick Lewycky
2013-06-26
1
-5
/
+5
*
Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.
Bob Wilson
2013-06-25
1
-15
/
+16
*
Remove the simplify-libcalls pass (finally)
Meador Inge
2013-06-20
3
-250
/
+1
[next]