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
...
*
[SROA] fix assetion failure
Hiroshi Inoue
2018-01-16
1
-9
/
+4
*
[NFC] Change MemIntrinsicInst::setAlignment() to take an unsigned instead of ...
Daniel Neilson
2018-01-12
1
-5
/
+2
*
[SROA] Disable non-whole-alloca splits by default
Hiroshi Inoue
2017-12-18
1
-1
/
+6
*
Recommit rL319407: [SROA] enable splitting for non-whole-alloca loads and stores
Hiroshi Inoue
2017-12-01
1
-18
/
+50
*
Revert rL319407: [SROA] enable splitting for non-whole-alloca loads and stores
Hiroshi Inoue
2017-11-30
1
-21
/
+10
*
[SROA] enable splitting for non-whole-alloca loads and stores
Hiroshi Inoue
2017-11-30
1
-10
/
+21
*
SROA: Don't create variable fragments that are outside of the variable.
Adrian Prantl
2017-11-28
1
-0
/
+9
*
This reverts commit r319096 and r319097.
Rafael Espindola
2017-11-28
1
-3
/
+8
*
SROA: Avoid creating a fragment expression that covers the entire variable.
Adrian Prantl
2017-11-28
1
-4
/
+9
*
[SROA] Propagate !range metadata when moving loads.
Davide Italiano
2017-11-27
1
-8
/
+3
*
[SROA] Correctly invalidate analyses when dead instructions deleted
Teresa Johnson
2017-11-20
1
-2
/
+5
*
Make DIExpression::createFragmentExpression() return an Optional.
Adrian Prantl
2017-11-07
1
-2
/
+4
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-5
/
+5
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-5
/
+5
*
Revert "[ADT] Make Twine's copy constructor private."
Zachary Turner
2017-10-11
1
-10
/
+11
*
[ADT] Make Twine's copy constructor private.
Zachary Turner
2017-10-11
1
-11
/
+10
*
Re-land r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm...
Reid Kleckner
2017-09-21
1
-13
/
+17
*
Revert r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm....
Daniel Jasper
2017-09-21
1
-17
/
+13
*
[SROA] Really remove associated dbg.declare when removing dead alloca
Mikael Holmen
2017-09-21
1
-6
/
+9
*
[IR] Add llvm.dbg.addr, a control-dependent version of llvm.dbg.declare
Reid Kleckner
2017-09-20
1
-9
/
+10
*
[Analysis, Transforms] Fix some Clang-tidy modernize and Include What You Use...
Eugene Zelenko
2017-09-01
1
-97
/
+158
*
Refactor DIBuilder::createFragmentExpression into a static DIExpression member
Adrian Prantl
2017-08-30
1
-1
/
+8
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-1
/
+1
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-3
/
+3
*
[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy...
Craig Topper
2017-07-09
1
-4
/
+2
*
[SROA] Fix APInt size when alloca address space is not 0
Yaxun Liu
2017-06-27
1
-2
/
+3
*
[SROA] Fix PR32902 by more carefully propagating !nonnull metadata.
Chandler Carruth
2017-06-27
1
-2
/
+13
*
fix trivial typos in comment, NFC
Hiroshi Inoue
2017-06-24
1
-1
/
+1
*
[SROA] Add support for non-integral pointers
Sanjoy Das
2017-06-17
1
-2
/
+11
*
[SROA] Fix APInt size when load/store have different address space
Yaxun Liu
2017-06-09
1
-7
/
+12
*
[SROA] Fix crash due to bad bitcast
Keno Fischer
2017-06-02
1
-3
/
+4
*
[trivial] fix a typo in comment, NFC
Hiroshi Inoue
2017-05-29
1
-1
/
+1
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-1
/
+1
*
[Statistics] Add a method to atomically update a statistic that contains a ma...
Craig Topper
2017-05-18
1
-4
/
+2
*
[SROA] Fix nondeterminism exposed by Simon's r299221.
Davide Italiano
2017-04-27
1
-14
/
+12
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
1
-5
/
+9
*
[Mem2Reg] Remove AliasSetTracker updating logic from the pass.
Davide Italiano
2017-04-09
1
-1
/
+1
*
Preserve nonnull metadata on Loads through SROA & mem2reg.
Luqman Aden
2017-03-22
1
-0
/
+4
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-2
/
+1
*
"Use" lambda captures which are otherwise only used in asserts. NFC
David L. Jones
2017-01-13
1
-0
/
+1
*
Refactor the DIExpression fragment query interface (NFC)
Adrian Prantl
2016-12-22
1
-4
/
+4
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-4
/
+11
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-11
/
+4
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
1
-20
/
+22
*
IR: Move NumElements field from {Array,Vector}Type to SequentialType.
Peter Collingbourne
2016-12-02
1
-7
/
+2
*
IR: Change PointerType to derive from Type rather than SequentialType.
Peter Collingbourne
2016-12-02
1
-4
/
+0
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-1
/
+1
*
[SROA] Drop lifetime.start/end intrinsics when they block promotion.
Eli Friedman
2016-11-28
1
-6
/
+12
*
Remove TimeValue usage from Scalar/SROA.cpp. NFC.
Pavel Labath
2016-11-09
1
-2
/
+3
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
[prev]
[next]