summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/jvm/AsmUtils.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in compiler and reflectJanek Bogucki2017-02-131-1/+1
* asmutilsAdriaan Moors2016-08-291-13/+33
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-2/+1
* Merge remote-tracking branch 'upstream/2.12.x' into opt/elimBoxesLukas Rytz2016-01-241-6/+26
|\
| * Replacement javap in AsmUtilsAdriaan Moors2015-11-111-6/+26
* | Fix push-pop elimination for values pushed by DUPLukas Rytz2015-12-131-2/+2
|/
* Reduce component nesting in backendLukas Rytz2015-09-171-0/+7
* Prevent infinite recursion in ProdConsAnalyzerLukas Rytz2015-07-031-7/+11
* Cast receiver if necessary when rewriting trait calls to impl methodLukas Rytz2015-03-111-2/+16
* Emit the ScalaInlineInfo attribute under GenASMLukas Rytz2015-03-111-2/+3
* Cleanup asm-to-string debug helpersLukas Rytz2015-01-161-14/+56
* Debugging utility to print ASM instructionsLukas Rytz2014-11-041-1/+6
* Cleanups for tracing in GenBCode, improve some commentsLukas Rytz2014-05-211-0/+8
* Allow tracing methods and classes in GenBCodeLukas Rytz2014-05-131-0/+53