cacao.git
20 years agoAdded global compiler switches.
twisti [Sun, 9 Nov 2003 19:09:11 +0000 (19:09 +0000)]
Added global compiler switches.

20 years agoExport global compiler switches.
twisti [Sun, 9 Nov 2003 19:08:49 +0000 (19:08 +0000)]
Export global compiler switches.

20 years agoWarning fixes.
twisti [Sun, 9 Nov 2003 19:07:39 +0000 (19:07 +0000)]
Warning fixes.

20 years ago- removed warnings
twisti [Sun, 9 Nov 2003 17:37:03 +0000 (17:37 +0000)]
- removed warnings
- function prototypes

20 years ago- removed warnings
twisti [Sun, 9 Nov 2003 17:34:59 +0000 (17:34 +0000)]
- removed warnings
- replaced alloca with DMNEW

20 years ago- removed warnings
twisti [Sun, 9 Nov 2003 17:31:38 +0000 (17:31 +0000)]
- removed warnings
- replaced malloc with DNEW

20 years agoCode restructuring.
twisti [Sun, 9 Nov 2003 17:26:53 +0000 (17:26 +0000)]
Code restructuring.

20 years ago- removed code generation defines
twisti [Fri, 7 Nov 2003 08:53:55 +0000 (08:53 +0000)]
- removed code generation defines
- replaced cc map with opc

20 years agoPass method to inline_init()
twisti [Thu, 6 Nov 2003 16:06:11 +0000 (16:06 +0000)]
Pass method to inline_init()

20 years agoInlining bugfix.
twisti [Thu, 6 Nov 2003 16:04:23 +0000 (16:04 +0000)]
Inlining bugfix.

20 years agoPut into thread/thread.h
twisti [Thu, 6 Nov 2003 15:59:55 +0000 (15:59 +0000)]
Put into thread/thread.h

20 years agoMachine dependent threads.h file removed and included here.
twisti [Thu, 6 Nov 2003 15:43:23 +0000 (15:43 +0000)]
Machine dependent threads.h file removed and included here.

20 years agoMajor file restructuring.
twisti [Thu, 6 Nov 2003 14:42:16 +0000 (14:42 +0000)]
Major file restructuring.

20 years agoFurther changes.
twisti [Mon, 3 Nov 2003 19:06:50 +0000 (19:06 +0000)]
Further changes.

20 years agoFurther changes.
twisti [Mon, 3 Nov 2003 15:55:43 +0000 (15:55 +0000)]
Further changes.

20 years agoMajor file restructuring.
twisti [Mon, 3 Nov 2003 15:47:13 +0000 (15:47 +0000)]
Major file restructuring.

20 years agoMajor file restructuring.
twisti [Mon, 3 Nov 2003 00:37:15 +0000 (00:37 +0000)]
Major file restructuring.

20 years agoFurther changes.
twisti [Mon, 3 Nov 2003 00:34:34 +0000 (00:34 +0000)]
Further changes.

20 years agoFurther changes.
twisti [Sun, 2 Nov 2003 23:39:06 +0000 (23:39 +0000)]
Further changes.

20 years agoWhy was there the i386 version? Hmm...
twisti [Sun, 2 Nov 2003 23:30:59 +0000 (23:30 +0000)]
Why was there the i386 version? Hmm...

20 years agoMajor file restructuring.
twisti [Sun, 2 Nov 2003 23:20:06 +0000 (23:20 +0000)]
Major file restructuring.

20 years agoForgot to convert mcode_ to codegen_
twisti [Sun, 2 Nov 2003 22:56:30 +0000 (22:56 +0000)]
Forgot to convert mcode_ to codegen_

20 years agoMajor file restructuring.
twisti [Sun, 2 Nov 2003 22:51:59 +0000 (22:51 +0000)]
Major file restructuring.

20 years agoComment
stefan [Sun, 2 Nov 2003 13:32:02 +0000 (13:32 +0000)]
Comment

20 years ago*** empty log message ***
stefan [Sun, 2 Nov 2003 13:31:04 +0000 (13:31 +0000)]
*** empty log message ***

20 years agoConvert -ieee to -noieee so we are calculating correctly as default.
twisti [Sat, 1 Nov 2003 20:50:03 +0000 (20:50 +0000)]
Convert -ieee to -noieee so we are calculating correctly as default.

20 years agoConvert -ieee to -noieee so we are caculate correctly as default.
twisti [Sat, 1 Nov 2003 20:47:35 +0000 (20:47 +0000)]
Convert -ieee to -noieee so we are caculate correctly as default.

20 years agoi386_emit_* functions for similar code like alu ops and shift ops
twisti [Sat, 1 Nov 2003 20:35:28 +0000 (20:35 +0000)]
i386_emit_* functions for similar code like alu ops and shift ops

