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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't insert and erase load instruction. Simply create (new) and delete it.
Jakub Staszak
2012-11-01
1
-2
/
+2
*
LoopVectorize: Preserve NSW, NUW and IsExact flags.
Nadav Rotem
2012-10-31
1
-1
/
+12
*
LCSSA: Try to recover compile time regressions due to SCEV updates.
Benjamin Kramer
2012-10-31
1
-15
/
+9
*
Put the threshold magic number in a variable.
Nadav Rotem
2012-10-31
1
-1
/
+4
*
Remove fixme about unreachable cases from SwitchToLookupTable
Hans Wennborg
2012-10-31
1
-2
/
+0
*
Remove enum values since they are not used anymore.
Nadav Rotem
2012-10-31
1
-6
/
+6
*
Address Duncan's comments on r167121.
Hans Wennborg
2012-10-31
1
-3
/
+4
*
BBVectorize: Choose pair ordering to minimize shuffles
Hal Finkel
2012-10-31
1
-75
/
+209
*
Address Duncan's comments on r167115
Hans Wennborg
2012-10-31
1
-48
/
+42
*
instcombine: Migrate strto* optimizations
Meador Inge
2012-10-31
2
-31
/
+29
*
Fix false -> NULL conversion from r167115 spotted by Benjamin Kramer.
Hans Wennborg
2012-10-31
1
-1
/
+1
*
Replace some instances of UniqueVector with SetVector, which is slightly chea...
Benjamin Kramer
2012-10-31
1
-3
/
+3
*
Do simple constant propagation in lookup table formation for switches
Hans Wennborg
2012-10-31
1
-15
/
+98
*
LCSSA: Add a workaround for another nasty SCEV cache invalidation issue.
Benjamin Kramer
2012-10-31
1
-0
/
+5
*
instcombine: Migrate strpbrk optimizations
Meador Inge
2012-10-31
2
-40
/
+37
*
instcombine: Migrate strlen optimizations
Meador Inge
2012-10-31
2
-44
/
+45
*
instcombine: Migrate strncpy optimizations
Meador Inge
2012-10-31
2
-52
/
+49
*
LoopVectorize: Do not vectorize loops with tiny constant trip counts.
Nadav Rotem
2012-10-31
1
-0
/
+8
*
Add support for loops that don't start with Zero.
Nadav Rotem
2012-10-31
1
-12
/
+19
*
instcombine: Migrate stpcpy optimizations
Meador Inge
2012-10-31
2
-53
/
+40
*
instcombine: Split out the __stpcpy_chk simplifications from StrCpyChkOpt
Meador Inge
2012-10-31
1
-3
/
+54
*
Add documentation.
Nadav Rotem
2012-10-30
1
-0
/
+5
*
Fix PR14212: For some strange reason I treated vectors differently from
Chandler Carruth
2012-10-30
1
-4
/
+3
*
BBVectorize: Cache fixed-order pairs instead of recomputing pointer info.
Hal Finkel
2012-10-30
1
-51
/
+34
*
LoopIdiom: Fix a serious missed optimization: we only turned top-level loops ...
Benjamin Kramer
2012-10-30
1
-4
/
+5
*
BBVectorize: Fix a small bug introduced in r167042.
Hal Finkel
2012-10-30
1
-1
/
+0
*
BBVectorize: Simplify how input swapping is handled.
Hal Finkel
2012-10-30
1
-43
/
+25
*
BBVectorize: Don't make calls to SE when the result is unused.
Hal Finkel
2012-10-30
1
-2
/
+5
*
80-col
Nadav Rotem
2012-10-30
1
-1
/
+2
*
LoopVectorize: Add support for write-only loops when the write destination is...
Nadav Rotem
2012-10-30
1
-0
/
+7
*
LoopVectorize: Fix a bug in the initialization of reduction variables. AND ne...
Nadav Rotem
2012-10-30
1
-7
/
+21
*
Fix isEliminableCastPair to work correctly in the presence of pointers
Duncan Sands
2012-10-30
1
-6
/
+10
*
Enable some additional constant folding for PPCDoubleDouble.
Ulrich Weigand
2012-10-30
1
-4
/
+2
*
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-30
3
-122
/
+25
*
LoopVectorizer: change debug prints: Print the module identifier when decidin...
Nadav Rotem
2012-10-30
1
-4
/
+6
*
LoopVectorize: Update and preserve the dominator tree info.
Nadav Rotem
2012-10-29
1
-9
/
+37
*
In various places throughout the code generator, there were special
Ulrich Weigand
2012-10-29
1
-2
/
+0
*
Rename the BB-vectorize flag to match the dragonegg name
Nadav Rotem
2012-10-29
1
-2
/
+2
*
Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the
Duncan Sands
2012-10-29
3
-16
/
+6
*
Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector...
Nadav Rotem
2012-10-29
1
-4
/
+8
*
llvm-extract changes linkages so that functions on both sides of the
Rafael Espindola
2012-10-29
1
-12
/
+25
*
llvm-extract was unable to handle aliases. It would leave a copy on the
Rafael Espindola
2012-10-29
1
-0
/
+30
*
LoopIdiom: Add checks to avoid turning memmove into an infinite loop.
Benjamin Kramer
2012-10-27
1
-2
/
+2
*
LoopIdiom: Recognize memmove loops.
Benjamin Kramer
2012-10-27
1
-10
/
+24
*
LoopIdiom: Replace custom dependence analysis with DependenceAnalysis.
Benjamin Kramer
2012-10-27
1
-80
/
+45
*
Update BBVectorize to use the new VTTI instr. cost interfaces.
Hal Finkel
2012-10-27
1
-3
/
+58
*
1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...
Nadav Rotem
2012-10-27
1
-1
/
+1
*
Refactor the VectorTargetTransformInfo interface.
Nadav Rotem
2012-10-26
1
-9
/
+52
*
Change the internalize pass to internalize all symbols when given an empty
Rafael Espindola
2012-10-26
3
-32
/
+18
*
LoopSimplify: Preserve DependenceAnalysis.
Benjamin Kramer
2012-10-26
1
-0
/
+2
[next]