summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/opt/ConstantOptimization.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove ICodeSimon Ochsenreither2015-10-311-626/+0
* SI-9422 Fix incorrect constant propagationJason Zaugg2015-07-291-3/+5
* Fix many typos in docs and commentsmpociecha2014-12-141-2/+2
* SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-241-1/+0
* SI-8306: handle SWITCH nodes with just default caseGrzegorz Kossakowski2014-02-191-1/+4
* SI-7622 Clean Up Phase AssemblySom Snytt2013-08-211-0/+2
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Eliminate a pile of -Xlint warnings.Paul Phillips2013-04-231-26/+25
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-1/+1
* Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-3/+1
* Cleanup of constant optimizationJames Iry2013-03-141-144/+127
* Analyze constants to remove unnecessary branchesJames Iry2013-03-071-0/+639