diff --git a/ocaml/Arch/index.html b/ocaml/Arch/index.html index 86b5b5cf..4182137d 100644 --- a/ocaml/Arch/index.html +++ b/ocaml/Arch/index.html @@ -1,5 +1,5 @@ -
Archval command_line_options : (string * Stdlib.Arg.spec * string) listtype specific_operation = | Ilea of addressing_mode| Istore_int of nativeint * addressing_mode * bool| Ioffset_loc of int * addressing_mode| Ifloatarithmem of float_operation * addressing_mode| Ibswap of int| Isqrtf| Ifloatsqrtf of addressing_mode| Isextend32| Izextend32val identity_addressing : addressing_modeval offset_addressing : addressing_mode -> int -> addressing_modeval num_args_addressing : addressing_mode -> intval print_addressing :
+Arch (ocaml.Arch) Module Arch
val command_line_options : (string * Stdlib.Arg.spec * string) listtype specific_operation = | Ilea of addressing_mode| Istore_int of nativeint * addressing_mode * bool| Ioffset_loc of int * addressing_mode| Ifloatarithmem of float_operation * addressing_mode| Ibswap of int| Isqrtf| Ifloatsqrtf of addressing_mode| Isextend32| Izextend32
val identity_addressing : addressing_modeval offset_addressing : addressing_mode -> int -> addressing_modeval print_addressing :
(Stdlib.Format.formatter -> 'a -> unit) ->
addressing_mode ->
Stdlib.Format.formatter ->
diff --git a/ocaml/Asmgen/index.html b/ocaml/Asmgen/index.html
index ffec48c1..95837210 100644
--- a/ocaml/Asmgen/index.html
+++ b/ocaml/Asmgen/index.html
@@ -11,7 +11,7 @@
middle_end:middle_end ->
ppf_dump:Stdlib.Format.formatter ->
Lambda.program ->
- unitCompile an implementation from Lambda using the given middle end.
val compile_phrase : ppf_dump:Stdlib.Format.formatter -> Cmm.phrase -> unittype error = | Assembler_error of string| Mismatched_for_pack of string option| Asm_generation of string * Emitaux.error
exception Error of errorval report_error : Stdlib.Format.formatter -> error -> unitval compile_implementation_linear : Unit_info.t -> unitval compile_phrase : ppf_dump:Stdlib.Format.formatter -> Cmm.phrase -> unittype error = | Assembler_error of string| Mismatched_for_pack of string option| Asm_generation of string * Emitaux.error
exception Error of errorval report_error : error Format_doc.format_printerval report_error_doc : error Format_doc.printerval compile_unit :
output_prefix:string ->
asm_filename:string ->
keep_asm:bool ->
diff --git a/ocaml/Asmlibrarian/index.html b/ocaml/Asmlibrarian/index.html
index 1ed2ad42..25bc9bfd 100644
--- a/ocaml/Asmlibrarian/index.html
+++ b/ocaml/Asmlibrarian/index.html
@@ -1,2 +1,2 @@
-Asmlibrarian (ocaml.Asmlibrarian) Module Asmlibrarian
exception Error of errorval report_error : Stdlib.Format.formatter -> error -> unit
+Asmlibrarian (ocaml.Asmlibrarian) Module Asmlibrarian
exception Error of errorval report_error : error Format_doc.format_printerval report_error_doc : error Format_doc.printer
diff --git a/ocaml/Asmlink/index.html b/ocaml/Asmlink/index.html
index 19994ff1..b2c00aff 100644
--- a/ocaml/Asmlink/index.html
+++ b/ocaml/Asmlink/index.html
@@ -7,4 +7,4 @@
Misc.filepath ->
Cmx_format.unit_infos ->
Stdlib.Digest.t ->
- unitval extract_crc_interfaces : unit -> Misc.crcsval extract_crc_implementations : unit -> Misc.crcstype error = | File_not_found of Misc.filepath| Not_an_object_file of Misc.filepath| Missing_implementations of (Misc.modname * string list) list| Inconsistent_interface of Misc.modname * Misc.filepath * Misc.filepath| Inconsistent_implementation of Misc.modname * Misc.filepath * Misc.filepath| Assembler_error of Misc.filepath| Linking_error of int| Multiple_definition of Misc.modname * Misc.filepath * Misc.filepath| Missing_cmx of Misc.filepath * Misc.modname
exception Error of errorval report_error : Stdlib.Format.formatter -> error -> unit
+ unitval extract_crc_interfaces : unit -> Misc.crcsval extract_crc_implementations : unit -> Misc.crcstype error = | File_not_found of Misc.filepath| Not_an_object_file of Misc.filepath| Inconsistent_interface of Misc.modname * Misc.filepath * Misc.filepath| Inconsistent_implementation of Misc.modname * Misc.filepath * Misc.filepath| Assembler_error of Misc.filepath| Linking_error of int| Missing_cmx of Misc.filepath * Misc.modname| Link_error of Linkdeps.errorexception Error of errorval report_error : error Format_doc.format_printerval report_error_doc : error Format_doc.printerexception Error of errorval report_error : Stdlib.Format.formatter -> error -> unit