* Updated to jitcache-arm-x86 branch d4f6023b26c5+d1b5b1c106ac
[cacao.git] / src / vm / vm.cpp
2008-10-10 Robert Schuster * Updated to jitcache-arm-x86 branch d4f6023b26c5...
2008-09-17 Stefan RingMerged with tip.
2008-09-11 Christian ThalingerFixes PR95.
2008-09-10 Christian Thalinger* src/native/native.cpp: Moved to C++, use STL container.
2008-09-10 Christian Thalinger* src/native/vm/nativevm.c: Moved to .cpp.
2008-09-03 Christian Thalinger* src/vm/array.c: Moved to C++.
2008-09-03 Christian Thalinger* src/native/localref.c: Moved to C++.
2008-08-29 Christian Thalinger* src/native/native.c: Moved to .cpp.
2008-08-28 Christian Thalinger* Merged twisti branch (new list implementation).
2008-08-28 Christian Thalinger* src/threads/posix/lock.c: Moved to .cpp.
2008-08-28 Christian Thalinger* src/vm/jit/optimizing/recompile.c: Moved to .cpp.
2008-08-28 Christian Thalinger* src/threads/posix/lock.c: Moved to .cpp.
2008-08-28 Christian Thalinger* src/vm/jit/optimizing/recompile.c: Moved to .cpp.
2008-08-28 Christian Thalinger* src/vm/vm.cpp (VM::abort): Removed.
2008-08-28 Christian Thalinger* src/vm/vm.cpp (VM::abort): Removed.
2008-08-27 Christian Thalinger* src/vm/assertion.c: Moved to .cpp.
2008-08-27 Christian Thalinger* src/vm/assertion.c: Moved to .cpp.
2008-08-27 Christian Thalinger* src/threads/threadlist.c: Moved to .cpp.
2008-08-26 Christian Thalinger* src/vm/jit/code.c: Moved to .cpp.
2008-08-25 Christian Thalinger* src/vm/suck.c: Moved to .cpp.
2008-08-25 Christian Thalinger* src/vm/properties.c: Moved to .cpp.
2008-08-22 Christian Thalinger* src/vm/package.cpp: Rewritten to use std::set as...
2008-08-22 Christian Thalinger* src/mm/dumpmemory.c: Moved to .cpp.
2008-08-22 Christian Thalinger* src/vm/builtin.c: Moved to .cpp.
2008-08-21 Christian Thalinger* src/vm/jit/jit.c: Moved to .cpp.
2008-08-20 Christian Thalinger* src/vm/primitivecore.c: Removed.
2008-08-18 Christian Thalinger* configure.ac (AC_CHECK_HEADERS): Added execinfo.h.
2008-08-18 Christian Thalinger* src/vm/vm.cpp (vm_printconfig): Removed.
2008-08-14 Christian Thalinger* Merged with 62ddb0d81064.
2008-08-14 Christian Thalinger* src/vm/vm.hpp (VM): Added member_vm, added functions...
2008-08-13 Christian Thalinger* src/vm/options.c (opt_shownops): Removed. This should...
2008-08-12 Christian Thalinger* src/native/jni.h: Removed.
2008-08-11 Robert Schuster * merged with tip (c57789407761)
2008-08-11 Robert Schuster * src/vm/jitcache.c: Removed.
2008-08-11 Robert Schuster * merged with tip (040f180a056b)
2008-08-08 Christian Thalinger* Moved all files from vmcore/ to vm/.
2008-08-07 Christian Thalinger* Merged twisti branch to default. This merge introduc...
2008-08-04 Christian Thalinger* src/vmcore/descriptor.h (typedesc): Renamed decltype to
2008-08-04 Christian Thalinger* src/vmcore/descriptor.h (typedesc): Renamed decltype to
2008-08-01 Christian ThalingerThis commit introduces C++ wrapper classes for Java...
2008-08-01 Christian Thalinger* src/vmcore/os.cpp: New file.
2008-07-22 Christian Thalinger* src/vm/string.c: Moved to .cpp.
2008-07-22 Christian Thalinger* src/vm/exceptions.c: Moved to .cpp.
2008-07-22 Christian Thalinger* src/threads/thread.c: Moved to .cpp.
2008-07-18 Christian Thalinger* src/vmcore/globals.cpp: New file.
2008-07-15 Christian Thalinger* Merge with d3ee7ee07ed2.
2008-07-15 Christian Thalinger* src/vm/vm.cpp (VM::VM) [ENABLE_SSA]: Declare variable...
2008-07-15 Christian Thalinger* src/vm/vm.cpp (VM::VM): Fixed const char* problems.
2008-07-14 Christian Thalinger* src/vm/vm.c, src/vm/vm.h: Moved to .cpp.