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
/
ScalarReplAggregates.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the ScalarReplAggregates pass
David Majnemer
2016-06-15
1
-2618
/
+0
*
isSafeToLoadUnconditionally support queries without a context
Artur Pilipenko
2016-04-27
1
-3
/
+7
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
[opaque pointer types] [NFC] DataLayout::getIndexedOffset: take source elemen...
Eduard Burtescu
2016-01-22
1
-6
/
+6
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
1
-6
/
+2
*
Revert assert added in rL258028 as the alloca and OtherPtr types may differ i...
Eduard Burtescu
2016-01-18
1
-1
/
+0
*
[opaque pointer types] Alloca: use getAllocatedType() instead of getType()->g...
Eduard Burtescu
2016-01-18
1
-11
/
+9
*
Fix buildbot failure introduced by 258010. Remove local variables became unused.
Artur Pilipenko
2016-01-17
1
-4
/
+0
*
Push isDereferenceableAndAlignedPointer down into isSafeToLoadUnconditionally
Artur Pilipenko
2016-01-17
1
-8
/
+3
*
Change isSafeToLoadUnconditionally arguments order. Separated from http://rev...
Artur Pilipenko
2016-01-15
1
-5
/
+5
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-16
/
+9
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-9
/
+16
*
ScalarReplAggregates.cpp: Try to appease clash of anonymous::SROA in modules ...
NAKAMURA Takumi
2015-10-24
1
-0
/
+1
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-3
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Change LoadAndStorePromoter to take ArrayRef instead of SmallVectorImpl&.
Pete Cooper
2015-05-13
1
-1
/
+1
*
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
-3
/
+3
*
DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
Duncan P. N. Exon Smith
2015-04-15
1
-4
/
+3
*
[opaque pointer type] More GEP API migrations in IRBuilder uses
David Blaikie
2015-04-03
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-87
/
+102
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-7
/
+8
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-7
/
+9
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-3
/
+3
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-3
/
+3
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-3
/
+3
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-1
/
+7
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-7
/
+12
*
Allow isDereferenceablePointer to look through some bitcasts
Hal Finkel
2014-07-10
1
-3
/
+3
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-36
/
+37
*
Remove more default address space argument usage.
Matt Arsenault
2014-04-23
1
-1
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-53
/
+43
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Move DIBuilder.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-6
/
+6
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-91
/
+91
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+3
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
[next]