summaryrefslogtreecommitdiffstats
path: root/compiler/dex/arena_bit_vector.h
Commit message (Expand)AuthorAgeFilesLines
* Move arena_bit_vector.h/cc to compiler/utils.Nicolas Geoffray2014-02-261-78/+0
* Implements a BasicBlock iterator using the ArenaBitVector.Jean Christophe Beyler2014-02-251-0/+31
* 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
* Omit OatMethodOffsets for classes without compiled codeBrian Carlstrom2013-10-281-1/+1
* Refactor ArenaBitVector to create more general BitVectorBrian Carlstrom2013-10-241-90/+9
* 64-bit prepbuzbee2013-10-211-7/+7
* More compile-time tuningbuzbee2013-09-081-3/+5
* New arena memory allocator.Mathieu Chartier2013-08-261-3/+3
* Fix cpplint readability/braces issuesBrian Carlstrom2013-07-181-4/+4
* Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-1/+1
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+0
* Fix cpplint runtime/explicit issuesBrian Carlstrom2013-07-171-1/+1
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+127