20 years agoAdded asm_builtin_f2i functions.
twisti [Sat, 1 Nov 2003 20:34:14 +0000 (20:34 +0000)]
Added asm_builtin_f2i functions.

20 years agoCompile without warnings.
twisti [Sat, 1 Nov 2003 20:20:15 +0000 (20:20 +0000)]
Compile without warnings.

20 years agoRemoved JIT_MARKER_SUPPORT
twisti [Sat, 1 Nov 2003 19:46:25 +0000 (19:46 +0000)]
Removed JIT_MARKER_SUPPORT

20 years agoAdded builtin_f2i functions.
twisti [Sat, 1 Nov 2003 19:22:40 +0000 (19:22 +0000)]
Added builtin_f2i functions.

20 years agoUse x86_64_emit_* functions for similar code as alu ops or shifts.
twisti [Sat, 1 Nov 2003 19:21:58 +0000 (19:21 +0000)]
Use x86_64_emit_* functions for similar code as alu ops or shifts.

20 years ago- prototypes for x86_64_emit_* functions
twisti [Sat, 1 Nov 2003 19:20:38 +0000 (19:20 +0000)]
- prototypes for x86_64_emit_* functions
- define REG_NULL

20 years ago- bugfix for CONSECUTIVE_INTARGS and leaf method argument register passing
twisti [Sat, 1 Nov 2003 19:16:48 +0000 (19:16 +0000)]
- bugfix for CONSECUTIVE_INTARGS and leaf method argument register passing
- bugfix for allocating unused argument registers in leaf methods

20 years agoSegfault handler with Boehm fixed
stefan [Sat, 1 Nov 2003 10:54:10 +0000 (10:54 +0000)]
Segfault handler with Boehm fixed

20 years agoasm_ defines for f2i conversions.
twisti [Thu, 30 Oct 2003 20:58:18 +0000 (20:58 +0000)]
asm_ defines for f2i conversions.

20 years agoAlso check for printing floats correctly (fp test)
twisti [Wed, 29 Oct 2003 11:47:12 +0000 (11:47 +0000)]
Also check for printing floats correctly (fp test)

20 years agoremoved ; after Runner.run ()V in nativecalls.h so raytrace will work
carolyn [Tue, 28 Oct 2003 07:33:05 +0000 (07:33 +0000)]
removed ; after Runner.run ()V in nativecalls.h so raytrace will work

20 years agoCheck corner cases on F2I, F2L, D2I and D2L. We don't need -ieee anymore.
twisti [Mon, 27 Oct 2003 21:45:48 +0000 (21:45 +0000)]
Check corner cases on F2I, F2L, D2I and D2L. We don't need -ieee anymore.

20 years agoframework for handbook added
cacao [Mon, 27 Oct 2003 17:34:01 +0000 (17:34 +0000)]
framework for handbook added

20 years agoHad commented out a real stmt in xtaMarkSubs
carolyn [Fri, 24 Oct 2003 09:42:52 +0000 (09:42 +0000)]
Had commented out a real stmt in xtaMarkSubs

20 years agoRemoved old compiler remains
stefan [Thu, 23 Oct 2003 21:18:38 +0000 (21:18 +0000)]
Removed old compiler remains

20 years agoUpdated distfiles
stefan [Thu, 23 Oct 2003 21:13:58 +0000 (21:13 +0000)]
Updated distfiles

20 years agoRemoved old compiler remains
stefan [Thu, 23 Oct 2003 20:48:19 +0000 (20:48 +0000)]
Removed old compiler remains

20 years agoto save memory
carolyn [Thu, 23 Oct 2003 17:46:34 +0000 (17:46 +0000)]
to save memory

20 years agoasm_switchstackandcall now defined in asmpart.h
twisti [Wed, 22 Oct 2003 21:14:50 +0000 (21:14 +0000)]
asm_switchstackandcall now defined in asmpart.h

20 years agoUSE_BOEHM removed.
twisti [Wed, 22 Oct 2003 21:14:23 +0000 (21:14 +0000)]
USE_BOEHM removed.

20 years agoWe do not support special DIV on i386.
twisti [Wed, 22 Oct 2003 21:13:55 +0000 (21:13 +0000)]
We do not support special DIV on i386.

20 years agoTest version: we use function calls instead of code generating macros
twisti [Wed, 22 Oct 2003 21:13:08 +0000 (21:13 +0000)]
Test version: we use function calls instead of code generating macros

20 years agoRemoved obsolete dis-stuff.h
twisti [Wed, 22 Oct 2003 21:05:36 +0000 (21:05 +0000)]
Removed obsolete dis-stuff.h

