From 3e564da17aed5adfe63239b7a5dfed1bc163a3e2 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Thu, 11 Jan 1996 14:14:40 +0000 Subject: [PATCH] MAJ. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@609 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- Changes | 11 +++++++++++ README | 11 ++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index b2213401bd52..2776cda2ac9a 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,14 @@ +Release 1.14: + +* cslopt ported to the PowerPC/RS6000 architecture. Better support for +AIX in the bytecode system as well. + +* cslopt for the Intel: more bug fixes in the floating-point code. + +* cslopt, all platforms: fixed bug in live range splitting around catch/exit. + +* Several bug fixes in callbacks. + Release 1.13: * Pattern-matching compilation revised to factor out accesses inside diff --git a/README b/README index 92299f145774..fc59e538c65a 100644 --- a/README +++ b/README @@ -25,15 +25,15 @@ Standard ML of New Jersey 1.08 on our tests), while retaining the moderate memory requirements of the bytecode compiler. The native-code compiler currently runs on the following platforms: - Alpha processors: DecStation 3000 under OSF1 + Alpha processors: DecStation 3000 under OSF1 (a.k.a. Digital Unix) Sparc processors: Sun Sparcstation under SunOS 4.1 or Solaris 2 - Intel 386 / 486 / Pentium processors: PCs under Linux, NextStep, FreeBSD + Intel 486 and Pentium processors: PCs under Linux, NextStep, FreeBSD Mips processors: DecStation 3100 and 5000 under Ultrix 4 - HP PA-RISC processors: HP 9000/700 under NextStep (sorry, no HPUX yet) + HP PA-RISC processors: HP 9000/700 under NextStep (no HPUX yet) + PowerPC processors: IBM RS6000 and PowerPC workstations under AIX 3.2 Other operating systems for the processors above have not been tested, -but the compiler may work under other operating systems with no or -little work. +but the compiler may work under other operating systems with little work. This distribution has been tested on the following platforms: @@ -42,6 +42,7 @@ This distribution has been tested on the following platforms: PC 486 DX2/66, Linux 1.2.13, gcc 2.5.8 DecStation 5000/200, Ultrix 4.1, cc and gcc 2.7.1 HP 9000/712, NextStep 3.2, cc + IBM RS/6000-360, AIX 3.2.5, gcc 2.6.3 CONTENTS: