Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
6d541424eb0cb82ec3c2262d9c27d5fd97530cb8
/
compiler
/
optimizing
c1d4ec9
Merge "Minor object store optimizations."
by Nicolas Geoffray
· 11 years ago
af07bc1
Minor object store optimizations.
by Nicolas Geoffray
· 11 years ago
981e454
Add support for int-to-char in the optimizing compiler.
by Roland Levillain
· 11 years ago
d582fa4
Instruction set features for ARM64, MIPS and X86.
by Ian Rogers
· 11 years ago
7bdabab
Merge "Add support for int-to-byte in the optimizing compiler."
by Roland Levillain
· 11 years ago
3fdfe78
Merge "[optimizing compiler] Rename dex_offset to dex_pc in the builder"
by Calin Juravle
· 11 years ago
51d3fc4
Add support for int-to-byte in the optimizing compiler.
by Roland Levillain
· 11 years ago
225ff81
[optimizing compiler] Rename dex_offset to dex_pc in the builder
by Calin Juravle
· 11 years ago
dc87c1d
Merge "[optimizing compiler] Fix Move for instruction with constant output"
by Calin Juravle
· 11 years ago
a21f598
[optimizing compiler] Fix Move for instruction with constant output
by Calin Juravle
· 11 years ago
d94a0a1
Merge "[optimizing compiler] Add DIV_LONG"
by Calin Juravle
· 11 years ago
d77ae8a
Merge "[optimizing compiler] add HTemporary support for long and doubles"
by Calin Juravle
· 11 years ago
a3279c8
Merge "Do a parallel move in BoundsCheckSlowPath."
by Nicolas Geoffray
· 11 years ago
d6fb6cf
[optimizing compiler] Add DIV_LONG
by Calin Juravle
· 11 years ago
f97f9fb
[optimizing compiler] add HTemporary support for long and doubles
by Calin Juravle
· 11 years ago
f0e3937
Do a parallel move in BoundsCheckSlowPath.
by Nicolas Geoffray
· 11 years ago
9574c4b
Implement and/or/xor in optimizing.
by Nicolas Geoffray
· 11 years ago
b7baf5c
Implement monitorenter/monitorexit.
by Nicolas Geoffray
· 11 years ago
15136cb
Merge "Revert "Revert "Add support for long-to-int in the optimizing compiler."""
by Roland Levillain
· 11 years ago
93ca91d
Merge "Remove HTemporary when building the SSA graph."
by Nicolas Geoffray
· 11 years ago
0d8db99
Implement invokesuper in optimizing.
by Nicolas Geoffray
· 11 years ago
57a88d4
Implement checkcast for optimizing.
by Nicolas Geoffray
· 11 years ago
421e9f9
Remove HTemporary when building the SSA graph.
by Nicolas Geoffray
· 11 years ago
946e143
Revert "Revert "Add support for long-to-int in the optimizing compiler.""
by Roland Levillain
· 11 years ago
3adfd1b
Revert "Add support for long-to-int in the optimizing compiler."
by Roland Levillain
· 11 years ago
5ad0582
Fix lint error.
by Calin Juravle
· 11 years ago
f42f4b0
Merge "Add support for long-to-int in the optimizing compiler."
by Roland Levillain
· 11 years ago
647b96f
Add support for long-to-int in the optimizing compiler.
by Roland Levillain
· 11 years ago
fc19de8
Opt compiler: Add arm64 support for a few more IRs.
by Alexandre Rames
· 11 years ago
a89086e
Opt compiler: Add arm64 support for floating-point.
by Alexandre Rames
· 11 years ago
666c732
Support Java conversions from char to long in opt. compiler.
by Roland Levillain
· 11 years ago
9806199
Merge "Support invoke-interface in optimizing."
by Nicolas Geoffray
· 11 years ago
52839d1
Support invoke-interface in optimizing.
by Nicolas Geoffray
· 11 years ago
91356c0
ART: Use std::vector in GraphChecker
by Andreas Gampe
· 11 years ago
dadf317
Silent cpplint on dex instruction switch.
by Nicolas Geoffray
· 11 years ago
5822718
Merge "Opt compiler: Fix HNot on ARM64."
by Nicolas Geoffray
· 11 years ago
da6b3e5
Merge "Implement instanceof in optimizing."
by Nicolas Geoffray
· 11 years ago
4e59651
Opt compiler: Fix HNot on ARM64.
by Alexandre Rames
· 11 years ago
5dffc05
Fix codegen_test: HNot has only one input.
by Nicolas Geoffray
· 11 years ago
6f5c41f
Implement instanceof in optimizing.
by Nicolas Geoffray
· 11 years ago
fb4e5fa
Opt compiler: specify that inputs and outputs don't overlap on arm64.
by Alexandre Rames
· 11 years ago
f43083d
Do not update Out after it has a valid location.
by Nicolas Geoffray
· 11 years ago
52e832b
Support floats and doubles in fields.
by Nicolas Geoffray
· 11 years ago
0f00db7
Fixed BuildCheckedDiv signature
by Calin Juravle
· 11 years ago
adc3e13
Merge "Support float & double negation in the optimizing compiler."
by Roland Levillain
· 11 years ago
9b6c62b
Merge "[optimizing compiler] Add DIV_INT_2ADDR"
by Calin Juravle
· 11 years ago
865fc88
[optimizing compiler] Add DIV_INT_2ADDR
by Calin Juravle
· 11 years ago
e257d2c
Merge "Add support for not-long on ARM64 in the optimizing compiler."
by Roland Levillain
· 11 years ago
de58ab2
Implement try/catch/throw in optimizing.
by Nicolas Geoffray
· 11 years ago
3dbcb38
Support float & double negation in the optimizing compiler.
by Roland Levillain
· 11 years ago
55dcfb5
Add support for not-long on ARM64 in the optimizing compiler.
by Roland Levillain
· 11 years ago
cd2de0c
Fix failures after div support.
by Nicolas Geoffray
· 11 years ago
f746cd9
Merge "Fix build."
by Calin Juravle
· 11 years ago
d375fab
Fix build.
by Calin Juravle
· 11 years ago
803ad87
Merge "[optimizing compiler] Add div-int and exception handling."
by Calin Juravle
· 11 years ago
d0d4852
[optimizing compiler] Add div-int and exception handling.
by Calin Juravle
· 11 years ago
e8469ac
Merge "Don't use R4 for suspend check."
by Nicolas Geoffray
· 11 years ago
44b819e
Don't use R4 for suspend check.
by Nicolas Geoffray
· 11 years ago
ed9b195
Fix ART build issues.
by Roland Levillain
· 11 years ago
dff1f28
Support int-to-long conversions in the optimizing compiler.
by Roland Levillain
· 11 years ago
78a3233
Merge "ART: More warnings"
by Andreas Gampe
· 11 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 11 years ago
424f676
Implement CONST_CLASS in optimizing compiler.
by Nicolas Geoffray
· 11 years ago
ad17d41
Merge "ART: Replace COMPILE_ASSERT with static_assert (compiler)"
by Andreas Gampe
· 11 years ago
785d2f2
ART: Replace COMPILE_ASSERT with static_assert (compiler)
by Andreas Gampe
· 11 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 11 years ago
c6e0955
Merge "Some improvement to reg alloc."
by Mingyao Yang
· 11 years ago
296bd60
Some improvement to reg alloc.
by Mingyao Yang
· 11 years ago
2810f92
Disable kNoOutputOverlap optimization.
by Nicolas Geoffray
· 11 years ago
a9014f9
Merge "Support for CONST_STRING in optimizing compiler."
by Nicolas Geoffray
· 11 years ago
b5f62b3
Support for CONST_STRING in optimizing compiler.
by Nicolas Geoffray
· 11 years ago
26dcecb
Merge "Follow-up CL after hard float changes."
by Nicolas Geoffray
· 11 years ago
0a6c459
Fix for long parameter passed both in stack and register.
by Nicolas Geoffray
· 11 years ago
42d641b
Opt compiler: Add ARM64 support for the Mul IR.
by Alexandre Rames
· 11 years ago
19a19cf
Add support for static fields in optimizing compiler.
by Nicolas Geoffray
· 11 years ago
7c4954d
[optimizing compiler] Add division for floats and doubles
by Calin Juravle
· 11 years ago
3c03503
Follow-up CL after hard float changes.
by Nicolas Geoffray
· 11 years ago
7056643
Add long bitwise not instruction in the optimizing compiler.
by Roland Levillain
· 11 years ago
1ba0f59
Support hard float on arm in optimizing compiler.
by Nicolas Geoffray
· 11 years ago
5667fdb
ARM: Use hardfp calling convention between java to java call.
by Zheng Xu
· 11 years ago
64727ae
Merge "Revert "Revert "Implement long negate instruction in the optimizing compiler."""
by Roland Levillain
· 11 years ago
32da24b
Merge "Fix wrong unsigned to signed conversions."
by Nicolas Geoffray
· 11 years ago
2e07b4f
Revert "Revert "Implement long negate instruction in the optimizing compiler.""
by Roland Levillain
· 11 years ago
8d6ae52
Fix wrong unsigned to signed conversions.
by Nicolas Geoffray
· 11 years ago
b4e1a4d
Merge "ART: Add basic tests for materialized conditions."
by Nicolas Geoffray
· 11 years ago
30ca3d8
Revert "Implement long negate instruction in the optimizing compiler."
by Roland Levillain
· 11 years ago
9273074
ART: Add basic tests for materialized conditions.
by Alexandre Rames
· 11 years ago
66ce173
Implement long negate instruction in the optimizing compiler.
by Roland Levillain
· 11 years ago
096cc02
[optimizing compiler] Handle SUB_FLOAT/DOUBLE nodes
by Calin Juravle
· 11 years ago
1135168
[optimizing compiler] Add float/double subtraction
by Calin Juravle
· 11 years ago
5319def
ART: optimizing compiler: initial support for ARM64.
by Alexandre Rames
· 11 years ago
039b6e2
Remove obsolete TODOs from codegen tests
by Calin Juravle
· 11 years ago
1122c7f
Merge "Implement int bit-wise not operation in the optimizing compiler."
by Roland Levillain
· 11 years ago
1cc5f251
Implement int bit-wise not operation in the optimizing compiler.
by Roland Levillain
· 11 years ago
cf7f191
C++11 related clean-up of DISALLOW_..
by Ian Rogers
· 11 years ago
aea6888
Merge "Tidy up logging."
by Ian Rogers
· 11 years ago
c7dd295
Tidy up logging.
by Ian Rogers
· 11 years ago
48dee04
Minor fix in codegen tests.
by Calin Juravle
· 11 years ago
b5bfa96
Add multiplication for floats/doubles in optimizing compiler
by Calin Juravle
· 11 years ago
a3d05a4
Implement array creation related DEX instructions.
by Nicolas Geoffray
· 11 years ago
Next »