summaryrefslogtreecommitdiffstats
path: root/compiler/llvm
Commit message (Expand)AuthorAgeFilesLines
* Remove intialized static storage from dex cache.Ian Rogers2014-01-082-46/+22
* Move compiler code out of method verifier.Vladimir Marko2013-12-171-1/+3
* Update ART for LLVM merge up to r187914.Stephen Hines2013-11-251-3/+1
* Revert "Update ART for LLVM merge up to r187914."Brian Carlstrom2013-11-071-1/+3
* Update ART for LLVM merge up to r187914.Stephen Hines2013-11-061-3/+1
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-027-232/+3
* Use class def index from java.lang.Class.Ian Rogers2013-09-191-2/+2
* Move disassembler out of runtime.Ian Rogers2013-09-091-0/+1
* Refactor CompilerDriver::Compute..FieldInfoIan Rogers2013-09-061-6/+6
* Refactor CompilerDriver::ComputeInvokeInfoIan Rogers2013-09-061-4/+4
* Merge "Disable devirtualization detection in DEX-to-DEX compiler." into dalvi...Sebastien Hertz2013-09-061-1/+1
|\
| * Disable devirtualization detection in DEX-to-DEX compiler.Sebastien Hertz2013-09-061-1/+1
* | Shard dedupe set locks.Ian Rogers2013-09-051-1/+1
* | am 22955837: Merge "Multi threaded hashed deduplication during compilation." ...Mathieu Chartier2013-09-031-3/+2
|\ \
| * | Multi threaded hashed deduplication during compilation.Mathieu Chartier2013-09-031-3/+2
* | | Revert "Update ART for LLVM merge up to r187914."Brian Carlstrom2013-08-291-1/+3
|/ /
* | Update ART for LLVM merge up to r187914.Stephen Hines2013-08-291-3/+1
* | Revert "Update ART for LLVM merge up to r187914."Ian Rogers2013-08-291-1/+3
* | Update ART for LLVM merge up to r187914.Stephen Hines2013-08-281-3/+1
|/
* Revert "Update ART for LLVM merge up to r187914."Brian Carlstrom2013-08-221-1/+3
* Update ART for LLVM merge up to r187914.Stephen Hines2013-08-221-3/+1
* Revert "Update ART for LLVM merge up to r187914."Brian Carlstrom2013-08-191-1/+3
* Update ART for LLVM merge up to r187914.Stephen Hines2013-08-191-3/+1
* am 3e78664f: am f8dc6489: am 7571e8b7: Add flock(2)ing on dex-cache files to ...Brian Carlstrom2013-08-151-2/+2
|\
| * Add flock(2)ing on dex-cache files to prevent racesBrian Carlstrom2013-08-151-2/+2
* | Revert "Update ART for LLVM merge up to r187914."Brian Carlstrom2013-08-141-1/+3
|/
* Update ART for LLVM merge up to r187914.Stephen Hines2013-08-131-3/+1
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-132-11/+11
* C++11 support for ART.Mathieu Chartier2013-08-131-2/+2
* Revert "Update ART for LLVM merge up to r187914."Stephen Hines2013-08-131-1/+3
* Update ART for LLVM merge up to r187914.Stephen Hines2013-08-091-3/+1
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-293-6/+84
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-2622-139/+139
* Fixing cpplint readability/check issuesBrian Carlstrom2013-07-181-3/+3
* Fixing cpplint readability/casting issuesBrian Carlstrom2013-07-181-1/+1
* Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labe...Brian Carlstrom2013-07-181-1/+1
* Fix cpplint readability/fn_size issuesBrian Carlstrom2013-07-181-1/+1
* Fix cpplint build/namespaces issuesBrian Carlstrom2013-07-185-115/+191
* Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-1/+1
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-183-8/+0
* Fix cpplint whitespace/newline issuesBrian Carlstrom2013-07-171-11/+27
* Fix cpplint runtime/explicit issuesBrian Carlstrom2013-07-171-1/+1
* Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-171-2/+1
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-1713-39/+39
* Add verification of boot.oat generated on deviceBrian Carlstrom2013-07-171-1/+0
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-1227-0/+9830