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
/
CorrelatedValuePropagation
/
basic.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CVP] Reenable nowrap flag inference
Nikita Popov
2019-06-24
1
-9
/
+9
*
[LVI][CVP] Add support for urem, srem and sdiv
Nikita Popov
2019-06-04
1
-5
/
+5
*
[LVI][CVP] Add support for saturating add/sub
Nikita Popov
2019-05-25
1
-4
/
+4
*
[CVP] Add tests for saturating add/sub ranges; NFC
Nikita Popov
2019-05-25
1
-0
/
+97
*
[LVI][CVP] Add support for abs/nabs select pattern flavor
Nikita Popov
2019-05-14
1
-8
/
+4
*
[CVP] Add tests for urem, sdiv, srem ranges; NFC
Nikita Popov
2019-05-10
1
-0
/
+63
*
[CVP] Add tests for abs and nabs spf; NFC
Nikita Popov
2019-05-10
1
-0
/
+204
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+725
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-725
/
+0
*
[CVP] auto-generate complete test checks; NFC
Sanjay Patel
2018-11-29
1
-100
/
+338
*
[IR] Make SwitchInst::CaseIt almost a normal iterator.
Chandler Carruth
2017-03-26
1
-2
/
+2
*
[LVI] Reduce compile time by lazily scanning blocks if needed
Philip Reames
2016-04-27
1
-0
/
+22
*
[LVI] Apply transfer rule for overdefine inputs for binary operators
Philip Reames
2016-04-26
1
-0
/
+23
*
[LVI] A better fix for the assertion error introduced by 267609
Philip Reames
2016-04-26
1
-0
/
+11
*
[LVI] Infer local facts from unary expressions
Philip Reames
2016-04-26
1
-0
/
+37
*
[LVI] Extend select handling to catch min/max/clamp idioms
Philip Reames
2016-02-26
1
-0
/
+193
*
Revert 260705, it appears to be causing pr26628
Philip Reames
2016-02-16
1
-55
/
+0
*
[LVI] Exploit nsw/nuw when computing constant ranges
Philip Reames
2016-02-12
1
-0
/
+55
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-2
/
+2
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-9
/
+9
*
CVP: If we have a PHI with an incoming select, try to skip the select.
Benjamin Kramer
2013-02-24
1
-0
/
+20
*
Fix invalid IR in test, missing incoming value for PHI node.
Benjamin Kramer
2013-02-24
1
-1
/
+1
*
Eliminate switch cases that can never match, for example removes all
Duncan Sands
2012-03-09
1
-1
/
+100
*
Update testcase since we're no longer doing the constant forwarding inline wi...
Owen Anderson
2010-10-29
1
-2
/
+1
*
Propagate non-local comparisons. Fixes PR1757.
Owen Anderson
2010-09-03
1
-0
/
+24
*
Add support for simplifying a load from a computed value to a load from a glo...
Owen Anderson
2010-09-03
1
-0
/
+18
*
Add PR number to test.
Owen Anderson
2010-09-03
1
-0
/
+1
*
Rename test directory to reflect new pass name.
Owen Anderson
2010-08-31
1
-0
/
+40