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
*
[LICM] Adjust how moving the re-hoist point works
John Brawn
2019-01-04
1
-0
/
+164
*
[SLPVectorizer] Flag ADD/SUB SSAT/USAT intrinsics trivially vectorizable (PR4...
Simon Pilgrim
2019-01-03
4
-1544
/
+300
*
[SLPVectorizer][X86] Add ADD/SUB SSAT/USAT tests (PR40123)
Simon Pilgrim
2019-01-03
4
-0
/
+4056
*
Teach ObjCARC optimizer about equivalent PHIs when eliminating autoreleaseRV/...
Pete Cooper
2019-01-03
1
-0
/
+18
*
[BDCE] Fix typo in test; NFC
Nikita Popov
2019-01-02
1
-2
/
+2
*
Fix assert in ObjCARC optimizer when deleting retainBlock of null or undef.
Pete Cooper
2019-01-02
1
-0
/
+5
*
[BDCE] Remove instructions without demanded bits
Nikita Popov
2019-01-02
2
-13
/
+2
*
[InstCombine] canonicalize raw IR rotate patterns to funnel shift
Sanjay Patel
2019-01-01
2
-30
/
+8
*
[BDCE] Regenerate test checks; NFC
Nikita Popov
2019-01-01
1
-11
/
+12
*
[BDCE] Remove -instsimplify from BDCE test; NFC
Nikita Popov
2019-01-01
1
-56
/
+19
*
Reapply "[BDCE][DemandedBits] Detect dead uses of undead instructions"
Nikita Popov
2019-01-01
1
-2
/
+27
*
[InstCombine] canonicalize MUL with NEG operand
Chen Zheng
2019-01-01
2
-18
/
+18
*
[InstCombine] [NFC] update testcases for canonicalize MUL with NEG operand
Chen Zheng
2018-12-29
1
-5
/
+20
*
[UnrollRuntime] NFC: Updated exiting tests and added more tests
Anna Thomas
2018-12-28
1
-23
/
+145
*
[UnrollRuntime] NFC: Add comment and verify LCSSA
Anna Thomas
2018-12-28
1
-5
/
+5
*
[NFC] Add failing test on LCSSA form preservation of LoopSimplifyCFG
Max Kazantsev
2018-12-28
1
-0
/
+25
*
Temporarily disable term folding in LoopSimplifyCFG, add tests
Max Kazantsev
2018-12-28
1
-0
/
+59
*
[LoopIdiomRecognize] Add CTTZ support
Craig Topper
2018-12-26
1
-0
/
+82
*
[LoopSimplifyCFG] Delete dead exiting edges
Max Kazantsev
2018-12-24
1
-104
/
+82
*
Return "[LoopSimplifyCFG] Delete dead in-loop blocks"
Max Kazantsev
2018-12-24
1
-104
/
+26
*
[BasicAA] Fix AA bug on dynamic allocas and stackrestore
Reid Kleckner
2018-12-21
1
-0
/
+74
*
[InstCombine] [NFC] testcases for canonicalize MUL with NEG operand
Chen Zheng
2018-12-20
1
-0
/
+44
*
[ConstantFolding] Consolidate and extend bitcount intrinsic tests; NFC
Nikita Popov
2018-12-20
3
-57
/
+0
*
[ConstantFolding] Add undef tests for overflow intrinsics; NFC
Nikita Popov
2018-12-20
1
-0
/
+71
*
[ConstantFolding] Regenerate test checks; NFC
Nikita Popov
2018-12-20
1
-78
/
+58
*
[LAA] Avoid generating RT checks for known deps preventing vectorization.
Florian Hahn
2018-12-20
1
-2
/
+4
*
[InstCombine] Preserve access-group metadata.
Michael Kruse
2018-12-20
1
-2
/
+3
*
[InstCombine] Make x86 PADDS/PSUBS constant folding tests generic
Simon Pilgrim
2018-12-20
2
-399
/
+411
*
Re-land r349731 "[CodeGen][ExpandMemcmp] Add an option for allowing overlappi...
Clement Courbet
2018-12-20
1
-90
/
+334
*
[InstCombine][AMDGPU] Handle more buffer intrinsics
Piotr Sobczak
2018-12-20
1
-0
/
+960
*
Revert r349731 "[CodeGen][ExpandMemcmp] Add an option for allowing overlappin...
Clement Courbet
2018-12-20
1
-334
/
+90
*
[CodeGen][ExpandMemcmp] Add an option for allowing overlapping loads.
Clement Courbet
2018-12-20
1
-90
/
+334
*
Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.
Michael Kruse
2018-12-20
16
-122
/
+386
*
[CodeGenPrepare] Fix bad IR created by large offset GEP splitting.
Eli Friedman
2018-12-19
1
-3
/
+10
*
Revert "[BDCE][DemandedBits] Detect dead uses of undead instructions"
Nikita Popov
2018-12-19
1
-2
/
+2
*
[BDCE][DemandedBits] Detect dead uses of undead instructions
Nikita Popov
2018-12-19
1
-2
/
+2
*
Regenerate test
Simon Pilgrim
2018-12-19
1
-48
/
+96
*
[InstCombine] add tests for extract of vector load; NFC
Sanjay Patel
2018-12-18
1
-0
/
+57
*
Preserve the linkage for objc* intrinsics as clang will set them to weak_exte...
Pete Cooper
2018-12-18
1
-1
/
+27
*
Add nonlazybind to objc_retain/objc_release when converting from intrinsics.
Pete Cooper
2018-12-18
1
-0
/
+5
*
[LAA] Introduce enum for vectorization safety status (NFC).
Florian Hahn
2018-12-18
1
-0
/
+40
*
[LoopVectorize] auto-generate complete checks; NFC
Sanjay Patel
2018-12-18
1
-9
/
+132
*
Rewrite objc intrinsics to runtime methods in PreISelIntrinsicLowering instea...
Pete Cooper
2018-12-18
1
-0
/
+281
*
[InstCombine] auto-generate complete checks; NFC
Sanjay Patel
2018-12-18
1
-12
/
+25
*
Change the objc ARC optimizer to use the new objc.* intrinsics
Pete Cooper
2018-12-18
45
-1842
/
+1842
*
[InstCombine] Simplify cttz/ctlz + icmp eq/ne into mask check
Nikita Popov
2018-12-18
2
-34
/
+46
*
[InstCombine] add tests for scalarization; NFC
Sanjay Patel
2018-12-18
1
-4
/
+59
*
[LoopUnroll] Honor '#pragma unroll' even with -fno-unroll-loops.
Michael Kruse
2018-12-18
1
-0
/
+30
*
[IPO][AVR] Create new Functions in the default address space specified in the...
Dylan McKay
2018-12-18
3
-0
/
+74
*
SROA: preserve alignment tags on loads and stores.
Tim Northover
2018-12-18
1
-0
/
+47
[next]