summaryrefslogtreecommitdiffstats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Create CompilerOptionsBrian Carlstrom2014-02-2410-38/+262
* Fix and optimize verify object.Mathieu Chartier2014-02-211-29/+33
* Merge "Convert some LOG(DEBUG) messages into more approriate levels"Brian Carlstrom2014-02-211-2/+2
|\
| * Convert some LOG(DEBUG) messages into more approriate levelsBrian Carlstrom2014-02-211-2/+2
* | Revert "Annotate used fields."Ian Rogers2014-02-2115-746/+121
* | Fix and rewrite local value numbering.Vladimir Marko2014-02-215-159/+683
* | Merge "Annotate used fields."Vladimir Marko2014-02-2113-93/+658
|\ \ | |/ |/|
| * Annotate used fields.Vladimir Marko2014-02-2013-93/+658
* | Inline x86 String.indexOfMark Mendell2014-02-206-8/+224
|/
* Code cleanup to avoid LLVM dependency when building with quick only.Nicolas Geoffray2014-02-209-43/+43
* Merge "Remove dependency on llvm/Support/ELF.h by using linux's elf.h."Nicolas Geoffray2014-02-206-174/+157
|\
| * Remove dependency on llvm/Support/ELF.h by using linux's elf.h.Nicolas Geoffray2014-02-196-174/+157
* | Merge "art: convert makefiles to support multilib build"Colin Cross2014-02-191-22/+11
|\ \ | |/ |/|
| * art: convert makefiles to support multilib buildColin Cross2014-02-181-22/+11
* | Re-apply: Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-1918-25/+679
* | Revert "Initial check-in of an optimizing compiler."Nicolas Geoffray2014-02-1918-677/+25
* | Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-1918-25/+677
* | Merge "Expose inline method identification for debugger."Vladimir Marko2014-02-183-21/+41
|\ \
| * | Expose inline method identification for debugger.Vladimir Marko2014-02-183-21/+41
* | | Merge "GenSpecialCase support for x86"Vladimir Marko2014-02-1818-267/+444
|\ \ \
| * | | GenSpecialCase support for x86Razvan A Lupusoru2014-02-1318-267/+444
* | | | Merge "Fix lint error."Nicolas Geoffray2014-02-181-2/+2
|\ \ \ \
| * | | | Fix lint error.Nicolas Geoffray2014-02-181-2/+2
* | | | | Merge "Rewrite the compiler interface for CompilerDriver."Nicolas Geoffray2014-02-1812-259/+456
|\ \ \ \ \ | |/ / / /
| * | | | Rewrite the compiler interface for CompilerDriver.Nicolas Geoffray2014-02-1812-259/+456
| | |_|/ | |/| |
* | | | Merge "Optimize x86 long V*V by skipping imul"Ian Rogers2014-02-181-26/+46
|\ \ \ \ | |_|_|/ |/| | |
| * | | Optimize x86 long V*V by skipping imulMark Mendell2014-02-141-26/+46
* | | | Remove blacklistSebastien Hertz2014-02-172-471/+71
| |/ / |/| |
* | | Merge "Fixed result storage of instruction with long constant operand"Ian Rogers2014-02-151-0/+2
|\ \ \ | |/ / |/| |
| * | Fixed result storage of instruction with long constant operandMaxim Kazantsev2014-02-131-0/+2
* | | x86 compiler should handle the "div/rem by 1" caseAlexei Zavjalov2014-02-131-4/+14
| |/ |/|
* | 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 "Support to generate inline long to FP bytecodes for x86"Ian Rogers2014-02-127-10/+105
|\ \
| * | Support to generate inline long to FP bytecodes for x86Razvan A Lupusoru2014-02-117-10/+105
* | | 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
|/ /
* | Merge "Speed up method lookup in a different dex file."Vladimir Marko2014-02-121-1/+1
|\ \
| * | Speed up method lookup in a different dex file.Vladimir Marko2014-02-111-1/+1
| |/
* | Merge "Generate ARM special methods from InlineMethod data."Vladimir Marko2014-02-123-129/+95
|\ \
| * | Generate ARM special methods from InlineMethod data.Vladimir Marko2014-02-103-129/+95
* | | Work in the direction of hard float quick ABIs.Ian Rogers2014-02-111-34/+33
| |/ |/|
* | Merge "Re-apply: Implement cumulative timings for CompilerDriver."Nicolas Geoffray2014-02-114-9/+31
|\ \
| * | Re-apply: Implement cumulative timings for CompilerDriver.Nicolas Geoffray2014-02-114-9/+31
* | | Merge "Tweak Mir2Lir::GenInstanceofCallingHelper for X86"Ian Rogers2014-02-114-15/+113
|\ \ \
| * | | Tweak Mir2Lir::GenInstanceofCallingHelper for X86Mark Mendell2014-02-104-15/+113
| | |/ | |/|
* | | Merge "Added inlined abs method with float and double type"Ian Rogers2014-02-104-0/+52
|\ \ \
| * | | Added inlined abs method with float and double typeYixin Shou2014-02-074-0/+52
* | | | Merge "Support Direct Method/Type access for X86"Ian Rogers2014-02-1014-67/+366
|\ \ \ \