index
:
art
replicant-6.0
https://code.fossencdi.org/art.git mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
builder.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement and/or/xor in optimizing.
Nicolas Geoffray
2014-11-12
1
-0
/
+90
*
Implement monitorenter/monitorexit.
Nicolas Geoffray
2014-11-12
1
-0
/
+16
*
Merge "Revert "Revert "Add support for long-to-int in the optimizing compiler...
Roland Levillain
2014-11-12
1
-0
/
+5
|
\
|
*
Revert "Revert "Add support for long-to-int in the optimizing compiler.""
Roland Levillain
2014-11-11
1
-0
/
+5
*
|
Implement invokesuper in optimizing.
Nicolas Geoffray
2014-11-12
1
-11
/
+18
*
|
Implement checkcast for optimizing.
Nicolas Geoffray
2014-11-12
1
-16
/
+44
|
/
*
Revert "Add support for long-to-int in the optimizing compiler."
Roland Levillain
2014-11-11
1
-5
/
+0
*
Add support for long-to-int in the optimizing compiler.
Roland Levillain
2014-11-11
1
-0
/
+5
*
Merge "Support invoke-interface in optimizing."
Nicolas Geoffray
2014-11-10
1
-8
/
+18
|
\
|
*
Support invoke-interface in optimizing.
Nicolas Geoffray
2014-11-10
1
-8
/
+18
*
|
Silent cpplint on dex instruction switch.
Nicolas Geoffray
2014-11-07
1
-6
/
+5
*
|
Implement instanceof in optimizing.
Nicolas Geoffray
2014-11-07
1
-1
/
+24
*
|
Support floats and doubles in fields.
Nicolas Geoffray
2014-11-07
1
-19
/
+3
|
/
*
Fixed BuildCheckedDiv signature
Calin Juravle
2014-11-06
1
-1
/
+1
*
Merge "Support float & double negation in the optimizing compiler."
Roland Levillain
2014-11-06
1
-0
/
+10
|
\
|
*
Support float & double negation in the optimizing compiler.
Roland Levillain
2014-11-06
1
-0
/
+10
*
|
Merge "[optimizing compiler] Add DIV_INT_2ADDR"
Calin Juravle
2014-11-06
1
-8
/
+16
|
\
\
|
*
|
[optimizing compiler] Add DIV_INT_2ADDR
Calin Juravle
2014-11-06
1
-8
/
+16
|
|
/
*
/
Implement try/catch/throw in optimizing.
Nicolas Geoffray
2014-11-06
1
-11
/
+40
|
/
*
Fix build.
Calin Juravle
2014-11-06
1
-5
/
+0
*
[optimizing compiler] Add div-int and exception handling.
Calin Juravle
2014-11-06
1
-51
/
+92
*
Support int-to-long conversions in the optimizing compiler.
Roland Levillain
2014-11-05
1
-0
/
+13
*
Implement CONST_CLASS in optimizing compiler.
Nicolas Geoffray
2014-11-04
1
-2
/
+19
*
Support for CONST_STRING in optimizing compiler.
Nicolas Geoffray
2014-10-31
1
-0
/
+12
*
Add support for static fields in optimizing compiler.
Nicolas Geoffray
2014-10-29
1
-6
/
+92
*
[optimizing compiler] Add division for floats and doubles
Calin Juravle
2014-10-28
1
-0
/
+20
*
Add long bitwise not instruction in the optimizing compiler.
Roland Levillain
2014-10-27
1
-0
/
+5
*
Merge "Revert "Revert "Implement long negate instruction in the optimizing co...
Roland Levillain
2014-10-24
1
-0
/
+5
|
\
|
*
Revert "Revert "Implement long negate instruction in the optimizing compiler.""
Roland Levillain
2014-10-24
1
-0
/
+5
*
|
Merge "Fix wrong unsigned to signed conversions."
Nicolas Geoffray
2014-10-24
1
-5
/
+9
|
\
\
|
|
/
|
/
|
|
*
Fix wrong unsigned to signed conversions.
Nicolas Geoffray
2014-10-23
1
-5
/
+9
*
|
Revert "Implement long negate instruction in the optimizing compiler."
Roland Levillain
2014-10-23
1
-5
/
+0
|
/
*
Implement long negate instruction in the optimizing compiler.
Roland Levillain
2014-10-23
1
-0
/
+5
*
[optimizing compiler] Handle SUB_FLOAT/DOUBLE nodes
Calin Juravle
2014-10-23
1
-0
/
+20
*
Implement int bit-wise not operation in the optimizing compiler.
Roland Levillain
2014-10-23
1
-0
/
+5
*
Add multiplication for floats/doubles in optimizing compiler
Calin Juravle
2014-10-22
1
-0
/
+20
*
Implement array creation related DEX instructions.
Nicolas Geoffray
2014-10-22
1
-1
/
+137
*
Implement int negate instruction in the optimizing compiler.
Roland Levillain
2014-10-21
1
-0
/
+12
*
Add multiplication for integral types
Calin Juravle
2014-10-17
1
-0
/
+30
*
Add support for floats and doubles.
Nicolas Geoffray
2014-10-07
1
-34
/
+44
*
Optimize suspend checks in optimizing compiler.
Nicolas Geoffray
2014-09-25
1
-5
/
+5
*
Implement invoke virtual in optimizing compiler.
Nicolas Geoffray
2014-09-17
1
-8
/
+53
*
Revert "Revert "Implement suspend checks in new compiler.""
Nicolas Geoffray
2014-09-16
1
-4
/
+20
*
Revert "Implement suspend checks in new compiler."
Nicolas Geoffray
2014-09-15
1
-22
/
+4
*
Implement suspend checks in new compiler.
Nicolas Geoffray
2014-09-15
1
-4
/
+22
*
Runtime support for the new stack maps for the opt compiler.
Nicolas Geoffray
2014-09-08
1
-1
/
+10
*
Implement array get and array put in optimizing.
Nicolas Geoffray
2014-07-28
1
-0
/
+53
*
Stack overflow checks and NPE checks for optimizing.
Nicolas Geoffray
2014-07-22
1
-32
/
+36
*
Bailout if the field access is not supported.
Nicolas Geoffray
2014-07-14
1
-21
/
+25
*
Support fields in optimizing compiler.
Nicolas Geoffray
2014-07-14
1
-3
/
+111
[next]