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
*
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
*
Reapply 267210 with fix for PR27490
Philip Reames
2016-05-06
1
-8
/
+10
*
isSafeToLoadUnconditionally support queries without a context
Artur Pilipenko
2016-04-27
1
-2
/
+2
*
Optimize store of "bitcast" from vector to aggregate.
Arch D. Robison
2016-04-25
1
-0
/
+60
*
Revert r267210, it makes clang assert (PR27490).
Nico Weber
2016-04-22
1
-11
/
+6
*
[unordered] sink unordered stores at end of blocks
Philip Reames
2016-04-22
1
-4
/
+3
*
[unordered] Extend load/store type canonicalization to handle unordered opera...
Philip Reames
2016-04-22
1
-6
/
+11
*
NFC: fix copy / paste comment
JF Bastien
2016-04-21
1
-2
/
+2
*
NFC: fix nonsensical comment
JF Bastien
2016-04-21
1
-1
/
+1
*
[instcombine][unordered] Extend load(select) transform to handle unordered loads
Philip Reames
2016-04-21
1
-4
/
+3
*
[unordered] unordered loads from null are still unreachable
Philip Reames
2016-04-21
1
-3
/
+7
*
[instcombine][unordered] Implement *-load forwarding for unordered atomics
Philip Reames
2016-04-21
1
-4
/
+4
*
Fix a typo in rL265762
Sanjoy Das
2016-04-17
1
-1
/
+1
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-1
/
+1
*
[InstCombine] Use Twines to generate names.
Benjamin Kramer
2016-03-11
1
-15
/
+5
*
Explode store of arrays in instcombine
Amaury Sechet
2016-03-02
1
-1
/
+33
*
Unpack array of all sizes in InstCombine
Amaury Sechet
2016-03-02
1
-5
/
+38
*
NFC: Fix formating
Amaury Sechet
2016-02-17
1
-4
/
+4
*
Fix load alignement when unpacking aggregates structs
Amaury Sechet
2016-02-17
1
-12
/
+26
*
Re-apply r238452, the bug was in clang and was fixed in r260567.
Quentin Colombet
2016-02-11
1
-5
/
+10
*
Set load alignment on aggregate loads.
Pete Cooper
2016-02-11
1
-1
/
+2
*
[InstCombine] Revert r238452: Fold IntToPtr and PtrToInt into preceding loads.
Quentin Colombet
2016-02-03
1
-10
/
+5
*
function names start with a lowercase letter; NFC
Sanjay Patel
2016-02-01
1
-23
/
+23
*
[opaque pointer types] [NFC] FindAvailableLoadedValue: take LoadInst instead ...
Eduard Burtescu
2016-01-22
1
-1
/
+1
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
1
-4
/
+2
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-1
/
+1
*
Change isSafeToLoadUnconditionally arguments order. Separated from http://rev...
Artur Pilipenko
2016-01-15
1
-2
/
+2
*
[OperandBundles] Have InstCombine play nice with operand bundles
David Majnemer
2015-12-23
1
-4
/
+6
*
[InstCombine] Extend peephole DSE to handle unordered atomics
Philip Reames
2015-12-17
1
-6
/
+11
*
InstCombineLoadStoreAlloca.cpp: Avoid instantiating Twine.
NAKAMURA Takumi
2015-12-15
1
-4
/
+9
*
Instcombine: destructor loads of structs that do not contains padding
Mehdi Amini
2015-12-15
1
-2
/
+55
*
Preserve load alignment and dereferenceable metadata during some transformations
Artur Pilipenko
2015-11-02
1
-5
/
+16
*
InstCombine: Remove ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-5
/
+5
*
inariant.group handling in GVN
Piotr Padlewski
2015-10-02
1
-7
/
+4
*
Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()...
Larisse Voufo
2015-09-18
1
-3
/
+4
*
Revert "Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoade...
Larisse Voufo
2015-09-15
1
-4
/
+3
*
Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()...
Larisse Voufo
2015-09-12
1
-3
/
+4
*
Fix typos.
Bruce Mitchener
2015-09-12
1
-3
/
+3
*
Rename Instruction::dropUnknownMetadata() to dropUnknownNonDebugMetadata()
Adrian Prantl
2015-08-20
1
-1
/
+0
*
Fix a bug that caused SimplifyCFG to drop DebugLocs.
Adrian Prantl
2015-08-20
1
-0
/
+1
[next]