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
/
SCCP
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SCCP] Resolve indirect branch target when possible.
Xin Tong
2017-04-10
1
-0
/
+76
*
opt: Rename -default-data-layout flag to -data-layout and make it always over...
Peter Collingbourne
2017-02-17
1
-2
/
+2
*
[SCCP] Teach the pass how to handle `div` with overdefined operands.
Davide Italiano
2017-01-19
1
-0
/
+32
*
[SCCP] Make the test added in r289175 more meaningful.
Davide Italiano
2016-12-09
1
-1
/
+2
*
[SCCP] Teach the pass about `mul %x 0` even if %x is overdefined.
Davide Italiano
2016-12-09
1
-1
/
+8
*
[SCCP] Make sure SCCP and ConstantFolding agree on undef >> a.
Davide Italiano
2016-12-08
1
-2
/
+2
*
[SCCP] Add a test for switches on undef.
Davide Italiano
2016-11-23
1
-0
/
+27
*
[SCCP] Remove code in visitBinaryOperator (and add tests).
Davide Italiano
2016-11-22
1
-4
/
+26
*
[SCCP] Don't delete side-effecting instructions
Sanjoy Das
2016-08-24
1
-5
/
+15
*
[SCCP] Zap multiple return values.
Davide Italiano
2016-07-20
2
-2
/
+26
*
[IPSCCP] Constant fold struct argument/instructions when all the lattice valu...
Davide Italiano
2016-07-14
1
-3
/
+12
*
[SCCP] Constant fold structs if all the lattice value are constant.
Davide Italiano
2016-07-12
1
-0
/
+72
*
[SCCP] Fold constants as we build them whne visiting cast instructions.
Davide Italiano
2016-07-08
1
-0
/
+9
*
[SCCP] Don't assume all Constants are ConstantInt
David Majnemer
2016-06-23
1
-0
/
+10
*
[PM] Port per-function SCCP to the new pass manager.
Davide Italiano
2016-05-18
1
-0
/
+1
*
[SCCP] Resolve shifts beyond the bitwidth to undef
David Majnemer
2016-05-12
2
-0
/
+99
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-0
/
+28
*
[opaque pointer type] Add textual IR support for explicit type parameter for ...
David Blaikie
2015-09-11
1
-1
/
+1
*
[ConstantFolding] Support folding loads from a GlobalAlias
David Majnemer
2015-07-22
1
-0
/
+11
*
[SCCP] Turn loads of null into undef instead of zero initialized values
David Majnemer
2015-07-01
1
-0
/
+5
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
5
-12
/
+12
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
2
-2
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
12
-28
/
+28
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
11
-18
/
+18
*
SCCP: overdefined calls cannot become constant
David Majnemer
2014-11-07
1
-0
/
+20
*
SCCP: update for cmpxchg returning { iN, i1 } now.
Tim Northover
2014-06-13
1
-0
/
+9
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...
Stephen Lin
2013-07-14
3
-15
/
+15
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
4
-15
/
+15
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
3
-3
/
+3
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
1
-1
/
+1
*
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...
NAKAMURA Takumi
2012-11-08
1
-2
/
+3
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
2
-3
/
+3
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
8
-10
/
+10
*
Reapply r155682, making constant folding more consistent, with a fix to work
Dan Gohman
2012-04-27
1
-0
/
+20
*
Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve...
NAKAMURA Takumi
2012-04-27
1
-20
/
+0
*
Use ConstantExpr::getExtractElement when constant-folding vectors
Dan Gohman
2012-04-27
1
-0
/
+20
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Remove all references to the old EH.
Bill Wendling
2012-01-31
1
-4
/
+0
*
Manually upgrade the test suite to specify the flag to cttz and ctlz.
Chandler Carruth
2011-12-12
1
-2
/
+2
*
Get rid of an optimization in SCCP which appears to have many issues. Specif...
Eli Friedman
2011-11-11
1
-20
/
+0
*
Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...
Eli Friedman
2011-09-20
1
-0
/
+18
*
Add missing newline.
Eli Friedman
2011-09-01
1
-1
/
+1
*
Add tests for the transformations SCCP can do on atomic loads and stores (whi...
Eli Friedman
2011-08-31
1
-0
/
+30
*
Update the tests to the new EH scheme.
Bill Wendling
2011-08-31
5
-5
/
+26
*
Silly mistake from r137777; restore significant isStructTy() checks. While h...
Eli Friedman
2011-08-17
1
-0
/
+9
*
A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stop
Eli Friedman
2011-08-16
1
-0
/
+57
*
Minor bug in SCCP found by inspection. (I don't think it's possible to hit t...
Eli Friedman
2011-08-16
1
-0
/
+13
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
1
-4
/
+4
*
remove asmparser support for the old getresult instruction, which has been su...
Chris Lattner
2011-06-17
1
-1
/
+1
[next]