summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorNAME <USER@epfl.ch>2004-01-30 13:07:45 +0000
committerNAME <USER@epfl.ch>2004-01-30 13:07:45 +0000
commitbec9884b00d60a79671e51a5a65b1717f753f981 (patch)
tree0a8d4bfa78fbe173ddaf6a8fa8f1e34902f8ee84 /config
parent0bc48e99d91c250590e6ec1ed376aec348df5cb4 (diff)
downloadscala-bec9884b00d60a79671e51a5a65b1717f753f981.tar.gz
scala-bec9884b00d60a79671e51a5a65b1717f753f981.tar.bz2
scala-bec9884b00d60a79671e51a5a65b1717f753f981.zip
Added intermediate code and corresponding jvm b...
Added intermediate code and corresponding jvm backend
Diffstat (limited to 'config')
-rw-r--r--config/list/compiler.lst2
-rw-r--r--config/list/scalac.lst10
2 files changed, 12 insertions, 0 deletions
diff --git a/config/list/compiler.lst b/config/list/compiler.lst
index 0d78ffa024..a94d3ac248 100644
--- a/config/list/compiler.lst
+++ b/config/list/compiler.lst
@@ -179,4 +179,6 @@ util/Strings.java
util/TypeNames.java
util/UniqueID.java
+transformer/ICodePhase.java
+
##############################################################################
diff --git a/config/list/scalac.lst b/config/list/scalac.lst
index 967745e360..b7719a8b98 100644
--- a/config/list/scalac.lst
+++ b/config/list/scalac.lst
@@ -32,4 +32,14 @@ typechecker/Substituter.scala
util/NewArray.scala
+icode/ICodePhase.scala
+icode/IBasicBlock.scala
+icode/ICInstruction.scala
+icode/ICode.scala
+icode/ICodePrinter.scala
+icode/ICTypeStack.scala
+
+backend/GenJVMFromICode.scala
+backend/GenJVMFromICodePhase.scala
+
##############################################################################