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
*
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
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
2
-11
/
+13
*
Move StructurizeCFG out of R600 to generic Transforms.
Matt Arsenault
2013-06-19
3
-0
/
+881
*
LSR: Fix the parameters used to compute the scaling factor cost.
Quentin Colombet
2013-06-19
1
-5
/
+13
*
Use 0 instead of NULL.
Jakub Staszak
2013-06-15
1
-5
/
+5
*
Fix a potential bug in r183584.
Shuxin Yang
2013-06-08
1
-4
/
+8
*
Fix an assertion in MemCpyOpt pass.
Shuxin Yang
2013-06-07
1
-2
/
+4
*
IndVarSimplify: check if loop invariant expansion can trap
David Majnemer
2013-06-04
1
-1
/
+1
*
Loop Strength Reduce: Scaling factor cost.
Quentin Colombet
2013-05-31
1
-3
/
+43
*
Modify how the formulae are rated in Loop Strength Reduce.
Quentin Colombet
2013-05-31
1
-6
/
+45
[next]