[vmkit-commits] [vmkit] r121141 - in /vmkit/branches/multi-vm/lib/J3/LLVMRuntime: runtime-isolate.ll runtime-service.ll runtime-single.ll

Gael Thomas gael.thomas at lip6.fr
Tue Dec 7 07:50:12 PST 2010


Author: gthomas
Date: Tue Dec  7 09:50:12 2010
New Revision: 121141

URL: http://llvm.org/viewvc/llvm-project?rev=121141&view=rev
Log:
remove more useless .ll

Removed:
    vmkit/branches/multi-vm/lib/J3/LLVMRuntime/runtime-isolate.ll
    vmkit/branches/multi-vm/lib/J3/LLVMRuntime/runtime-service.ll
    vmkit/branches/multi-vm/lib/J3/LLVMRuntime/runtime-single.ll

Removed: vmkit/branches/multi-vm/lib/J3/LLVMRuntime/runtime-isolate.ll
URL: http://llvm.org/viewvc/llvm-project/vmkit/branches/multi-vm/lib/J3/LLVMRuntime/runtime-isolate.ll?rev=121140&view=auto
==============================================================================
--- vmkit/branches/multi-vm/lib/J3/LLVMRuntime/runtime-isolate.ll (original)
+++ vmkit/branches/multi-vm/lib/J3/LLVMRuntime/runtime-isolate.ll (removed)
@@ -1,46 +0,0 @@
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;;;;;;;;;;;;;;;;;;;;;;; Isolate specific types ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
-%Jnjvm = type { %VT*, %JavaClass*, [9 x %JavaClass*] }
-
-%JavaCommonClass = type { [32 x %JavaObject*],
-                          i16, %JavaClass**, i16, %UTF8*, %JavaClass*, i8*,
-                          %VT* }
-
-
-%JavaClass = type { %JavaCommonClass, i32, i32, [32 x %TaskClassMirror], 
-                    %JavaField*, i16, %JavaField*, i16, %JavaMethod*, i16, 
-                    %JavaMethod*, i16, i8*, %ArrayUInt8*, i8*, %Attribut*, 
-                    i16, %JavaClass**, i16, %JavaClass*, i16, i8, i8, i32, i32 }
-
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;;;;;;;;;;;;;;;;;;;;;; Isolate specific methods ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
-;;; j3EnveloppeLookup - Find the enveloppe for the current user class.
-declare i8* @j3EnveloppeLookup(%JavaClass*, i32, ...) readnone
-
-;;; j3StaticCtpLookup - Find the user constant pool at the given offset in
-;;; the constant pool.
-declare i8* @j3StaticCtpLookup(%JavaClass*, i32, ...) readnone
-
-;;; j3SpecialCtpLookup - Find the user constant pool at the given offset in
-;;; the constant pool.
-declare i8** @j3SpecialCtpLookup(i8**, i32, i8**) readnone
-
-;;; getCtpCacheNode - Get the constant pool cache of a cache node. This is a
-;;; constant call because the cache node never changes.
-declare i8** @getCtpCacheNode(%CacheNode*) readnone
-
-;;; getCtpCacheNode - Get the constant pool cache of a class. This is a
-;;; constant call because the constant pool never changes.
-declare i8** @getCtpClass(%JavaClass*) readnone
-
-;;; getJnjvmExceptionClass - Get the exception user class for the given
-;;; isolate.
-declare %JavaClass* @getJnjvmExceptionClass(%Jnjvm*) readnone
-
-;;; getJnjvmArrayClass - Get the array user class of the index, for the given
-;;; isolate.
-declare %JavaClass* @getJnjvmArrayClass(%Jnjvm*, i32) readnone

Removed: vmkit/branches/multi-vm/lib/J3/LLVMRuntime/runtime-service.ll
URL: http://llvm.org/viewvc/llvm-project/vmkit/branches/multi-vm/lib/J3/LLVMRuntime/runtime-service.ll?rev=121140&view=auto
==============================================================================
--- vmkit/branches/multi-vm/lib/J3/LLVMRuntime/runtime-service.ll (original)
+++ vmkit/branches/multi-vm/lib/J3/LLVMRuntime/runtime-service.ll (removed)
@@ -1,9 +0,0 @@
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;;;;;;;;;;;;;;;;;;;;;; Service specific methods ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
-;;; j3ServiceCallStart - Mark the switching between services.
-declare void @j3ServiceCallStart(i8*, i8*)
-
-;;; j3ServiceCallStop - Mark the switching between services.
-declare void @j3ServiceCallStop(i8*, i8*)

Removed: vmkit/branches/multi-vm/lib/J3/LLVMRuntime/runtime-single.ll
URL: http://llvm.org/viewvc/llvm-project/vmkit/branches/multi-vm/lib/J3/LLVMRuntime/runtime-single.ll?rev=121140&view=auto
==============================================================================
--- vmkit/branches/multi-vm/lib/J3/LLVMRuntime/runtime-single.ll (original)
+++ vmkit/branches/multi-vm/lib/J3/LLVMRuntime/runtime-single.ll (removed)
@@ -1,12 +0,0 @@
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;;;;;;;;;;;;;;;;;;;;;;; Isolate specific types ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
-%JavaCommonClass = type { [1 x %JavaObject*], i16,
-                          %JavaClass**, i16, %UTF8*, %JavaClass*, i8*, %VT* }
-
-
-%JavaClass = type { %JavaCommonClass, i32, i32, [1 x %TaskClassMirror],
-                    %JavaField*, i16, %JavaField*, i16, %JavaMethod*, i16,
-                    %JavaMethod*, i16, i8*, %ArrayUInt8*, i8*, %Attribut*,
-                    i16, %JavaClass**, i16, %JavaClass*, i16, i8, i8, i32, i32 }





More information about the vmkit-commits mailing list