index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
parsed_options_test.cc
Age
Commit message (
Expand
)
Author
2025-01-21
Enable Generational CMC
Lokesh Gidra
2024-01-24
Add visibility attributes in runtime/p*
Dmitrii Ishcheikin
2023-05-02
riscv64: disable gtests for unsupported components.
Ulya Trafimovich
2022-03-14
Use real functions in ParsedOptions test.
Peter Collingbourne
2021-05-24
Make the runtime option -Ximage a ParseStringList
Victor Hsieh
2020-07-29
Revert^3 "VIXL simulator for ART (Stage1)"
Ulya Trafimovich
2020-07-17
Revert^2 "VIXL simulator for ART (Stage1)"
Ulyana Trafimovich
2020-07-16
Revert "VIXL simulator for ART (Stage1)"
Ulyana Trafimovich
2020-07-16
VIXL simulator for ART (Stage1)
Xueliang Zhong
2020-02-14
Remove MIPS support from runtime/.
Vladimir Marko
2019-05-03
Add -verbose:interpreter
Mathieu Chartier
2019-04-20
Make kHugeNativeAllocs configurable
Hans Boehm
2019-03-25
Hide conscrypt package classes for app AOT compilation.
Vladimir Marko
2019-01-18
ART: make generational CC a runtime option
Albert Mingkun Yang
2018-12-07
Revert^2 "Pass boot class path to ImageSpace::LoadBootImage."
Vladimir Marko
2018-12-07
Revert "Pass boot class path to ImageSpace::LoadBootImage."
Vladimir Marko
2018-12-06
Pass boot class path to ImageSpace::LoadBootImage.
Vladimir Marko
2018-12-03
Add support for ANDROID_RUNTIME_ROOT variable
Neil Fuller
2018-04-06
Delete MarkCompact GC
Mathieu Chartier
2016-12-15
ART: Move to libbase StringPrintf
Andreas Gampe
2015-12-18
Merge "ART: Refactor CommonRuntimeTest::SetUp" am: fae1db92d8
Andreas Gampe
2015-12-17
ART: Refactor CommonRuntimeTest::SetUp
Andreas Gampe
2015-12-16
Merge "Revert "Revert "Introduce support for hardware simulators, starting wi...
Roland Levillain
2015-12-16
Merge "Revert "Revert "Introduce support for hardware simulators, starting wi...
Roland Levillain
2015-12-08
Merge "Allow initializing runtime with parsed options." am: e0d25b156e am: 24...
Vladimir Marko
2015-12-07
Allow initializing runtime with parsed options.
Vladimir Marko
2015-11-12
Merge lmp changes into mnc.
Narayan Kamath
2015-11-12
Fix for gtest missing core classes, attempt 2
Przemyslaw Szczepaniak
2015-11-06
Revert "Revert "Introduce support for hardware simulators, starting with ARM64""
Phil Wang
2015-08-04
Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"
Igor Murashkin
2015-07-31
cleanup: Replace pointers with out-parameters and fix-up formatting
Igor Murashkin
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-02-17
art: Fix bug in VariantMap::Set
Igor Murashkin
2015-02-04
art: Try to fix parsed_options_test on the build server
Igor Murashkin
2015-02-04
art: Refactor RuntimeOptions/ParsedOptions
Igor Murashkin
2014-10-10
Fix 2 new sets of clang compiler warnings.
Ian Rogers
2014-07-15
Break apart header files.
Ian Rogers
2014-05-19
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-15
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-03-04
Remove oat file location in the image.
Nicolas Geoffray
2014-03-03
Add ART -help and -showversion
Brian Carlstrom