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
/
SeparateConstOffsetFromGEP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-1
/
+2
*
[SeparateConstOffsetFromGEP] skip optnone functions
Jingyue Wu
2015-02-01
1
-0
/
+3
*
[SeparateConstOffsetFromGEP] set PreservesCFG flag
Jingyue Wu
2015-02-01
1
-0
/
+1
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-3
/
+4
*
Migrate SeparateConstOffsetFromGEP to use a Function with
Eric Christopher
2015-01-27
1
-1
/
+1
*
[SeparateConstOffsetFromGEP] Allow SeparateConstOffsetFromGEP pass to lower G...
Hao Liu
2014-11-19
1
-40
/
+272
*
[SeparateConstOffsetFromGEP] Fixed a bug related to unsigned modulo
Jingyue Wu
2014-10-25
1
-6
/
+6
*
[SeparateConstOffsetFromGEP] Fixed a bug in rebuilding OR expressions
Jingyue Wu
2014-10-25
1
-2
/
+7
*
Partially revert r210444 due to performance regression
Jingyue Wu
2014-07-16
1
-57
/
+1
*
[SeparateConstOffsetFromGEP] inbounds zext => sext for better splitting
Jingyue Wu
2014-06-08
1
-1
/
+57
*
[SeparateConstOffsetFromGEP] Fix an illegitimate optimization on zext
Jingyue Wu
2014-06-08
1
-2
/
+2
*
Refactor canonicalizing array indices to a helper function
Jingyue Wu
2014-06-08
1
-32
/
+51
*
Fixed several correctness issues in SeparateConstOffsetFromGEP
Jingyue Wu
2014-06-05
1
-204
/
+338
*
Distribute sext/zext to the operands of and/or/xor
Jingyue Wu
2014-05-27
1
-13
/
+29
*
Add the extracted constant offset using GEP
Jingyue Wu
2014-05-23
1
-26
/
+50
*
Fix typos
Alp Toker
2014-05-15
1
-2
/
+2
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-1
/
+1
*
Add an optimization that does CSE in a group of similar GEPs.
Eli Bendersky
2014-05-01
1
-0
/
+583