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: Don't drop atomic load/store alignments (PR45010)
Hans Wennborg
2020-02-28
1
-0
/
+4
*
[Alignment][NFC] Introduce Align in IRBuilder
Guillaume Chatelet
2019-12-11
1
-25
/
+23
*
[Alignment][NFC] Introduce Align in SROA
Guillaume Chatelet
2019-12-11
1
-26
/
+26
*
[Alignment][NFC] CreateMemSet use MaybeAlign
Guillaume Chatelet
2019-12-10
1
-1
/
+1
*
SROA - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-14
1
-5
/
+5
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
[Alignment][NFC] Convert AllocaInst to MaybeAlign
Guillaume Chatelet
2019-10-25
1
-11
/
+10
*
[Alignment][NFC] Finish transition for `Loads`
Guillaume Chatelet
2019-10-21
1
-6
/
+6
*
Revert [SROA] Reuse existing lifetime markers if possible
David L. Jones
2019-10-15
1
-8
/
+2
*
[SROA] Reuse existing lifetime markers if possible
Johannes Doerfert
2019-10-13
1
-2
/
+8
*
[SVE][IR] Scalable Vector size queries and IR instruction support
Graham Hunter
2019-10-08
1
-2
/
+4
*
[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
Guillaume Chatelet
2019-10-03
1
-1
/
+1
*
[Alignment][NFC] Remove LoadInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-4
/
+4
*
SROA: Check Total Bits of vector type
Suyog Sarda
2019-09-21
1
-0
/
+8
*
Test mail. NFC.
Suyog Sarda
2019-09-21
1
-1
/
+1
*
[Loads/SROA] Remove blatantly incorrect code and fix a bug revealed in the pr...
Philip Reames
2019-08-27
1
-1
/
+1
*
OpaquePtr: add Type parameter to Loads analysis API.
Tim Northover
2019-07-09
1
-5
/
+11
*
Recommit [SROA] Enhance SROA to handle `addrspacecast`ed allocas
Michael Liao
2019-06-18
1
-1
/
+7
*
Revert [SROA] Enhance SROA to handle `addrspacecast`ed allocas
Jordan Rupprecht
2019-06-18
1
-6
/
+0
*
[SROA] Enhance SROA to handle `addrspacecast`ed allocas
Michael Liao
2019-06-18
1
-0
/
+6
*
SROA: Allow eliminating addrspacecasted allocas
Matt Arsenault
2019-06-14
1
-8
/
+43
*
Use the DataLayout::typeSizeEqualsStoreSize helper. NFC
Bjorn Pettersson
2019-05-24
1
-4
/
+2
*
[SROA] Fix a crash when trying to convert a memset to an non-integral pointer...
Philip Reames
2019-03-12
1
-6
/
+17
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-4
/
+4
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-38
/
+46
*
Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>
Serge Guelton
2019-01-20
1
-7
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Assertion in isAllocaPromotable due to extra bitcast goes into lifetime marker
Gabor Buella
2019-01-16
1
-1
/
+4
*
[IR] Add Instruction::isLifetimeStartOrEnd, NFC
Vedant Kumar
2018-12-21
1
-8
/
+4
*
Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.
Michael Kruse
2018-12-20
1
-4
/
+8
*
SROA: preserve alignment tags on loads and stores.
Tim Northover
2018-12-18
1
-16
/
+43
*
[SROA] Use offset sizes from the DataLayout instead of the pointer siezes.
Nicola Zaghen
2018-10-30
1
-6
/
+6
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-2
/
+2
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-3
/
+3
*
[SROA] Fix alignment for uses of PHI nodes.
Eli Friedman
2018-08-30
1
-0
/
+42
*
[DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
Hsiangkai Wang
2018-08-06
1
-3
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[SROA] Preserve DebugLoc when rewriting alloca partitions
Anastasis Grammenos
2018-06-28
1
-0
/
+2
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[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
[next]