summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-2228-254/+285
* Merge "Support new VMRuntime native methods"Sebastien Hertz2014-05-221-0/+18
|\
| * Support new VMRuntime native methodsSebastien Hertz2014-05-221-0/+18
* | Merge "Secure move-exception in intepreter"Sebastien Hertz2014-05-222-4/+4
|\ \
| * | Secure move-exception in intepreterSebastien Hertz2014-05-212-4/+4
| |/
* | Merge "Use decltype() instead of typeof()"Dan Albert2014-05-221-1/+1
|\ \
| * | Use decltype() instead of typeof()Dan Albert2014-05-211-1/+1
* | | Merge "Change profiler file name parsing option"Brian Carlstrom2014-05-221-2/+2
|\ \ \
| * | | Change profiler file name parsing optionWei Jin2014-05-211-2/+2
| |/ /
* | | Fix build.Mathieu Chartier2014-05-211-3/+3
* | | Merge "Begin migration of art::Atomic to std::atomic."Ian Rogers2014-05-2121-153/+280
|\ \ \
| * | | Begin migration of art::Atomic to std::atomic.Ian Rogers2014-05-2021-153/+280
* | | | ART: Fix stub test inline assembly for x86Andreas Gampe2014-05-211-1/+1
| |/ / |/| |
* | | Merge "ART: Make StubTest IMT sanity check a warning"Andreas Gampe2014-05-211-2/+6
|\ \ \
| * | | ART: Make StubTest IMT sanity check a warningAndreas Gampe2014-05-211-2/+6
* | | | Merge "Work around Mac assembler differences."Ian Rogers2014-05-211-5/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Work around Mac assembler differences.Ian Rogers2014-05-201-5/+12
* | | | Merge "ART: Add INVOKE_TRAMPOLINE and imt_conflict stub to 64b architectures"Andreas Gampe2014-05-214-80/+517
|\ \ \ \
| * | | | ART: Add INVOKE_TRAMPOLINE and imt_conflict stub to 64b architecturesAndreas Gampe2014-05-214-80/+517
| |/ / /
* | | | Change zygote_creation_lock_ to be member instead of static.Mathieu Chartier2014-05-212-3/+6
|/ / /
* | | Merge "Simplify Class::IsArtFieldClass()."Hiroshi Yamauchi2014-05-217-24/+20
|\ \ \
| * | | Simplify Class::IsArtFieldClass().Hiroshi Yamauchi2014-05-207-24/+20
* | | | Merge "Move another LOG to VLOG(signals)"Brian Carlstrom2014-05-211-1/+1
|\ \ \ \
| * | | | Move another LOG to VLOG(signals)Brian Carlstrom2014-05-201-1/+1
* | | | | Merge "Add context to LinkFields asserts since the previous_size check failed"Brian Carlstrom2014-05-211-63/+97
|\ \ \ \ \
| * | | | | Add context to LinkFields asserts since the previous_size check failedBrian Carlstrom2014-05-201-63/+97
| |/ / / /
* | | | | Merge "Use strtod to read a double rather than operator >>"Dave Allison2014-05-201-4/+12
|\ \ \ \ \
| * | | | | Use strtod to read a double rather than operator >>Dave Allison2014-05-201-4/+12
| | |/ / / | |/| | |
* | | | | Merge "Improve heap verification for invalid roots."Mathieu Chartier2014-05-204-47/+58
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Improve heap verification for invalid roots.Mathieu Chartier2014-05-204-47/+58
* | | | | Merge "Workaround stack overflow issue with clang"Brian Carlstrom2014-05-202-16/+24
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Workaround stack overflow issue with clangSebastien Hertz2014-05-202-16/+24
* | | | | ART: Randomize mem_map start address for linear scan searchAndreas Gampe2014-05-203-2/+97
| |/ / / |/| | |
* | | | Fix race condition between GCDaemon and DeleteLocalReferenceYevgeny Rouban2014-05-205-12/+22
| |/ / |/| |
* | | Improve stack walk performance.Vladimir Marko2014-05-207-67/+132
|/ /
* | Up-to-date odex files should take precedence over profile checksBrian Carlstrom2014-05-191-46/+46
* | Merge "Fix typo in option parsing."Ian Rogers2014-05-201-1/+1
|\ \
| * | Fix typo in option parsing.Ian Rogers2014-05-191-1/+1
* | | Fix the sense of when mutexes are used for longs in atomic support.Ian Rogers2014-05-191-1/+1
|/ /
* | Fix DexFile.getClassNameList.Ian Rogers2014-05-191-1/+1
* | Merge "Now we have a proper C++ library, use std::unique_ptr."Ian Rogers2014-05-20100-359/+317
|\ \
| * | Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-19100-359/+317
* | | Merge "Don't get and restore thread state for ScopedFastNativeObjectAccess."Mathieu Chartier2014-05-1914-98/+141
|\ \ \
| * | | Don't get and restore thread state for ScopedFastNativeObjectAccess.Mathieu Chartier2014-05-1914-98/+141
* | | | Merge "ART: Fix ARM64 long-jump context caller-save smashes"Andreas Gampe2014-05-193-122/+139
|\ \ \ \ | |_|/ / |/| | |
| * | | ART: Fix ARM64 long-jump context caller-save smashesAndreas Gampe2014-05-193-122/+139
* | | | Merge "Check and log a to-space overflow explicitly."Hiroshi Yamauchi2014-05-191-0/+1
|\ \ \ \
| * | | | Check and log a to-space overflow explicitly.Hiroshi Yamauchi2014-05-191-0/+1
* | | | | Build fix.Ian Rogers2014-05-191-1/+1
|/ / / /
* | | | Merge "Switch ART to libc++."Dan Albert2014-05-191-1/+5
|\ \ \ \ | |/ / / |/| | |