From 09daa63597e24c704a253ccb9091f7968ae27047 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 18 Aug 2004 20:06:19 +0000 Subject: [PATCH] Provided opcode definitions. Clarified documentation of symbol tables. Clarified definition of slot numbers. Added the http-equiv meta tag for HTML 4.01 strict compliance. Adjusted line lengths. Differentiated between "type slot" and "value slot" everywhere. ispelled it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15908 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/BytecodeFormat.html | 271 ++++++++++++++++++++++++++------------- 1 file changed, 182 insertions(+), 89 deletions(-) diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index b204c837695..ad353155a6a 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -1,6 +1,7 @@ + LLVM Bytecode File Format