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
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-7
/
+7
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
Bug fix: use dyn_cast_or_null instead of dyn_cast
Lawrence Hu
2016-02-19
1
-2
/
+2
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
1
-2
/
+2
*
Replace dyn_cast with isa in places that weren't using the returned value for...
Craig Topper
2015-11-18
1
-3
/
+3
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-1
/
+1
*
Swap loop invariant GEP with loop variant GEP to allow more LICM.
Lawrence Hu
2015-09-23
1
-8
/
+133
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-3
/
+3
*
[SeparateConstOffsetFromGEP] sext(a)+sext(b) => sext(a+b) when a+b can't sign...
Jingyue Wu
2015-08-14
1
-5
/
+100
*
[SeparateConstOffsetFromGEP] strengthen the inbounds attribute
Jingyue Wu
2015-08-13
1
-4
/
+9
*
SeparateConstOffsetFromGEP: Pass address space to isLegalAddressingMode
Matt Arsenault
2015-06-07
1
-1
/
+3
*
[ValueTracking] refactor: extract method haveNoCommonBitsSet
Jingyue Wu
2015-05-14
1
-57
/
+45
*
Fix comment for NoCommonBits.
Michael Zolotukhin
2015-04-23
1
-1
/
+2
*
[SeparateConstOffsetFromGEP] garbage-collect intermediate instructions
Jingyue Wu
2015-04-21
1
-26
/
+65
*
[opaque pointer type] More GEP API migrations in IRBuilder uses
David Blaikie
2015-04-03
1
-2
/
+4
*
[opaque pointer type] Start migrating GEP creation to explicitly specify the ...
David Blaikie
2015-03-14
1
-4
/
+6
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-32
/
+24
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-6
/
+1
*
[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