summaryrefslogtreecommitdiffstats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* StringPiece clean up.Ian Rogers2013-09-244-16/+21
* am e2ef8795: am 4b166f3e: am cb5f5e53: Make sure CompilerDriver actually reso...Brian Carlstrom2013-09-241-18/+18
|\
| * Make sure CompilerDriver actually resolves typesBrian Carlstrom2013-09-231-18/+18
| * Use class def index from java.lang.Class.Ian Rogers2013-09-2116-62/+81
| * Timely color fixbuzbee2013-09-141-1/+18
| * Make inlined CAS32 loop until store is successful if values match.Jeff Hao2013-09-131-12/+13
* | Use class def index from java.lang.Class.Ian Rogers2013-09-1916-62/+81
* | Art compiler: minor instruction assembler fixbuzbee2013-09-181-0/+6
* | Improve promotion of double-precision regsbuzbee2013-09-142-64/+51
* | Merge "Timely color fix" into dalvik-devbuzbee2013-09-141-1/+18
|\ \
| * | Timely color fixbuzbee2013-09-141-1/+18
* | | Make inlined CAS32 loop until store is successful if values match.Jeff Hao2013-09-121-12/+13
* | | Merge "Add valgrind support to compiler arena allocator." into dalvik-devMathieu Chartier2013-09-122-4/+36
|\ \ \
| * | | Add valgrind support to compiler arena allocator.Mathieu Chartier2013-09-122-4/+36
* | | | am 715084a2: am 9d7e507f: am 95848d01: Revert "Fix CAS intrinsic to clear exc...Jeff Hao2013-09-121-2/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Revert "Fix CAS intrinsic to clear exclusive if values don't match."Jeff Hao2013-09-121-2/+1
| * | Fix CAS intrinsic to clear exclusive if values don't match.Jeff Hao2013-09-121-1/+2
* | | Fix CAS intrinsic to clear exclusive if values don't match.Jeff Hao2013-09-111-1/+2
| |/ |/|
* | Compile-time tuning: register/bb utilitiesbuzbee2013-09-1113-53/+52
* | Merge "More Quick compile-time tuning: labels & branches" into dalvik-devbuzbee2013-09-1011-107/+75
|\ \
| * | More Quick compile-time tuning: labels & branchesbuzbee2013-09-0911-107/+75
* | | Move disassembler out of runtime.Ian Rogers2013-09-096-8/+6
|/ /
* | More compile-time tuningbuzbee2013-09-085-85/+155
* | Merge "Compile-time tuning" into dalvik-devbuzbee2013-09-0615-181/+183
|\ \
| * | Compile-time tuningbuzbee2013-09-0615-181/+183
* | | Refactor CompilerDriver::Compute..FieldInfoIan Rogers2013-09-068-46/+44
* | | Refactor CompilerDriver::ComputeInvokeInfoIan Rogers2013-09-066-77/+78
* | | Merge "Disable devirtualization detection in DEX-to-DEX compiler." into dalvi...Sebastien Hertz2013-09-066-11/+13
|\ \ \
| * | | Disable devirtualization detection in DEX-to-DEX compiler.Sebastien Hertz2013-09-066-11/+13
* | | | Tweak dedupe hash function.Ian Rogers2013-09-061-5/+6
| |/ / |/| |
* | | Shard dedupe set locks.Ian Rogers2013-09-057-46/+65
* | | Remove memory leaksAnwar Ghuloum2013-09-041-10/+5
* | | am cc253de1: am 280ebdf2: Merge "Fix image_test for SMALL_ART" into klp-devBrian Carlstrom2013-09-031-0/+3
|\ \ \ | | |/ | |/|
| * | Merge "Fix image_test for SMALL_ART" into klp-devBrian Carlstrom2013-09-041-0/+3
| |\ \
| | * | Fix image_test for SMALL_ARTBrian Carlstrom2013-09-031-0/+3
* | | | am 22955837: Merge "Multi threaded hashed deduplication during compilation." ...Mathieu Chartier2013-09-0314-33/+578
|\ \ \ \ | |/ / /
| * | | Multi threaded hashed deduplication during compilation.Mathieu Chartier2013-09-0314-33/+578
| |/ /
* | | am 179486ae: Fix ImageHeader.IsValidBrian Carlstrom2013-09-031-0/+30
|\ \ \ | |/ /
| * | Fix ImageHeader.IsValidBrian Carlstrom2013-09-031-0/+30
* | | Remove conscrypt dependency from CommonTestBrian Carlstrom2013-08-301-1/+1
* | | Revert "Update ART for LLVM merge up to r187914."Brian Carlstrom2013-08-292-2/+4
|/ /
* | Update ART for LLVM merge up to r187914.Stephen Hines2013-08-292-4/+2
* | am 01e9779a: Merge "Write out image bitmap inside of image file." into klp-devMathieu Chartier2013-08-293-5/+48
|\ \
| * \ Merge "Write out image bitmap inside of image file." into klp-devMathieu Chartier2013-08-293-5/+48
| |\ \
| | * | Write out image bitmap inside of image file.Mathieu Chartier2013-08-293-5/+48
* | | | Make DexFiles opened from files readonly by default, but writable during dex2oatBrian Carlstrom2013-08-291-53/+0
* | | | Revert "Update ART for LLVM merge up to r187914."Ian Rogers2013-08-292-2/+4
|/ / /
* | | Update blacklist for klp-devBrian Carlstrom2013-08-281-1/+2
* | | Update ART for LLVM merge up to r187914.Stephen Hines2013-08-282-4/+2
* | | Handle OOMEs in class linker with grace.Ian Rogers2013-08-271-3/+10