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
*
[ScalarOpts] Remove dead code.
Benjamin Kramer
2015-10-15
1
-5
/
+1
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-7
/
+7
*
[PM] Port SROA to the new pass manager.
Chandler Carruth
2015-09-12
1
-407
/
+342
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
*
[SROA] Fix PR24463, a crash I introduced in SROA by allowing it to
Chandler Carruth
2015-08-28
1
-3
/
+13
*
[SROA] Rip out all support for SSAUpdater in SROA.
Chandler Carruth
2015-08-26
1
-198
/
+8
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-8
/
+9
*
[SROA] Fix a nasty pile of bugs to do with big-endian, different alloca
Chandler Carruth
2015-07-22
1
-11
/
+52
*
[SROA] Don't de-atomic volatile loads and stores
David Majnemer
2015-07-14
1
-6
/
+15
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-6
/
+6
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-6
/
+6
*
Construct ArrayRef<const T*> from vector<T>
Pete Cooper
2015-05-13
1
-1
/
+1
*
Change LoadAndStorePromoter to take ArrayRef instead of SmallVectorImpl&.
Pete Cooper
2015-05-13
1
-2
/
+3
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-2
/
+2
*
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
[next]