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
/
InstCombine
/
InstCombineLoadStoreAlloca.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IC] Fix a bug with the instcombine canonicalizing of loads and
Chandler Carruth
2015-02-13
1
-2
/
+9
*
[PM] Rename InstCombine.h to InstCombineInternal.h in preparation for
Chandler Carruth
2015-01-22
1
-1
/
+1
*
[canonicalize] Teach InstCombine to canonicalize loads which are only
Chandler Carruth
2015-01-22
1
-0
/
+29
*
[canonicalize] Move a helper function further up the file so it can be
Chandler Carruth
2015-01-22
1
-47
/
+47
*
[canonicalization] Refactor how we create new stores into a helper
Chandler Carruth
2015-01-21
1
-38
/
+48
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-9
/
+6
*
Loading from null is valid outside of addrspace 0
Philip Reames
2014-12-29
1
-10
/
+10
*
Revert r223764 which taught instcombine about integer-based elment extraction
Chandler Carruth
2014-12-09
1
-349
/
+41
*
Teach instcombine to canonicalize "element extraction" from a load of an
Chandler Carruth
2014-12-09
1
-41
/
+349
*
[InstCombine] Change LLVM To canonicalize toward the value type being
Chandler Carruth
2014-11-25
1
-100
/
+72
*
Revert r220349 to re-instate r220277 with a fix for PR21330 -- quite
Chandler Carruth
2014-11-25
1
-1
/
+2
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-2
/
+2
*
IR: MDNode => Value: Instruction::getAllMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-2
/
+2
*
Revert "Teach the load analysis to allow finding available values which requi...
Hans Wennborg
2014-10-21
1
-2
/
+1
*
Preserve 'nonnull' when changing type of the load.
Philip Reames
2014-10-21
1
-0
/
+1
*
Teach the load analysis to allow finding available values which require
Chandler Carruth
2014-10-21
1
-1
/
+2
*
Introduce enum values for previously defined metadata types. (NFC)
Philip Reames
2014-10-21
1
-6
/
+2
*
Teach the load analysis driving core instcombine logic and other bits of
Chandler Carruth
2014-10-20
1
-1
/
+2
*
Do a better and more complete job of preserving metadata when combining
Chandler Carruth
2014-10-19
1
-8
/
+58
*
Preserve AA metadata when combining (cast (load (...))) -> (load (cast
Chandler Carruth
2014-10-18
1
-0
/
+3
*
[InstCombine] Do an about-face on how LLVM canonicalizes (cast (load
Chandler Carruth
2014-10-18
1
-72
/
+43
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-3
/
+5
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-6
/
+7
*
Use pointer type cast helpers.
Matt Arsenault
2014-07-14
1
-3
/
+2
*
Optimize InstCombine stack memory consumption
Reid Kleckner
2014-07-01
1
-75
/
+78
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-20
/
+20
*
Handle addrspacecast when looking at memcpys from globals
Matt Arsenault
2014-04-24
1
-3
/
+6
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the
Chandler Carruth
2014-04-21
1
-0
/
+1
*
[InstCombine] Don't fold bitcast into store if it would need addrspacecast
Richard Osborne
2014-03-25
1
-4
/
+16
*
Reuse earlier variables to make it clear the types involved in the cast.
Richard Osborne
2014-03-25
1
-3
/
+3
*
Fix a bug in InstCombine where we would incorrectly attempt to construct a
Owen Anderson
2014-03-13
1
-0
/
+7
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-12
/
+12
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-24
/
+24
*
Update optimization passes to handle inalloca arguments
Reid Kleckner
2014-01-28
1
-1
/
+5
*
Fix assert with copy from global through addrspacecast
Matt Arsenault
2013-12-07
1
-3
/
+3
*
InstCombine: Don't allow turning vector-of-pointer loads into vector-of-integer.
Benjamin Kramer
2013-09-19
1
-1
/
+2
*
Revert the load slicing done in r190870.
Quentin Colombet
2013-09-17
1
-285
/
+0
*
[InstCombiner] Slice a big load in two loads when the elements are next to each
Quentin Colombet
2013-09-17
1
-0
/
+285
*
Teach InstCombineLoadCast about address spaces.
Matt Arsenault
2013-09-03
1
-2
/
+2
*
Use type form of getIntPtrType in alloca visitor.
Matt Arsenault
2013-09-03
1
-2
/
+2
*
Fix always creating GEP with i32 indices
Matt Arsenault
2013-08-14
1
-4
/
+9
*
Use array initializer, space around operator
Matt Arsenault
2013-08-14
1
-5
/
+3
*
Tidy up a bit. No functional change.
Jim Grosbach
2013-04-05
1
-41
/
+41
*
switch from pointer equality comparison to MDNode::getMostGenericTBAA
Chris Lattner
2013-01-05
1
-4
/
+4
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
teach instcombine to preserve TBAA tag when merging two stores, part of
Chris Lattner
2012-12-31
1
-0
/
+7
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Get rid of the getPointeeAlignment helper function from
Eli Friedman
2012-11-26
1
-22
/
+4
*
Don't try to calculate the alignment of an unsigned type. Fixes PR14371!
Nick Lewycky
2012-11-18
1
-1
/
+2
[next]