summaryrefslogtreecommitdiffstats
path: root/compiler/dex/vreg_analysis.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-2/+3
* Revert "Add JIT"Nicolas Geoffray2015-02-241-3/+2
* Add JITMathieu Chartier2015-02-231-2/+3
* Clean up Scoped-/ArenaAlocator array allocations.Vladimir Marko2015-02-131-2/+1
* ART: Some Quick cleanupAndreas Gampe2015-01-261-1/+4
* Quick: Clean up optimization pass order.Vladimir Marko2015-01-161-1/+1
* Further cleanup using dex_instruction_utils.h.Vladimir Marko2014-11-241-2/+1
* ART: Prevent float inference back to SSA in-regs.Stephen Kyle2014-10-241-0/+13
* ART: Change temporaries to positive namesRazvan A Lupusoru2014-08-261-17/+13
* Merge "ART: Extending FlagsOf"Ian Rogers2014-08-251-1/+1
|\
| * ART: Extending FlagsOfJean Christophe Beyler2014-08-251-1/+1
* | ART: Clean up compilerAndreas Gampe2014-08-221-24/+9
|/
* Rewrite topological sort order and improve GVN.Vladimir Marko2014-07-231-2/+4
* ART: Add Invokes to DecodedInstructionJean Christophe Beyler2014-07-101-1/+2
* Quick compiler:interpret on type mismatchbuzbee2014-06-141-0/+28
* Quick compiler: fix array overrun.buzbee2014-05-311-4/+2
* Quick compiler: Method* as a referencebuzbee2014-05-291-0/+3
* Quick compiler: allocate doubles as doublesbuzbee2014-05-051-1/+1
* ART: Move oat_data_flow_attributes_ to private and put an APIJean Christophe Beyler2014-05-021-1/+1
* ART: Initialization of RegLocation and API for GrowableArray IteratorJean Christophe Beyler2014-04-291-0/+1
* Create a scoped arena allocator and use that for LVN.Vladimir Marko2014-03-061-1/+1
* Revert "Revert "Rework Quick compiler's register handling""Bill Buzbee2014-03-031-8/+6
* Revert "Rework Quick compiler's register handling"Bill Buzbee2014-02-261-6/+8
* Rework Quick compiler's register handlingbuzbee2014-02-261-8/+6
* Enable compiler temporariesRazvan A Lupusoru2014-01-311-8/+7
* Revert "Revert "Better support for x86 XMM registers""Bill Buzbee2014-01-131-1/+1
* Revert "Better support for x86 XMM registers"Bill Buzbee2014-01-111-1/+1
* Better support for x86 XMM registersMark Mendell2014-01-101-1/+1
* More compile-time tuningbuzbee2013-11-261-255/+235
* More compile-time tuningbuzbee2013-09-081-74/+125
* Compile-time tuningbuzbee2013-09-061-1/+1
* New arena memory allocator.Mathieu Chartier2013-08-261-2/+2
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labe...Brian Carlstrom2013-07-181-1/+1
* Fix cpplint whitespace/operators issuesBrian Carlstrom2013-07-181-10/+7
* Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-1/+1
* Fix cpplint whitespace/comma issuesBrian Carlstrom2013-07-171-1/+1
* Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-171-6/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+473