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
/
SROA.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-7
/
+9
*
SROA: The alloca type isn't a candidate promotion type for vectors
David Majnemer
2014-11-21
1
-3
/
+2
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-7
/
+7
*
[SROA] Change how SROA does vector-based promotion of allocas to handle
Chandler Carruth
2014-10-18
1
-44
/
+128
*
[SROA] Switch the common variable name for the 'AllocaSlices' class to
Chandler Carruth
2014-10-16
1
-40
/
+42
*
[SROA] More range-based cleanups to SROA, these brought to you by
Chandler Carruth
2014-10-16
1
-25
/
+12
*
[SROA] Switch a couple of overly complex iterator accessors to just be
Chandler Carruth
2014-10-16
1
-26
/
+10
*
[SROA] Start more deeply moving SROA to use ranges rather than just
Chandler Carruth
2014-10-16
1
-45
/
+42
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+2
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-2
/
+2
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+2
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-1
/
+6
*
SROA: Don't insert instructions before a PHI
David Majnemer
2014-09-01
1
-1
/
+4
*
[SROA] Fold a PHI node if all its incoming values are the same
Jingyue Wu
2014-08-22
1
-41
/
+41
*
SROA: Handle a case of store size being smaller than allocation size
Reid Kleckner
2014-08-22
1
-4
/
+6
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-3
/
+3
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-3
/
+3
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-3
/
+3
*
Fix a case in SROA where lifetime intrinsics could inhibit alloca promotion. In
Owen Anderson
2014-08-07
1
-0
/
+4
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-8
/
+13
*
Allow isDereferenceablePointer to look through some bitcasts
Hal Finkel
2014-07-10
1
-3
/
+3
*
SROA: Only split loads on byte boundaries
Duncan P. N. Exon Smith
2014-06-17
1
-5
/
+7
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-50
/
+53
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-26
/
+19
*
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Move DIBuilder.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-6
/
+6
*
[C++11] Remove the completely unnecessary requirement on SetVector's
Chandler Carruth
2014-03-03
1
-1
/
+1
*
[C++11] Add two range adaptor views to User: operands and
Chandler Carruth
2014-03-03
1
-6
/
+5
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-3
/
+3
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-30
/
+9
*
[SROA] Use the correct index integer size in GEPs through non-default
Chandler Carruth
2014-02-26
1
-5
/
+10
*
[SROA] Teach SROA how to handle pointers from address spaces other than
Chandler Carruth
2014-02-26
1
-9
/
+14
*
[SROA] Split the alignment computation complete for the memcpy rewriting
Chandler Carruth
2014-02-26
1
-16
/
+16
*
[SROA] The original refactoring inspired by the addrspace patch in
Chandler Carruth
2014-02-26
1
-21
/
+21
*
[SROA] Yet another slight refactoring that simplifies an API in the
Chandler Carruth
2014-02-26
1
-20
/
+19
*
[SROA] Simplify the computing of alignment: we only ever need the
Chandler Carruth
2014-02-26
1
-30
/
+16
*
[SROA] Use NewOffsetBegin in the unsplit case for memset merely for
Chandler Carruth
2014-02-26
1
-3
/
+4
*
[SROA] Use the members for New{Begin,End}Offset in the rewrite helpers
Chandler Carruth
2014-02-26
1
-14
/
+8
*
[SROA] Compute the New{Begin,End}Offset values once for each alloca
Chandler Carruth
2014-02-26
1
-40
/
+24
*
[SROA] Fix PR18615 with some long overdue simplifications to the bounds
Chandler Carruth
2014-02-26
1
-9
/
+6
*
[SROA] Add an off-by-default *strict* inbounds check to SROA. I had SROA
Chandler Carruth
2014-02-25
1
-0
/
+42
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-2
/
+3
*
[SROA] Use the original load name with the SROA-prefixed IRB rather than
Chandler Carruth
2014-02-25
1
-2
/
+2
*
[SROA] Thread the ability to add a pointer-specific name prefix through
Chandler Carruth
2014-02-25
1
-21
/
+53
*
[SROA] Rather than copying the logic for building a name prefix into the
Chandler Carruth
2014-02-25
1
-3
/
+3
*
[SROA] Simplify some of the logic to dig out the old pointer value by
Chandler Carruth
2014-02-25
1
-14
/
+10
[next]