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
/
InstCombine
/
strlen-1.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SimplifyLibCalls] Mark known arguments with nonnull
David Bolvansky
2019-09-17
1
-8
/
+26
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+204
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-204
/
+0
*
[ValueTracking] More accurate unsigned sub overflow detection
Nikita Popov
2019-02-28
1
-1
/
+1
*
llvm: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-09
1
-0
/
+25
*
Merge isKnownNonNull into isKnownNonZero
Nuno Lopes
2017-09-09
1
-2
/
+2
*
strlen-1.ll: Fix test
Matthias Braun
2017-05-03
1
-10
/
+12
*
Simplify strlen to a subtraction for certain cases.
David L Kreitzer
2016-04-13
1
-7
/
+5
*
add tests to show missing optimization from D18230
Sanjay Patel
2016-04-05
1
-0
/
+59
*
[InstCombine] regenerate checks
Sanjay Patel
2016-04-05
1
-13
/
+24
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-10
/
+10
*
Fold strlen(expr ? "str1" : "str2") to x ? len1 : len2. This fires about 330 ...
Nick Lewycky
2014-05-02
1
-0
/
+12
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-9
/
+9
*
instcombine: Migrate strlen optimizations
Meador Inge
2012-10-31
1
-0
/
+97