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
...
*
Move Value.isDereferenceablePointer to ValueTracking [NFC]
Philip Reames
2015-04-23
1
-3
/
+3
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-6
/
+6
*
DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
Duncan P. N. Exon Smith
2015-04-15
1
-6
/
+5
*
DebugInfo: Gut DIExpression
Duncan P. N. Exon Smith
2015-04-14
1
-4
/
+4
*
[opaque pointer type] More GEP IRBuilder API migrations...
David Blaikie
2015-04-03
1
-4
/
+7
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-37
/
+45
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-6
/
+1
*
Replace std::copy with a back inserter with vector append where feasible
Benjamin Kramer
2015-02-28
1
-1
/
+1
*
Debug info: When updating debug info during SROA, do not emit debug info
Adrian Prantl
2015-02-09
1
-8
/
+18
*
Debug info: Use DW_OP_bit_piece instead of DW_OP_piece in the
Adrian Prantl
2015-02-09
1
-5
/
+5
*
Fix PR22393. When recursively replacing an aggregate with a smaller
Adrian Prantl
2015-02-01
1
-3
/
+12
*
Reapply: Teach SROA how to update debug info for fragmented variables.
Adrian Prantl
2015-01-20
1
-8
/
+50
*
Revert "Reapply: Teach SROA how to update debug info for fragmented variables."
Adrian Prantl
2015-01-08
1
-60
/
+8
*
Reapply: Teach SROA how to update debug info for fragmented variables.
Adrian Prantl
2015-01-07
1
-8
/
+60
*
Revert "Reapply: Teach SROA how to update debug info for fragmented variables."
Adrian Prantl
2015-01-06
1
-60
/
+8
*
Reapply: Teach SROA how to update debug info for fragmented variables.
Adrian Prantl
2015-01-06
1
-8
/
+60
*
[SROA] Apply a somewhat heavy and unpleasant hammer to fix PR22093, an
Chandler Carruth
2015-01-05
1
-11
/
+47
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-6
/
+6
*
[SROA] Teach SROA to be more aggressive in splitting now that we have
Chandler Carruth
2015-01-02
1
-27
/
+54
*
[SROA] Make the computation of adjusted pointers not leak GEP
Chandler Carruth
2015-01-02
1
-10
/
+14
*
[SROA] Fix the loop exit placement to be prior to indexing the splits
Chandler Carruth
2015-01-02
1
-4
/
+8
*
[SROA] Fix two total think-os in r225061 that should have been caught on
Chandler Carruth
2015-01-01
1
-2
/
+2
*
[SROA] Switch to using a more direct debug logging technique in one part
Chandler Carruth
2015-01-01
1
-4
/
+6
*
[SROA] Fix formatting with clang-format which I managed to fail to do
Chandler Carruth
2015-01-01
1
-48
/
+48
*
[SROA] Teach SROA how to much more intelligently handle split loads and
Chandler Carruth
2015-01-01
1
-2
/
+484
*
[SROA] Update the documentation and names for accessing the slices
Chandler Carruth
2014-12-24
1
-29
/
+36
*
[SROA] Refactor the integer and vector promotion testing logic to
Chandler Carruth
2014-12-24
1
-47
/
+35
*
Revert r224739: Debug info: Teach SROA how to update debug info for
Chandler Carruth
2014-12-23
1
-30
/
+1
*
[SROA] Lift the logic for traversing the alloca slices one partition at
Chandler Carruth
2014-12-22
1
-157
/
+303
*
Debug info: Teach SROA how to update debug info for fragmented variables.
Adrian Prantl
2014-12-22
1
-1
/
+30
*
[SROA] Run clang-format over the entire SROA pass as I wrote it before
Chandler Carruth
2014-12-20
1
-157
/
+138
*
[SROA] Cleanup - remove the use of std::mem_fun_ref nonsense and use
Chandler Carruth
2014-12-18
1
-1
/
+3
*
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
[prev]
[next]