summaryrefslogtreecommitdiffstats
path: root/compiler/driver
Commit message (Expand)AuthorAgeFilesLines
* Merge "Make test-art pass with heap reference poisoning enabled."Hiroshi Yamauchi2014-03-201-0/+1
|\
| * Make test-art pass with heap reference poisoning enabled.Hiroshi Yamauchi2014-03-191-0/+1
* | AArch64: Add arm64 runtime support.Stuart Monteith2014-03-191-1/+1
|/
* Early inlining of simple methods.Vladimir Marko2014-03-182-0/+14
* Fix comment typo.Ian Rogers2014-03-171-1/+1
* Use quick generic JNI calls based on compiler driver options.Ian Rogers2014-03-141-6/+8
* Merge "Allow patching between dex files in the boot classpath."Jeff Hao2014-03-132-4/+22
|\
| * Allow patching between dex files in the boot classpath.Jeff Hao2014-03-122-4/+22
* | Implement FINAL/OVERRIDE for clang.Ian Rogers2014-03-131-9/+11
* | Merge "Move inline method detection to runtime."Vladimir Marko2014-03-132-30/+0
|\ \
| * | Move inline method detection to runtime.Vladimir Marko2014-03-122-30/+0
| |/
* | Add command line support for enabling the optimizing compiler.Nicolas Geoffray2014-03-132-18/+18
|/
* Cache method lowering info in mir graph.Vladimir Marko2014-03-103-132/+261
* Revert "Revert "Make clang the default compiler on host.""Ian Rogers2014-03-081-1/+4
* Revert "Make clang the default compiler on host."Ian Rogers2014-03-081-4/+1
* Make clang the default compiler on host.Ian Rogers2014-03-071-1/+4
* Make use of profiling information for dex2oatDave Allison2014-03-073-4/+133
* Add more VerifyObject calls.Mathieu Chartier2014-03-074-0/+4
* Reuse NoopCompilerCallbacks in oatdumpBrian Carlstrom2014-03-041-5/+5
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-032-0/+11
* Cache field lowering info in mir_graph.Vladimir Marko2014-03-033-115/+301
* Tell GDB about Quick ART generated codeMark Mendell2014-03-023-4/+40
* Make out arguments non-reference types.Ian Rogers2014-03-013-66/+64
* Fix clang to compile and run host tests.Ian Rogers2014-02-281-1/+1
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-2/+2
* Add additional constBrian Carlstrom2014-02-242-5/+5
* Merge "Create CompilerOptions"Brian Carlstrom2014-02-254-4/+212
|\
| * Create CompilerOptionsBrian Carlstrom2014-02-244-4/+212
* | Avoid std::string allocations for finding an array class.Ian Rogers2014-02-242-12/+14
|/
* Revert "Annotate used fields."Ian Rogers2014-02-212-21/+0
* Annotate used fields.Vladimir Marko2014-02-202-0/+21
* Code cleanup to avoid LLVM dependency when building with quick only.Nicolas Geoffray2014-02-202-15/+0
* Re-apply: Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-1/+1
* Revert "Initial check-in of an optimizing compiler."Nicolas Geoffray2014-02-191-1/+1
* Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-1/+1
* Merge "Expose inline method identification for debugger."Vladimir Marko2014-02-181-1/+0
|\
| * Expose inline method identification for debugger.Vladimir Marko2014-02-181-1/+0
* | Merge "Rewrite the compiler interface for CompilerDriver."Nicolas Geoffray2014-02-182-149/+22
|\ \ | |/ |/|
| * Rewrite the compiler interface for CompilerDriver.Nicolas Geoffray2014-02-182-149/+22
* | Remove blacklistSebastien Hertz2014-02-171-453/+53
|/
* Merge "Pass correct is_static to ResolveField."Vladimir Marko2014-02-131-4/+6
|\
| * Pass correct is_static to ResolveField.Vladimir Marko2014-02-121-4/+6
* | Merge changes I41dcb9f8,I8bc80275Brian Carlstrom2014-02-121-0/+1
|\ \
| * | Add StandardSocketOptions to the black list.Brian Carlstrom2014-02-121-0/+1
| |/
* | Check IsStatic() on special accessor fields.Vladimir Marko2014-02-121-1/+1
|/
* Speed up method lookup in a different dex file.Vladimir Marko2014-02-111-1/+1
* Merge "Re-apply: Implement cumulative timings for CompilerDriver."Nicolas Geoffray2014-02-112-2/+18
|\
| * Re-apply: Implement cumulative timings for CompilerDriver.Nicolas Geoffray2014-02-112-2/+18
* | Support Direct Method/Type access for X86Mark Mendell2014-02-102-2/+66
* | Revert "Revert "Check FastInstance() early for special getters and setters.""Vladimir Marko2014-02-102-0/+38