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
/
InstSimplify
/
call.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
InstSimplify: canonicalize is idempotent
Matt Arsenault
2017-09-07
1
-2
/
+9
*
[ConstantFolding] Properly support constant folding of vector powi intrinsic....
Craig Topper
2017-06-04
1
-2
/
+1
*
[InstSimplify] Add test case demonstrating that we fail to constant fold vect...
Craig Topper
2017-06-04
1
-0
/
+24
*
[ConstantFolding] Fix constant folding for vector cttz and ctlz intrinsics to...
Craig Topper
2017-06-03
1
-2
/
+1
*
[InstCombine][InstSimplify] Add various tests for ctlz/cttz with vectors, som...
Craig Topper
2017-06-03
1
-0
/
+11
*
[InstSimplify] Simplify uadd/sadd/umul/smul with overflow intrinsics when the...
Craig Topper
2017-05-24
1
-0
/
+48
*
[InstSimplify] Add more tests for undef inputs and multiplying by 0 for the a...
Craig Topper
2017-05-23
1
-0
/
+92
*
[InstSimplify] auto-generate test checks. NFC
Craig Topper
2017-05-23
1
-33
/
+80
*
Simplify llvm.masked.load w/ undef masks
David Majnemer
2016-07-14
1
-0
/
+7
*
[ConstantFolding] Fold masked loads
David Majnemer
2016-07-14
1
-0
/
+11
*
[PM] Port InstSimplify to the new pass manager.
Davide Italiano
2016-07-07
1
-0
/
+1
*
[InstSimplify] Replace calls to null with undef
David Majnemer
2016-06-25
1
-0
/
+16
*
[MemoryBuiltins] Remove isOperatorNewLike by consolidating non-null inference...
Philip Reames
2016-01-04
1
-1
/
+1
*
[InstSimplify] Handle some overflow intrinsics in InstSimplify
David Majnemer
2015-05-22
1
-0
/
+24
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-3
/
+3
*
Verify that we don't optimize null return checks to the nothrow_t version of ...
Benjamin Kramer
2013-09-24
1
-0
/
+23
*
MemoryBuiltins: Fix operator new bits.
Benjamin Kramer
2013-09-24
1
-0
/
+20
*
Teach MemoryBuiltins and InstructionSimplify that operator new never returns ...
Benjamin Kramer
2013-09-24
1
-0
/
+20
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-6
/
+6
*
Identify and simplify idempotent intrinsics. Test case included.
Michael Ilseman
2013-02-07
1
-0
/
+51
*
Teach instsimplify to use the constant folder where appropriate for
Chandler Carruth
2012-12-28
1
-0
/
+52