summaryrefslogtreecommitdiffstats
path: root/runtime/dex_instruction.h
Commit message (Expand)AuthorAgeFilesLines
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* ART: oatdump enhancementsAnestis Bechtsoudis2015-02-251-0/+4
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-5/+2
* Add math routines with defined wrapping behavior for the interpreter.Ian Rogers2014-10-301-0/+1
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-1/+1
* ART: Method verifier must check invoke-virtuals for non-zero argsAndreas Gampe2014-06-201-23/+26
* Don't verify runtime only opcodes in the data-flow phase of verification.Ian Rogers2014-06-131-25/+31
* ART: API to dex instructionsJean Christophe Beyler2014-05-221-7/+24
* Move DecodedInstruction into MIR.Ian Rogers2014-05-021-22/+8
* Workaround for range ops spanning vreg gapbuzbee2014-02-271-0/+5
* Cleanup invoke in interpreter.Sebastien Hertz2013-09-301-1/+4
* Optimize instruction data fetch in interpreter.Sebastien Hertz2013-09-181-34/+144
* resolved conflicts for merge of 7934ac28 to dalvik-devBrian Carlstrom2013-07-261-2/+2
|\
| * Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-2/+2
* | Merge "Avoid fetching instruction's first 16 bits twice." into dalvik-devSebastien Hertz2013-07-261-3/+1
|\ \ | |/ |/|
| * Avoid fetching instruction's first 16 bits twice.Sebastien Hertz2013-07-251-3/+1
* | am 02c8cc6d: Fixing cpplint whitespace/blank_line, whitespace/end_of_line, wh...Brian Carlstrom2013-07-191-1/+1
|\ \ | |/ |/|
| * Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labe...Brian Carlstrom2013-07-181-1/+1
* | am 2ce745c0: Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-171-1/+1
|\|
| * Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-171-1/+1
* | am fc0e3219: Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
|\|
| * Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* | Support check-cast elision in DEX-to-DEX compiler.Sebastien Hertz2013-07-161-0/+6
* | resolved conflicts for merge of 7940e44f to dalvik-devBrian Carlstrom2013-07-121-0/+3
|/
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+446