Skip to content
Snippets Groups Projects
Commit 7f309f1c authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-02-05 16:02:18 by simonm]

Copyright police.
parent a5dc9cda
No related merge requests found
Showing
with 61 additions and 24 deletions
/* -*- mode: hugs-c; -*- */
/* -----------------------------------------------------------------------------
* Bytecode assembler
* $Id: Assembler.h,v 1.4 1999/02/05 16:02:18 simonm Exp $
*
* Copyright (c) 1994-1998.
* (c) The GHC Team 1994-1998.
*
* $RCSfile: Assembler.h,v $
* $Revision: 1.3 $
* $Date: 1999/01/18 15:23:30 $
* Bytecode assembler
*
* NB This is one of the few files shared between Hugs and the runtime system,
* so it is very important that it not conflict with either and that it not
......
/* -----------------------------------------------------------------------------
* $Id: Block.h,v 1.3 1999/01/13 17:25:51 simonm Exp $
* $Id: Block.h,v 1.4 1999/02/05 16:02:19 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Block structure for the storage manager
*
......
/* -----------------------------------------------------------------------------
* $Id: CCall.h,v 1.2 1998/12/02 13:20:53 simonm Exp $
* $Id: CCall.h,v 1.3 1999/02/05 16:02:19 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Macros for performing C calls from the STG world.
*
* -------------------------------------------------------------------------- */
#ifndef CCALL_H
......
/* ----------------------------------------------------------------------------
* $Id: ClosureMacros.h,v 1.3 1999/01/13 17:25:52 simonm Exp $
* $Id: ClosureMacros.h,v 1.4 1999/02/05 16:02:20 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Macros for building and manipulating closures
*
......
/* ----------------------------------------------------------------------------
* $Id: ClosureTypes.h,v 1.8 1999/02/05 15:25:01 simonm Exp $
* $Id: ClosureTypes.h,v 1.9 1999/02/05 16:02:20 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Closure Type Constants
*
* -------------------------------------------------------------------------- */
......
/* ----------------------------------------------------------------------------
* $Id: Closures.h,v 1.6 1999/02/05 12:41:31 sof Exp $
* $Id: Closures.h,v 1.7 1999/02/05 16:02:21 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Closures
*
......
/* ----------------------------------------------------------------------------
* $Id: Constants.h,v 1.4 1999/01/26 16:16:20 simonm Exp $
* $Id: Constants.h,v 1.5 1999/02/05 16:02:21 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Constants
*
......
/* -----------------------------------------------------------------------------
* $Id: Hooks.h,v 1.2 1998/12/02 13:21:08 simonm Exp $
* $Id: Hooks.h,v 1.3 1999/02/05 16:02:22 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* User-overridable RTS hooks.
*
......
/* ----------------------------------------------------------------------------
* $Id: InfoMacros.h,v 1.2 1998/12/02 13:21:09 simonm Exp $
* $Id: InfoMacros.h,v 1.3 1999/02/05 16:02:22 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Macros for building and deconstructing info tables.
*
* -------------------------------------------------------------------------- */
......
/* ----------------------------------------------------------------------------
* $Id: InfoTables.h,v 1.9 1999/02/05 15:25:02 simonm Exp $
* $Id: InfoTables.h,v 1.10 1999/02/05 16:02:23 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Info Tables
*
* -------------------------------------------------------------------------- */
......
/* -----------------------------------------------------------------------------
* $Id: MachDeps.h,v 1.2 1998/12/02 13:21:12 simonm Exp $
* $Id: MachDeps.h,v 1.3 1999/02/05 16:02:23 simonm Exp $
*
* (c) The GRASP/AQUA Project, Glasgow University, 1998
* (c) The GHC Team, 1998-1999
*
* Definitions that characterise machine specific properties of basic
* Stg types provided as unboxed types (mirrors the typedefs in
......
/* -----------------------------------------------------------------------------
* $Id: MachRegs.h,v 1.3 1999/01/18 14:31:50 sof Exp $
* $Id: MachRegs.h,v 1.4 1999/02/05 16:02:23 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Registers used in STG code. Might or might not correspond to
* actual machine registers.
......
/* -----------------------------------------------------------------------------
* $Id: Prelude.h,v 1.4 1999/01/27 14:51:14 simonpj Exp $
* $Id: Prelude.h,v 1.5 1999/02/05 16:02:24 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Prelude identifiers that we sometimes need to refer to in the RTS.
*
......
/* -----------------------------------------------------------------------------
* $Id: PrimOps.h,v 1.15 1999/02/05 15:25:03 simonm Exp $
* $Id: PrimOps.h,v 1.16 1999/02/05 16:02:25 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Macros for primitive operations in STG-ish C code.
*
......
/* -----------------------------------------------------------------------------
* $Id: Profiling.h,v 1.2 1998/12/02 13:21:19 simonm Exp $
* $Id: Profiling.h,v 1.3 1999/02/05 16:02:26 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Cost-Centre Stack Profiling Include
*
* ---------------------------------------------------------------------------*/
......
/* -----------------------------------------------------------------------------
* $Id: Regs.h,v 1.2 1998/12/02 13:21:20 simonm Exp $
* $Id: Regs.h,v 1.3 1999/02/05 16:02:26 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Registers used in STG code. Might or might not correspond to
* actual machine registers.
......
/* -----------------------------------------------------------------------------
* $Id: Rts.h,v 1.5 1999/01/26 11:12:57 simonm Exp $
* $Id: Rts.h,v 1.6 1999/02/05 16:02:27 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Top-level include file for the RTS itself
*
......
/* ----------------------------------------------------------------------------
* $Id: RtsAPI.h,v 1.2 1998/12/02 13:21:21 simonm Exp $
* $Id: RtsAPI.h,v 1.3 1999/02/05 16:02:27 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* API for invoking Haskell functions via the RTS
*
......
/* -----------------------------------------------------------------------------
* $Id: Stable.h,v 1.1 1999/01/26 14:04:46 simonm Exp $
* $Id: Stable.h,v 1.2 1999/02/05 16:02:28 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Stable names and stable pointers
*
......
/* -----------------------------------------------------------------------------
* $Id: Stg.h,v 1.5 1999/01/26 11:12:57 simonm Exp $
* $Id: Stg.h,v 1.6 1999/02/05 16:02:28 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Top-level include file for everything STG-ish.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment