Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
95b4c65da93500cdbdcaa3e01010771ef3f466f1
/
runtime
95b4c65
Prevent stubs from being installed in java.lang.reflect.Proxy.<init>.
by Jeff Hao
· 12 years ago
4bf8d11
Fix proxy tracing and enable tests that now work with tracing.
by Jeff Hao
· 12 years ago
93de427
[ART] Move to system/core native bridge library
by Calin Juravle
· 12 years ago
4f1d05f
Merge "More efficient stack walk in exception throwing." into lmp-dev
by Narayan Kamath
· 12 years ago
b84d7a2
Revert "Revert "ART: Fix mac build""
by Andreas Gampe
· 12 years ago
03c9785
Revert "Revert "Reduce stack usage for overflow checks""
by Dave Allison
· 12 years ago
2e981cb
More efficient stack walk in exception throwing.
by Hiroshi Yamauchi
· 12 years ago
b162bf5
Use homogeneous space compaction if proper flag is set.
by Mathieu Chartier
· 12 years ago
0b6952c
Merge "Revert "ART: Fix mac build"" into lmp-dev
by Andreas Gampe
· 12 years ago
350b03b
Revert "ART: Fix mac build"
by Andreas Gampe
· 12 years ago
564f583
ART: Fix mac build
by Andreas Gampe
· 12 years ago
c483a73
Merge "ART: Fix class-linker handling" into lmp-dev
by Andreas Gampe
· 12 years ago
f8c4ed0
ART: Fix wrong command line parameter
by Andreas Gampe
· 12 years ago
4c37afb
Get the native bridge library from the framework.
by Calin Juravle
· 12 years ago
20ae1d7
Clean up native bridge
by Ian Rogers
· 12 years ago
b5d1efa
ART: Fix class-linker handling
by Andreas Gampe
· 12 years ago
63c051a
Reduce stack usage for overflow checks
by Dave Allison
· 12 years ago
7e9cdbb
Merge "ART: Tolerate shallow call stack in VMStack_getCallingClassLoader" into lmp-dev
by Andreas Gampe
· 12 years ago
c85a899
Revert "Revert "Remove GCC atomic workarounds.""
by Dan Albert
· 12 years ago
f0a3766
Initialize art::Atomic's value to 0.
by Dan Albert
· 12 years ago
61bf6a1
ART: Tolerate shallow call stack in VMStack_getCallingClassLoader
by Andreas Gampe
· 12 years ago
8371508
Add allocation rate tracking to systrace.
by Mathieu Chartier
· 12 years ago
b0f05b9
Add implicit checks for x86_64 architecture.
by Dave Allison
· 12 years ago
b0bf089
Merge "Revert "Reduce stack usage for overflow checks"" into lmp-dev
by Dave Allison
· 12 years ago
83b1940
Revert "Reduce stack usage for overflow checks"
by Dave Allison
· 12 years ago
0c2a6d7
Merge "ART: Fix another potential N-th visitor issue" into lmp-dev
by Andreas Gampe
· 12 years ago
ab61295
ART: Fix another potential N-th visitor issue
by Andreas Gampe
· 12 years ago
13cccfa
Merge "Fix crash in VirtualMachine.AllThreads JDWP command" into lmp-dev
by Sebastien Hertz
· 12 years ago
c739de0
Merge "Avoid use of std::string where we have const char*." into lmp-dev
by Ian Rogers
· 12 years ago
cb6b0f3
Avoid use of std::string where we have const char*.
by Ian Rogers
· 12 years ago
5f1dcee
Merge "Change FreeMemory and TotalMemory behavior." into lmp-dev
by Mathieu Chartier
· 12 years ago
b21f133
Make method tracing deoptimize on startup.
by Jeff Hao
· 12 years ago
b225890
Change FreeMemory and TotalMemory behavior.
by Mathieu Chartier
· 12 years ago
a22d115
Fix crash in VirtualMachine.AllThreads JDWP command
by Sebastien Hertz
· 12 years ago
d74824b
AArch64: Fix art_quick_string_compareto.
by Zheng Xu
· 12 years ago
8c6c521
Revert "Rename openDexFileNative to openDexFile."
by Calin Juravle
· 12 years ago
a0b530d
Fix the Mac build.
by Dan Albert
· 12 years ago
6a763f1
Proper fix after -Bsymbolic change.
by Dan Albert
· 12 years ago
679ec1b
Merge "Workaround for test failures after Bsymbolic fix." into lmp-dev
by Dan Albert
· 12 years ago
9f642e8
Merge "ART: Use TMPDIR for test directories" into lmp-dev
by Andreas Gampe
· 12 years ago
2d48bb7
Remove clang detected warning on tautological comparison
by Brian Carlstrom
· 12 years ago
2994e29
ART: Use TMPDIR for test directories
by Andreas Gampe
· 12 years ago
3a56e4d
Merge "ART: Do not check interface being subclass for member access" into lmp-dev
by Andreas Gampe
· 12 years ago
81db6a7
ART: Do not check interface being subclass for member access
by Andreas Gampe
· 12 years ago
f896965
ART: Remove test files after test
by Andreas Gampe
· 12 years ago
4ef12f5
ART: Add guards to the dex cache and its shortcuts
by Andreas Gampe
· 12 years ago
f70a5f4
Workaround for test failures after Bsymbolic fix.
by Dan Albert
· 12 years ago
35388e9
Check for a NULL pointer, do not call Build.
by Christopher Ferris
· 12 years ago
7204c04
AArch64: Implicit StackOverflow/NPE/Suspend checks.
by Stuart Monteith
· 12 years ago
47ba978
Merge "Fix a SIGSEGV at background-to-foreground collector transition." into lmp-dev
by Hiroshi Yamauchi
· 12 years ago
e0d6421
Fix a SIGSEGV at background-to-foreground collector transition.
by Hiroshi Yamauchi
· 12 years ago
31fa14f
Merge "Use the right instruction set for checking dex-cache staleness." into lmp-dev
by Narayan Kamath
· 12 years ago
24e928b
Use the right instruction set for checking dex-cache staleness.
by Narayan Kamath
· 12 years ago
4bb9327
Fix performance regression in OatFile::GetOatDexFile().
by Vladimir Marko
· 12 years ago
2c26501
Add card table test.
by Mathieu Chartier
· 12 years ago
467f816
When performing a long jump, update SP last.
by Jeff Hao
· 12 years ago
0a1143d
Merge "Add x86_64 optimized __memcmp16 implementation; fix tabs in 32-bit implementation."
by Andreas Gampe
· 12 years ago
2a0bffd
Add x86_64 optimized __memcmp16 implementation;
by Varvara Rainchik
· 12 years ago
4853f94
Merge "Fix byte_cas to use uintptr_t Atomic."
by Mathieu Chartier
· 12 years ago
aa3c3e5
Fix byte_cas to use uintptr_t Atomic.
by Mathieu Chartier
· 12 years ago
cbb5747
Merge "ART: Fix lock max count definition"
by Ian Rogers
· 12 years ago
6e183f2
Make system use patchoat to relocate during runtime.
by Alex Light
· 12 years ago
32155e0
Merge "Use canonical paths when searching for dex files"
by Calin Juravle
· 12 years ago
a62a588
ART: Fix memory unmapped twice issue in ElfFile::Load(bool)
by Jim_Guo
· 12 years ago
422f473
Use the uncached form of BacktraceMap::Create.
by Christopher Ferris
· 12 years ago
4e1d579
Use canonical paths when searching for dex files
by Calin Juravle
· 12 years ago
8d82de5
ART: Fix lock max count definition
by Dmitry Petrochenko
· 12 years ago
c7975a3
Merge "AArch64: Add inlining support for ceil(), floor(), rint(), round()"
by Andreas Gampe
· 12 years ago
2eba1fa
AArch64: Add inlining support for ceil(), floor(), rint(), round()
by Serban Constantinescu
· 12 years ago
0d08727
Make verifier identify unresolved methods as constructors by <init>.
by Jeff Hao
· 12 years ago
4e97f65
Merge "Move image classes options from art to AndroidRuntime [art]"
by Brian Carlstrom
· 12 years ago
108437e
Inform about System.exit() call in logcat
by Dmitry Petrochenko
· 12 years ago
1268b74
Fix broken JNI IsAssignableFrom.
by Narayan Kamath
· 12 years ago
57309db
Move image classes options from art to AndroidRuntime [art]
by Brian Carlstrom
· 12 years ago
59a5525
Merge "Add read barriers for the roots in the verifier."
by Hiroshi Yamauchi
· 12 years ago
7da9586
Add read barriers for the roots in the verifier.
by Hiroshi Yamauchi
· 12 years ago
b93637a
Make ImageSpace skip validation if we are using a relocated image
by Alex Light
· 12 years ago
1a76213
Fix image not regenerating on changes to bootclasspath
by Alex Light
· 12 years ago
b19955d
Reduce time and memory usage of GVN.
by Vladimir Marko
· 12 years ago
cc75c1b
Merge "1. Fix CFI for quick compiled code in x86 & x86_64; 2. Emit CFI in .eh_frame instead of .debug_frame."
by Ian Rogers
· 12 years ago
35e1e6a
1. Fix CFI for quick compiled code in x86 & x86_64;
by Tong Shen
· 12 years ago
aa910d5
ART: Fix verifier mishandling erroneous array component types
by Andreas Gampe
· 12 years ago
36dab36
Add support for bump pointer spaces to DdmSendHeapSegments.
by Mathieu Chartier
· 12 years ago
f90283f
Merge "ART: Check for duplicate class definitions in dex file verifier"
by Andreas Gampe
· 12 years ago
0ba238d
ART: Check for duplicate class definitions in dex file verifier
by Andreas Gampe
· 12 years ago
58e17ce
Merge "Stop thread from reattaching during runtime shutdown while tracing."
by Jeff Hao
· 12 years ago
c5d824a
Stop thread from reattaching during runtime shutdown while tracing.
by Jeff Hao
· 12 years ago
94f7b49
Add GcRoot to clean up and enforce read barriers.
by Hiroshi Yamauchi
· 12 years ago
b551fdc
AArch64: Clean up CalleeSaveMethod frame and the use of temp registers.
by Zheng Xu
· 12 years ago
0398e17
Fix proxy tracing and enable tests that now work with tracing.
by Jeff Hao
· 12 years ago
65c9db8
ART: Reject array-length on non-reference register
by Andreas Gampe
· 12 years ago
9843059
ART: Rework quick entrypoint code in Mir2Lir, cleanup
by Andreas Gampe
· 12 years ago
1fe5e5c
ART: Fix target test paths
by Andreas Gampe
· 12 years ago
1740eca
Remove the per-project FDO support. Use the common FDO support from build/core.
by Dehao Chen
· 12 years ago
b97df04
Merge "ART: Native bridge command-line parameter"
by Andreas Gampe
· 12 years ago
855564b
ART: Native bridge command-line parameter
by Andreas Gampe
· 12 years ago
0db2c43
Merge "ART: Allow arrays with erroneous component type"
by Andreas Gampe
· 12 years ago
dc13d7d
ART: Allow arrays with erroneous component type
by Andreas Gampe
· 12 years ago
8df7388
Merge "Revert "Fix proxy tracing and enable tests that now work with tracing.""
by Nicolas Geoffray
· 12 years ago
167cc7c
Revert "Fix proxy tracing and enable tests that now work with tracing."
by Nicolas Geoffray
· 12 years ago
Next »