summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | fewer lastInstruction lookupsMiguel Garcia2012-03-071-2/+2
| | * | | | | | | | | | | readabilityMiguel Garcia2012-03-071-20/+9
| | * | | | | | | | | | | readabilityMiguel Garcia2012-03-071-8/+4
| | * | | | | | | | | | | mechanically applying the above recipeMiguel Garcia2012-03-071-50/+44
| | * | | | | | | | | | | there goes the pattern matching of CJUMPMiguel Garcia2012-03-071-39/+36
| | * | | | | | | | | | | same story: inspector method beats pattern matchingMiguel Garcia2012-03-071-12/+6
| | * | | | | | | | | | | replacing pattern matching with isWideType invocationsMiguel Garcia2012-03-072-18/+7
| | * | | | | | | | | | | leveraging isIntSizedTypeMiguel Garcia2012-03-061-42/+46
| | * | | | | | | | | | | the idea is to cut down on checkcast instructionsMiguel Garcia2012-03-062-26/+39
| | * | | | | | | | | | | de-specialcasingMiguel Garcia2012-03-061-1/+9
| | * | | | | | | | | | | readabilityMiguel Garcia2012-03-061-29/+16
| | * | | | | | | | | | | factoring out repetitive workMiguel Garcia2012-03-062-6/+43
| | * | | | | | | | | | | readabilityMiguel Garcia2012-03-061-13/+11
| | * | | | | | | | | | | readabilityMiguel Garcia2012-03-061-4/+7
| | * | | | | | | | | | | readabilityMiguel Garcia2012-03-061-16/+8
| | * | | | | | | | | | | fewer hops to emit ASTORE and ALOADMiguel Garcia2012-03-061-3/+27
| | * | | | | | | | | | | Merge branch 'master' into GenASMMiguel Garcia2012-03-0612-122/+174
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | making indentation IDE-awareMiguel Garcia2012-03-051-555/+555
| | * | | | | | | | | | | | readabilityMiguel Garcia2012-03-051-3/+3
| | * | | | | | | | | | | | readabilityMiguel Garcia2012-03-031-3/+1
| | * | | | | | | | | | | | avoiding fjbg's JClass in getFile()Miguel Garcia2012-03-031-4/+4
* | | | | | | | | | | | | | Removed "Todo: test" where a test exists.Simon Ochsenreither2012-03-124-13/+5
|/ / / / / / / / / / / / /
| | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branches 'adriaanm/ticket/5189' and 'jsuereth/better-st...Paul Phillips2012-03-114-48/+145
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | SI-5189 fixed: safe type infer for constr patternAdriaan Moors2012-03-094-12/+92
| * | | | | | | | | | | | | SI-5189 1/2: inferConstrInst uses correct varianceAdriaan Moors2012-03-091-1/+1
| * | | | | | | | | | | | | cleaned up inferConstructorInstance; same behaviorAdriaan Moors2012-03-091-37/+54
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Fix for tailcall transform/recognition bugs.Paul Phillips2012-03-111-2/+19
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Wider net on final fields.Paul Phillips2012-03-081-1/+1
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Fix for a little last minute breakage.Paul Phillips2012-03-071-1/+1
* | | | | | | | | | | Merge remote-tracking branch 'origin/develop'Paul Phillips2012-03-074-9/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Changed printlns to use debugwarn.Paul Phillips2012-03-072-5/+5
| * | | | | | | | | | | Merge remote-tracking branch 'hubertp/issue/5554' into developPaul Phillips2012-03-073-6/+7
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Closes #SI-5554Hubert Plociniczak2012-03-063-6/+7
* | | | | | | | | | | | Fix for public final fields.Paul Phillips2012-03-071-0/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Fix for -Xcheckinit failure.Paul Phillips2012-03-061-1/+1
* | | | | | | | | | | Merge remote-tracking branch 'VladUreche/issue/5545-clean' into developPaul Phillips2012-03-061-1/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Force .info before creating new synthetic symsVlad Ureche2012-03-061-1/+11
* | | | | | | | | | | | Merge remote-tracking branches 'adriaanm/ticket/5546' and 'hubertp/issue/5553...Paul Phillips2012-03-061-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Closes #5553, review by dragosHubert Plociniczak2012-03-061-1/+2
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | #SI-5546 fixed: refine refined typing for getClassAdriaan Moors2012-03-061-18/+14
| |_|/ / / / / / / / / |/| | | | | | | | | |
| | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
*-----. \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branches 'dragos/master', 'axel22/feature/pc-execution-...Paul Phillips2012-03-053-4/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / / / | | | | |/| | | | | | | | |
| | | * | | | | | | | | | | Fixes scaladoc rangeposVlad Ureche2012-03-051-3/+4
| | | | |_|/ / / / / / / / | | | |/| | | | | | | | |
| * | | | | | | | | | | | Fix deadlocks occurring during presentation compiler shutdown.Iulian Dragos2012-03-052-1/+32
* | | | | | | | | | | | | Fix for phase-based logging.Paul Phillips2012-03-051-1/+1
| |_|/ / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Revert attempt to limit private types in lubs.Paul Phillips2012-03-041-1/+1
* | | | | | | | | | | | Overcame trait/protected/java limitation.Paul Phillips2012-03-041-69/+86
|/ / / / / / / / / / /
* | / / / / / / / / / An old patch on pattern matcher exhaustivity.Paul Phillips2012-03-036-47/+50
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Fix for corner case in type printing.Paul Phillips2012-03-021-1/+8
| | | | | | | | | |
| \ \ \ \ \ \ \ \ \
*-. | | | | | | | | | Merge remote-tracking branches 'ctalau/master', 'axel22/feature/pc-execution-...Paul Phillips2012-03-0215-122/+160
|\ \| | | | | | | | |
| | * | | | | | | | | More consistent use of atPhase.Paul Phillips2012-03-0113-98/+120