summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/opt
Commit message (Expand)AuthorAgeFilesLines
* Remove ICodeSimon Ochsenreither2015-10-315-2778/+0
* SI-9422 Fix incorrect constant propagationJason Zaugg2015-07-291-3/+5
* Fix 6 typos (w-z)Janek Bogucki2015-07-171-1/+1
* Fix 25 typos (g-i)Janek Bogucki2015-06-221-1/+1
* Fix some typos (a-c)Janek Bogucki2015-06-181-1/+1
* Fix many typosMichaƂ Pociecha2015-04-211-2/+2
* Fix many typos in docs and commentsmpociecha2014-12-143-4/+4
* Fix one typo in the scaladoc of InlinersSteve Gury2014-11-201-1/+1
* SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-241-1/+0
* -Ystatistics accepts a list of phases, cleanups in MultiChoiceSettingLukas Rytz2014-09-021-1/+1
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-042-3/+3
* SI-8601 Don't treat newarray as dead codeJason Zaugg2014-05-191-1/+1
* SI-8601 Avoid over-eager optimization of LOAD_FIELDJason Zaugg2014-05-192-5/+7
* SI-8601 Don't treat int/long division, or arraylength, as dead-codeJason Zaugg2014-05-191-0/+2
* Revert "SI-8601 Don't treat int/long division, or arraylength, as dead-code"Adriaan Moors2014-05-191-2/+0
* Revert "SI-8601 Avoid over-eager optimization of LOAD_FIELD"Adriaan Moors2014-05-192-5/+6
* Revert "SI-8601 Don't treat newarray as dead code"Adriaan Moors2014-05-191-1/+1
* SI-8601 Don't treat newarray as dead codeJason Zaugg2014-05-181-1/+1
* SI-8601 Avoid over-eager optimization of LOAD_FIELDJason Zaugg2014-05-182-6/+5
* SI-8601 Don't treat int/long division, or arraylength, as dead-codeJason Zaugg2014-05-181-0/+2
* Merge pull request #3573 from retronym/ticket/8324Grzegorz Kossakowski2014-02-222-8/+8
|\
| * SI-8324 Fix regression in override checks for sealed classesJason Zaugg2014-02-222-8/+8
* | Merge pull request #3567 from retronym/ticket/8315Jason Zaugg2014-02-221-0/+2
|\ \ | |/ |/|
| * SI-8315 Fix crash in dead code eliminationJason Zaugg2014-02-201-0/+2
* | SI-8306: handle SWITCH nodes with just default caseGrzegorz Kossakowski2014-02-191-1/+4
|/
* SI-7546 Use likely monotonic clock source for durationsSimon Ochsenreither2013-12-131-2/+4
* deprecate Pair and TripleDen Shabalin2013-11-201-3/+3
*-. Merge commit '075f6f260c'; commit 'e09a8a2b7f' into merge-2.10Adriaan Moors2013-11-131-1/+7
|\ \
| * | SI-6546 InnerClasses attribute refers to absent classPaul Phillips2013-11-041-1/+7
| |/
* | Removing unused code.Paul Phillips2013-10-021-9/+3
* | Merge pull request #2859 from som-snytt/issue/7622-phaserGrzegorz Kossakowski2013-09-125-0/+10
|\ \
| * | SI-7622 Clean Up Phase AssemblySom Snytt2013-08-215-0/+10
* | | SI-7763 Don't eliminate CHECK_CAST in dead code elimination.Jason Zaugg2013-08-291-1/+1
|/ /
* | No longer crash on NoSymbol.owner.Paul Phillips2013-08-191-4/+4
* | SI-7582 Only inline accessible calls to package-private Java codeJason Zaugg2013-06-191-3/+12
* | Merge pull request #2493 from paulp/pr/null-hardeningPaul Phillips2013-05-072-3/+5
|\ \
| * | Hardening against nulls for deserialization.Paul Phillips2013-05-032-3/+5
* | | Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
|/ /
* | Eliminate a pile of -Xlint warnings.Paul Phillips2013-04-231-26/+25
* | Merge pull request #2327 from paulp/pr/2315-rebasedPaul Phillips2013-04-025-8/+8
|\ \
| * | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-275-8/+8
* | | Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-021-0/+1
|\ \ \ | |/ / |/| / | |/
| * Read version 51 (JDK 7) class files.James Iry2013-03-141-0/+1
* | Overhauled local/getter/setter name logic.Paul Phillips2013-03-251-2/+2
* | Merge pull request #2285 from vigdorchik/silence_scaladocPaul Phillips2013-03-232-11/+9
|\ \
| * | Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-212-11/+9
* | | Merge pull request #2239 from paulp/pr/warningsAdriaan Moors2013-03-211-2/+2
|\ \ \ | |/ / |/| |
| * | Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-121-2/+2
* | | Cleanup of constant optimizationJames Iry2013-03-141-144/+127
* | | Analyze constants to remove unnecessary branchesJames Iry2013-03-071-0/+639
|/ /