summaryrefslogtreecommitdiffstats
path: root/compiler/driver/compiler_driver.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Cache field lowering info in mir_graph.Vladimir Marko2014-03-031-113/+86
* Tell GDB about Quick ART generated codeMark Mendell2014-03-021-1/+16
* Make out arguments non-reference types.Ian Rogers2014-03-011-39/+39
* Merge "Create CompilerOptions"Brian Carlstrom2014-02-251-3/+8
|\
| * Create CompilerOptionsBrian Carlstrom2014-02-241-3/+8
* | Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-9/+12
|/
* Revert "Annotate used fields."Ian Rogers2014-02-211-18/+0
* Annotate used fields.Vladimir Marko2014-02-201-0/+18
* Code cleanup to avoid LLVM dependency when building with quick only.Nicolas Geoffray2014-02-201-13/+0
* 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-181-122/+15
|\ \ | |/ |/|
| * Rewrite the compiler interface for CompilerDriver.Nicolas Geoffray2014-02-181-122/+15
* | 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-111-1/+3
|\
| * Re-apply: Implement cumulative timings for CompilerDriver.Nicolas Geoffray2014-02-111-1/+3
* | Support Direct Method/Type access for X86Mark Mendell2014-02-101-1/+19
* | Revert "Revert "Check FastInstance() early for special getters and setters.""Vladimir Marko2014-02-101-0/+26
* | Revert "Check FastInstance() early for special getters and setters."Ian Rogers2014-02-081-26/+0
* | Check FastInstance() early for special getters and setters.Vladimir Marko2014-02-071-0/+26
|/
* Object model changes to support 64bit.Ian Rogers2014-02-061-11/+23
* Don't assume resolved type has the same dex cache.Vladimir Marko2014-02-031-10/+12
* Add VerfiedMethod to DexCompilationUnit.Vladimir Marko2014-01-281-4/+12
* Refactor verification results.Vladimir Marko2014-01-281-7/+7
* Use direct class pointers at allocation sites in the compiled code.Hiroshi Yamauchi2014-01-231-14/+75
* Clean up access checks.Vladimir Marko2014-01-211-46/+6
* Revert "Implement cumulative timings for CompilerDriver."Brian Carlstrom2014-01-201-3/+1
* Implement cumulative timings for CompilerDriver.Nicolas Geoffray2014-01-161-1/+3
* Remove intialized static storage from dex cache.Ian Rogers2014-01-081-12/+14
* Tidy up memory barriers.Ian Rogers2013-12-201-1/+1
* Detect special methods at the end of verification.Vladimir Marko2013-12-171-0/+2
* Move compiler code out of method verifier.Vladimir Marko2013-12-171-6/+9
* 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
* | Don't rely on gcc extensionsBernhard Rosenkränzer2013-12-121-1/+1
* | Enable moving classes.Mathieu Chartier2013-12-101-12/+16
|/
* Avoid some string allocations.Vladimir Marko2013-11-211-2/+2
* Fix memory leaks relating to timing logger.Ian Rogers2013-11-141-13/+13
* Manually manage thread pool stacks.Mathieu Chartier2013-11-131-2/+2
* Compacting collector.Mathieu Chartier2013-11-111-49/+48
* resolved conflicts for merge of b9098c33 to masterJeff Hao2013-11-081-31/+55
|\
| * Fix handling of duplicate class definitions in boot classpath.Jeff Hao2013-11-081-30/+56