index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for single-stepping by line.
Elliott Hughes
2012-02-17
7
-94
/
+192
*
Implement iput* instructions.
Logan Chien
2012-02-17
1
-1
/
+49
*
Implement iget* instructions.
Logan Chien
2012-02-17
2
-1
/
+65
*
Implement aput* instructions.
Logan Chien
2012-02-17
1
-1
/
+17
*
Implement aget* instructions.
Logan Chien
2012-02-16
2
-1
/
+77
*
Implement array-length instruction.
Logan Chien
2012-02-16
2
-1
/
+50
*
Merge "Implement floating-point binary arithmetic instructions." into dalvik-dev
Shih-wei Liao
2012-02-16
2
-1
/
+54
|
\
|
*
Implement floating-point binary arithmetic instructions.
Logan Chien
2012-02-16
2
-1
/
+54
*
|
Merge "Fix exception regression." into dalvik-dev
Brian Carlstrom
2012-02-16
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix exception regression.
Ian Rogers
2012-02-16
1
-2
/
+2
*
|
Implement reverse substraction immediate instruction.
Logan Chien
2012-02-16
1
-1
/
+8
*
|
Implement integer binary arithmetic instructions.
Logan Chien
2012-02-16
2
-2
/
+130
*
|
Merge "Implement floating-point truncation." into dalvik-dev
Shih-wei Liao
2012-02-16
1
-1
/
+7
|
\
\
|
*
|
Implement floating-point truncation.
Logan Chien
2012-02-16
1
-1
/
+7
*
|
|
Use debug dex2oatd in run-test
Brian Carlstrom
2012-02-16
5
-5
/
+5
|
|
/
|
/
|
*
|
Merge "Fix SEGV when allocation does not fail in stack trace building" into d...
Brian Carlstrom
2012-02-16
2
-5
/
+7
|
\
\
|
|
/
|
/
|
|
*
Fix SEGV when allocation does not fail in stack trace building
Brian Carlstrom
2012-02-16
2
-5
/
+7
*
|
Implement floating-point extension.
Logan Chien
2012-02-16
1
-1
/
+7
*
|
Implement floating point to integer cast.
Logan Chien
2012-02-16
1
-1
/
+11
*
|
Implement integer to floating point cast.
Logan Chien
2012-02-16
1
-1
/
+11
*
|
Fix SetInferredRegCategoryMap. Null check issue.
Logan Chien
2012-02-16
1
-2
/
+3
*
|
Implement floating-point negation.
Logan Chien
2012-02-16
1
-1
/
+9
|
/
*
user build support for art (2 of 3)
Brian Carlstrom
2012-02-16
35
-302
/
+299
*
Merge "Fix a bug in Dbg::GetClassDescriptor." into dalvik-dev
Elliott Hughes
2012-02-16
6
-20
/
+20
|
\
|
*
Fix a bug in Dbg::GetClassDescriptor.
Elliott Hughes
2012-02-16
6
-20
/
+20
*
|
Merge "Various dex index tweaks to improve verifier performance" into dalvik-dev
Ian Rogers
2012-02-16
6
-80
/
+213
|
\
\
|
*
|
Various dex index tweaks to improve verifier performance
Ian Rogers
2012-02-16
6
-80
/
+213
*
|
|
Merge "Fix SEGV when allocation fails in stack trace building" into dalvik-dev
Elliott Hughes
2012-02-16
1
-7
/
+14
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Fix SEGV when allocation fails in stack trace building
Ian Rogers
2012-02-16
1
-7
/
+14
*
|
Implement trunc-and-sext and trunc-and-zext.
Logan Chien
2012-02-16
1
-2
/
+24
*
|
Implement integer truncation.
Logan Chien
2012-02-16
1
-1
/
+7
*
|
Implement integer sign-extension.
Logan Chien
2012-02-16
1
-1
/
+7
*
|
Implement integer bitwise not.
Logan Chien
2012-02-16
1
-1
/
+11
*
|
Implement integer negation.
Logan Chien
2012-02-16
1
-1
/
+9
*
|
Implement conditional branch.
Logan Chien
2012-02-16
2
-4
/
+147
*
|
Merge "Implement floating point compare and long compare." into dalvik-dev
Shih-wei Liao
2012-02-16
2
-2
/
+49
|
\
\
|
*
|
Implement floating point compare and long compare.
Logan Chien
2012-02-16
2
-2
/
+49
*
|
|
Merge "More JDWP functionality: breakpoints, single-stepping." into dalvik-dev
Elliott Hughes
2012-02-16
5
-158
/
+200
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
More JDWP functionality: breakpoints, single-stepping.
Elliott Hughes
2012-02-15
5
-158
/
+200
*
|
|
Implement switch instructions.
Logan Chien
2012-02-16
1
-4
/
+51
|
|
/
|
/
|
*
|
Implement unconditional branch instructions.
Logan Chien
2012-02-16
1
-2
/
+11
*
|
Implement load integer constant instructions.
Shih-wei Liao
2012-02-16
1
-1
/
+48
*
|
Implement return instructions.
Logan Chien
2012-02-16
1
-4
/
+16
*
|
Implement move instructions.
Logan Chien
2012-02-16
1
-2
/
+12
*
|
Implement no-op instruction.
Logan Chien
2012-02-16
1
-2
/
+10
*
|
Implement EmitInstruction() and dispatch the instructions.
Logan Chien
2012-02-16
2
-3
/
+1374
*
|
Add garbage collection suspend guard.
Logan Chien
2012-02-16
2
-0
/
+10
*
|
Add landing pad support.
Logan Chien
2012-02-16
2
-1
/
+165
*
|
Add art runtime support declaration.
Logan Chien
2012-02-16
9
-2
/
+955
*
|
Add Dalvik registers initialization codegen.
Logan Chien
2012-02-16
2
-2
/
+48
[next]