.. |
android
|
more work on Android classpath port
|
2013-02-22 11:06:49 -07:00 |
codegen
|
fix arm and powerpc build
|
2013-02-21 16:51:31 -07:00 |
heap
|
move system.h to include
|
2013-02-20 20:42:09 -07:00 |
lzma
|
fix endianess bug in LZMA decoding
|
2012-06-06 12:58:24 -06:00 |
openjdk
|
return XToolkit from iOS getPreferredToolkit stub
|
2013-01-19 14:10:31 -07:00 |
tools
|
Merge branch 'master' of github.com:ReadyTalk/avian
|
2013-02-21 16:23:22 -07:00 |
vm/system
|
insert RUNTIME_ARRAY_BODY to fix windows.cpp
|
2013-02-21 16:29:19 -07:00 |
alloc-vector.h
|
move system.h to include
|
2013-02-20 20:42:09 -07:00 |
allocator.h
|
update copyright years
|
2012-05-11 17:43:27 -06:00 |
arch.h
|
update copyright years and increment version number
|
2011-07-13 08:25:21 -06:00 |
arm.h
|
fix arm and powerpc build
|
2013-02-21 16:51:31 -07:00 |
arm.masm
|
WinRT/WP8 process=compile
|
2013-02-09 09:42:22 +02:00 |
arm.S
|
use ldmneia on Clang < 4 and GCC, ldmiane on Clang >= 4
|
2012-10-03 17:01:00 -06:00 |
boot-javahome.cpp
|
update copyright years
|
2012-05-11 17:43:27 -06:00 |
boot.cpp
|
update copyright years
|
2012-05-11 17:43:27 -06:00 |
bootimage-fields.cpp
|
add optional LZMA support for compressing embedded JARs, boot images, and shared objects
|
2012-06-02 09:06:22 -06:00 |
bootimage-template.cpp
|
move math functions out of common.h, and into include/avian/util/math.h
|
2013-02-20 07:51:57 -07:00 |
bootimage.h
|
move java-specific declarations out of common.h
|
2013-02-20 22:14:18 -07:00 |
builtin.cpp
|
Merge remote-tracking branch 'github/master' into dicej
|
2013-02-22 14:43:20 -07:00 |
classpath-android.cpp
|
all tests now pass for Android class library build
|
2013-02-22 17:23:59 -07:00 |
classpath-avian.cpp
|
Merge remote-tracking branch 'github/master' into dicej
|
2013-02-22 14:43:20 -07:00 |
classpath-common.h
|
all tests now pass for Android class library build
|
2013-02-22 17:23:59 -07:00 |
classpath-openjdk.cpp
|
all tests now pass for Android class library build
|
2013-02-22 17:23:59 -07:00 |
common.h
|
move java-specific declarations out of common.h
|
2013-02-20 22:14:18 -07:00 |
compile-arm.masm
|
WinRT/WP8 process=compile
|
2013-02-09 09:42:22 +02:00 |
compile-arm.S
|
fix OS X 10.8 and iOS 6.0 builds
|
2012-10-03 13:36:51 -06:00 |
compile-powerpc.S
|
abort on startup if Thread field offset constants don't match the real runtime values
|
2012-06-20 13:16:08 -06:00 |
compile-x86.masm
|
WinRT/WP8 process=compile
|
2013-02-09 09:42:22 +02:00 |
compile-x86.S
|
fix typo in compile-x86.cpp that broke 64-bit Windows continuations build
|
2012-07-10 16:23:45 -06:00 |
compile.cpp
|
move runtime-array to include
|
2013-02-19 22:56:05 -07: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
|
fix stack alignment for i386 continuations build
|
2012-07-10 17:22:49 -06:00 |
embed.cpp
|
fix embed.cpp build for 64-bit Windows
|
2013-01-25 07:57:57 -07:00 |
embed.h
|
fix MSVC build regression
|
2012-12-05 17:17:29 -07:00 |
embedded-loader.cpp
|
fix MSVC build regression
|
2012-12-05 17:17:29 -07:00 |
environment.h
|
clean up binary format code
|
2012-08-02 12:39:24 -06:00 |
finder.cpp
|
move tokenizer.h to include/avian/util/string.h, merge in the String declaration from object-writer/tools.h
|
2013-02-21 16:18:20 -07:00 |
finder.h
|
move system.h to include
|
2013-02-20 20:42:09 -07:00 |
heapdump.cpp
|
fix C++11 errors in heapdump.cpp
|
2012-06-28 10:30:49 -06:00 |
heapwalk.cpp
|
update bootimage.cpp and heapwalk.cpp to reflect function renames
|
2013-02-13 22:13:56 -07:00 |
heapwalk.h
|
move java-specific declarations out of common.h
|
2013-02-20 22:14:18 -07:00 |
interpret.cpp
|
Merge branch 'master' of github.com:ReadyTalk/avian
|
2013-02-21 16:23:22 -07:00 |
java-common.h
|
move java-specific declarations out of common.h
|
2013-02-20 22:14:18 -07:00 |
jnienv.cpp
|
Merge remote-tracking branch 'github/master' into dicej
|
2013-02-22 14:43:20 -07:00 |
jnienv.h
|
Allow avian.bootstrap to accept multiple libraries
|
2013-02-09 09:42:32 +02:00 |
lzma-decode.cpp
|
fix endianess bug in LZMA decoding
|
2012-06-06 12:58:24 -06:00 |
lzma-encode.cpp
|
add support for LZMA on Windows
|
2012-06-02 15:43:42 -06:00 |
lzma-util.h
|
move system.h to include
|
2013-02-20 20:42:09 -07:00 |
lzma.h
|
move system.h to include
|
2013-02-20 20:42:09 -07:00 |
machine.cpp
|
Merge remote-tracking branch 'github/master' into dicej
|
2013-02-22 17:13:10 -07:00 |
machine.h
|
Merge remote-tracking branch 'github/master' into dicej
|
2013-02-22 17:13:10 -07:00 |
main.cpp
|
move system.h to include
|
2013-02-20 20:42:09 -07:00 |
powerpc-regs.S
|
enable Linux PowerPC build
|
2011-02-26 12:45:22 -07:00 |
powerpc.h
|
fix PowerPC floating point argument and return value marshalling
|
2012-08-13 11:16:30 -06:00 |
powerpc.S
|
fix PowerPC floating point argument and return value marshalling
|
2012-08-13 11:16:30 -06:00 |
process.cpp
|
move runtime-array to include
|
2013-02-19 22:56:05 -07:00 |
process.h
|
move system.h to include
|
2013-02-20 20:42:09 -07:00 |
processor.h
|
move system.h to include
|
2013-02-20 20:42:09 -07:00 |
target-fields.h
|
add support for FreeBSD
|
2012-08-02 10:41:41 -06:00 |
target.h
|
more Android class library work
|
2013-02-21 15:37:17 -07:00 |
thunks.cpp
|
fix crash when encountering invokespecial call to abstract method
|
2011-07-17 19:54:55 -06:00 |
types.def
|
more Android class library work
|
2013-02-21 15:37:17 -07: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
|
2012-05-11 17:43:27 -06:00 |
util.h
|
update copyright years
|
2010-12-05 20:21:09 -07:00 |
x86.h
|
add support for FreeBSD on x86_64
|
2012-08-02 10:49:32 -06:00 |
x86.masm
|
Fix dword<>qword mistake
|
2013-02-09 09:42:47 +02:00 |
x86.S
|
fix bad offset for SSE argument marshalling in x86.S
|
2012-08-01 11:20:41 -06:00 |
zlib-custom.h
|
update copyright years
|
2012-05-11 17:43:27 -06:00 |
zone.h
|
move system.h to include
|
2013-02-20 20:42:09 -07:00 |