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
*
[LoopUnswitch] Unswitch on conditions feeding into guards
Sanjoy Das
2016-06-26
1
-0
/
+97
*
update tests to use FileCheck
Sanjay Patel
2016-06-25
1
-34
/
+47
*
Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB"
David Majnemer
2016-06-25
3
-0
/
+25
*
[SimplifyCFG] Stop inserting calls to llvm.trap for UB
David Majnemer
2016-06-25
3
-25
/
+0
*
[InstSimplify] Replace calls to null with undef
David Majnemer
2016-06-25
1
-0
/
+16
*
[SimplifyCFG] Replace calls to null/undef with unreachable
David Majnemer
2016-06-25
1
-0
/
+31
*
[PlaceSafepoints] Don't call undef in test case; NFC
Sanjoy Das
2016-06-25
1
-1
/
+3
*
[LoopUnswitch] Avoid exponential behavior
Sanjoy Das
2016-06-25
1
-0
/
+51
*
The absence of noreturn doesn't ensure mayReturn
David Majnemer
2016-06-25
1
-18
/
+0
*
IR: Introduce llvm.type.checked.load intrinsic.
Peter Collingbourne
2016-06-25
6
-12
/
+257
*
Reinstate r273711
David Majnemer
2016-06-25
2
-0
/
+29
*
[PM] Port float2int to the new pass manager
Michael Kuperstein
2016-06-24
1
-0
/
+1
*
Hookup ProfileSummary with SampleProfilerLoader
Dehao Chen
2016-06-24
2
-0
/
+18
*
Revert r273711, it caused PR28298.
Nico Weber
2016-06-24
1
-10
/
+0
*
IR: New representation for CFI and virtual call optimization pass metadata.
Peter Collingbourne
2016-06-24
32
-383
/
+278
*
[PM] Port PreISelIntrinsicLowering to the new PM
Michael Kuperstein
2016-06-24
1
-0
/
+1
*
SimplifyInstruction does not imply DCE
David Majnemer
2016-06-24
1
-0
/
+10
*
Revert "InstCombine rule to fold trunc when value available"
Reid Kleckner
2016-06-24
1
-57
/
+0
*
[InstCombine] consolidate commutation variants of matchSelectFromAndOr() in o...
Sanjay Patel
2016-06-24
1
-38
/
+147
*
[LV] Preserve order of dependences in interleaved accesses analysis
Matthew Simpson
2016-06-24
1
-0
/
+305
*
Teaching SimplifyCFG to recognize the Or-Mask trick that InstCombine uses to
Chuang-Yu Cheng
2016-06-24
1
-0
/
+39
*
InstCombine rule to fold trunc when value available
Anna Thomas
2016-06-23
1
-0
/
+57
*
Upgrade other old memset/memcpy signatures in tests causing buildbot failures...
Artur Pilipenko
2016-06-23
1
-2
/
+0
*
[LoopUnrollAnalyzer] Fix a bug in UnrolledInstAnalyzer::visitLoad.
Michael Zolotukhin
2016-06-23
1
-0
/
+18
*
Allow DeadStoreElimination to track combinations of partial later wrties
Hal Finkel
2016-06-23
1
-0
/
+200
*
[SCCP] Don't assume all Constants are ConstantInt
David Majnemer
2016-06-23
1
-0
/
+10
*
[ValueTracking] improve ComputeNumSignBits for vector constants
Sanjay Patel
2016-06-22
1
-2
/
+1
*
Upgrade old memset/memcpy signatures (without isVolatile argument) in tests
Artur Pilipenko
2016-06-22
1
-3
/
+1
*
[InstSimplify] add ashr tests including vector types
Sanjay Patel
2016-06-22
1
-0
/
+42
*
[SLPVectorizer][X86] Added ceil/floor/nearbyint/rint/trunc vectorization tests
Simon Pilgrim
2016-06-22
1
-0
/
+2158
*
[InstSimplify] regenerate checks
Sanjay Patel
2016-06-22
1
-212
/
+256
*
[Kryo] Enable loop prefetcher.
Haicheng Wu
2016-06-21
1
-0
/
+51
*
Fix PR28219: Use profile summary from reader and not compute it
Easwaran Raman
2016-06-21
2
-0
/
+22
*
reverted the prev commit due to assertion failure
Elena Demikhovsky
2016-06-21
1
-43
/
+0
*
Fixed consecutive memory access detection in Loop Vectorizer.
Elena Demikhovsky
2016-06-21
1
-0
/
+43
*
[X86][SSE] Add cost model for BSWAP of vectors
Simon Pilgrim
2016-06-20
1
-134
/
+68
*
[InstSimplify] analyze (optionally casted) icmps to eliminate obviously false...
Sanjay Patel
2016-06-20
3
-41
/
+98
*
Pass AssumptionCacheTracker from SampleProfileLoader to Inliner
Dehao Chen
2016-06-20
2
-0
/
+75
*
InstCombine: Don't strip convergent from intrinsic callsites
Matt Arsenault
2016-06-20
1
-0
/
+11
*
[InstCombine] consolidate some icmp+logic tests and improve checks
Sanjay Patel
2016-06-20
4
-47
/
+53
*
[InstCombine] update to use FileCheck with autogenerated exact checking
Sanjay Patel
2016-06-20
1
-9
/
+22
*
[InstCombine] update to use FileCheck with autogenerated exact checking
Sanjay Patel
2016-06-20
1
-143
/
+269
*
[InstCombine] regenerate checks
Sanjay Patel
2016-06-20
1
-30
/
+45
*
Reapply "[LoopIdiom] Don't remove dead operands manually"
David Majnemer
2016-06-20
1
-0
/
+26
*
Revert "[LoopIdiom] Don't remove dead operands manually"
Cong Liu
2016-06-20
1
-26
/
+0
*
Fix for PR27940
Patrik Hagglund
2016-06-20
1
-0
/
+83
*
[LoopIdiom] Don't remove dead operands manually
David Majnemer
2016-06-20
1
-0
/
+26
*
[InstSimplify] add tests for PR27689; regenerate checks
Sanjay Patel
2016-06-19
1
-22
/
+56
*
[LoadCombine] Combine Loads formed from GEPS with negative indexes
David Majnemer
2016-06-19
1
-0
/
+19
*
Add looping testcase that broke in r272987
Matt Arsenault
2016-06-18
1
-0
/
+21
[next]