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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BasicAA] Make BasicAA a cfg pass.
Alina Sbirlea
2020-06-23
1
-3
/
+3
*
[SCEV] accurate range for addrecexpr with nuw flag
Zheng Chen
2020-01-12
1
-2
/
+2
*
[SCEV] more accurate range for addrecexpr with nsw flag.
Zheng Chen
2020-01-11
1
-4
/
+4
*
[SCEV] [NFC] add more test cases for range of addrecexpr with nsw flag
Zheng Chen
2020-01-10
1
-4
/
+65
*
[SCEV] [NFC] add testcase for constant range for addrecexpr with nsw flag
Zheng Chen
2020-01-09
1
-0
/
+19
*
[CostModel][X86] Add missing scalar i64->f32 uitofp costs
Simon Pilgrim
2020-01-06
1
-11
/
+11
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
5
-5
/
+5
*
Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...
Fangrui Song
2019-12-24
1
-2
/
+2
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
7
-11
/
+11
*
[SCEV] add testcase for get accurate range for addrecexpr with nuw flag
czhengsz
2019-12-22
1
-0
/
+20
*
[DDG] Data Dependence Graph - Ordinals
Bardia Mahjour
2019-12-19
3
-226
/
+227
*
[SCEV] NFC - add testcase for get accurate range for AddExpr
czhengsz
2019-12-19
1
-0
/
+21
*
[AMDGPU] Implemented fma cost analysis
Stanislav Mekhanoshin
2019-12-18
1
-0
/
+120
*
[AMDGPU] Fixed cost model for packed 16 bit ops
Stanislav Mekhanoshin
2019-12-17
7
-102
/
+258
*
[BasicAA] Use GEP as context for computeKnownBits in aliasGEP.
Florian Hahn
2019-12-12
1
-0
/
+116
*
[ValueTracking] Pointer is known nonnull after load/store
Danila Kutenin
2019-12-11
1
-8
/
+3
*
[ValueTracking] Add tests for non-null check after load/store; NFC
Danila Kutenin
2019-12-11
1
-17
/
+110
*
[DA] Improve dump to show source and sink of the dependence
Bardia Mahjour
2019-12-11
1
-0
/
+50
*
[ConstantFold][SVE] Fix constant folding for shufflevector.
Eli Friedman
2019-12-09
1
-0
/
+11
*
[ARM] Teach the Arm cost model that a Shift can be folded into other instruct...
David Green
2019-12-09
1
-18
/
+18
*
[ARM] Additional tests and minor formatting. NFC
David Green
2019-12-09
1
-0
/
+96
*
[x86] add cost model special-case for insert/extract from element 0
Sanjay Patel
2019-12-06
4
-62
/
+62
*
[ConstantFold][SVE] Skip scalable vectors in ConstantFoldInsertElementInstruc...
Huihui Zhang
2019-12-05
1
-0
/
+19
*
[DDG] Data Dependence Graph - Topological Sort (Memory Leak Fix)
Bardia Mahjour
2019-12-03
4
-349
/
+356
*
Reland "b19ec1eb3d0c [BPI] Improve unreachable/ColdCall heurstics to handle l...
Taewook Oh
2019-12-02
2
-0
/
+44
*
Autogenerate test/Analysis/ValueTracking/non-negative-phi-bits.ll test
Roman Lebedev
2019-12-02
1
-1
/
+1
*
[PowerPC] Separate Features that are known to be Power9 specific from Future CPU
Stefan Pintilie
2019-11-27
1
-0
/
+16
*
Revert b19ec1eb3d0c
taewookoh
2019-11-27
2
-44
/
+0
*
[x86] make SLM extract vector element more expensive than default
Sanjay Patel
2019-11-27
4
-255
/
+1197
*
[BPI] Improve unreachable/ColdCall heurstics to handle loops.
Taewook Oh
2019-11-27
2
-0
/
+44
*
[ConstFolding] move tests for copysign; NFC
Sanjay Patel
2019-11-26
1
-0
/
+53
*
Revert "[DDG] Data Dependence Graph - Topological Sort"
Bardia Mahjour
2019-11-25
4
-356
/
+349
*
[DDG] Data Dependence Graph - Topological Sort
bmahjour
2019-11-25
4
-349
/
+356
*
[Tests] Autogenerate a bunch of SCEV trip count tests for readability. Will ...
Philip Reames
2019-11-21
9
-260
/
+443
*
[SCEV] Add a mode to skip classification when printing analysis
Philip Reames
2019-11-21
1
-113
/
+1
*
[SCEV] Be robust against IR generated by simple-loop-unswitch
Philip Reames
2019-11-21
1
-48
/
+64
*
[MemorySSA] Moving at the end often means before terminator.
Alina Sbirlea
2019-11-20
1
-0
/
+27
*
[MemorySSA] Update analysis when the terminator is a memory instruction.
Alina Sbirlea
2019-11-20
1
-0
/
+63
*
Precommit test showing oppurtunity when computing exit tests of unsimplified IR
Philip Reames
2019-11-19
1
-0
/
+461
*
AMDGPU: Split test functions to avoid dependency on subtarget
Matt Arsenault
2019-11-19
1
-57
/
+155
*
[ConstantFold] Handle identity folds at top of ConstantFoldBinaryInst
Florian Hahn
2019-11-17
1
-4
/
+4
*
[ConstantFold] Add some tests for binops with constants and undefs.
Florian Hahn
2019-11-17
1
-0
/
+50
*
[LoopCacheAnalysis]: Fix assertion failure during cost computation
Rachel Craik
2019-11-15
1
-0
/
+35
*
Remove commented out CHECK-NEXT to try and appease llvm-clang-x86_64-expensiv...
Simon Pilgrim
2019-11-13
1
-1
/
+0
*
[X86] Remove setOperationAction for FP_TO_SINT v8i16.
Craig Topper
2019-11-12
1
-12
/
+12
*
[GlobalsAA] Reenable test.
Alina Sbirlea
2019-11-12
1
-3
/
+1
*
Temporarily disable test.
Alina Sbirlea
2019-11-12
1
-0
/
+2
*
[GlobalsAA] Restrict ModRef result if any internal method has its address taken.
Alina Sbirlea
2019-11-12
3
-0
/
+147
*
[DDG] Data Dependence Graph - Pi Block
bmahjour
2019-11-08
4
-301
/
+342
*
[CostModel] Fixed isExtractSubvectorMask for undef index off end
Tim Renouf
2019-11-08
1
-0
/
+5
[next]