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
*
[InstCombine] Fix infinite loop in min/max load/store bitcast combine (PR44835)
Nikita Popov
2020-02-10
1
-0
/
+5
*
[InstCombine] Fix worklist management in DSE (PR44552)
Nikita Popov
2020-01-23
1
-2
/
+5
*
[InstCombine] Make combineLoadToNewType a method; NFC
Nikita Popov
2020-01-14
1
-13
/
+12
*
[InstCombine] Let combineLoadToNewType preserve ABI alignment of the load (PR...
Juneyoung Lee
2020-01-15
1
-1
/
+8
*
[InstCombine] Teach removeBitcastsFromLoadStoreOnMinMax not to change the siz...
Craig Topper
2019-12-16
1
-5
/
+14
*
[InstCombine] Skip scalable vectors in combineLoadToOperationType
Diana Picus
2019-11-12
1
-0
/
+1
*
[Alignment][NFC] Convert StoreInst to MaybeAlign
Guillaume Chatelet
2019-10-22
1
-2
/
+2
*
[Alignment][NFC] Finish transition for `Loads`
Guillaume Chatelet
2019-10-21
1
-8
/
+8
*
[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
Guillaume Chatelet
2019-10-03
1
-6
/
+6
*
[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-5
/
+6
*
[Alignment][NFC] Remove LoadInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-4
/
+4
*
[Transforms] move copying of load metadata to helper function; NFC
Sanjay Patel
2019-07-24
1
-45
/
+1
*
OpaquePtr: add Type parameter to Loads analysis API.
Tim Northover
2019-07-09
1
-2
/
+4
*
Use the DataLayout::typeSizeEqualsStoreSize helper. NFC
Bjorn Pettersson
2019-05-24
1
-1
/
+1
*
[InstCombine] Eliminate stores to constant memory
Philip Reames
2019-04-22
1
-0
/
+6
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-2
/
+2
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-9
/
+12
*
[CallSite removal] Remove CallSite uses from InstCombine.
Craig Topper
2019-01-31
1
-8
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[IR] Add Instruction::isLifetimeStartOrEnd, NFC
Vedant Kumar
2018-12-21
1
-7
/
+4
*
[InstCombine] Preserve access-group metadata.
Michael Kruse
2018-12-20
1
-1
/
+1
*
Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.
Michael Kruse
2018-12-20
1
-0
/
+1
*
[InstCombine] Set debug loc on `mergeStoreIntoSuccessor` phi
Vedant Kumar
2018-11-19
1
-2
/
+6
*
[IR] Add hasNPredecessors, hasNPredecessorsOrMore to BasicBlock
Vedant Kumar
2018-11-19
1
-1
/
+1
*
[InstCombine] simplify code for merging stores; NFCI
Sanjay Patel
2018-11-10
1
-50
/
+27
*
[Local] Make DoesKMove required for combineMetadata.
Florian Hahn
2018-08-24
1
-1
/
+1
*
[InstCombine] Limit simplifyAllocaArraySize constant folding to values that f...
Simon Pilgrim
2018-08-13
1
-24
/
+26
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
llvm: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-09
1
-6
/
+11
*
Use Type::isIntOrPtrTy where possible, NFC
Vedant Kumar
2018-07-06
1
-1
/
+1
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[InstCombine] Fix PR37526: MinMax patterns produce an infinite loop.
Alexey Bataev
2018-05-21
1
-3
/
+8
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-3
/
+3
*
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
[next]