summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Remove some stray stringpiece.h includesBrian Carlstrom2014-02-277-6/+4
* 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
|/
* Fix and optimize verify object.Mathieu Chartier2014-02-2136-512/+738
* Merge "Do not visit null object from transaction logs."Mathieu Chartier2014-02-211-3/+4
|\
| * Do not visit null object from transaction logs.Sebastien Hertz2014-02-211-3/+4
* | Zygote: remove CAP_NET_RAW exceptionNick Kralevich2014-02-211-4/+0
* | Restore refs in artQuickProxyInvokeHandler.Mathieu Chartier2014-02-211-14/+30
|/
* Merge "Fix deoptimization deadlock"Sebastien Hertz2014-02-213-12/+15
|\
| * Fix deoptimization deadlockSebastien Hertz2014-02-203-12/+15
* | Merge "Fix oatdumpd."Hiroshi Yamauchi2014-02-211-3/+3
|\ \
| * | Fix oatdumpd.Hiroshi Yamauchi2014-02-201-3/+3
* | | Inline x86 String.indexOfMark Mendell2014-02-202-52/+1