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
/
InstCombine
/
InstCombineLoadStoreAlloca.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-5
/
+5
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bitcast.
Alexey Bataev
2017-12-12
1
-4
/
+20
*
Revert "[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bi...
Alexey Bataev
2017-12-12
1
-29
/
+11
*
[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bitcast.
Alexey Bataev
2017-12-12
1
-11
/
+29
*
Revert "[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bi...
Alexey Bataev
2017-12-12
1
-21
/
+4
*
[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bitcast.
Alexey Bataev
2017-12-12
1
-4
/
+21
*
Revert "[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bi...
Alexey Bataev
2017-12-12
1
-29
/
+11
*
[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bitcast.
Alexey Bataev
2017-12-12
1
-11
/
+29
*
Revert "[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bi...
Alexey Bataev
2017-12-12
1
-20
/
+4
*
[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bitcast.
Alexey Bataev
2017-12-12
1
-4
/
+20
*
Revert "[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bi...
Alexey Bataev
2017-12-12
1
-17
/
+2
*
[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bitcast.
Alexey Bataev
2017-12-12
1
-2
/
+17
*
[InstComineLoadStoreAlloca] Optimize stores to GEP off null base
Anna Thomas
2017-12-12
1
-1
/
+12
*
Revert r320407 "[InstCombine] Fix PR35618: Instcombine hangs on single minmax...
Hans Wennborg
2017-12-11
1
-17
/
+2
*
[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bitcast.
Alexey Bataev
2017-12-11
1
-2
/
+17
*
[InstCombine] PR35354: Convert store(bitcast, load bitcast (select (Cond, &V1...
Alexey Bataev
2017-12-08
1
-1
/
+56
*
Update getMergedLocation to check the instruction type and merge properly.
Dehao Chen
2017-10-02
1
-2
/
+1
*
Fix DebugLoc propagation for unreachable LoadInst
Weiming Zhao
2017-07-19
1
-2
/
+3
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-5
/
+5
*
[InstCombine] Make InstCombine's IRBuilder be passed by reference everywhere
Craig Topper
2017-07-07
1
-36
/
+35
*
[InstCombine] Retain TBAA when narrowing memory accesses
Keno Fischer
2017-06-28
1
-2
/
+22
*
[InstCombine] Factor the logic for propagating !nonnull and !range
Chandler Carruth
2017-06-26
1
-26
/
+2
*
[InstCombine] Don't replace allocas with smaller globals
Vitaly Buka
2017-06-24
1
-1
/
+14
*
[ValueTracking] Replace all uses of ComputeSignBit with computeKnownBits.
Craig Topper
2017-05-15
1
-4
/
+2
*
[InstCombine] Reduce visitLoadInst() code duplication. NFCI.
Davide Italiano
2017-04-19
1
-20
/
+18
*
[InstCombine] Fix bug in pointer replacement
Yaxun Liu
2017-02-24
1
-1
/
+1
*
[InstCombine] Move class into anonymous namespace. NFC.
Benjamin Kramer
2017-02-10
1
-0
/
+2
*
[InstCombine] Silence unused variable warning in Release builds.
Benjamin Kramer
2017-02-10
1
-0
/
+2
*
Fix invalid addrspacecast due to combining alloca with global var
Yaxun Liu
2017-02-10
1
-7
/
+115
*
[InstCombine] Make max size array combine a tunable.
Davide Italiano
2017-02-07
1
-2
/
+2
*
Merge DebugLoc on combined stores; in this case, when combining stores
Paul Robinson
2017-02-06
1
-1
/
+4
*
Don't combine stores to a swifterror pointer operand to a different type
Arnold Schwaighofer
2017-01-31
1
-1
/
+2
*
[InstCombine] Don't DSE across readnone functions that may throw
Sanjoy Das
2017-01-17
1
-5
/
+5
*
[InstCombine] use combineMetadataForCSE instead of copying it; NFCI
Sanjay Patel
2017-01-02
1
-14
/
+4
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-3
/
+3
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-3
/
+3
*
[PR29121] Don't fold if it would produce atomic vector loads or stores
Philip Reames
2016-12-01
1
-14
/
+28
*
Analysis: Move llvm::getConstantRangeFromMetadata to IR library.
Peter Collingbourne
2016-10-21
1
-0
/
+1
*
[InstCombine] Transform !range metadata to !nonnull when combining loads
David Majnemer
2016-10-11
1
-2
/
+10
*
[InstCombine] Don't unpack arrays that are too large (part 2).
Davide Italiano
2016-10-07
1
-0
/
+7
*
[InstCombine] Don't unpack arrays that are too large
Davide Italiano
2016-10-07
1
-0
/
+7
*
InstCombine: Don't combine loads/stores from swifterror to a new type
Arnold Schwaighofer
2016-09-10
1
-0
/
+8
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-8
/
+7
*
[JumpThreading] Fix handling of aliasing metadata.
Eli Friedman
2016-08-08
1
-2
/
+1
*
[InstCombine] Don't coerce non-integral pointers to integers
Sanjoy Das
2016-08-06
1
-1
/
+2
*
InstCombine: Clean up some trailing whitespace. NFC
Justin Bogner
2016-08-05
1
-1
/
+1
*
InstCombine: Replace some never-null pointers with references. NFC
Justin Bogner
2016-08-05
1
-3
/
+3
*
[InstCombine] Don't widen metadata on store-to-load forwarding
Eli Friedman
2016-06-16
1
-2
/
+4
[next]