summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Add custom SIGSEGV handler to help find heap corruption.Mathieu Chartier2014-02-2817-27/+241
* Merge "Avoid tripping up debuggered with the fatal crash abort"Brian Carlstrom2014-02-281-2/+2
|\
| * Avoid tripping up debuggered with the fatal crash abortBrian Carlstrom2014-02-271-2/+2
* | Fix 080-oom-throw with semispace GC.Mathieu Chartier2014-02-271-0/+1
* | Merge "Workaround for range ops spanning vreg gap"buzbee2014-02-271-0/+5
|\ \
| * | Workaround for range ops spanning vreg gapbuzbee2014-02-271-0/+5
* | | Merge "Remove some stray stringpiece.h includes"Brian Carlstrom2014-02-277-6/+4
|\ \ \ | |/ / |/| / | |/
| * Remove some stray stringpiece.h includesBrian Carlstrom2014-02-277-6/+4
* | Enable large object space for command line runs.Mathieu Chartier2014-02-273-10/+18
* | Merge "Add null check in artQuickResolutionTrampoline"Mathieu Chartier2014-02-271-7/+11
|\ \ | |/ |/|
| * Add null check in artQuickResolutionTrampolineMathieu Chartier2014-02-271-7/+11
* | Clean up MappingTable::FirstDexToPcPtr().Vladimir Marko2014-02-271-2/+2
* | Merge "art: Fix build errors for x86_64 target"Ian Rogers2014-02-272-4/+4
|\ \
| * | art: Fix build errors for x86_64 targetDmitry Petrochenko2014-02-272-4/+4
| |/
* | Ensure usable space data is zeroed in arrays.Ian Rogers2014-02-274-11/+19
* | Merge "Incorrect result of compareTo between empty and non-empty strings"Ian Rogers2014-02-271-0/+2
|\ \ | |/ |/|
| * Incorrect result of compareTo between empty and non-empty stringsAlexei Zavjalov2014-02-271-0/+2
* | Merge "ElfFile should protect itself from bad input"Brian Carlstrom2014-02-272-133/+259
|\ \
| * | ElfFile should protect itself from bad inputBrian Carlstrom2014-02-262-133/+259
* | | Make allocations report usable size.Ian Rogers2014-02-2644-547/+903
|/ /
* | Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-2633-870/+887
* | Merge "(Experimental) Add Brooks pointers."Hiroshi Yamauchi2014-02-2613-1/+171
|\ \
| * | (Experimental) Add Brooks pointers.Hiroshi Yamauchi2014-02-2513-1/+171
* | | Fix moving GC bugs in EnterInterpreterFromInvoke.Mathieu Chartier2014-02-251-10/+14
| |/ |/|
* | Remove duplicate card pre-cleaning.Mathieu Chartier2014-02-252-17/+26
* | Merge "Print message when throwing new exception with pending exception."Mathieu Chartier2014-02-252-1/+12
|\ \ | |/ |/|
| * Print message when throwing new exception with pending exception.Mathieu Chartier2014-02-252-1/+12
* | Merge "Fix the memory protection issue in RosAllocSpace::CreateFromMemMap()"Hiroshi Yamauchi2014-02-252-6/+6
|\ \
| * | Fix the memory protection issue in RosAllocSpace::CreateFromMemMap()lzang12014-02-252-6/+6
* | | Move waitpid(2) includes to art::Exec implementationBrian Carlstrom2014-02-253-5/+2
* | | Merge "Avoid going through char* for std::string API"Brian Carlstrom2014-02-252-10/+8
|\ \ \
| * | | Avoid going through char* for std::string APIBrian Carlstrom2014-02-252-10/+8
* | | | Merge "Encode VmapTable entries offset by 2 to reduce size."Vladimir Marko2014-02-253-9/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Encode VmapTable entries offset by 2 to reduce size.Vladimir Marko2014-02-253-9/+15
| | |/ | |/|
* | | Remove started runtime check in RevokeAllThreadLocalAllocationStacksMathieu Chartier2014-02-254-15/+17
|/ /
* | Fix debugger disconnection crash.Sebastien Hertz2014-02-251-14/+18
* | Merge "Create CompilerOptions"Brian Carlstrom2014-02-2510-291/+160
|\ \
| * | Create CompilerOptionsBrian Carlstrom2014-02-2410-291/+160
| |/
* | Merge "Avoid std::string allocations for finding an array class."Ian Rogers2014-02-2529-305/+403
|\ \
| * | Avoid std::string allocations for finding an array class.Ian Rogers2014-02-2429-305/+403
| |/
* | Merge "Card pre-cleaning."Mathieu Chartier2014-02-253-14/+47
|\ \
| * | Card pre-cleaning.Mathieu Chartier2014-02-243-14/+47
| |/
* | Fix debugger deadlock.Sebastien Hertz2014-02-243-4/+21
|/
* Merge "Make ARM assembly labels local."Ian Rogers2014-02-221-62/+62
|\
| * Make ARM assembly labels local.Ian Rogers2014-02-211-62/+62
* | Merge "Make X86 assembly labels local."Ian Rogers2014-02-223-42/+42
|\ \
| * | Make X86 assembly labels local.Ian Rogers2014-02-213-42/+42
| |/
* | Merge "Make MIPS assembly labels local."Ian Rogers2014-02-222-20/+20
|\ \
| * | Make MIPS assembly labels local.Ian Rogers2014-02-212-20/+20
| |/
* | Split space_test into separate checksAndreas Gampe2014-02-214-130/+205
|/