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
/
IPConstantProp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
24
-0
/
+1031
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
24
-1031
/
+0
*
[IPCP] Don't crash due to arg count/type mismatch between caller/callee
Bjorn Pettersson
2019-01-29
2
-0
/
+95
*
Enable IPConstantPropagation to work with abstract call sites
Johannes Doerfert
2019-01-19
4
-0
/
+298
*
Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp inst...
Florian Hahn
2018-08-23
1
-2
/
+2
*
Revert r337904: [IPSCCP] Use PredicateInfo to propagate facts from cmp instru...
Florian Hahn
2018-07-25
1
-2
/
+2
*
Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp inst...
Florian Hahn
2018-07-25
1
-2
/
+2
*
[IPSCCP] Run Solve each time we resolved an undef in a function.
Florian Hahn
2018-07-17
1
-0
/
+43
*
llvm: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-09
1
-0
/
+31
*
Revert r335206 "Recommit r333268: [IPSCCP] Use PredicateInfo to propagate fac...
Francis Visoiu Mistrih
2018-06-21
1
-2
/
+2
*
Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp inst...
Florian Hahn
2018-06-21
1
-2
/
+2
*
Revert r333740: IPSCCP] Use PredicateInfo to propagate facts from cmp.
Florian Hahn
2018-06-01
1
-2
/
+2
*
Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp inst...
Florian Hahn
2018-06-01
1
-2
/
+2
*
Revert r333268: [IPSCCP] Use PredicateInfo to propagate facts from...
Florian Hahn
2018-05-25
1
-2
/
+2
*
[IPSCCP] Use PredicateInfo to propagate facts from cmp instructions.
Florian Hahn
2018-05-25
1
-2
/
+2
*
[IPSCCP] do not break musttail invariant (PR36485)
Reid Kleckner
2018-03-01
1
-0
/
+58
*
[IPSCCP] Remove calls without side effects
Chris Bieneman
2018-01-09
2
-3
/
+35
*
[IPCP] Don't propagate return value for naked functions.
Davide Italiano
2017-02-04
1
-0
/
+1
*
[IPSCCP] Restore the old behaviour (pre r293799).
Davide Italiano
2017-02-02
1
-21
/
+0
*
[SCCP] Make sure we get this case right without noinline.
Davide Italiano
2017-02-01
1
-1
/
+1
*
[IPSCCP] Don't propagate return values of functions marked as noinline.
Davide Italiano
2017-02-01
1
-0
/
+21
*
[IPSCCP] Teach how to not propagate return values of naked functions.
Davide Italiano
2017-02-01
1
-0
/
+28
*
[PM] Port Interprocedural SCCP to the new pass manager.
Davide Italiano
2016-05-05
1
-0
/
+1
*
[ConstantFold] Don't try to strip fp -> int bitcasts to simplify icmps
Hal Finkel
2016-05-04
1
-0
/
+52
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-0
/
+28
*
[SCCP] Don't violate the lattice invariants
David Majnemer
2016-01-07
1
-0
/
+26
*
[SCCP] Can't go from overdefined to constant
David Majnemer
2016-01-07
1
-0
/
+31
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
2
-4
/
+4
*
Skip extra LLVM IR assemble/disassemble steps in some tests
David Blaikie
2015-04-24
1
-2
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-2
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
4
-9
/
+9
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
2
-6
/
+6
*
No need for those tests to go thru llvm-as and/or llvm-dis.
Arnaud A. de Grandmaison
2014-05-27
1
-1
/
+1
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-02-22
1
-1
/
+2
*
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
2013-02-20
1
-1
/
+4
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
4
-6
/
+6
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
1
-1
/
+1
*
Update some tests to the new EH scheme.
Bill Wendling
2011-09-01
2
-1
/
+13
*
Add an ipsccp test. Migrated from test/FrontendC++.
Eric Christopher
2011-08-15
1
-0
/
+26
*
remove parser support for the obsolete "multiple return values" syntax, which
Chris Lattner
2011-06-17
1
-26
/
+31
*
more test cleanup
Chris Lattner
2010-09-02
1
-2
/
+2
*
Delete useless trailing semicolons.
Dan Gohman
2010-01-05
1
-2
/
+2
*
Fix a use of an invalidated iterator in the case where there are multiple
Dan Gohman
2009-11-23
1
-0
/
+30
*
Fix IPSCCP's code for deleting dead blocks to tolerate outstanding
Dan Gohman
2009-11-20
1
-0
/
+42
*
Constant propagating byval pointer is safe if function is readonly.
Torok Edwin
2009-09-24
1
-2
/
+18
*
Don't constant propagate byval pointers, since they are not really pointers, but
Torok Edwin
2009-09-24
1
-0
/
+24
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
6
-6
/
+6
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
4
-4
/
+4
[next]