summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Move class BType to separate component, include it by composition.Lukas Rytz2014-05-227-62/+72
| * | | | | More cleanups and commenting in GenBCodeLukas Rytz2014-05-213-35/+20
| * | | | | Minor cleanups and commenting around BType.Lukas Rytz2014-05-211-73/+97
| * | | | | Cleanups for tracing in GenBCode, improve some commentsLukas Rytz2014-05-214-11/+17
* | | | | | Merge pull request #3770 from retronym/ticket/8607Grzegorz Kossakowski2014-05-291-7/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-8607 Generalize previous change to preEraseJason Zaugg2014-05-211-14/+6
| * | | | | SI-8607 Fix erasure for value class inheriting from private classJason Zaugg2014-05-211-1/+7
* | | | | | Merge pull request #3794 from lrytz/t8625Jason Zaugg2014-05-271-3/+10
|\ \ \ \ \ \
| * | | | | | SI-8625 fix unreachability analysis for boolean expressionsLukas Rytz2014-05-271-3/+10
* | | | | | | Merge pull request #3782 from retronym/topic/opt-scopeJason Zaugg2014-05-272-12/+19
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Optimize enforcement of dependent method type restrictionsJason Zaugg2014-05-261-5/+4
| * | | | | | Fast path in Namer for methods without defaultsJason Zaugg2014-05-261-3/+8
| * | | | | | Eliminate some N^2 performance in type checkingJason Zaugg2014-05-261-4/+7
| | |/ / / / | |/| | | |
* / | | | | SI-8617 Avoid rangepos crash for OptManifest materializerJason Zaugg2014-05-241-1/+1
|/ / / / /
* / / / / Upgrade ASM to 5.0.2Lukas Rytz2014-05-204-18/+20
|/ / / /
* | | | 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 #3738 from retronym/ticket/8574Jason Zaugg2014-05-172-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-8574 Copy @SerialVersionUID, etc, to specialized subclassesJason Zaugg2014-05-162-1/+2
| |/ /
* | | SI-8582 emit InnerClasses attribute in GenBCodeLukas Rytz2014-05-131-1/+2
* | | Fix BeanInfo generation for GenBCodeLukas Rytz2014-05-131-1/+1
* | | Allow tracing methods and classes in GenBCodeLukas Rytz2014-05-135-2/+75
* | | SI-8578 Avoid another potential fresh name clashJason Zaugg2014-05-111-1/+1
* | | SI-8578 Avoid fresh name clashes under -Ydelambdafy:methodJason Zaugg2014-05-111-1/+1
|/ /
* | Merge pull request #3730 from lrytz/checkinitJason Zaugg2014-05-091-32/+54
|\ \
| * | Clarify and clean up trait getter / setter generationLukas Rytz2014-05-091-35/+54
| * | SI-8570 set the checkinit bit for unit-typed fields of traitsLukas Rytz2014-05-091-3/+6
* | | Merge origin/master into topic/master-to-2.11.x-2Jason Zaugg2014-05-094-6/+33
|\ \ \
| * \ \ Merge pull request #3597 from som-snytt/issue/5905-feature-helpJason Zaugg2014-05-094-6/+33
| |\ \ \
| | * | | SI-5905 Restore -language:_Som Snytt2014-03-022-1/+4
| | * | | SI-5905 Sanity check -language optionsSom Snytt2014-02-283-5/+29
* | | | | Merge pull request #3719 from retronym/ticket/8546Jason Zaugg2014-05-091-2/+3
|\ \ \ \ \
| * | | | | SI-8546 Pattern matcher analysis foiled by over-wideningJason Zaugg2014-05-071-2/+3
* | | | | | Merge pull request #3727 from retronym/ticket/8531Jason Zaugg2014-05-091-2/+6
|\ \ \ \ \ \
| * | | | | | SI-8531 Better space efficiency for patmat analysisJason Zaugg2014-05-081-2/+6
| |/ / / / /
* | | | | | Merge commit 'b5392a0' into merge/master-to-2.11.xJason Zaugg2014-05-095-21/+40
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #3689 from xeno-by/ticket/8523Jason Zaugg2014-05-081-1/+1
| |\ \ \ \ \
| | * | | | | makes bundles friendly to -Ywarn-dead-codeEugene Burmako2014-04-211-1/+1
| * | | | | | Merge pull request #3711 from retronym/ticket/8549-2Jason Zaugg2014-05-082-10/+8
| |\ \ \ \ \ \
| | * | | | | | SI-8549 Honour the @SerialVersionUID annotatationJason Zaugg2014-05-052-10/+8
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #3703 from huitseeker/issue/SI-8537Jason Zaugg2014-05-071-1/+10
| |\ \ \ \ \ \
| | * | | | | | SI-8537 Puts SI-8157 fix under XsourceFrançois Garillot2014-04-251-1/+10
| | |/ / / / /
| * / / / / / SI-8325 Accept infix star type outside patternsSom Snytt2014-05-051-9/+21
| |/ / / / /