summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/builder.h
Commit message (Expand)AuthorAgeFilesLines
* Use the non access check entrypoint when possible.Nicolas Geoffray2015-01-301-0/+1
* Inlining support in optimizing.Nicolas Geoffray2014-12-151-1/+24
* Add more compilation stats to optimizingCalin Juravle2014-12-101-5/+17
* ART: Add SparseSwitch support to the optimizing compilerAndreas Gampe2014-12-041-2/+10
* Merge "ART: Add PackedSwitch support to the optimizing compiler"Andreas Gampe2014-12-041-0/+4
|\
| * ART: Add PackedSwitch support to the optimizing compilerAndreas Gampe2014-12-041-0/+4
* | Add support for float-to-long in the optimizing compiler.Roland Levillain2014-12-041-1/+2
|/
* Add some heursitics for compiling, close to Quick's.Nicolas Geoffray2014-12-021-1/+7
* [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}Calin Juravle2014-11-271-0/+2
* Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"Calin Juravle2014-11-261-2/+0
* [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}Calin Juravle2014-11-261-0/+2
* Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"Nicolas Geoffray2014-11-261-2/+0
* [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}Calin Juravle2014-11-261-0/+2
* [optimizing compiler] Add shiftsCalin Juravle2014-11-241-0/+6
* [optimizing compiler] Add REM_INT, REM_LONGCalin Juravle2014-11-171-6/+7
* [optimizing compiler] Rename dex_offset to dex_pc in the builderCalin Juravle2014-11-131-14/+14
* [optimizing compiler] Add DIV_LONGCalin Juravle2014-11-121-1/+7
* Implement checkcast for optimizing.Nicolas Geoffray2014-11-121-0/+8
* Support floats and doubles in fields.Nicolas Geoffray2014-11-071-4/+1
* Fixed BuildCheckedDiv signatureCalin Juravle2014-11-061-1/+1
* [optimizing compiler] Add DIV_INT_2ADDRCalin Juravle2014-11-061-1/+3
* [optimizing compiler] Add div-int and exception handling.Calin Juravle2014-11-061-0/+7
* Support int-to-long conversions in the optimizing compiler.Roland Levillain2014-11-051-0/+4
* Add support for static fields in optimizing compiler.Nicolas Geoffray2014-10-291-1/+6
* Fix wrong unsigned to signed conversions.Nicolas Geoffray2014-10-231-1/+1
* Implement array creation related DEX instructions.Nicolas Geoffray2014-10-221-2/+39
* Implement int negate instruction in the optimizing compiler.Roland Levillain2014-10-211-0/+3
* Tidy ELF builder.Ian Rogers2014-10-091-1/+1
* Add support for floats and doubles.Nicolas Geoffray2014-10-071-4/+23
* Revert "Revert "Implement suspend checks in new compiler.""Nicolas Geoffray2014-09-161-1/+2
* Revert "Implement suspend checks in new compiler."Nicolas Geoffray2014-09-151-2/+1
* Implement suspend checks in new compiler.Nicolas Geoffray2014-09-151-1/+2
* Implement array get and array put in optimizing.Nicolas Geoffray2014-07-281-0/+4
* Support fields in optimizing compiler.Nicolas Geoffray2014-07-141-4/+10
* Support longs in the register allocator for x86_64.Nicolas Geoffray2014-07-021-6/+3
* Add some more instruction support to optimizing compiler.Dave Allison2014-06-241-8/+6
* Long support in optimizing compiler.Nicolas Geoffray2014-04-161-10/+32
* Test control flow instruction with optimizing compiler.Nicolas Geoffray2014-04-081-0/+1
* Add support for taking parameters in optimizing compiler.Nicolas Geoffray2014-04-071-1/+10
* Add support for invoke-static in optimizing compiler.Nicolas Geoffray2014-03-311-2/+10
* More code generation for the optimizing compiler.Nicolas Geoffray2014-03-131-1/+4
* Add register support to the optimizing compiler.Nicolas Geoffray2014-03-101-2/+19
* Add conditional branches, and build dominator tree.Nicolas Geoffray2014-02-261-1/+15
* Re-apply: Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-0/+57
* Revert "Initial check-in of an optimizing compiler."Nicolas Geoffray2014-02-191-57/+0
* Initial check-in of an optimizing compiler.Nicolas Geoffray2014-02-191-0/+57