20 years agoTest version: we use function calls instead of code generating macros.
twisti [Wed, 22 Oct 2003 21:03:31 +0000 (21:03 +0000)]
Test version: we use function calls instead of code generating macros.

20 years agoasm_switchstackandcall is now defined in asmpart.h
twisti [Wed, 22 Oct 2003 20:56:57 +0000 (20:56 +0000)]
asm_switchstackandcall is now defined in asmpart.h

20 years agoRemoved obsolete dis-stuff.h and moved #include's here.
twisti [Wed, 22 Oct 2003 20:56:30 +0000 (20:56 +0000)]
Removed obsolete dis-stuff.h and moved #include's here.

20 years agoCast code pointer to s8.
twisti [Wed, 22 Oct 2003 20:55:48 +0000 (20:55 +0000)]
Cast code pointer to s8.

20 years agoStuff from dis-stuff.h, which is obsolete.
twisti [Wed, 22 Oct 2003 20:55:25 +0000 (20:55 +0000)]
Stuff from dis-stuff.h, which is obsolete.

20 years agoCalculate exception address correct.
twisti [Wed, 22 Oct 2003 20:54:56 +0000 (20:54 +0000)]
Calculate exception address correct.

20 years agoreg alloc changes for x86_64.
twisti [Wed, 22 Oct 2003 20:53:52 +0000 (20:53 +0000)]
reg alloc changes for x86_64.

20 years agoHandle ICMD_INVOKExxx arguments a little bit different on x86_64.
twisti [Wed, 22 Oct 2003 20:52:48 +0000 (20:52 +0000)]
Handle ICMD_INVOKExxx arguments a little bit different on x86_64.

20 years agoHandle 32-bit and 64-bit differently in builtin_trace_args.
twisti [Wed, 22 Oct 2003 20:48:57 +0000 (20:48 +0000)]
Handle 32-bit and 64-bit differently in builtin_trace_args.

20 years agoWe need to define GC_DEBUG for x86_64. Hopefully there will be a fix in
twisti [Wed, 22 Oct 2003 20:47:18 +0000 (20:47 +0000)]
We need to define GC_DEBUG for x86_64. Hopefully there will be a fix in
the future.

20 years agoasm_switchstackandcall now defined in asmpart.h
twisti [Wed, 22 Oct 2003 20:36:14 +0000 (20:36 +0000)]
asm_switchstackandcall now defined in asmpart.h

20 years ago`No newline at end of file' fix.
twisti [Wed, 22 Oct 2003 20:21:50 +0000 (20:21 +0000)]
`No newline at end of file' fix.

20 years agoObsolete.
twisti [Wed, 22 Oct 2003 20:21:21 +0000 (20:21 +0000)]
Obsolete.

20 years agoAdded function prototypes.
twisti [Wed, 22 Oct 2003 19:49:24 +0000 (19:49 +0000)]
Added function prototypes.

20 years agoRemoved use of defines.h and USE_INTERNAL_THREADS.
twisti [Wed, 22 Oct 2003 19:43:51 +0000 (19:43 +0000)]
Removed use of defines.h and USE_INTERNAL_THREADS.

20 years agoUSE_BOEHM removed.
twisti [Wed, 22 Oct 2003 19:43:27 +0000 (19:43 +0000)]
USE_BOEHM removed.

20 years agoRemoved function declaration.
twisti [Wed, 22 Oct 2003 19:41:36 +0000 (19:41 +0000)]
Removed function declaration.

20 years agoUSE_BOEHM removed.
twisti [Wed, 22 Oct 2003 19:36:55 +0000 (19:36 +0000)]
USE_BOEHM removed.

20 years agoDefine and link against boehm libs.
twisti [Wed, 22 Oct 2003 17:35:21 +0000 (17:35 +0000)]
Define and link against boehm libs.

20 years agoDon't ask for gc, we use boehm as default.
twisti [Wed, 22 Oct 2003 17:34:42 +0000 (17:34 +0000)]
Don't ask for gc, we use boehm as default.

20 years agoInitial import of boehm gc version 6.2. It's the original version except
twisti [Wed, 22 Oct 2003 17:32:32 +0000 (17:32 +0000)]
Initial import of boehm gc version 6.2. It's the original version except
one small configure.in change: we use NO threads right now.

20 years agoChanges to compile boehm.
twisti [Wed, 22 Oct 2003 17:22:15 +0000 (17:22 +0000)]
Changes to compile boehm.

20 years agoWe use now boehm as default, so the old gc files are not needed anymore.
twisti [Wed, 22 Oct 2003 17:20:24 +0000 (17:20 +0000)]
We use now boehm as default, so the old gc files are not needed anymore.

20 years agoNot needed anymore.
twisti [Tue, 21 Oct 2003 23:11:37 +0000 (23:11 +0000)]
Not needed anymore.

