summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/jvm/BCodeSkelBuilder.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-9393 fix modifiers of ClassBTypes for Java annotationsLukas Rytz2015-07-241-3/+3
* Fix 6 typos (w-z)Janek Bogucki2015-07-171-1/+1
* Rewrite closure invocations to the lambda body methodLukas Rytz2015-06-221-1/+1
* Fix 36 typos (d-f)Janek Bogucki2015-06-211-1/+1
* [indylambda] Enable caching for lambda deserializationJason Zaugg2015-05-181-1/+1
* [indylambda] Support lambda {de}serializationJason Zaugg2015-05-171-0/+12
* Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-111-9/+6
* Limit the size of the ByteCodeRepository cacheLukas Rytz2015-03-111-1/+1
* Inline final methods defined in traitsLukas Rytz2015-03-111-1/+5
* Looking up the ClassNode for an InternalName returns an OptionLukas Rytz2015-03-111-1/+1
* Build a call graph for inlining decisionsLukas Rytz2015-03-111-2/+6
* Tools to perform inlining.Lukas Rytz2015-03-111-0/+1
* Construct ClassBTypes from parsed classfilesLukas Rytz2015-01-161-1/+1
* Remove stale local variables and exception handlers after DCELukas Rytz2014-09-101-0/+7
* Fix InnerClass / EnclosingMethod attributesLukas Rytz2014-09-011-4/+5
* Integrate CoreBTypes by composition (not inheritance), non-var fieldsLukas Rytz2014-08-191-0/+1
* Add the ACC_DEPRECATED flag in javaFlags, instead of each call site.Lukas Rytz2014-08-191-10/+3
* Remove Tracked, add type information to ClassBTypeLukas Rytz2014-08-191-22/+13
* Merge pull request #3826 from lrytz/opt/refactorTrackedGrzegorz Kossakowski2014-07-251-1/+1
|\
| * Clean up and document some usages of flags in the backendLukas Rytz2014-07-081-1/+1
* | Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-1/+1
|/
* Rewrite BType to a type hierarchy.Lukas Rytz2014-06-011-12/+12
* Move class BType to separate component, include it by composition.Lukas Rytz2014-05-221-0/+1
* Upgrade ASM to 5.0.2Lukas Rytz2014-05-201-3/+3
* SI-8582 emit InnerClasses attribute in GenBCodeLukas Rytz2014-05-131-1/+2
* Allow tracing methods and classes in GenBCodeLukas Rytz2014-05-131-0/+9
* GenBCode version of "Updating Position call sites" commitMiguel Garcia2013-12-151-1/+1
* deprecate Pair and TripleDen Shabalin2013-11-201-1/+1
* Removing unused code.Paul Phillips2013-10-021-3/+0
* new bytecode emitter, GenBCode, for now under a flagMiguel Garcia2013-06-011-0/+727