summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support for single-stepping by line.Elliott Hughes2012-02-177-94/+192
* Implement iput* instructions.Logan Chien2012-02-171-1/+49
* Implement iget* instructions.Logan Chien2012-02-172-1/+65
* Implement aput* instructions.Logan Chien2012-02-171-1/+17
* Implement aget* instructions.Logan Chien2012-02-162-1/+77
* Implement array-length instruction.Logan Chien2012-02-162-1/+50
* Merge "Implement floating-point binary arithmetic instructions." into dalvik-devShih-wei Liao2012-02-162-1/+54
|\
| * Implement floating-point binary arithmetic instructions.Logan Chien2012-02-162-1/+54
* | Merge "Fix exception regression." into dalvik-devBrian Carlstrom2012-02-161-2/+2
|\ \ | |/ |/|
| * Fix exception regression.Ian Rogers2012-02-161-2/+2
* | Implement reverse substraction immediate instruction.Logan Chien2012-02-161-1/+8
* | Implement integer binary arithmetic instructions.Logan Chien2012-02-162-2/+130
* | Merge "Implement floating-point truncation." into dalvik-devShih-wei Liao2012-02-161-1/+7
|\ \
| * | Implement floating-point truncation.Logan Chien2012-02-161-1/+7
* | | Use debug dex2oatd in run-testBrian Carlstrom2012-02-165-5/+5
| |/ |/|
* | Merge "Fix SEGV when allocation does not fail in stack trace building" into d...Brian Carlstrom2012-02-162-5/+7
|\ \ | |/ |/|
| * Fix SEGV when allocation does not fail in stack trace buildingBrian Carlstrom2012-02-162-5/+7
* | Implement floating-point extension.Logan Chien2012-02-161-1/+7
* | Implement floating point to integer cast.Logan Chien2012-02-161-1/+11
* | Implement integer to floating point cast.Logan Chien2012-02-161-1/+11
* | Fix SetInferredRegCategoryMap. Null check issue.Logan Chien2012-02-161-2/+3
* | Implement floating-point negation.Logan Chien2012-02-161-1/+9
|/
* user build support for art (2 of 3)Brian Carlstrom2012-02-1635-302/+299
* Merge "Fix a bug in Dbg::GetClassDescriptor." into dalvik-devElliott Hughes2012-02-166-20/+20
|\
| * Fix a bug in Dbg::GetClassDescriptor.Elliott Hughes2012-02-166-20/+20
* | Merge "Various dex index tweaks to improve verifier performance" into dalvik-devIan Rogers2012-02-166-80/+213
|\ \
| * | Various dex index tweaks to improve verifier performanceIan Rogers2012-02-166-80/+213
* | | Merge "Fix SEGV when allocation fails in stack trace building" into dalvik-devElliott Hughes2012-02-161-7/+14
|\ \ \ | |/ / | | / | |/ |/|
| * Fix SEGV when allocation fails in stack trace buildingIan Rogers2012-02-161-7/+14
* | Implement trunc-and-sext and trunc-and-zext.Logan Chien2012-02-161-2/+24
* | Implement integer truncation.Logan Chien2012-02-161-1/+7
* | Implement integer sign-extension.Logan Chien2012-02-161-1/+7
* | Implement integer bitwise not.Logan Chien2012-02-161-1/+11
* | Implement integer negation.Logan Chien2012-02-161-1/+9
* | Implement conditional branch.Logan Chien2012-02-162-4/+147
* | Merge "Implement floating point compare and long compare." into dalvik-devShih-wei Liao2012-02-162-2/+49
|\ \
| * | Implement floating point compare and long compare.Logan Chien2012-02-162-2/+49
* | | Merge "More JDWP functionality: breakpoints, single-stepping." into dalvik-devElliott Hughes2012-02-165-158/+200
|\ \ \ | |/ / |/| |
| * | More JDWP functionality: breakpoints, single-stepping.Elliott Hughes2012-02-155-158/+200
* | | Implement switch instructions.Logan Chien2012-02-161-4/+51
| |/ |/|
* | Implement unconditional branch instructions.Logan Chien2012-02-161-2/+11
* | Implement load integer constant instructions.Shih-wei Liao2012-02-161-1/+48
* | Implement return instructions.Logan Chien2012-02-161-4/+16
* | Implement move instructions.Logan Chien2012-02-161-2/+12
* | Implement no-op instruction.Logan Chien2012-02-161-2/+10
* | Implement EmitInstruction() and dispatch the instructions.Logan Chien2012-02-162-3/+1374
* | Add garbage collection suspend guard.Logan Chien2012-02-162-0/+10
* | Add landing pad support.Logan Chien2012-02-162-1/+165
* | Add art runtime support declaration.Logan Chien2012-02-169-2/+955
* | Add Dalvik registers initialization codegen.Logan Chien2012-02-162-2/+48