summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move ArtField to nativeMathieu Chartier2015-04-10108-1428/+1644
* Merge "ART: Refactor CompileOptimized"Andreas Gampe2015-04-101-15/+15
|\
| * ART: Refactor CompileOptimizedAndreas Gampe2015-04-101-15/+15
* | Merge "Avoid using dex cache array pointers in libart."Vladimir Marko2015-04-105-9/+52
|\ \
| * | Avoid using dex cache array pointers in libart.Vladimir Marko2015-04-105-9/+52
* | | Merge "ART: Remove WriteElf from Compiler"Andreas Gampe2015-04-105-47/+9
|\ \ \
| * | | ART: Remove WriteElf from CompilerAndreas Gampe2015-04-105-47/+9
| | |/ | |/|
* | | Merge "Opt compiler: Instruction simplification for HAdd, HNeg, HNot, HSub."Roland Levillain2015-04-104-9/+697
|\ \ \
| * | | Opt compiler: Instruction simplification for HAdd, HNeg, HNot, HSub.Alexandre Rames2015-04-104-9/+697
|/ / /
* | | Merge "Follow up of "div/rem on x86 and x86_64", to tidy up the code a little."Calin Juravle2015-04-106-46/+37
|\ \ \
| * | | Follow up of "div/rem on x86 and x86_64", to tidy up the code a little.Guillaume Sanchez2015-04-106-46/+37
* | | | Merge "[optimizing] Improve x86 parallel moves/swaps"Calin Juravle2015-04-106-57/+191
|\ \ \ \ | |_|/ / |/| | |
| * | | [optimizing] Improve x86 parallel moves/swapsMark Mendell2015-04-106-57/+191
|/ / /
* | | Merge "[optimizing] Improve x86 shifts"Roland Levillain2015-04-104-39/+208
|\ \ \
| * | | [optimizing] Improve x86 shiftsMark Mendell2015-04-104-39/+208
* | | | Merge "Optimizing x86: Fix VisitArraySet for FP value"Roland Levillain2015-04-102-5/+31
|\ \ \ \
| * | | | Optimizing x86: Fix VisitArraySet for FP valueSerguei Katkov2015-04-102-5/+31
| | |_|/ | |/| |
* | | | Merge "[optimizing] Address x86_64 RIP patch comments"Roland Levillain2015-04-105-63/+46
|\ \ \ \ | |_|/ / |/| | |
| * | | [optimizing] Address x86_64 RIP patch commentsMark Mendell2015-04-105-63/+46
|/ / /
* | | Merge "Fix checker tests in 458-checker-instruction-simplification."Roland Levillain2015-04-101-16/+48
|\ \ \
| * | | Fix checker tests in 458-checker-instruction-simplification.Alexandre Rames2015-04-101-16/+48
|/ / /
* | | Merge "Refine erratum 843419 check for linker workaround."Vladimir Marko2015-04-102-9/+102
|\ \ \
| * | | Refine erratum 843419 check for linker workaround.Matteo Franchin2015-04-092-9/+102
* | | | Merge "Move DWARF related code in ElfWriter to its own file."David Srbecky2015-04-105-386/+426
|\ \ \ \
| * | | | Move DWARF related code in ElfWriter to its own file.David Srbecky2015-04-105-386/+426
* | | | | Merge "Extend the DWARF library to support .debug_info section."David Srbecky2015-04-1010-409/+571
|\ \ \ \ \ | |/ / / /
| * | | | Extend the DWARF library to support .debug_info section.David Srbecky2015-04-0910-409/+571
* | | | | Merge "[MIPS] Refactoring code for disassembler"Andreas Gampe2015-04-096-348/+64
|\ \ \ \ \
| * | | | | [MIPS] Refactoring code for disassemblerGoran Jakovljevic2015-04-096-348/+64
| | |_|/ / | |/| | |
* | | | | Merge "ART: Use canonical location in dex2oat"Andreas Gampe2015-04-091-2/+7
|\ \ \ \ \
| * | | | | ART: Use canonical location in dex2oatAndreas Gampe2015-04-091-2/+7
* | | | | | Merge "Add support for nested method verifiers"Mathieu Chartier2015-04-094-10/+15
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add support for nested method verifiersMathieu Chartier2015-04-094-10/+15
| |/ / / /
* | | | | Merge "Remove duplicate of DexFile::DecodeDebugInfo."David Srbecky2015-04-093-111/+70
|\ \ \ \ \
| * | | | | Remove duplicate of DexFile::DecodeDebugInfo.David Srbecky2015-04-093-111/+70
* | | | | | Merge "Fix memory leaks in the CFI tests."David Srbecky2015-04-092-5/+24
|\ \ \ \ \ \
| * | | | | | Fix memory leaks in the CFI tests.David Srbecky2015-04-092-5/+24
* | | | | | | Merge "ART: Fix indent in Mips backend"Andreas Gampe2015-04-092-78/+78
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | ART: Fix indent in Mips backendAndreas Gampe2015-04-092-78/+78
|/ / / / / /
* | | | | | Merge "Fix GenDivRemLit() for Mips."Andreas Gampe2015-04-091-1/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix GenDivRemLit() for Mips.Douglas Leung2015-04-071-1/+7
* | | | | | Merge "Fix build - the stack frame is too large."David Srbecky2015-04-091-0/+4
|\ \ \ \ \ \
| * | | | | | Fix build - the stack frame is too large.David Srbecky2015-04-091-0/+4
* | | | | | | Merge "Fix Mac compile error in debug_frame_writer.h"David Srbecky2015-04-091-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix Mac compile error in debug_frame_writer.hDavid Srbecky2015-04-091-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge "Quick: PC-relative loads from dex cache arrays on x86."Vladimir Marko2015-04-0913-314/+307
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Quick: PC-relative loads from dex cache arrays on x86.Vladimir Marko2015-04-0913-314/+307
| | |/ / / | |/| | |
* | | | | Merge "Implement CFI for Optimizing."David Srbecky2015-04-0919-284/+624
|\ \ \ \ \
| * | | | | Implement CFI for Optimizing.David Srbecky2015-04-0919-284/+624
* | | | | | Merge "[optimizing] Add RIP support for x86_64"Roland Levillain2015-04-095-43/+346
|\ \ \ \ \ \