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
/
ConstProp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ConstantFold] fix inconsistent handling of extractelement with undef index (...
Sanjay Patel
2019-10-13
1
-1
/
+1
*
[ConstProp] add tests for extractelement with undef index; NFC
Sanjay Patel
2019-10-09
1
-6
/
+27
*
[ConstProp] allow folding for fma that produces NaN
Sanjay Patel
2019-09-12
1
-25
/
+12
*
[ConstProp] add tests for fma that produce NaN; NFC
Sanjay Patel
2019-09-11
1
-0
/
+133
*
[ConstProp] move test file from InstSimplify; NFC
Sanjay Patel
2019-09-11
1
-0
/
+126
*
[ConstantFolding] Fix 'undef' folding for @llvm.[us]{add,sub}.with.overflow o...
Roman Lebedev
2019-09-01
1
-5
/
+8
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
35
-0
/
+2580
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
35
-2580
/
+0
*
[ConstantFolding] Fix GetConstantFoldFPValue to avoid cast overflow.
Bixia Zheng
2019-03-22
1
-0
/
+10
*
[ConstantFold] Fix misfolding fcmp of a ConstantExpr NaN with itself.
Andrew Scheidecker
2019-02-19
1
-4
/
+4
*
[ConstantFold] Fix misfolding of icmp with a bitcast FP second operand.
Andrew Scheidecker
2019-02-19
1
-2
/
+15
*
[ConstProp] add IR tests to show miscompiles; NFC
Sanjay Patel
2019-02-13
1
-0
/
+36
*
[ConstProp] add test for miscompile from bitcast transform; NFC
Sanjay Patel
2019-02-12
1
-2
/
+16
*
[ConstantFolding] Fold undef for integer intrinsics
Nikita Popov
2019-01-11
1
-16
/
+8
*
[ConstantFolding] Consolidate and extend bitcount intrinsic tests; NFC
Nikita Popov
2018-12-20
1
-8
/
+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
*
[ConstantFolding] Handle leading zero-size elements in load folding
Nikita Popov
2018-12-11
1
-0
/
+39
*
Disable calls to *_finite and other glibc-only functions on Musl.
Eli Friedman
2018-11-06
1
-0
/
+43
*
[X86] Add constant folding for AVX512 versions of scalar floating point to in...
Craig Topper
2018-08-12
1
-0
/
+490
*
[ConstProp] Fix calls-math-finite.ll on FreeBSD
Fangrui Song
2018-07-26
1
-1
/
+1
*
Make uitofp and sitofp defined on overflow.
Eli Friedman
2018-06-14
1
-2
/
+2
*
[ConstProp] move tests for fp <--> int; NFC
Sanjay Patel
2018-06-06
1
-0
/
+40
*
[TargetLibraryInfo] fix finite mathlib function availability
Sanjay Patel
2018-01-08
1
-16
/
+39
*
[X86] Replace 'REQUIRES: x86' in tests with 'REQUIRES: x86-registered-target'...
Craig Topper
2017-06-04
1
-1
/
+1
*
Fix two tests that weren't correctly copied.
Daniel Jasper
2017-05-14
1
-1
/
+0
*
ConstProp: Split x86 SSE intrinsic tests out of calls.ll
Justin Bogner
2017-05-13
2
-206
/
+209
*
[ConstantFolding] Add folding for various math '__<func>_finite' routines gen...
Andrew Kaylor
2017-05-12
1
-0
/
+83
*
opt: Rename -default-data-layout flag to -data-layout and make it always over...
Peter Collingbourne
2017-02-17
1
-2
/
+2
*
[InstCombiner] Simplify lib calls to `round{,f}`
Bryant Wong
2016-12-26
1
-0
/
+8
*
Don't remove side effecting instructions due to ConstantFoldInstruction
David Majnemer
2016-07-22
1
-40
/
+40
*
[X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using gener...
Simon Pilgrim
2016-07-19
1
-3
/
+5
*
[X86][SSE] Improve constant folding tests for CVTSD/CVTSS/CVTTSD/CVTTSS
Simon Pilgrim
2016-07-08
1
-17
/
+188
*
Revert "[SCCP] Partially propagate informations when the input is not fully d...
Davide Italiano
2016-05-11
1
-1
/
+0
*
[SCCP] Partially propagate informations when the input is not fully defined.
Davide Italiano
2016-05-10
1
-0
/
+1
*
IR: Make ConstantDataArray::getFP actually return a ConstantDataArray
Justin Bogner
2015-12-09
1
-0
/
+10
*
[test] (NFC) Simplify Transforms/ConstProp/calls.ll
Vedant Kumar
2015-08-28
1
-680
/
+116
*
Enable constant propagation for more math functions
Erik Schnetter
2015-08-27
1
-41
/
+677
*
Revert 246186; still breaks on some systems
Erik Schnetter
2015-08-27
1
-677
/
+41
*
Enable constant propagation for more math functions
Erik Schnetter
2015-08-27
1
-41
/
+677
*
Revert r246158 since it breaks LLVM.Transforms/ConstProp.calls.ll
Erik Schnetter
2015-08-27
1
-636
/
+41
*
Enable constant propagation for more math functions
Erik Schnetter
2015-08-27
1
-41
/
+636
*
Fix assert when inlining a constantexpr addrspacecast
Matt Arsenault
2015-07-27
1
-2
/
+5
*
[ConstantFolding] Fix wrong folding of intrinsic 'convert.from.fp16'.
Andrea Di Biagio
2015-05-14
1
-0
/
+97
*
Constfold insertelement to undef when index is out-of-bounds
Pawel Bylica
2015-04-27
1
-1
/
+21
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
3
-11
/
+11
*
ConstantFold: Fix big shift constant folding
David Majnemer
2015-03-13
1
-0
/
+69
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-19
/
+19
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-1
/
+1
*
Avoid conversion to float when creating ConstantDataArray/ConstantDataVector.
Rafael Espindola
2015-02-19
2
-0
/
+21
[next]