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
/
test
/
Transforms
/
InstCombine
/
getelementptr.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Limiting gep merging to fix the performance problem described in
Wei Mi
2015-04-21
1
-2
/
+2
*
Revert r235451 since it is attached to a wrong Differential Revision. Sorry.
Wei Mi
2015-04-21
1
-2
/
+2
*
Limiting gep merging to fix the performance problem described in
Wei Mi
2015-04-21
1
-2
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-3
/
+3
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-18
/
+18
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-19
/
+19
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-132
/
+132
*
[InstCombine] Change LLVM To canonicalize toward the value type being
Chandler Carruth
2014-11-25
1
-2
/
+2
*
[InstCombine] Do an about-face on how LLVM canonicalizes (cast (load
Chandler Carruth
2014-10-18
1
-1
/
+1
*
Revert "Revert two GEP-related InstCombine commits"
David Majnemer
2014-09-01
1
-0
/
+73
*
Revert two GEP-related InstCombine commits
David Majnemer
2014-08-29
1
-58
/
+0
*
InstCombine: Combine gep X, (Y-X) to Y
David Majnemer
2014-08-27
1
-0
/
+13
*
InstCombine: Optimize GEP's involving ptrtoint better
David Majnemer
2014-08-27
1
-0
/
+45
*
Allwo bitcast + struct GEP transform to work with addrspacecast
Matt Arsenault
2014-08-12
1
-0
/
+10
*
InstCombine: Canonicalize addrspacecast between different element types
Jingyue Wu
2014-06-06
1
-2
/
+15
*
Do more addrspacecast transforms that happen for bitcast.
Matt Arsenault
2014-02-14
1
-1
/
+14
*
Do pointer cast simplifications on addrspacecast
Matt Arsenault
2014-01-14
1
-0
/
+9
*
Make gep i8* X, -(ptrtoint Y) transform work with address spaces
Matt Arsenault
2013-10-03
1
-0
/
+13
*
InstCombine: Canonicalize (gep i8* X, -(ptrtoint Y)) to (sub (ptrtoint X), (p...
Benjamin Kramer
2013-09-20
1
-0
/
+14
*
Teach InstCombine about address spaces
Matt Arsenault
2013-08-21
1
-4
/
+82
*
Add test for bitcast array ptrs with address spaces
Matt Arsenault
2013-08-21
1
-0
/
+22
*
Teach ConstantFolding about pointer address spaces
Matt Arsenault
2013-08-20
1
-1
/
+55
*
Fix assert with GEP ptr vector indexing structs
Matt Arsenault
2013-08-19
1
-0
/
+11
*
Add missing test for GEP + bitcast transformation
Matt Arsenault
2013-08-16
1
-0
/
+24
*
Don't do FoldCmpLoadFromIndexedGlobal for non inbounds GEPs
Matt Arsenault
2013-08-15
1
-35
/
+89
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-40
/
+40
*
InstCombine: FoldGEPICmp shouldn't change sign of base pointer comparison
David Majnemer
2013-06-29
1
-0
/
+10
*
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-02-22
1
-1
/
+3
*
Revert "InstCombine: Clean up weird code that talks about a modulus that's lo...
Benjamin Kramer
2013-01-23
1
-0
/
+16
*
Add a small gep optimization I noticed was missing while reading some IL.
Rafael Espindola
2011-07-31
1
-0
/
+20
*
Don't duplicate the work done by a gep into a "bitcast" if the gep has
Rafael Espindola
2011-07-11
1
-0
/
+16
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
1
-16
/
+3
*
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2011-06-17
1
-8
/
+0
*
Add a testcase for getelementptr index promotion.
Dan Gohman
2010-05-28
1
-0
/
+9
*
Generalize target-independent folding rules for sizeof to handle more
Dan Gohman
2010-02-01
1
-1
/
+1
*
Teach ConstantFolding to do a better job when folding gep(bitcast).
Nick Lewycky
2009-11-29
1
-1
/
+1
*
Autoupgrade malloc insts to malloc calls.
Victor Hernandez
2009-10-17
1
-1
/
+1
*
Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...
Victor Hernandez
2009-09-25
1
-1
/
+1
*
Auto-upgrade malloc instructions to malloc calls.
Victor Hernandez
2009-09-24
1
-1
/
+1
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
1
-1
/
+1
*
Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and
Dan Gohman
2009-09-11
1
-2
/
+2
*
Factor out the code for checking that all indices in a getelementptr are
Dan Gohman
2009-09-10
1
-0
/
+9
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-1
/
+1
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
1
-1
/
+1
*
suck a bunch more gep tests into getelementptr.ll and filecheckize them all.
Chris Lattner
2009-08-30
1
-16
/
+271
*
consolodate various GEP tests into getelementptr.ll using filecheck.
Chris Lattner
2009-08-30
1
-0
/
+106
*
convert to filecheck
Chris Lattner
2009-08-30
1
-25
/
+44
*
Byebye llvm-upgrade!
Tanya Lattner
2008-03-25
1
-50
/
+55
*
For PR1319:
Reid Spencer
2007-04-15
1
-0
/
+1
*
For PR1319:
Reid Spencer
2007-04-14
1
-1
/
+2
[next]