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
...
*
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
*
[InstCombine] Actually combine AA metadata when replacing one load with another
Bjorn Steinbrink
2015-07-10
1
-2
/
+0
*
[InstCombine] Employ AliasAnalysis in FindAvailableLoadedValue
Bjorn Steinbrink
2015-07-10
1
-1
/
+1
*
[InstCombine] Properly combine metadata when replacing a load with another
Bjorn Steinbrink
2015-07-10
1
-1
/
+18
*
[InstCombine] Fold IntToPtr and PtrToInt into preceding loads.
David Majnemer
2015-05-28
1
-5
/
+10
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
1
-2
/
+2
*
[InstCombine] Canonicalize single element array store
David Majnemer
2015-05-11
1
-0
/
+9
*
[InstCombine] Canonicalize single element array load
David Majnemer
2015-05-11
1
-0
/
+10
*
Update InstCombine to transform aggregate loads into scalar loads.
Mehdi Amini
2015-05-07
1
-3
/
+32
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
[opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...
David Blaikie
2015-03-30
1
-2
/
+4
*
Update InstCombine to transform aggregate stores into scalar stores.
Mehdi Amini
2015-03-14
1
-0
/
+28
*
instcombine: alloca: Canonicalize scalar allocation array size
Duncan P. N. Exon Smith
2015-03-13
1
-2
/
+10
*
instcombine: alloca: Limit array size type promotion
Duncan P. N. Exon Smith
2015-03-13
1
-9
/
+9
*
AsmWriter: Write alloca array size explicitly (and -instcombine fixup)
Duncan P. N. Exon Smith
2015-03-13
1
-4
/
+4
*
instcombine: alloca: Remove nesting in simplifyAllocaArraySize(), NFC
Duncan P. N. Exon Smith
2015-03-13
1
-27
/
+30
*
instcombine: alloca: Split out simplifyAllocaArraySize(), NFC
Duncan P. N. Exon Smith
2015-03-13
1
-8
/
+15
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-54
/
+45
*
[IC] Turn non-null MD on pointer loads to range MD on integer loads.
Charles Davis
2015-02-25
1
-4
/
+18
*
[InstCombine] Remove unnecessary variable indexing into single-element arrays
Hal Finkel
2015-02-20
1
-0
/
+187
*
[IC] Fix a bug with the instcombine canonicalizing of loads and
Chandler Carruth
2015-02-13
1
-2
/
+9
*
[PM] Rename InstCombine.h to InstCombineInternal.h in preparation for
Chandler Carruth
2015-01-22
1
-1
/
+1
*
[canonicalize] Teach InstCombine to canonicalize loads which are only
Chandler Carruth
2015-01-22
1
-0
/
+29
*
[canonicalize] Move a helper function further up the file so it can be
Chandler Carruth
2015-01-22
1
-47
/
+47
*
[canonicalization] Refactor how we create new stores into a helper
Chandler Carruth
2015-01-21
1
-38
/
+48
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-9
/
+6
*
Loading from null is valid outside of addrspace 0
Philip Reames
2014-12-29
1
-10
/
+10
*
Revert r223764 which taught instcombine about integer-based elment extraction
Chandler Carruth
2014-12-09
1
-349
/
+41
*
Teach instcombine to canonicalize "element extraction" from a load of an
Chandler Carruth
2014-12-09
1
-41
/
+349
[prev]
[next]