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
/
test
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "Add a pass to lower is.constant and objectsize intrinsics"
Dmitri Gribenko
2019-10-14
5
-122
/
+154
*
Add a pass to lower is.constant and objectsize intrinsics
Joerg Sonnenberger
2019-10-13
5
-154
/
+122
*
[Attributor] Shortcut no-return through will-return
Johannes Doerfert
2019-10-13
6
-6
/
+18
*
[Attributor][FIX] NullPointerIsDefined needs the pointer AS (AANonNull)
Johannes Doerfert
2019-10-13
4
-3
/
+10
*
[Attributor][MemBehavior] Fallback to the function state for arguments
Johannes Doerfert
2019-10-13
3
-11
/
+13
*
[Attributor][FIX] Use check prefix that is actually tested
Johannes Doerfert
2019-10-13
3
-15
/
+15
*
[ConstantFold] fix inconsistent handling of extractelement with undef index (...
Sanjay Patel
2019-10-13
1
-1
/
+1
*
[InstCombine] don't assume 'inbounds' for bitcast deref or null pointer in no...
Sanjay Patel
2019-10-13
1
-2
/
+2
*
[NFC][InstCombine] More test for "sign bit test via shifts" pattern (PR43595)
Roman Lebedev
2019-10-13
6
-13
/
+377
*
[Attributor][FIX] Avoid splitting blocks if possible
Johannes Doerfert
2019-10-13
3
-8
/
+8
*
[Attributor][FIX] Ensure h2s doesn't trigger on escaped pointers
Johannes Doerfert
2019-10-13
1
-52
/
+67
*
[Attributor][FIX] Do not apply h2s for arbitrary mallocs
Johannes Doerfert
2019-10-13
1
-0
/
+5
*
[Attributor][FIX] Add missing function declaration in test case
Johannes Doerfert
2019-10-13
1
-0
/
+2
*
[Attributor][FIX] Avoid modifying naked/optnone functions
Johannes Doerfert
2019-10-13
1
-0
/
+24
*
[SROA] Reuse existing lifetime markers if possible
Johannes Doerfert
2019-10-13
1
-0
/
+69
*
[LoopIdiomRecognize] Recommit: BCmp loop idiom recognition
Roman Lebedev
2019-10-12
3
-595
/
+407
*
[NFC][LoopIdiom] Add bcmp loop idiom miscompile test from PR43206.
Roman Lebedev
2019-10-12
1
-3
/
+54
*
[NFC][LoopIdiom] Move one bcmp test into the proper place
Roman Lebedev
2019-10-12
2
-23
/
+47
*
[CostModel][X86] Improve sum reduction costs.
Simon Pilgrim
2019-10-12
1
-1
/
+1
*
recommit: [LoopVectorize][PowerPC] Estimate int and float register pressure s...
Zi Xuan Wu
2019-10-12
3
-10
/
+165
*
Dead Virtual Function Elimination
Oliver Stannard
2019-10-11
9
-0
/
+749
*
[NFC] run specific pass instead of whole -O3 pipeline for popcount recoginzat...
Chen Zheng
2019-10-11
1
-5
/
+5
*
[InstCombine] recognize popcount.
Chen Zheng
2019-10-11
1
-0
/
+193
*
[CVP] Remove a masking operation if range information implies it's a noop
Philip Reames
2019-10-11
3
-3
/
+128
*
[Attributor][FIX] Do not replace musstail calls with constant
Johannes Doerfert
2019-10-11
1
-0
/
+5
*
[ValueTracking] Improve pointer offset computation for cases of same base
Rong Xu
2019-10-10
1
-0
/
+77
*
[InstCombine] Add test case for PR43617 (NFC)
Evandro Menezes
2019-10-10
1
-0
/
+10
*
Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator"
Dmitri Gribenko
2019-10-10
4
-17
/
+17
*
[Attributor] Handle `null` differently in capture and alias logic
Johannes Doerfert
2019-10-10
2
-1
/
+10
*
[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator
Cameron McInally
2019-10-09
4
-17
/
+17
*
[SampleFDO] Add indexing for function profiles so they can be loaded on demand
Wei Mi
2019-10-09
2
-0
/
+0
*
[ConstProp] add tests for extractelement with undef index; NFC
Sanjay Patel
2019-10-09
1
-6
/
+27
*
[InstCombine] add another test for gep inbounds; NFC
Sanjay Patel
2019-10-09
1
-0
/
+11
*
[SLP] respect target register width for GEP vectorization (PR43578)
Sanjay Patel
2019-10-09
3
-58
/
+60
*
[LV] Emitting SCEV checks with OptForSize
Sjoerd Meijer
2019-10-09
1
-0
/
+37
*
[CVP} Replace SExt with ZExt if the input is known-non-negative
Roman Lebedev
2019-10-08
1
-6
/
+6
*
[CVP][NFC] Revisit sext vs. zext test
Roman Lebedev
2019-10-08
1
-5
/
+33
*
Revert "[LoopVectorize][PowerPC] Estimate int and float register pressure sep...
Jinsong Ji
2019-10-08
3
-215
/
+10
*
[SLP] add test with prefer-vector-width function attribute; NFC (PR43578)
Sanjay Patel
2019-10-08
1
-0
/
+59
*
[Attributor][Fix] Temporary fix for windows build bot failure
Hideto Ueno
2019-10-08
1
-1
/
+3
*
[NFC][CVP] Add tests where we can replace sext with zext
Roman Lebedev
2019-10-08
1
-0
/
+107
*
[Attributor][MustExec] Deduce dereferenceable and nonnull attribute using Mus...
Hideto Ueno
2019-10-08
15
-65
/
+295
*
[SLP] add test with prefer-vector-width function attribute; NFC
Sanjay Patel
2019-10-08
1
-31
/
+73
*
[NFC] Add REQUIRES for r374017 in testcase
Zi Xuan Wu
2019-10-08
1
-0
/
+1
*
[LoopVectorize][PowerPC] Estimate int and float register pressure separately ...
Zi Xuan Wu
2019-10-08
3
-10
/
+214
*
[Attributor] Use local linkage instead of internal
Johannes Doerfert
2019-10-07
1
-2
/
+2
*
[Attributor] Use abstract call sites for call site callback
Johannes Doerfert
2019-10-07
1
-0
/
+63
*
[Attributor] Deduce memory behavior of functions and arguments
Johannes Doerfert
2019-10-07
15
-159
/
+155
*
[InstCombine] Fold conditional sign-extend of high-bit-extract into high-bit-...
Roman Lebedev
2019-10-07
1
-19
/
+19
*
[InstCombine][NFC] Tests for "conditional sign-extend of high-bit-extract" pa...
Roman Lebedev
2019-10-07
1
-0
/
+1040
[prev]
[next]