cacao.git
2004-11-23 twistiFurther changes.
2004-11-23 twistiInclude arch.h.
2004-11-23 twistiInclude ucontext.h.
2004-11-23 twistiInclude arch.h for CODEMMAP.
2004-11-23 twistiInclude config.h for USE_THREADS.
2004-11-23 twistiRemoved unneeded #include "nat/java_lang_VMClass.h".
2004-11-23 twisti- include config.h
2004-11-23 twisti- new clinit patch code stuff
2004-11-23 twistiNew clinit patch code.
2004-11-23 twistiMoved architecture dependent stuff into arch.h.
2004-11-23 twisti- use dump memory in stub creation
2004-11-23 twistiAdded some direct memory operations for PUT/GETSTATIC...
2004-11-23 twistiMoved architecture dependend stuff into arch.h.
2004-11-23 stefanmore
2004-11-23 stefan*** empty log message ***
2004-11-22 carolyninline interfaces
2004-11-22 carolynAdd Interface Test
2004-11-19 twistiInclude also unused defines.
2004-11-19 carolynRT input for dynamic load info for at.dms.kjc.Main
2004-11-19 carolynRTA updates for abstract classes
2004-11-19 twistiRemoved unused headers.
2004-11-19 twistiWarning fix.
2004-11-19 twistiAgain a #warning without __GNUC__. Ahhhhhhhhhhhhhh!
2004-11-19 twistiSystem.exit bug fix.
2004-11-18 twistiBug fix: we also need to generate the nativetable entri...
2004-11-18 twistiBug fix: released filename memory of classpath entries.
2004-11-18 twistiRenamed verbose to opt_verbose.
2004-11-18 twistiRenamed opt_verbose'
2004-11-18 twistiUse malloc'd memory in suck_init and suck_start and...
2004-11-18 twistiUse global opt_verbose.
2004-11-18 twisti- #include "nat/java_lang_VMObject.h"
2004-11-18 twistiFirst try to get a bootstrap-like build process.
2004-11-18 twistiUpdated to classpath-0.12.
2004-11-18 twistiThis one should be generated by cacaoh.
2004-11-18 twistiAdded unneeded .h files to CLEANFILES.
2004-11-18 twisti- include path fixes
2004-11-18 twistiRemoved unused include.
2004-11-18 twisti- removed 2nd jni_init()
2004-11-18 twistiTeach cacaoh -help, -version and -verbose.
2004-11-18 twisti- removed unused include
2004-11-18 twistiUse cacao types instead of int and long.
2004-11-17 christianUse maxlocals, exceptiontable* from codegendata instead...
2004-11-17 christiancodegendata an optimize_loops ��bergeben
2004-11-17 twistiTeach cacaoh to understand -d <dir> to install generate...
2004-11-17 twistiA-better-version 1.0.
2004-11-17 twistiTest case for native/jni function call arguments. Relea...
2004-11-17 twisti#include "arch.h"
2004-11-17 twistiMoved architecture stuff into arch.h.
2004-11-17 twistiHopefully correct version of the argument-block-to...
2004-11-17 twisti- moved architecture features into arch.h
2004-11-17 twistiDefine architecture dependent stuff here (mostly from...
2004-11-17 twisti1. step of implementing asm_calljavafunction2 argument...
2004-11-17 stefannew file for class path
2004-11-17 twistiRemoved gc function definitions.
2004-11-17 twistiInclude path fix.
2004-11-17 twistiInclude path fixes.
2004-11-17 twistiWarning fixes.
2004-11-17 twisti- warning fix
2004-11-17 twisti- fix a nullpointerexception
2004-11-17 twistiWarning fix.
2004-11-17 twistiJust some indent.
2004-11-17 twistiWarning fixes.
2004-11-17 twisti-ansi warning fixes.
2004-11-17 christianICMD_IF_L* zur Erstellung der "adjacency list for contr...
2004-11-15 carolynrta invoke interface updates
2004-11-14 jowennskip new instructions for now
2004-11-14 jowenn2 new icmds, new exception table ordering for inlining...
2004-11-14 jowennbetter exit with status, instead of hardcoded one
2004-11-14 jowennexit with an error code of 1 if cacao exits because...
2004-11-14 twistic89 fix.
2004-11-12 motsefix // comment
2004-11-12 twistiUse exception generating functions.
2004-11-12 twisti-ansi -pedantic bug fixes.
2004-11-12 twistiInclude <sys/types.h> on darwin before <sys/mman.h...
2004-11-12 twistiIf we compile with -ansi or c89 compilers, we have...
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-12 twisti- use -ansi -pedantic under *linux* and *darwin*
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-12 twistiWe do not use c++, so omit -fexceptions.
2004-11-12 twistiRemoved warnings.
2004-11-12 twistiRemoved warning: cast s4 to s8 on 64-bit machines.
2004-11-12 twistiRemoved warning.
2004-11-12 twisti#ifdef's for MAP_ANONYMOUS, MAP_ANON and of none is...
2004-11-12 twistiCheck for MAP_ANON (needed for darwin) and removed...
2004-11-12 twistiImplemented availableProcessors() for darwin.
2004-11-12 twistiZIP_LIBS in dependencies make some problems.
2004-11-11 twisti- compiler data structure changes
2004-11-11 twisti- fixed clinit exceptions
2004-11-11 twisti#ifdef #warning (mipspro compiler).
2004-11-11 twistiHandle null pointers in utf_display, utf_display_classn...
2004-11-11 twistiCheck for init_system_exceptions errors.
2004-11-11 twistiCheck for loading/linking errors in init_system_exceptions.
2004-11-11 twistiCompiler data structure changes.
2004-11-11 twistiPass registerdata to preregpass.
2004-11-11 twistiPart 1 of powerpc changes.
2004-11-11 twistiAdditional #endif removed.
2004-11-11 twistiDefines in reg_of_var for __POWERPC__, so we can remove...
2004-11-11 carolyninline corrections to if test; PRIVATE now inlined...
2004-11-10 carolyn-inv sets opt_rt=true / moved rtMissed inputs to rtIn...
next