Add copyright notices and new function String.chomp
[ocaml.git] / asmcomp / codegen.mli
blobb6d8caa611d870ee6a61721fa02e146fd9a8bbce
1 (***********************************************************************)
2 (* *)
3 (* Objective Caml *)
4 (* *)
5 (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
6 (* *)
7 (* Copyright 1996 Institut National de Recherche en Informatique et *)
8 (* en Automatique. All rights reserved. This file is distributed *)
9 (* under the terms of the Q Public License version 1.0. *)
10 (* *)
11 (***********************************************************************)
13 (* $Id$ *)
15 (* From C-- to assembly code *)
17 val phrase: Cmm.phrase -> unit
18 val file: string -> unit
20 val dump_cmm: bool ref
21 val dump_selection: bool ref
22 val dump_live: bool ref
23 val dump_spill: bool ref
24 val dump_split: bool ref
25 val dump_interf: bool ref
26 val dump_prefer: bool ref
27 val dump_regalloc: bool ref
28 val dump_reload: bool ref
29 val dump_linear: bool ref