summaryrefslogtreecommitdiffstats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Make clang the default compiler on host.""Ian Rogers2014-03-084-8/+12
* Revert "Make clang the default compiler on host."Ian Rogers2014-03-084-12/+8
* Make clang the default compiler on host.Ian Rogers2014-03-074-8/+12
* Make use of profiling information for dex2oatDave Allison2014-03-077-11/+161
* Merge "Add more VerifyObject calls."Mathieu Chartier2014-03-077-2/+7
|\
| * Add more VerifyObject calls.Mathieu Chartier2014-03-077-2/+7
* | Fix clang errors in ArenaAllocator.Vladimir Marko2014-03-072-3/+6
* | Use ScopedArenaAllocator for CacheFieldLoweringInfo pass.Vladimir Marko2014-03-072-48/+19
|/
* Merge "Create a scoped arena allocator and use that for LVN."Vladimir Marko2014-03-0733-188/+827
|\
| * Create a scoped arena allocator and use that for LVN.Vladimir Marko2014-03-0633-188/+827
* | Enable annotalysis on clang ART builds.Ian Rogers2014-03-068-18/+17
* | Merge "Make heap reference poisoning work with the interpreter."Hiroshi Yamauchi2014-03-063-0/+9
|\ \ | |/ |/|
| * Make heap reference poisoning work with the interpreter.Hiroshi Yamauchi2014-03-053-0/+9
* | Fix host architecture for 64bit.Ian Rogers2014-03-066-9/+49
* | Generic JNI implementation for x86_64Andreas Gampe2014-03-053-20/+38
* | Merge "Revert "Revert "Avoid compiling monster methods in boot image"""Brian Carlstrom2014-03-061-5/+7
|\ \ | |/ |/|
| * Revert "Revert "Avoid compiling monster methods in boot image""Brian Carlstrom2014-03-051-5/+7
* | Merge "Fix valgrind gtests and memory leaks."Mathieu Chartier2014-03-052-2/+3
|\ \
| * | Fix valgrind gtests and memory leaks.Mathieu Chartier2014-03-052-2/+3
* | | Merge "Fix read of uninitialized memory in InlineIndexOf"buzbee2014-03-052-2/+3
|\ \ \
| * | | Fix read of uninitialized memory in InlineIndexOfbuzbee2014-03-052-2/+3
* | | | AArch64: Add ARM64 AssemblerSerban Constantinescu2014-03-0510-5/+1904
| |/ / |/| |
* | | Merge "Fix portable build."Nicolas Geoffray2014-03-052-11/+11
|\ \ \
| * | | Fix portable build.Nicolas Geoffray2014-03-032-11/+11
* | | | Merge "Add codegen support to the optimizing compiler."Nicolas Geoffray2014-03-0512-8/+558
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add codegen support to the optimizing compiler.Nicolas Geoffray2014-03-0412-8/+558
* | | | Reuse NoopCompilerCallbacks in oatdumpBrian Carlstrom2014-03-041-5/+5
* | | | Support compiler filters for boot classpathBrian Carlstrom2014-03-042-16/+13
| |_|/ |/| |
* | | Merge "Remove oat file location in the image."Nicolas Geoffray2014-03-042-4/+4
|\ \ \
| * | | Remove oat file location in the image.Nicolas Geoffray2014-03-042-4/+4
* | | | Rewrite kMirOpSelect for all IF_ccZ opcodes.Vladimir Marko2014-03-046-56/+84
|/ / /
* | | Merge "Remove unreachable catch entries in GenSpecialCase()."Vladimir Marko2014-03-041-0/+5
|\ \ \
| * | | Remove unreachable catch entries in GenSpecialCase().Vladimir Marko2014-02-281-0/+5
* | | | Initial changes towards Generic JNI optionAndreas Gampe2014-03-0311-23/+61
* | | | Revert "Revert "Rework Quick compiler's register handling""Bill Buzbee2014-03-0329-981/+1125
* | | | Merge "Incorrect result of the "mul-long by 1" operation"Bill Buzbee2014-03-032-1/+2
|\ \ \ \
| * | | | Incorrect result of the "mul-long by 1" operationAlexei Zavjalov2014-02-262-1/+2
* | | | | Fix 64-bit build DCHECK failure in mir_fieldinfo.cc .Vladimir Marko2014-03-031-1/+4
* | | | | Cache field lowering info in mir_graph.Vladimir Marko2014-03-0319-279/+983
| |_|_|/ |/| | |
* | | | Merge "Remove non-existent ARM insn kThumb2SubsRRI12."Vladimir Marko2014-03-035-14/+13
|\ \ \ \
| * | | | Remove non-existent ARM insn kThumb2SubsRRI12.Vladimir Marko2014-02-285-14/+13
| | |/ / | |/| |
* | | | Tell GDB about Quick ART generated codeMark Mendell2014-03-0216-18/+659
* | | | Make out arguments non-reference types.Ian Rogers2014-03-0121-264/+262
* | | | Fix clang to compile and run host tests.Ian Rogers2014-02-2814-53/+32
|/ / /
* | | Workaround for range ops spanning vreg gapbuzbee2014-02-273-1/+27
| |/ |/|
* | Merge "Move arena_bit_vector.h/cc to compiler/utils."Nicolas Geoffray2014-02-2710-75/+125
|\ \
| * | Move arena_bit_vector.h/cc to compiler/utils.Nicolas Geoffray2014-02-2610-75/+125
* | | art: Fix build errors for x86_64 targetDmitry Petrochenko2014-02-271-1/+1
* | | Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-2614-436/+451
* | | Merge "(Experimental) Add Brooks pointers."Hiroshi Yamauchi2014-02-261-0/+6
|\ \ \