20 years agoWe do not use dis-stuff.h anymore.
twisti [Tue, 21 Oct 2003 20:41:03 +0000 (20:41 +0000)]
We do not use dis-stuff.h anymore.

20 years agoNot used anymore.
twisti [Tue, 21 Oct 2003 20:38:59 +0000 (20:38 +0000)]
Not used anymore.

20 years agoWe need to define _GNU_SOURCE for x86_64's signal handling.
twisti [Mon, 20 Oct 2003 18:22:55 +0000 (18:22 +0000)]
We need to define _GNU_SOURCE for x86_64's signal handling.

20 years agoWe need to define _GNU_SOURCE before signal.h for x86_64.
twisti [Mon, 20 Oct 2003 18:22:24 +0000 (18:22 +0000)]
We need to define _GNU_SOURCE before signal.h for x86_64.

20 years agoDamn. Last commit was an accident.
twisti [Mon, 20 Oct 2003 18:07:12 +0000 (18:07 +0000)]
Damn. Last commit was an accident.

20 years agoheaders.c
twisti [Mon, 20 Oct 2003 17:56:03 +0000 (17:56 +0000)]
headers.c

20 years agoDefine dr in #ifdef to compile clean on other architectures.
twisti [Mon, 20 Oct 2003 17:50:56 +0000 (17:50 +0000)]
Define dr in #ifdef to compile clean on other architectures.

20 years agoCompile without warnings with -Wall.
twisti [Mon, 20 Oct 2003 17:39:44 +0000 (17:39 +0000)]
Compile without warnings with -Wall.

20 years agoCompile without warnings with -Wall.
twisti [Mon, 20 Oct 2003 17:30:24 +0000 (17:30 +0000)]
Compile without warnings with -Wall.

20 years agoCompile without warnings with -Wall.
twisti [Mon, 20 Oct 2003 17:23:21 +0000 (17:23 +0000)]
Compile without warnings with -Wall.

20 years ago- compile without warnings with -Wall
twisti [Mon, 20 Oct 2003 17:17:16 +0000 (17:17 +0000)]
- compile without warnings with -Wall
- use #if's instead of runtime if checks

20 years ago- compile without warnings with -Wall
twisti [Mon, 20 Oct 2003 17:16:25 +0000 (17:16 +0000)]
- compile without warnings with -Wall
- always use asm_builtin_monitorenter, asm_builtin_monitorexit to check
  for null pointer

20 years agoRemoved unused NEW_GC stuff.
twisti [Tue, 14 Oct 2003 18:42:30 +0000 (18:42 +0000)]
Removed unused NEW_GC stuff.

20 years agoRemoved old alpha compiler stuff.
twisti [Tue, 14 Oct 2003 17:08:38 +0000 (17:08 +0000)]
Removed old alpha compiler stuff.

20 years ago- fixed jvm raytrace ;-), it was a parameter passing problem
twisti [Mon, 13 Oct 2003 22:21:45 +0000 (22:21 +0000)]
- fixed jvm raytrace ;-), it was a parameter passing problem
- replace some ->regoff with variables

20 years agoCalculate the correct faulting address.
twisti [Mon, 13 Oct 2003 22:18:40 +0000 (22:18 +0000)]
Calculate the correct faulting address.

20 years agoremoved opcode test print
carolyn [Mon, 13 Oct 2003 08:37:57 +0000 (08:37 +0000)]
removed opcode test print

20 years agoSun and IBM java print it like this, sorry kaffe...
twisti [Fri, 10 Oct 2003 10:32:28 +0000 (10:32 +0000)]
Sun and IBM java print it like this, sorry kaffe...

20 years agoXTA fields type sets faster
carolyn [Mon, 6 Oct 2003 12:57:38 +0000 (12:57 +0000)]
XTA fields type sets faster

20 years agoRemoved non-existent files
stefan [Sat, 4 Oct 2003 19:04:12 +0000 (19:04 +0000)]
Removed non-existent files

20 years agoMore tests
stefan [Sat, 4 Oct 2003 19:02:59 +0000 (19:02 +0000)]
More tests

20 years agoLast commit was an accident (undo)
stefan [Sat, 4 Oct 2003 18:59:36 +0000 (18:59 +0000)]
Last commit was an accident (undo)

20 years agoMore tests
stefan [Sat, 4 Oct 2003 18:55:10 +0000 (18:55 +0000)]
More tests

20 years agokaffe regression test suite
stefan [Sat, 4 Oct 2003 18:52:22 +0000 (18:52 +0000)]
kaffe regression test suite

20 years agoEven more files
stefan [Sat, 4 Oct 2003 18:41:54 +0000 (18:41 +0000)]
Even more files