Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
f59c6dda4928cfb05d32a56fd161e3f86a9ca560
f59c6dd
Merge "ART: Fix Segment Fault with null owner while monitor logging is enabled"
by Mathieu Chartier
· 10 years ago
86ab791
ART: Fix Segment Fault with null owner while monitor logging is enabled
by Haifeng Li
· 10 years ago
245e536
Merge "AArch64: Fix quick compiler monitor implementation."
by Bill Buzbee
· 10 years ago
7013182
Merge "dalvikvm: create the dalvikvm symlink to the primary version"
by Narayan Kamath
· 10 years ago
c830430
AArch64: Fix quick compiler monitor implementation.
by Zheng Xu
· 10 years ago
c006db3
Merge "Workaround for multi-line comment error when compiled with g++."
by Nicolas Geoffray
· 10 years ago
8f1a4d4
Workaround for multi-line comment error when compiled with g++.
by Nicolas Geoffray
· 10 years ago
27710fa
Merge "Linearize the graph before creating live ranges."
by Nicolas Geoffray
· 10 years ago
0d3f578
Linearize the graph before creating live ranges.
by Nicolas Geoffray
· 10 years ago
b374fdb
Merge "Fix JDWP location event report on return instructions"
by Sebastien Hertz
· 10 years ago
380d24d
Merge "Compatibility layer to transition from UniquePtr to std::unique_ptr."
by Ian Rogers
· 10 years ago
507dfdd
Compatibility layer to transition from UniquePtr to std::unique_ptr.
by Ian Rogers
· 10 years ago
e1a71b2
Merge "ART: A Compile Filter for x86_64"
by Bill Buzbee
· 10 years ago
922ddb3
Merge "Avoid some unnecessary use of stl types."
by Ian Rogers
· 10 years ago
dd157d7
Avoid some unnecessary use of stl types.
by Ian Rogers
· 10 years ago
8bebd1a
Merge "ART: Make build error a warning for TARGET_CPU_SMP"
by Andreas Gampe
· 10 years ago
ef5113d
ART: Make build error a warning for TARGET_CPU_SMP
by Andreas Gampe
· 10 years ago
3b2bcbf
Merge "Move RoS allocator to use unordered_set."
by Ian Rogers
· 10 years ago
0e78ff7
Merge "Workaround x86 interpretter stack overflow"
by Brian Carlstrom
· 10 years ago
13ff8cd
Merge "Quick Compiler: fix Arm cts failures"
by Bill Buzbee
· 10 years ago
fe8cf8b
Quick Compiler: fix Arm cts failures
by Bill Buzbee
· 10 years ago
b2c3e10
Merge "ART: Fix MonitorExit code on ARM"
by Andreas Gampe
· 10 years ago
b14329f
ART: Fix MonitorExit code on ARM
by Andreas Gampe
· 10 years ago
5fcfa7d
Move RoS allocator to use unordered_set.
by Ian Rogers
· 10 years ago
2aef07c
Workaround x86 interpretter stack overflow
by Brian Carlstrom
· 10 years ago
3ba5511
Merge "Don't import llvm.mk for non-portable builds."
by Ian Rogers
· 10 years ago
e2aa56b
Merge "Declare variable for all art oat tests"
by Tsu Chiang Chuang
· 10 years ago
1694e02
Declare variable for all art oat tests
by Tsu Chiang Chuang
· 10 years ago
0e472bc
Merge "Improve large object free CHECK"
by Mathieu Chartier
· 10 years ago
2298683
Improve large object free CHECK
by Mathieu Chartier
· 10 years ago
777dda8
Merge "Fix CompilationUnit constructor issues."
by Ian Rogers
· 10 years ago
93dcff3
Fix CompilationUnit constructor issues.
by Ian Rogers
· 10 years ago
28f5c09
Don't import llvm.mk for non-portable builds.
by Ian Rogers
· 10 years ago
e713d93
Fix JDWP location event report on return instructions
by Sebastien Hertz
· 10 years ago
30b6520
Merge "ART: Resolve MAP_32BIT limitation in x86_64"
by Andreas Gampe
· 10 years ago
4c6491f
Merge "Fix build"
by Sebastien Hertz
· 10 years ago
7d2ae43
Fix build
by Sebastien Hertz
· 10 years ago
cdf05ab
Merge "Register debugger for interesting instrumentation events only"
by Sebastien Hertz
· 10 years ago
42cd43f
Register debugger for interesting instrumentation events only
by Sebastien Hertz
· 10 years ago
3b9097d
Merge "Combine JDWP location events"
by Sebastien Hertz
· 10 years ago
84d49cc
ART: Resolve MAP_32BIT limitation in x86_64
by Qiming Shi
· 11 years ago
be02a59
Merge "ART: Fix oat_test for 64b"
by Andreas Gampe
· 10 years ago
a2eca52
ART: Fix oat_test for 64b
by Andreas Gampe
· 10 years ago
23d2b95
Merge "ART: Fix typo in ArtMethod::FindCatchBlock"
by Andreas Gampe
· 10 years ago
72b3e43
ART: Fix typo in ArtMethod::FindCatchBlock
by Andreas Gampe
· 10 years ago
6d0a702
Merge "Fix race in inflating thin locks."
by Mathieu Chartier
· 10 years ago
a1ee14f
Fix race in inflating thin locks.
by Mathieu Chartier
· 10 years ago
9c16a9a
Merge "ART: Fix PWD in oat tests"
by Andreas Gampe
· 10 years ago
8dcecbc
Merge "Declare variable for all art dex tests."
by Brian Carlstrom
· 10 years ago
33f109a
Merge "ART: Fix comments for dmb"
by Andreas Gampe
· 10 years ago
675967d
ART: Fix comments for dmb
by Andreas Gampe
· 10 years ago
a1926cd
Merge "ART: Fix ARM dmb placement in monitor-exit"
by Andreas Gampe
· 10 years ago
d5ca7b3
ART: Fix PWD in oat tests
by Andreas Gampe
· 10 years ago
5200a9b
Merge "Address comments from HandleScope change."
by Mathieu Chartier
· 10 years ago
5493f0b
Merge "64-bit build fix."
by Ian Rogers
· 10 years ago
1ee9935
64-bit build fix.
by Ian Rogers
· 10 years ago
421c537
Address comments from HandleScope change.
by Mathieu Chartier
· 10 years ago
cbfb8b2
Merge "Ensure JNI primitive array type is appropriate."
by Ian Rogers
· 10 years ago
2d10b20
Ensure JNI primitive array type is appropriate.
by Ian Rogers
· 10 years ago
430e377
Declare variable for all art dex tests.
by Tsu Chiang Chuang
· 10 years ago
2bb4436
dalvikvm: create the dalvikvm symlink to the primary version
by Yongqin Liu
· 10 years ago
6099df8
Merge "Remove ISA from boot image name."
by Brian Carlstrom
· 10 years ago
3ac05bb
Remove ISA from boot image name.
by Brian Carlstrom
· 10 years ago
c2ffcec
Merge "Add a compilation tracing mechanism to the new compiler."
by Nicolas Geoffray
· 10 years ago
f635e63
Add a compilation tracing mechanism to the new compiler.
by Nicolas Geoffray
· 10 years ago
f54fcba
Merge "Support any cpu register sequence in LoadArgRegs"
by Bill Buzbee
· 10 years ago
5c13d43
Merge "x86_64: Handle UnsafeGet/Put equal to x86"
by Bill Buzbee
· 10 years ago
d115735
Merge "Fix special getter/setter to use RegClassForFieldLoadStore()."
by Vladimir Marko
· 10 years ago
c93ac8b
Fix special getter/setter to use RegClassForFieldLoadStore().
by Vladimir Marko
· 10 years ago
5678455
ART: A Compile Filter for x86_64
by Vladimir Kostyukov
· 10 years ago
26ee07a
Support any cpu register sequence in LoadArgRegs
by Dmitry Petrochenko
· 10 years ago
9bf549d
x86_64: Handle UnsafeGet/Put equal to x86
by Dmitry Petrochenko
· 11 years ago
9b9dec8
ART: Fix ARM dmb placement in monitor-exit
by Andreas Gampe
· 10 years ago
d0916f3
Merge "dex2oat: convert NULL to nullptr"
by Kenny Root
· 10 years ago
5131638
dex2oat: convert NULL to nullptr
by Kenny Root
· 10 years ago
20cdc06
Merge "Changes for vogar compatibility"
by Kenny Root
· 10 years ago
b720c4b
Merge "Add Handle/HandleScope and delete SirtRef."
by Mathieu Chartier
· 10 years ago
d518534
Changes for vogar compatibility
by Kenny Root
· 10 years ago
eb8167a
Add Handle/HandleScope and delete SirtRef.
by Mathieu Chartier
· 11 years ago
2757fa0
Merge "ART: Run cctest_vixl in test-art-host"
by Andreas Gampe
· 10 years ago
a47dcbf
Merge "x86_64: Fix issues in entrypoints"
by Andreas Gampe
· 10 years ago
78150c7
x86_64: Fix issues in entrypoints
by Dmitry Petrochenko
· 11 years ago
6fb66a2
Merge "Fix includes for arch_test.cc."
by Vladimir Marko
· 10 years ago
c0480ef
Fix includes for arch_test.cc.
by Vladimir Marko
· 10 years ago
ad930da
Merge "Move quick frame info to OatQuickMethodHeader."
by Vladimir Marko
· 10 years ago
3c03357
ART: Run cctest_vixl in test-art-host
by Andreas Gampe
· 10 years ago
7624d25
Move quick frame info to OatQuickMethodHeader.
by Vladimir Marko
· 11 years ago
6f2b602
Merge "Add loop recognition and CFG simplifications in new compiler."
by Nicolas Geoffray
· 10 years ago
622d9c3
Add loop recognition and CFG simplifications in new compiler.
by Nicolas Geoffray
· 11 years ago
98a8a54
Merge "Restore "Late-enable" logging"
by Brian Carlstrom
· 10 years ago
b911636
Merge "Dump the native stack of an unattached aborting thread."
by Ian Rogers
· 10 years ago
0f3295d
Merge "ART: Fix typo in ThreadOffset modification"
by Andreas Gampe
· 10 years ago
3ec5da2
ART: Fix typo in ThreadOffset modification
by Andreas Gampe
· 10 years ago
cd6e04f
Merge "ART: Add lock and unlock stubs for ARM64, fix for X86-64"
by Andreas Gampe
· 11 years ago
4fc046e
ART: Add lock and unlock stubs for ARM64, fix for X86-64
by Andreas Gampe
· 11 years ago
048b5d0
Merge "ART: Add more ThreadOffset in Mir2Lir and backends"
by Andreas Gampe
· 11 years ago
2f244e9
ART: Add more ThreadOffset in Mir2Lir and backends
by Andreas Gampe
· 11 years ago
966ce11
Restore "Late-enable" logging
by Brian Carlstrom
· 11 years ago
e920cfd
Merge "Fix a lock level violation with background compaction enabled."
by Hiroshi Yamauchi
· 11 years ago
a6a8d14
Fix a lock level violation with background compaction enabled.
by Hiroshi Yamauchi
· 11 years ago
Next »