ViewVC Help
View Directory | Root Listing
root/cebix/BasiliskII/src/uae_cpu/compiler
File Last Change
 ../
codegen_x86.cpp 1.34 (18 years ago) by gbeauche: fix FETOX & FTWOTOX translations for x86_64
codegen_x86.h 1.23 (17 years ago) by gbeauche: icc9.1 & gcc4.1 warning fixes
compemu.h 1.13 (18 years ago) by gbeauche: JIT generated code is not guaranteed to be leaf, e.g. there could be a call to a generic instruction handler (untranslated code). This caused problems on MacOS X for Intel where the unaligned stack conditions turned out to be more visible. Performance loss is really neglectable and this is the right fix now anyway.
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.38 (18 years ago) by gbeauche: Fix for LAZY_FLUSH_ICACHE_RANGE. Blocks are indexed by native addresses.
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