summaryrefslogtreecommitdiff
path: root/src/lj_opt_sink.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2022-01-151-1/+1
|
* Limit work done in SINK pass.Mike Pall2022-01-131-4/+12
| | | | Reported by XmiliaH.
* Bump copyright date.Mike Pall2021-01-021-1/+1
|
* Bump copyright date.Mike Pall2020-01-201-1/+1
|
* Fix GCC 7 -Wimplicit-fallthrough warnings.Mike Pall2018-01-291-1/+1
|
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
|
* Fix PHI remarking in SINK pass.Mike Pall2016-06-051-3/+2
| | | | Thanks to Vyacheslav Egorov.
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
|
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
|
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
|
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Need to handle TBAR in SINK pass.Mike Pall2012-07-291-1/+1
| | | | Can only happen with -O-dse.
* Use an explicit flag to signal SINK tags for a trace.Mike Pall2012-07-111-2/+2
|
* Drop range limit for sunk stores relative to sunk allocation.Mike Pall2012-07-041-5/+5
|
* Add stricter check for sinking PHIs.Mike Pall2012-07-041-2/+3
|
* Fix NEWREF marking in SINK pass.Mike Pall2012-07-031-1/+1
|
* Add allocation sinking and store sinking optimization.Mike Pall2012-07-021-0/+244