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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix non-determinism in Reassociate caused by address coincidences
Daniel Sanders
2019-03-22
1
-5
/
+18
*
InstCombineSimplifyDemanded: Allow v3 results for AMDGCN buffer and image int...
Tim Renouf
2019-03-22
1
-2
/
+1
*
Don't add a tail keyword to calls to ObjC runtime functions if the calls
Akira Hatanaka
2019-03-21
1
-1
/
+1
*
[InstCombine] Don't transform ((C1 OP zext(X)) & C2) -> zext((C1 OP X) & C2) ...
Craig Topper
2019-03-21
1
-1
/
+5
*
Fix -Wmisleading-indentation gcc7 warning. NFCI.
Simon Pilgrim
2019-03-21
1
-6
/
+6
*
Silence warning about unused variable in builds without asserts [NFC]
Mikael Holmen
2019-03-21
1
-0
/
+1
*
[instcombine] Add some todos, and arrange code for readibility
Philip Reames
2019-03-21
2
-32
/
+38
*
[NFC] Fix brace indentation.
Alina Sbirlea
2019-03-20
1
-1
/
+1
*
Resubmit r356511 "[TailCallElim] Add tailcall elimination pass to LTO pipelines"
Robert Lougher
2019-03-20
1
-0
/
+4
*
Simplify operands of masked stores and scatters based on demanded elements
Philip Reames
2019-03-20
2
-8
/
+52
*
[LICM & MemorySSA] Don't sink/hoist stores in the presence of ordered loads.
Alina Sbirlea
2019-03-20
1
-25
/
+30
*
[InstCombine] Fold add nuw + uadd.with.overflow
Nikita Popov
2019-03-20
1
-6
/
+9
*
[instcombine] Add todos describing missing transforms for masked.* intrinsics
Philip Reames
2019-03-20
1
-0
/
+17
*
Revert r356511 "[TailCallElim] Add tailcall elimination pass to LTO pipelines"
Robert Lougher
2019-03-19
1
-4
/
+0
*
[TailCallElim] Add tailcall elimination pass to LTO pipelines
Robert Lougher
2019-03-19
1
-0
/
+4
*
Demanded elements support for masked.load and masked.gather
Philip Reames
2019-03-19
1
-0
/
+20
*
[InstCombine] fold logic-of-nan-fcmps (PR41069)
Sanjay Patel
2019-03-19
1
-0
/
+52
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-15
/
+4
*
Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"
Markus Lavin
2019-03-19
1
-4
/
+15
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-15
/
+4
*
[InstCombine] allow general vector constants for funnel shift to shift transf...
Sanjay Patel
2019-03-18
1
-20
/
+13
*
[InstCombine] extend rotate-left-by-constant canonicalization to funnel shift
Sanjay Patel
2019-03-18
1
-9
/
+10
*
[InstCombine] canonicalize rotate right by constant to rotate left
Sanjay Patel
2019-03-17
1
-7
/
+20
*
[SimplifyDemandedVec] Strengthen handling all undef lanes (particularly GEPs)
Philip Reames
2019-03-15
3
-5
/
+31
*
[LLVM-C] Expose the "Add Discriminators" Pass To LLVM-C
Robert Widmann
2019-03-15
1
-0
/
+3
*
[ThinLTO] Restructure AliasSummary to contain ValueInfo of Aliasee
Teresa Johnson
2019-03-15
1
-6
/
+1
*
[LSR] Check for signed overflow in NarrowSearchSpaceByDetectingSupersets.
Florian Hahn
2019-03-15
1
-1
/
+3
*
AMDGPU: Remove intrinsic operand assert
Matt Arsenault
2019-03-14
1
-5
/
+1
*
[InstCombine] canonicalize funnel shift constant shift amount to be modulo bi...
Sanjay Patel
2019-03-14
1
-2
/
+13
*
Fix for buildbots
Sam Parker
2019-03-14
1
-11
/
+9
*
[NFC][LSR] Cleanup Cost API
Sam Parker
2019-03-14
1
-63
/
+54
*
IR: Add immarg attribute
Matt Arsenault
2019-03-12
3
-23
/
+11
*
[SROA] Fix a crash when trying to convert a memset to an non-integral pointer...
Philip Reames
2019-03-12
1
-6
/
+17
*
[SanitizerCoverage] Avoid splitting critical edges when destination is a basi...
Craig Topper
2019-03-12
2
-1
/
+5
*
[format] \t => ' '
Liang Zou
2019-03-12
1
-1
/
+1
*
[SimplifyLibCalls] Simplify optimizePuts
Fangrui Song
2019-03-12
1
-10
/
+6
*
Revert rL355906: [SLP] Remove redundancy of performing operand reordering twi...
Simon Pilgrim
2019-03-12
1
-169
/
+82
*
Try to fix SLPVectorizer BoUpSLP::BoEdgeInfo::dump visibility on non-debug bu...
Simon Pilgrim
2019-03-12
1
-3
/
+1
*
[SLP] Remove redundancy of performing operand reordering twice: once in build...
Simon Pilgrim
2019-03-12
1
-82
/
+171
*
[SimplifyLibCalls] Fix comments about fputs, memchr, and s[n]printf. NFC
Fangrui Song
2019-03-12
1
-5
/
+7
*
Very minor typo. NFC
Kristina Brooks
2019-03-12
1
-1
/
+1
*
Reland "Relax constraints for reduction vectorization"
Sanjoy Das
2019-03-12
3
-27
/
+38
*
Revert "Relax constraints for reduction vectorization"
Sanjoy Das
2019-03-11
3
-38
/
+27
*
Relax constraints for reduction vectorization
Sanjoy Das
2019-03-11
3
-27
/
+38
*
Remove esan.
Nico Weber
2019-03-11
3
-894
/
+0
*
[coroutines][PR40979] Ignore unreachable uses across suspend points
Brian Gesiak
2019-03-11
1
-0
/
+2
*
[Utils] Extract EliminateUnreachableBlocks (NFC)
Brian Gesiak
2019-03-11
1
-0
/
+22
*
[SimplifyCFG] Retain debug info when threading jumps with critical edges
Jeremy Morse
2019-03-11
1
-1
/
+2
*
[JumpThreading] Retain debug info when replacing branch instructions
Jeremy Morse
2019-03-11
1
-2
/
+5
*
[SelectionDAG] Allow the user to specify a memeq function.
Clement Courbet
2019-03-08
2
-23
/
+49
[next]