summaryrefslogtreecommitdiffstats
path: root/compiler/driver
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Revert "Check FastInstance() early for special getters and setters."Ian Rogers2014-02-082-38/+0
* | Check FastInstance() early for special getters and setters.Vladimir Marko2014-02-072-0/+38
|/
* Object model changes to support 64bit.Ian Rogers2014-02-063-14/+30
* Don't assume resolved type has the same dex cache.Vladimir Marko2014-02-031-10/+12
* Add VerfiedMethod to DexCompilationUnit.Vladimir Marko2014-01-284-9/+29
* Refactor verification results.Vladimir Marko2014-01-282-12/+12
* Use direct class pointers at allocation sites in the compiled code.Hiroshi Yamauchi2014-01-232-35/+181
* Clean up access checks.Vladimir Marko2014-01-211-46/+6
* Revert "Implement cumulative timings for CompilerDriver."Brian Carlstrom2014-01-202-17/+2
* Implement cumulative timings for CompilerDriver.Nicolas Geoffray2014-01-162-2/+17
* Remove intialized static storage from dex cache.Ian Rogers2014-01-082-16/+17
* Tidy up memory barriers.Ian Rogers2013-12-201-1/+1
* Detect special methods at the end of verification.Vladimir Marko2013-12-172-0/+9
* Move compiler code out of method verifier.Vladimir Marko2013-12-172-7/+18
* Merge "Per-DexFile locking for inliner initialization."Vladimir Marko2013-12-161-2/+2
|\
| * Per-DexFile locking for inliner initialization.Vladimir Marko2013-12-131-2/+2
* | Merge "Cleanup thread pool tasks creation."Sebastien Hertz2013-12-161-3/+1
|\ \ | |/ |/|
| * Cleanup thread pool tasks creation.Sebastien Hertz2013-12-131-3/+1