Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Move art host to libc++" | Dan Albert | 2014-05-22 | 1 | -6/+2 |
|\ | |||||
| * | Move art host to libc++ | Dan Albert | 2014-05-21 | 1 | -6/+2 |
* | | Merge "Support new VMRuntime native methods" | Sebastien Hertz | 2014-05-22 | 1 | -0/+18 |
|\ \ | |||||
| * | | Support new VMRuntime native methods | Sebastien Hertz | 2014-05-22 | 1 | -0/+18 |
* | | | Merge "Secure move-exception in intepreter" | Sebastien Hertz | 2014-05-22 | 2 | -4/+4 |
|\ \ \ | |||||
| * | | | Secure move-exception in intepreter | Sebastien Hertz | 2014-05-21 | 2 | -4/+4 |
| |/ / | |||||
* | | | Merge "Use decltype() instead of typeof()" | Dan Albert | 2014-05-22 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Use decltype() instead of typeof() | Dan Albert | 2014-05-21 | 1 | -1/+1 |
* | | | | Merge "Change profiler file name parsing option" | Brian Carlstrom | 2014-05-22 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Change profiler file name parsing option | Wei Jin | 2014-05-21 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Fix build. | Mathieu Chartier | 2014-05-21 | 1 | -3/+3 |
* | | | | Merge "Begin migration of art::Atomic to std::atomic." | Ian Rogers | 2014-05-21 | 21 | -153/+280 |
|\ \ \ \ | |||||
| * | | | | Begin migration of art::Atomic to std::atomic. | Ian Rogers | 2014-05-20 | 21 | -153/+280 |
* | | | | | ART: Fix stub test inline assembly for x86 | Andreas Gampe | 2014-05-21 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge "ART: Make StubTest IMT sanity check a warning" | Andreas Gampe | 2014-05-21 | 1 | -2/+6 |
|\ \ \ \ | |||||
| * | | | | ART: Make StubTest IMT sanity check a warning | Andreas Gampe | 2014-05-21 | 1 | -2/+6 |
* | | | | | Merge "Work around Mac assembler differences." | Ian Rogers | 2014-05-21 | 1 | -5/+12 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Work around Mac assembler differences. | Ian Rogers | 2014-05-20 | 1 | -5/+12 |
| | |_|/ | |/| | | |||||
* | | | | Merge "ART: Add INVOKE_TRAMPOLINE and imt_conflict stub to 64b architectures" | Andreas Gampe | 2014-05-21 | 4 | -80/+517 |
|\ \ \ \ | |||||
| * | | | | ART: Add INVOKE_TRAMPOLINE and imt_conflict stub to 64b architectures | Andreas Gampe | 2014-05-21 | 4 | -80/+517 |
| |/ / / | |||||
* / / / | Change zygote_creation_lock_ to be member instead of static. | Mathieu Chartier | 2014-05-21 | 2 | -3/+6 |
|/ / / | |||||
* | | | Merge "Simplify Class::IsArtFieldClass()." | Hiroshi Yamauchi | 2014-05-21 | 7 | -24/+20 |
|\ \ \ | |||||
| * | | | Simplify Class::IsArtFieldClass(). | Hiroshi Yamauchi | 2014-05-20 | 7 | -24/+20 |
* | | | | Merge "Move another LOG to VLOG(signals)" | Brian Carlstrom | 2014-05-21 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Move another LOG to VLOG(signals) | Brian Carlstrom | 2014-05-20 | 1 | -1/+1 |
* | | | | | Merge "Add context to LinkFields asserts since the previous_size check failed" | Brian Carlstrom | 2014-05-21 | 1 | -63/+97 |
|\ \ \ \ \ | |||||
| * | | | | | Add context to LinkFields asserts since the previous_size check failed | Brian Carlstrom | 2014-05-20 | 1 | -63/+97 |
| |/ / / / | |||||
* | | | | | Merge "Use strtod to read a double rather than operator >>" | Dave Allison | 2014-05-20 | 1 | -4/+12 |
|\ \ \ \ \ | |||||
| * | | | | | Use strtod to read a double rather than operator >> | Dave Allison | 2014-05-20 | 1 | -4/+12 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge "Improve heap verification for invalid roots." | Mathieu Chartier | 2014-05-20 | 4 | -47/+58 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Improve heap verification for invalid roots. | Mathieu Chartier | 2014-05-20 | 4 | -47/+58 |
* | | | | | Merge "Workaround stack overflow issue with clang" | Brian Carlstrom | 2014-05-20 | 2 | -16/+24 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Workaround stack overflow issue with clang | Sebastien Hertz | 2014-05-20 | 2 | -16/+24 |
* | | | | | ART: Randomize mem_map start address for linear scan search | Andreas Gampe | 2014-05-20 | 3 | -2/+97 |
| |/ / / |/| | | | |||||
* | | | | Fix race condition between GCDaemon and DeleteLocalReference | Yevgeny Rouban | 2014-05-20 | 5 | -12/+22 |
| |/ / |/| | | |||||
* | | | Improve stack walk performance. | Vladimir Marko | 2014-05-20 | 7 | -67/+132 |
|/ / | |||||
* | | Up-to-date odex files should take precedence over profile checks | Brian Carlstrom | 2014-05-19 | 1 | -46/+46 |
* | | Merge "Fix typo in option parsing." | Ian Rogers | 2014-05-20 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix typo in option parsing. | Ian Rogers | 2014-05-19 | 1 | -1/+1 |
* | | | Fix the sense of when mutexes are used for longs in atomic support. | Ian Rogers | 2014-05-19 | 1 | -1/+1 |
|/ / | |||||
* | | Fix DexFile.getClassNameList. | Ian Rogers | 2014-05-19 | 1 | -1/+1 |
* | | Merge "Now we have a proper C++ library, use std::unique_ptr." | Ian Rogers | 2014-05-20 | 100 | -359/+317 |
|\ \ | |||||
| * | | Now we have a proper C++ library, use std::unique_ptr. | Ian Rogers | 2014-05-19 | 100 | -359/+317 |
* | | | Merge "Don't get and restore thread state for ScopedFastNativeObjectAccess." | Mathieu Chartier | 2014-05-19 | 14 | -98/+141 |
|\ \ \ | |||||
| * | | | Don't get and restore thread state for ScopedFastNativeObjectAccess. | Mathieu Chartier | 2014-05-19 | 14 | -98/+141 |
* | | | | Merge "ART: Fix ARM64 long-jump context caller-save smashes" | Andreas Gampe | 2014-05-19 | 3 | -122/+139 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | ART: Fix ARM64 long-jump context caller-save smashes | Andreas Gampe | 2014-05-19 | 3 | -122/+139 |
* | | | | Merge "Check and log a to-space overflow explicitly." | Hiroshi Yamauchi | 2014-05-19 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | Check and log a to-space overflow explicitly. | Hiroshi Yamauchi | 2014-05-19 | 1 | -0/+1 |
* | | | | | Build fix. | Ian Rogers | 2014-05-19 | 1 | -1/+1 |
|/ / / / |