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
Commit message (
Expand
)
Author
Age
Files
Lines
*
instcombine: Migrate printf optimizations
Meador Inge
2012-11-26
1
-89
/
+1
*
instcombine: Migrate toascii optimizations
Meador Inge
2012-11-26
1
-26
/
+0
*
instcombine: Migrate isascii optimizations
Meador Inge
2012-11-26
1
-20
/
+0
*
instcombine: Migrate isdigit optimizations
Meador Inge
2012-11-26
1
-21
/
+1
*
instcombine: Migrate *abs optimizations
Meador Inge
2012-11-26
1
-25
/
+1
*
instcombine: Migrate ffs* optimizations
Meador Inge
2012-11-25
1
-41
/
+1
*
CodeGenPrepare: Move ret duplication out of the instruction iteration loop.
Benjamin Kramer
2012-11-23
1
-6
/
+8
*
PR14055: Implement support for sub-vector operations in SROA.
Chandler Carruth
2012-11-21
1
-21
/
+75
*
Use LLVM_ENABLE_DUMP for the variables used in printing as well as the
Chandler Carruth
2012-11-20
1
-2
/
+2
*
Fix PR14132 and handle OOB loads speculated throuh PHI nodes.
Chandler Carruth
2012-11-20
1
-0
/
+21
*
Add a comment to associate a FIXME with a PR where it is matters.
Chandler Carruth
2012-11-20
1
-1
/
+2
*
Rework the rewriting of loads and stores for vector and integer allocas
Chandler Carruth
2012-11-20
1
-168
/
+118
*
Remove the last bit of constant folding from LinearizeExprTree (most of it was
Duncan Sands
2012-11-18
1
-11
/
+0
*
Fix PR14060, an infinite loop in reassociate. The problem was that one of the
Duncan Sands
2012-11-18
1
-6
/
+24
*
Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...
Evan Cheng
2012-11-17
1
-33
/
+42
*
Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,
Duncan Sands
2012-11-15
1
-54
/
+21
*
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-13
1
-248
/
+1
*
revert r167740
Shuxin Yang
2012-11-13
1
-314
/
+8
*
This change is to fix rdar://12571717 which is about assertion in Reassociate...
Shuxin Yang
2012-11-12
1
-8
/
+314
*
Delete a stale comment. No functional change.
Meador Inge
2012-11-12
1
-4
/
+0
*
instcombine: Migrate memset optimizations
Meador Inge
2012-11-11
1
-27
/
+0
*
instcombine: Migrate memmove optimizations
Meador Inge
2012-11-11
1
-24
/
+1
*
instcombine: Migrate memcpy optimizations
Meador Inge
2012-11-11
1
-24
/
+1
*
instcombine: Migrate memcmp optimizations
Meador Inge
2012-11-11
1
-50
/
+1
*
instcombine: Migrate strstr optimizations
Meador Inge
2012-11-11
1
-88
/
+3
*
instcombine: Migrate strcspn optimizations
Meador Inge
2012-11-10
1
-37
/
+1
*
instcombine: Migrate strspn optimizations
Meador Inge
2012-11-08
1
-34
/
+1
*
Revert the switch of loop-idiom to use the new dependence analysis.
Chandler Carruth
2012-11-02
1
-69
/
+88
*
Fix an obvious typo that causes an assertion failure when running
Duncan Sands
2012-11-02
1
-1
/
+1
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
2
-10
/
+5
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
6
-31
/
+20
*
Don't insert and erase load instruction. Simply create (new) and delete it.
Jakub Staszak
2012-11-01
1
-2
/
+2
*
instcombine: Migrate strto* optimizations
Meador Inge
2012-10-31
1
-31
/
+1
*
instcombine: Migrate strpbrk optimizations
Meador Inge
2012-10-31
1
-40
/
+0
*
instcombine: Migrate strlen optimizations
Meador Inge
2012-10-31
1
-44
/
+1
*
instcombine: Migrate strncpy optimizations
Meador Inge
2012-10-31
1
-52
/
+0
*
instcombine: Migrate stpcpy optimizations
Meador Inge
2012-10-31
1
-53
/
+2
*
Fix PR14212: For some strange reason I treated vectors differently from
Chandler Carruth
2012-10-30
1
-4
/
+3
*
LoopIdiom: Fix a serious missed optimization: we only turned top-level loops ...
Benjamin Kramer
2012-10-30
1
-4
/
+5
*
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-30
2
-116
/
+10
*
In various places throughout the code generator, there were special
Ulrich Weigand
2012-10-29
1
-2
/
+0
*
Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the
Duncan Sands
2012-10-29
1
-14
/
+4
*
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
*
Teach SROA how to split whole-alloca integer loads and stores into
Chandler Carruth
2012-10-25
1
-4
/
+117
*
Update GVN to support vectors of pointers.
Hal Finkel
2012-10-24
1
-20
/
+30
*
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
1
-4
/
+4
*
Back out r166591, not sure why this made it through since I cancelled the com...
Micah Villmow
2012-10-24
1
-2
/
+2
*
Delete a directory that wasn't supposed to be checked in yet.
Micah Villmow
2012-10-24
1
-2
/
+2
[next]