Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ArtField to native | Mathieu Chartier | 2015-04-10 | 108 | -1428/+1644 |
* | Merge "ART: Refactor CompileOptimized" | Andreas Gampe | 2015-04-10 | 1 | -15/+15 |
|\ | |||||
| * | ART: Refactor CompileOptimized | Andreas Gampe | 2015-04-10 | 1 | -15/+15 |
* | | Merge "Avoid using dex cache array pointers in libart." | Vladimir Marko | 2015-04-10 | 5 | -9/+52 |
|\ \ | |||||
| * | | Avoid using dex cache array pointers in libart. | Vladimir Marko | 2015-04-10 | 5 | -9/+52 |
* | | | Merge "ART: Remove WriteElf from Compiler" | Andreas Gampe | 2015-04-10 | 5 | -47/+9 |
|\ \ \ | |||||
| * | | | ART: Remove WriteElf from Compiler | Andreas Gampe | 2015-04-10 | 5 | -47/+9 |
| | |/ | |/| | |||||
* | | | Merge "Opt compiler: Instruction simplification for HAdd, HNeg, HNot, HSub." | Roland Levillain | 2015-04-10 | 4 | -9/+697 |
|\ \ \ | |||||
| * | | | Opt compiler: Instruction simplification for HAdd, HNeg, HNot, HSub. | Alexandre Rames | 2015-04-10 | 4 | -9/+697 |
|/ / / | |||||
* | | | Merge "Follow up of "div/rem on x86 and x86_64", to tidy up the code a little." | Calin Juravle | 2015-04-10 | 6 | -46/+37 |
|\ \ \ | |||||
| * | | | Follow up of "div/rem on x86 and x86_64", to tidy up the code a little. | Guillaume Sanchez | 2015-04-10 | 6 | -46/+37 |
* | | | | Merge "[optimizing] Improve x86 parallel moves/swaps" | Calin Juravle | 2015-04-10 | 6 | -57/+191 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | [optimizing] Improve x86 parallel moves/swaps | Mark Mendell | 2015-04-10 | 6 | -57/+191 |
|/ / / | |||||
* | | | Merge "[optimizing] Improve x86 shifts" | Roland Levillain | 2015-04-10 | 4 | -39/+208 |
|\ \ \ | |||||
| * | | | [optimizing] Improve x86 shifts | Mark Mendell | 2015-04-10 | 4 | -39/+208 |
* | | | | Merge "Optimizing x86: Fix VisitArraySet for FP value" | Roland Levillain | 2015-04-10 | 2 | -5/+31 |
|\ \ \ \ | |||||
| * | | | | Optimizing x86: Fix VisitArraySet for FP value | Serguei Katkov | 2015-04-10 | 2 | -5/+31 |
| | |_|/ | |/| | | |||||
* | | | | Merge "[optimizing] Address x86_64 RIP patch comments" | Roland Levillain | 2015-04-10 | 5 | -63/+46 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | [optimizing] Address x86_64 RIP patch comments | Mark Mendell | 2015-04-10 | 5 | -63/+46 |
|/ / / | |||||
* | | | Merge "Fix checker tests in 458-checker-instruction-simplification." | Roland Levillain | 2015-04-10 | 1 | -16/+48 |
|\ \ \ | |||||
| * | | | Fix checker tests in 458-checker-instruction-simplification. | Alexandre Rames | 2015-04-10 | 1 | -16/+48 |
|/ / / | |||||
* | | | Merge "Refine erratum 843419 check for linker workaround." | Vladimir Marko | 2015-04-10 | 2 | -9/+102 |
|\ \ \ | |||||
| * | | | Refine erratum 843419 check for linker workaround. | Matteo Franchin | 2015-04-09 | 2 | -9/+102 |
* | | | | Merge "Move DWARF related code in ElfWriter to its own file." | David Srbecky | 2015-04-10 | 5 | -386/+426 |
|\ \ \ \ | |||||
| * | | | | Move DWARF related code in ElfWriter to its own file. | David Srbecky | 2015-04-10 | 5 | -386/+426 |
* | | | | | Merge "Extend the DWARF library to support .debug_info section." | David Srbecky | 2015-04-10 | 10 | -409/+571 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Extend the DWARF library to support .debug_info section. | David Srbecky | 2015-04-09 | 10 | -409/+571 |
* | | | | | Merge "[MIPS] Refactoring code for disassembler" | Andreas Gampe | 2015-04-09 | 6 | -348/+64 |
|\ \ \ \ \ | |||||
| * | | | | | [MIPS] Refactoring code for disassembler | Goran Jakovljevic | 2015-04-09 | 6 | -348/+64 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge "ART: Use canonical location in dex2oat" | Andreas Gampe | 2015-04-09 | 1 | -2/+7 |
|\ \ \ \ \ | |||||
| * | | | | | ART: Use canonical location in dex2oat | Andreas Gampe | 2015-04-09 | 1 | -2/+7 |
* | | | | | | Merge "Add support for nested method verifiers" | Mathieu Chartier | 2015-04-09 | 4 | -10/+15 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | Add support for nested method verifiers | Mathieu Chartier | 2015-04-09 | 4 | -10/+15 |
| |/ / / / | |||||
* | | | | | Merge "Remove duplicate of DexFile::DecodeDebugInfo." | David Srbecky | 2015-04-09 | 3 | -111/+70 |
|\ \ \ \ \ | |||||
| * | | | | | Remove duplicate of DexFile::DecodeDebugInfo. | David Srbecky | 2015-04-09 | 3 | -111/+70 |
* | | | | | | Merge "Fix memory leaks in the CFI tests." | David Srbecky | 2015-04-09 | 2 | -5/+24 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix memory leaks in the CFI tests. | David Srbecky | 2015-04-09 | 2 | -5/+24 |
* | | | | | | | Merge "ART: Fix indent in Mips backend" | Andreas Gampe | 2015-04-09 | 2 | -78/+78 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | ART: Fix indent in Mips backend | Andreas Gampe | 2015-04-09 | 2 | -78/+78 |
|/ / / / / / | |||||
* | | | | | | Merge "Fix GenDivRemLit() for Mips." | Andreas Gampe | 2015-04-09 | 1 | -1/+7 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Fix GenDivRemLit() for Mips. | Douglas Leung | 2015-04-07 | 1 | -1/+7 |
* | | | | | | Merge "Fix build - the stack frame is too large." | David Srbecky | 2015-04-09 | 1 | -0/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix build - the stack frame is too large. | David Srbecky | 2015-04-09 | 1 | -0/+4 |
* | | | | | | | Merge "Fix Mac compile error in debug_frame_writer.h" | David Srbecky | 2015-04-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Fix Mac compile error in debug_frame_writer.h | David Srbecky | 2015-04-09 | 1 | -1/+1 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge "Quick: PC-relative loads from dex cache arrays on x86." | Vladimir Marko | 2015-04-09 | 13 | -314/+307 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Quick: PC-relative loads from dex cache arrays on x86. | Vladimir Marko | 2015-04-09 | 13 | -314/+307 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge "Implement CFI for Optimizing." | David Srbecky | 2015-04-09 | 19 | -284/+624 |
|\ \ \ \ \ | |||||
| * | | | | | Implement CFI for Optimizing. | David Srbecky | 2015-04-09 | 19 | -284/+624 |
* | | | | | | Merge "[optimizing] Add RIP support for x86_64" | Roland Levillain | 2015-04-09 | 5 | -43/+346 |
|\ \ \ \ \ \ |