Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
3071f80075de7ecc434b668bfc4b3f3e09cdc8fd
/
runtime
3071f80
Patch for compiling art to run on linux target
by Bilyan Borisov
· 9 years ago
bb661c0
Refactor use of __ANDROID__ macro
by Bilyan Borisov
· 9 years ago
1bfc7e5
Merge "ART: Disable unstarted runtime pow test for valgrind"
by Treehugger Robot
· 9 years ago
b679515
ART: Disable unstarted runtime pow test for valgrind
by Andreas Gampe
· 9 years ago
436759c
Merge "Make dex file loading failure more explicit about failure."
by Alex Light
· 9 years ago
ebe4d21
Merge "Revert "Revert "Assembly TLAB and RegionTLAB allocation fast path for x86"""
by Hiroshi Yamauchi
· 9 years ago
2efce70
Merge "X86/X86_64: Switch to locked add from mfence"
by Aart Bik
· 9 years ago
69cee6a
Revert "Revert "Assembly TLAB and RegionTLAB allocation fast path for x86""
by Sang, Chunlei
· 9 years ago
9d7c524
Merge "Revert "Assembly TLAB and RegionTLAB allocation fast path for x86""
by Hiroshi Yamauchi
· 9 years ago
0cd1bf7
Revert "Assembly TLAB and RegionTLAB allocation fast path for x86"
by Hiroshi Yamauchi
· 9 years ago
213120f
Merge "Assembly TLAB and RegionTLAB allocation fast path for x86"
by Hiroshi Yamauchi
· 9 years ago
3045b66
Make dex file loading failure more explicit about failure.
by Alex Light
· 9 years ago
1878667
Merge "ART: Change x86 from modify_ldt to set_thread_data"
by Andreas Gampe
· 9 years ago
0b577a9
Merge changes I0360a078,I3e267519
by Treehugger Robot
· 9 years ago
44e5cd8
Merge "Do less work holding thread list lock"
by Mathieu Chartier
· 9 years ago
7424025
Merge changes Ic40833d3,I8f286987
by Hiroshi Yamauchi
· 9 years ago
b8a00f9
ART: Add Math cutouts
by Andreas Gampe
· 9 years ago
715fdc2
ART: Add some reflection cutouts
by Andreas Gampe
· 9 years ago
0ffdc9c
Do less work holding thread list lock
by Mathieu Chartier
· 9 years ago
20d2c9d
Merge "ART: Remove Security initialization cutout"
by Andreas Gampe
· 9 years ago
84ed7d0
Assembly TLAB and RegionTLAB allocation fast path for x86
by Sang, Chunlei
· 9 years ago
3ed30c3
ART: Remove Security initialization cutout
by Andreas Gampe
· 9 years ago
6435910
Merge "Use iterators "before" the use node in HUserRecord<>."
by Vladimir Marko
· 9 years ago
8f95cf3
Fix a deadlock between debugger and GC.
by Hiroshi Yamauchi
· 9 years ago
46817b8
Use iterators "before" the use node in HUserRecord<>.
by Vladimir Marko
· 9 years ago
35a38d1
Merge "ART: Fast-fail empty other handlers in fault handling"
by Andreas Gampe
· 9 years ago
49c882b
Initialize a variable to suppress compiler error
by Goran Jakovljevic
· 9 years ago
54c8195
Merge changes I0f164a7d,I8c408aa6
by Andreas Gampe
· 9 years ago
8ce9c30
ART: Add cutout for Character.toLower/UpperCase
by Andreas Gampe
· 9 years ago
eb8b0ae
ART: Add ClassLoader.getResourceAsStream cutout
by Andreas Gampe
· 9 years ago
d14b73d
ART: Fast-fail empty other handlers in fault handling
by Andreas Gampe
· 9 years ago
61b3cd4
Prevent holding stale Thread pointers
by Mathieu Chartier
· 9 years ago
74b3c8f
Add more info to monitor contention logging
by Mathieu Chartier
· 9 years ago
c4d445a
Merge "Fix interaction between instrumentation and jit lock."
by Nicolas Geoffray
· 9 years ago
480d510
Fix interaction between instrumentation and jit lock.
by Nicolas Geoffray
· 9 years ago
27a0eb2
Merge "Increase vtable size for String class"
by Yi Kong
· 9 years ago
f59149a
Merge "Add weight to compiled/interpreter transitions."
by Nicolas Geoffray
· 9 years ago
d4fa9f4
ART: Add a System.getProperty cutout
by Andreas Gampe
· 9 years ago
8f4ade0
ART: Fix nits for verifier change
by Andreas Gampe
· 9 years ago
478078a
Increase vtable size for String class
by Yi Kong
· 9 years ago
6233bff
Merge "OpenJdkJVM: Fix Mac OS build."
by Narayan Kamath
· 9 years ago
db5a850
Merge "Revert "Revert "ART: Improve JitProfile perf in x86_64 mterp"""
by Bill Buzbee
· 9 years ago
5b2cfd8
OpenJdkJVM: Fix Mac OS build.
by Narayan Kamath
· 9 years ago
9afaac4
Revert "Revert "ART: Improve JitProfile perf in x86_64 mterp""
by Bill Buzbee
· 9 years ago
77f5d65
OpenJdkJVM: Fix JVM_Lseek
by Narayan Kamath
· 9 years ago
71cd50f
Add weight to compiled/interpreter transitions.
by Nicolas Geoffray
· 9 years ago
240986c
Merge "Track removal of String hash functions."
by Narayan Kamath
· 9 years ago
5d8fa8b
Track removal of String hash functions.
by Narayan Kamath
· 9 years ago
37d8c5c
Merge "Properly initialize the is_osr_method_being_compiled_ flag."
by Nicolas Geoffray
· 9 years ago
935384e
Properly initialize the is_osr_method_being_compiled_ flag.
by Nicolas Geoffray
· 9 years ago
cc9b74f
Merge "ART: Make iget receiver mismatch hard verifier error"
by Andreas Gampe
· 9 years ago
6659624
ART: Make iget receiver mismatch hard verifier error
by Andreas Gampe
· 9 years ago
0108f3d
Merge "Restore fallback behavior in the no-image stripped-dex case."
by Richard Uhler
· 9 years ago
ba6aae0
Fix initialization of field after conflicting merges.
by Nicolas Geoffray
· 9 years ago
54b5b1a
Merge "Fix copy-paste nit"
by Vladimir Marko
· 9 years ago
ab4c64b
Fix copy-paste nit
by Goran Jakovljevic
· 9 years ago
dad35b0
Merge "Remove the JIT from the instrumentation framework."
by Nicolas Geoffray
· 9 years ago
4847513
Merge "Allow private methods in interfaces."
by Treehugger Robot
· 9 years ago
b55f1ac
Allow private methods in interfaces.
by Alex Light
· 9 years ago
76f5cb6
Restore fallback behavior in the no-image stripped-dex case.
by Richard Uhler
· 9 years ago
93205e3
Move Assemblers to the Arena.
by Vladimir Marko
· 9 years ago
274fe4a
Remove the JIT from the instrumentation framework.
by Nicolas Geoffray
· 9 years ago
6990775
Merge "Revert "Revert "ART: Improve JitProfile perf in x86 mterp"""
by Bill Buzbee
· 9 years ago
2c3b101
Merge "Add option to tune sample collection based on thread sensitivity"
by Calin Juravle
· 9 years ago
b2771b4
Add option to tune sample collection based on thread sensitivity
by Calin Juravle
· 9 years ago
38e398b
Merge "Allocate code generators on the arena."
by Vladimir Marko
· 9 years ago
4af8fac
Merge "ART: Simplify unstarted-runtime ceil and floor"
by Andreas Gampe
· 9 years ago
89e3b48
ART: Simplify unstarted-runtime ceil and floor
by Andreas Gampe
· 9 years ago
e4010c6
Merge "Fix InsertDexFileInToClassLoader to handle null class loaders"
by Mathieu Chartier
· 9 years ago
6d25cf6
Fix InsertDexFileInToClassLoader to handle null class loaders
by Mathieu Chartier
· 9 years ago
7aa04a1
X86/X86_64: Switch to locked add from mfence
by Mark Mendell
· 9 years ago
f38a661
ART: Flag to fail thread creation
by Andreas Gampe
· 9 years ago
d58b837
Allocate code generators on the arena.
by Vladimir Marko
· 9 years ago
ec9a828
Merge "Assembly region TLAB allocation fast path for arm64."
by Hiroshi Yamauchi
· 9 years ago
8eec0bb
Merge "Remove recursive ALWAYS_INLINE"
by Vladimir Marko
· 9 years ago
b2880a9
Merge "unstarted_runtime: add cutout for Math.floor"
by Sergio Giro
· 9 years ago
8326120
unstarted_runtime: add cutout for Math.floor
by Sergio Giro
· 9 years ago
0dfb30d
Remove recursive ALWAYS_INLINE
by Goran Jakovljevic
· 9 years ago
92ec594
Fix relocate in place to handle arbitrary app image layout
by Mathieu Chartier
· 9 years ago
cd77378
Assembly region TLAB allocation fast path for arm64.
by Hiroshi Yamauchi
· 9 years ago
e719926
Don't abort during app image loading with no boot image
by Mathieu Chartier
· 9 years ago
d521826
Merge "ART: Make mterp jit profiling race tolerant"
by Calin Juravle
· 9 years ago
0e6aa6d
ART: Make mterp jit profiling race tolerant
by buzbee
· 9 years ago
1e24b28
Merge "MIPS: Improving art_quick_imt_conflict_trampoline"
by Nicolas Geoffray
· 9 years ago
787a500
Merge "Revert "Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"""""
by Calin Juravle
· 9 years ago
4009bc6
Merge "Implement on-stack replacement for MIPS32 and MIPS64"
by Nicolas Geoffray
· 9 years ago
8a2c62c
ART: Change x86 from modify_ldt to set_thread_data
by Andreas Gampe
· 9 years ago
250a23c
Merge "ART: Fix race in on-stack replacement"
by Bill Buzbee
· 9 years ago
454b3b6
ART: Fix race in on-stack replacement
by buzbee
· 9 years ago
1d011d9
Revert "Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""""
by Bill Buzbee
· 9 years ago
fd336c3
Fix combined checksum calculation to use isa.
by Jeff Hao
· 9 years ago
b11ffb7
Combine checksum of all boot images.
by Jeff Hao
· 9 years ago
93e94f2
ART: Fix interpreter single-step when doing OSR
by buzbee
· 9 years ago
2c6760a
Merge "Remove AnnotationAccess and its remaining uses."
by Jeff Hao
· 9 years ago
8b233fc
Remove more Quick-related macros in tests.
by Roland Levillain
· 9 years ago
e7fbbe4
Merge changes I775a57c9,I14c0836f,I075c1b11
by Andreas Gampe
· 9 years ago
56f9a89
Fix regression in ModUnionTable RAM usage
by Mathieu Chartier
· 9 years ago
8a18fde
ART: Add cutout for Unsafe.putObjectVolatile
by Andreas Gampe
· 9 years ago
13fc1be
ART: Add integer & long parsing cutout to unstarted runtime
by Andreas Gampe
· 9 years ago
6039e56
ART: Add getDeclaredConstructor cutout for unstarted runtime
by Andreas Gampe
· 9 years ago
Next »