ViewVC Help
View Directory | Root Listing
root/cebix/BasiliskII/src/uae_cpu/compiler
File Last Change
 ../
codegen_x86.cpp 1.30 (19 years ago) by gbeauche: Stop abort()'ing when we fail to recognize the underlying processor, assume an obsolete i386 instead. Keep report on stderr though.
codegen_x86.h 1.18 (19 years ago) by gbeauche: Fix build with gcc4 on x86-64: ignore errors when casting pointers to int from regs & fpu members + code cache. This is possible because data is allocated in 32-bit space and we force allocation of translation cache to those bounds too.
compemu.h 1.12 (19 years ago) by gbeauche: Happy New Year!
compemu_fpp.cpp 1.9 (19 years ago) by gbeauche: Fix build with gcc4 on x86-64: ignore errors when casting pointers to int from regs & fpu members + code cache. This is possible because data is allocated in 32-bit space and we force allocation of translation cache to those bounds too.
compemu_support.cpp 1.34 (19 years ago) by gbeauche: Much improved responsiveness on NetBSD systems. On those systems, it's really hard to get high resolution timings and the system oftens fails to honour a timeout in less than 20 ms. The idea here is to have an average m68k instruction count (countdown quantum) that triggers real interrupt checks. The quantum is calibrated every 10 ticks and has a 1000 Hz resolution on average.
flags_x86.h 1.4 (19 years ago) by gbeauche: Happy New Year!
gencomp.c 1.10 (19 years ago) by gbeauche: Fix build with gcc4 on x86-64: ignore errors when casting pointers to int from regs & fpu members + code cache. This is possible because data is allocated in 32-bit space and we force allocation of translation cache to those bounds too.
test_codegen_x86.cpp 1.1 (19 years ago) by gbeauche: add dumb but handy brute-force runtime assembler verifier, someone will probably want to rewrite it to use BFD/opcodes internals for checks
0 directories and 8 files shown