Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
f88b5c0bdf829cba1b3d30d2e428ba165522efeb
/
cmdline
51d80cc
ART: Refactor abort code
by Andreas Gampe
· 7 years ago
885a713
Add support for profiling boot class path
by Mathieu Chartier
· 7 years ago
7b135c8
Only compile hot methods
by Mathieu Chartier
· 7 years ago
d482e73
ART: More header cleanup - runtime.h
by Andreas Gampe
· 8 years ago
88307ed
Fix up code warning and errors
by Yi Kong
· 8 years ago
bec07a0
ART: Add -verbose:dex
by Andreas Gampe
· 8 years ago
4b812fa
Change Ti::Agent collection from vector to List
by Alex Light
· 8 years ago
9545f6d
Accept output profile path from dalvikvm command
by Calin Juravle
· 8 years ago
67e1dc5
Remove use of npic image for gtests.
by Richard Uhler
· 8 years ago
01fd70b
ART: Remove experimental flags for plugins and agents
by Andreas Gampe
· 8 years ago
9320675
MethodHandles: Remove experimental flag.
by Narayan Kamath
· 8 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
9186ced
ART: Clean up utils.h
by Andreas Gampe
· 8 years ago
1b0adbf
Ensure CC GC is used for the read barrier config.
by Hiroshi Yamauchi
· 8 years ago
ca620d7
ART: Fix tidy warnings
by Andreas Gampe
· 8 years ago
5c657fe
Pass some arguments by const reference.
by Vladimir Marko
· 8 years ago
eb84221
Enable agent attaching during live phase
by Leonard Mosescu
· 8 years ago
f57589f
Remove logging dependency on runtime
by David Sehr
· 8 years ago
a9b296c
Avoid ThreadStress timeout with art-read-barrier-table-lookup.
by Hiroshi Yamauchi
· 8 years ago
25352fc
class_linker: Add support for resolving method types.
by Narayan Kamath
· 8 years ago
afd3c9e
Convert art runtests to Android.bp
by Colin Cross
· 8 years ago
6e95dd5
Convert art gtests to Android.bp
by Colin Cross
· 8 years ago
60985b7
Background full compaction for CC.
by Hiroshi Yamauchi
· 8 years ago
346285b
Merge changes I852b4daf,Id648eaed
by Treehugger Robot
· 8 years ago
7cbd27f
Adjust spacing before NOLINT comments in ART.
by Roland Levillain
· 8 years ago
185d134
Add basic runtime-plugins support.
by Alex Light
· 8 years ago
7233c7e
Create a basic agent loading framework.
by Alex Light
· 8 years ago
14832ef
Revert experimental lambda feature.
by Narayan Kamath
· 8 years ago
56fe258
Add a way to measure read barrier slow paths
by Mathieu Chartier
· 8 years ago
138dbff
Clean up profiler options
by Calin Juravle
· 8 years ago
c7ed09b
ART: Log all monitor operations to systrace
by Andreas Gampe
· 9 years ago
ffc8707
Split profile recording from jit compilation
by Calin Juravle
· 9 years ago
66a5539
Add VLOG(collector) to reduce log spam
by Mathieu Chartier
· 9 years ago
7ccb63f
Merge "Enable interface default methods by default."
by Alex Light
· 9 years ago
9724c63
Enable interface default methods by default.
by Neil Fuller
· 9 years ago
fbc3108
Revert "Revert "Load app images""
by Mathieu Chartier
· 9 years ago
1bc977c
Revert "Load app images"
by Nicolas Geoffray
· 9 years ago
f7fd970
Load app images
by Mathieu Chartier
· 9 years ago
dcdc85b
Dex2oat support for multiple oat file and image file outputs.
by Jeff Hao
· 9 years ago
4741516
Merge "Revert "Revert "Introduce support for hardware simulators, starting with ARM64"""
by Roland Levillain
· 9 years ago
64fff41
Clarify --boot-image help message
by Kevin Brodsky
· 9 years ago
88b2b80
Allow initializing runtime with parsed options.
by Vladimir Marko
· 9 years ago
295a596
Fix cmdline parser test.
by Nicolas Geoffray
· 9 years ago
0a3be16
Increase code cache after 1 full collection.
by Nicolas Geoffray
· 9 years ago
751beff
Revert "Revert "Introduce support for hardware simulators, starting with ARM64""
by Phil Wang
· 9 years ago
eb7c144
Add initial default method support to Art
by Alex Light
· 9 years ago
3887c46
Remove unnecessary `explicit` qualifiers on constructors.
by Roland Levillain
· 9 years ago
7617abd
runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS
by Igor Murashkin
· 9 years ago
01aaf6e
Allow for sig chain to be disabled.
by Calin Juravle
· 9 years ago
3100080
New experimental GC stress mode
by Mathieu Chartier
· 9 years ago
158f35c
interpreter: Add experimental lambda opcodes for invoke/create-lambda
by Igor Murashkin
· 9 years ago
bba348e
Bring back verbosity override
by Sebastien Hertz
· 9 years ago
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 9 years ago
f3d1f94
ART: Add verbose:deopt logging
by Andreas Gampe
· 9 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
758a801
ART: Enable Clang's -Wdeprecated
by Andreas Gampe
· 10 years ago
66d874d
Create OatFileAssistant class for assisting with oat files.
by Richard Uhler
· 10 years ago
2682699
ART: Fix Cmdline Parser test
by Andreas Gampe
· 10 years ago
42f8c1c
Merge "ART: Fix "unused parameters""
by Andreas Gampe
· 10 years ago
c801f0d
ART: Fix "unused parameters"
by Andreas Gampe
· 10 years ago
e5f13e5
Revert "Revert "Add JIT""
by Mathieu Chartier
· 10 years ago
f548c54
Merge "Revert "Add JIT""
by Nicolas Geoffray
· 10 years ago
a5ca888
Revert "Add JIT"
by Nicolas Geoffray
· 10 years ago
4fa1a27
Merge "Add JIT"
by Mathieu Chartier
· 10 years ago
2535abe
Add JIT
by Mathieu Chartier
· 10 years ago
24e04aa
ART: Allow the execution to stop if the compilation fails via an option
by Jean Christophe Beyler
· 10 years ago
b3b173b
Follow up 129144
by Sebastien Hertz
· 10 years ago
b991d33
Merge "Read JDWP options from runtime"
by Sebastien Hertz
· 10 years ago
61fdf5b
Merge "art: Fix broken cmdline_parser_test"
by Igor Murashkin
· 10 years ago
60d77c6
art: Fix broken cmdline_parser_test
by Igor Murashkin
· 10 years ago
3be6e9d
Read JDWP options from runtime
by Sebastien Hertz
· 10 years ago
8f4ee5c
Disable test, it fails on target and read-barrier config.
by Nicolas Geoffray
· 10 years ago
aaebaa0
art: Refactor RuntimeOptions/ParsedOptions
by Igor Murashkin
· 10 years ago
57b3429
ART: Allow to compile interpret-only mips64 files
by Andreas Gampe
· 10 years ago
c24f399
ART: Fix oatdump
by Andreas Gampe
· 10 years ago
3774335
Add a new imgdiag tool to diff boot.art/core.art against a process
by Igor Murashkin
· 10 years ago