Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
05d89ee90413c51573c8e708a193f4ff87d67d0a
/
runtime
05d89ee
Fill resolved static fields during class initialization
by Mathieu Chartier
· 11 years ago
6786a58
Remove ResolveString from MethodHelper.
by Ian Rogers
· 11 years ago
03b6eaf
Tidy MethodProtoHelper.
by Ian Rogers
· 11 years ago
d3271e8
Merge changes Ia007744f,Iac6d03d8
by Brian Carlstrom
· 11 years ago
4677476
ART: Add support for patching and loading OAT files compiled with PIC
by Igor Murashkin
· 11 years ago
11bd683
Merge "ART: Add pic flag to oat header store"
by Andreas Gampe
· 11 years ago
7ba6496
ART: Add pic flag to oat header store
by Andreas Gampe
· 11 years ago
2f1e15c
Remove boot.art/boot.oat on failure to create
by Brian Carlstrom
· 11 years ago
d035c2d
Fix 64 bit build
by Mathieu Chartier
· 11 years ago
2d2621a
Optimize method linking
by Mathieu Chartier
· 11 years ago
13738bf
Add gp initialization to the art_quick_imt_conflict_trampoline() function.
by Douglas Leung
· 11 years ago
2deace2
Merge "Support hard float on arm in optimizing compiler."
by Nicolas Geoffray
· 11 years ago
1ba0f59
Support hard float on arm in optimizing compiler.
by Nicolas Geoffray
· 11 years ago
7066718
Merge "ART: Fix ImageSpace error message."
by Andreas Gampe
· 11 years ago
7e6d3fd
Merge "ART: Fix leak in bit_vector"
by Andreas Gampe
· 11 years ago
0c1215e
Merge "[native bridge] Add test to verify code_cache existance."
by Calin Juravle
· 11 years ago
07cce74
Merge "Fix the DW_OP_breg* constants."
by Elliott Hughes
· 11 years ago
0d235e1
Fix the DW_OP_breg* constants.
by Elliott Hughes
· 11 years ago
768135f
Merge "Do not use ld instruction for Mips32."
by Ian Rogers
· 11 years ago
50f2e9a
ART: Fix ImageSpace error message.
by Andreas Gampe
· 11 years ago
dc8aa69
ART: Fix leak in bit_vector
by Andreas Gampe
· 11 years ago
4af77b7
Do not use ld instruction for Mips32.
by Douglas Leung
· 11 years ago
3e3364e
Merge "Tidy logging code not using UNIMPLEMENTED."
by Ian Rogers
· 11 years ago
5667fdb
ARM: Use hardfp calling convention between java to java call.
by Zheng Xu
· 11 years ago
2c4257b
Tidy logging code not using UNIMPLEMENTED.
by Ian Rogers
· 11 years ago
98c271d
Merge "Code cleanup."
by Ian Rogers
· 11 years ago
44a3506
[native bridge] Add test to verify code_cache existance.
by Calin Juravle
· 11 years ago
54efee5
Merge "Make ObjectRegistry::InternalAdd GC safe"
by Sebastien Hertz
· 11 years ago
0256737
Merge "Fix JDWP Virtualmachine.Resume command"
by Sebastien Hertz
· 11 years ago
a1e50ca
Merge "More use of WellKnownClasses for debugger"
by Sebastien Hertz
· 11 years ago
6b8fbcb
Merge "ART: Remove old LOG(INFO)"
by Andreas Gampe
· 11 years ago
754ff33
Merge "Use the passed-in 'name' param to create a MemMap."
by Mathieu Chartier
· 11 years ago
aa756f3
ART: Remove old LOG(INFO)
by Andreas Gampe
· 11 years ago
51d212e
Make out-of-line mutex contention dependent on ART_USE_FUTEXES.
by Ian Rogers
· 11 years ago
e8bd8ac
Merge "ART: Use static_assert in down_cast"
by Andreas Gampe
· 11 years ago
eafdb96
ART: Use static_assert in down_cast
by Andreas Gampe
· 11 years ago
3283820
Add missing SHARED_LOCKS_REQUIRED attibute.
by Chih-Hung Hsieh
· 11 years ago
08cef22
Fix concurrent start bytes race
by Mathieu Chartier
· 11 years ago
e2d628b
Make ObjectRegistry::InternalAdd GC safe
by Sebastien Hertz
· 11 years ago
1e4dc25
Merge "[native bridge] Make sure we always unload the native bridge"
by Calin Juravle
· 11 years ago
07d83c7
[native bridge] Make sure we always unload the native bridge
by Calin Juravle
· 11 years ago
e49e195
More use of WellKnownClasses for debugger
by Sebastien Hertz
· 11 years ago
fd9e956
Merge "C++11 related clean-up of DISALLOW_.."
by Ian Rogers
· 11 years ago
cf7f191
C++11 related clean-up of DISALLOW_..
by Ian Rogers
· 11 years ago
79f4ec3
Merge "Fix arm64 bug introduced by refactoring."
by Ian Rogers
· 11 years ago
ef32b8f
Use the passed-in 'name' param to create a MemMap.
by Kyungmin Lee
· 11 years ago
aea6888
Merge "Tidy up logging."
by Ian Rogers
· 11 years ago
c7dd295
Tidy up logging.
by Ian Rogers
· 11 years ago
0ff20d5
Fix arm64 bug introduced by refactoring.
by Stephen Kyle
· 11 years ago
2da28f2
Merge "Fixed debugger for threads attached from JNI"
by Sebastien Hertz
· 11 years ago
b556761
Fix bug in UnionIfNotIn.
by Nicolas Geoffray
· 11 years ago
71c4cea
Merge "Fix Mac build."
by Ian Rogers
· 11 years ago
6c480d6
Fix Mac build.
by Ian Rogers
· 11 years ago
4918e1c
Merge "Fix a DCHECK failure IsResolved() || IsErroneous()."
by Hiroshi Yamauchi
· 11 years ago
f4c15a1
Fix a DCHECK failure IsResolved() || IsErroneous().
by Hiroshi Yamauchi
· 11 years ago
b5cb18a
Avoid strict-aliasing problems with Handles.
by Ian Rogers
· 11 years ago
1428dce
Const-ify functions/variables in trampoline entrypoints.
by Ian Rogers
· 11 years ago
253fa55
Fix JDWP Virtualmachine.Resume command
by Sebastien Hertz
· 11 years ago
8d2c23e
Merge "Implement register allocator for floating point registers."
by Nicolas Geoffray
· 11 years ago
102cbed
Implement register allocator for floating point registers.
by Nicolas Geoffray
· 11 years ago
a21bf6e
Merge "Clarify a confusing error message."
by Elliott Hughes
· 11 years ago
4f55ff6
Clarify a confusing error message.
by Elliott Hughes
· 11 years ago
5830247
Merge "Shut down FaultManager after shutting down threads."
by Vladimir Marko
· 11 years ago
1d8cdbc
Refactor quick entrypoints
by Ian Rogers
· 11 years ago
1c1786f
Merge "Rosalloc should print unreachable page map type"
by Hiroshi Yamauchi
· 11 years ago
2beeb82
Shut down FaultManager after shutting down threads.
by Vladimir Marko
· 11 years ago
dfafeef
Fixed debugger for threads attached from JNI
by Daniel Mihalyi
· 11 years ago
e09c0fc
Merge "Rename arm64 `Register` to `XRegister`."
by Nicolas Geoffray
· 11 years ago
c6b5c6c
Merge "Rework arm64 register codes and fix Arm64ManagedRegister tests."
by Nicolas Geoffray
· 11 years ago
ffb078e
Merge "Add -no-integrated-as at local level."
by Chih-Hung Hsieh
· 11 years ago
37c92df
Rename arm64 `Register` to `XRegister`.
by Alexandre Rames
· 11 years ago
a304f97
Rework arm64 register codes and fix Arm64ManagedRegister tests.
by Alexandre Rames
· 11 years ago
e5e365b
Disable some instruction set tests due to Linux kernel bugs.
by Ian Rogers
· 11 years ago
8dcb9af
Merge "Tracking change to make Class.getDeclaredFields/Methods public"
by Brian Carlstrom
· 11 years ago
36f32f6
Merge "Stop using |instance_| in Runtime::InitNativeMethods."
by Piotr Jastrzebski
· 11 years ago
ad69bcd
Fix Mac build.
by Ian Rogers
· 11 years ago
b144fce
Tracking change to make Class.getDeclaredFields/Methods public
by Brian Carlstrom
· 11 years ago
fb0566b
Merge "Some additional verbose logging for DexFile_defineClassNative"
by Brian Carlstrom
· 11 years ago
0b5d851
Merge "Some code clean-up."
by Ian Rogers
· 11 years ago
d4c4d95
Some code clean-up.
by Ian Rogers
· 11 years ago
667ab7c
Some additional verbose logging for DexFile_defineClassNative
by Brian Carlstrom
· 11 years ago
b3f18cf
Merge "Make ART compile with GCC -O0 again."
by Ian Rogers
· 11 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 11 years ago
d000480
Add way to ensure we are at the front of the sigaction chain
by Mathieu Chartier
· 11 years ago
c959695
Add -no-integrated-as at local level.
by Chih-Hung Hsieh
· 11 years ago
c5ef693
Stop using |instance_| in Runtime::InitNativeMethods.
by Piotr Jastrzebski
· 11 years ago
2fdeecb
Rosalloc should print unreachable page map type
by Maxim Kazantsev
· 11 years ago
e094b87
Store exiting thread ids and names while tracing to output later.
by Jeff Hao
· 11 years ago
b23eab1
Add VLOG(class_linker) for clinit errors
by Brian Carlstrom
· 11 years ago
6e88ef6
Change MemMap::maps_ to not be global variable
by Mathieu Chartier
· 11 years ago
cbcbd90
Merge "Revert "Adjust the suspend check interval to 16.""
by Ian Rogers
· 11 years ago
12b479c
Revert "Adjust the suspend check interval to 16."
by Ian Rogers
· 11 years ago
f14cc2c
Merge "Adjust the suspend check interval to 16."
by Hiroshi Yamauchi
· 11 years ago
dc0f40e
Adjust the suspend check interval to 16.
by Hiroshi Yamauchi
· 11 years ago
5eaff90
Handlerize throw location in DumpJavaStack
by Ian Rogers
· 11 years ago
986c6fb
ART: Stash any exception before dumping a stack
by Andreas Gampe
· 11 years ago
7223d44
Switch to C++11 style [[noreturn]].
by Ian Rogers
· 11 years ago
eac2738
Merge "ART Runtime: Add movb $xx,yy fault handling"
by Ian Rogers
· 11 years ago
824e124
Merge "Hold mutator lock in DdmSendHeapSegments for all spaces"
by Mathieu Chartier
· 11 years ago
4c69d7f
Hold mutator lock in DdmSendHeapSegments for all spaces
by Mathieu Chartier
· 11 years ago
Next »