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] Handle PHI with multiple duplicate predecessors
Bjorn Pettersson
2018-05-17
1
-1
/
+13
*
[SROA] pr37267: fix assertion failure in integer widening
Hiroshi Inoue
2018-05-17
1
-0
/
+8
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-92
/
+96
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-70
/
+70
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-4
/
+4
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[SROA] Take advantage of separate alignments for memcpy source and destination
Daniel Neilson
2018-03-13
1
-11
/
+26
*
[Transforms] Propagate TBAA info in SROA
Ivan A. Kosarev
2018-02-16
1
-22
/
+61
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-4
/
+4
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-26
1
-1
/
+1
*
[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
[next]