corda/src
2009-09-18 12:20:35 -06:00
..
allocator.h Merge branch 'master' into powerpc 2008-11-11 08:21:48 -07:00
arch.h add support for building with MSVC on Windows 2009-08-26 18:26:44 -06:00
arm.cpp added ARM interpreted mode supported 2009-08-06 11:52:36 -06:00
arm.h added ARM interpreted mode supported 2009-08-06 11:52:36 -06:00
arm.S added ARM interpreted mode supported 2009-08-06 11:52:36 -06:00
assembler.h progress towards powerpc continuation and tail call support 2009-05-26 19:02:39 -06:00
binaryToMacho.cpp update copyright years 2009-03-15 12:02:36 -06:00
boot.cpp add support for building with MSVC on Windows 2009-08-26 18:26:44 -06:00
bootimage.cpp fix bootimage build 2009-09-03 09:06:04 -06:00
bootimage.h implement "callee pops arguments" calling convention and refactor tail call code accordingly 2009-04-19 16:36:11 -06:00
builtin.cpp fix argument mixup in Runtime.exit 2009-09-17 18:28:42 -06:00
common.h add support for building with MSVC on Windows 2009-08-26 18:26:44 -06:00
compile-powerpc.S several bugfixes for powerpc continuations 2009-05-28 18:56:05 -06:00
compile-x86.S Merge branch 'win64' into gnu 2009-07-25 20:48:36 -06:00
compile.cpp fix misspelled comment 2009-09-04 17:08:45 -06:00
compiler.cpp add support for building with MSVC on Windows 2009-08-26 18:26:44 -06:00
compiler.h restore state from subroutine after jsr to avoid later confusion determining basic block boundaries 2009-07-20 08:26:01 -06:00
constants.h prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
continuations-x86.S Merge branch 'win64' into gnu 2009-07-25 20:48:36 -06:00
finder.cpp Merge branch 'master' into powerpc 2009-02-09 16:22:01 -07:00
finder.h various bugfixes 2008-11-27 21:44:04 -07:00
gnu.cpp fix bootimage build 2009-09-03 09:06:04 -06:00
heap.cpp ensure Heap::needsMark and Heap::mark work correctly during GC 2009-09-01 18:31:18 -06:00
heap.h lots of bugfixes and refactoring 2008-12-01 19:38:00 -07:00
heapdump.cpp fix name-clash regression in heapdump.cpp 2009-09-01 13:09:53 -06:00
heapwalk.cpp free correct object in Context::dispose 2009-07-28 17:20:23 -06:00
heapwalk.h update makefile to optionally build and use a boot image; various bugfixes 2008-11-29 16:08:14 -07:00
interpret.cpp implement StackTraceElement.getFileName properly 2009-08-27 16:28:44 -06:00
jnienv.cpp add support for building with MSVC on Windows 2009-08-26 18:26:44 -06:00
jnienv.h prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
machine.cpp fix GC safety bugs in parseMethodTable and makeArrayClass 2009-09-18 12:20:35 -06:00
machine.h fix bootimage build 2009-09-03 09:06:04 -06:00
main.cpp add support for building with MSVC on Windows 2009-08-26 18:26:44 -06:00
posix.cpp add support for building with MSVC on Windows 2009-08-26 18:26:44 -06:00
powerpc.cpp fix 32-bit shift case in unsignedShiftRightC 2009-08-11 12:36:25 -06:00
powerpc.h update copyright years 2009-03-15 12:02:36 -06:00
powerpc.S progress towards powerpc continuation and tail call support 2009-05-26 19:02:39 -06:00
process.cpp add support for building with MSVC on Windows 2009-08-26 18:26:44 -06:00
process.h implement ClassLoader.resolveClass and ensure class is linked in e.g. Class.getMethods; minor bugfixes 2009-08-18 14:26:28 -06:00
processor.h implement StackTraceElement.getFileName properly 2009-08-27 16:28:44 -06:00
stream.h fix GCC 4.4 warnings 2009-05-22 18:21:11 -06:00
system.h add support for building with MSVC on Windows 2009-08-26 18:26:44 -06:00
thunks.cpp implement basic finalization support 2009-07-21 18:57:55 -06:00
type-generator.cpp Merge branch 'master' into fun 2009-05-31 17:25:34 -06:00
types.def treat SoftReferences as WeakReferences; do vtable or interface table lookups as necessary in MyProcessor::invoke; various bugfixes 2009-08-13 09:17:05 -06:00
types.h prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
util.cpp update copyright years 2009-03-15 12:02:36 -06:00
util.h check for null array in HashMapIterator::find 2008-12-18 20:23:08 -07:00
vector.h handle subroutines properly when generating frame maps (initial sketch) 2009-06-26 15:36:04 -06:00
windows.cpp fix misuse of FindFirstFile 2009-09-03 17:57:32 -06:00
x86.cpp add support for building with MSVC on Windows 2009-08-26 18:26:44 -06:00
x86.h add support for building with MSVC on Windows 2009-08-26 18:26:44 -06:00
x86.S fix order of operations in vmJump 2009-07-27 18:09:25 -06:00
zlib-custom.h prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
zone.h simplify memory allocation interfaces 2008-04-13 12:15:04 -06:00