Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
560b5ac4117602611b2b9d8ba886d120e9cf3fed
560b5ac
Use test's `-d' option when checking for a directory.
by Roland Levillain
· 10 years ago
b1bcf57
Merge "Use the shared smali test infrastructure for 800-smali."
by Nicolas Geoffray
· 10 years ago
46de37a
Merge "[optimizing compiler] Add float/double subtraction"
by Calin Juravle
· 10 years ago
1135168
[optimizing compiler] Add float/double subtraction
by Calin Juravle
· 10 years ago
e833b11
Merge "ART: optimizing compiler: initial support for ARM64."
by Nicolas Geoffray
· 10 years ago
5319def
ART: optimizing compiler: initial support for ARM64.
by Alexandre Rames
· 10 years ago
37a7188
Merge "Remove obsolete TODOs from codegen tests"
by Calin Juravle
· 10 years ago
039b6e2
Remove obsolete TODOs from codegen tests
by Calin Juravle
· 10 years ago
1e4dc25
Merge "[native bridge] Make sure we always unload the native bridge"
by Calin Juravle
· 10 years ago
07d83c7
[native bridge] Make sure we always unload the native bridge
by Calin Juravle
· 10 years ago
f1fd898
Use the shared smali test infrastructure for 800-smali.
by Nicolas Geoffray
· 10 years ago
1122c7f
Merge "Implement int bit-wise not operation in the optimizing compiler."
by Roland Levillain
· 10 years ago
1cc5f251
Implement int bit-wise not operation in the optimizing compiler.
by Roland Levillain
· 10 years ago
fd9e956
Merge "C++11 related clean-up of DISALLOW_.."
by Ian Rogers
· 10 years ago
cf7f191
C++11 related clean-up of DISALLOW_..
by Ian Rogers
· 10 years ago
79f4ec3
Merge "Fix arm64 bug introduced by refactoring."
by Ian Rogers
· 10 years ago
aea6888
Merge "Tidy up logging."
by Ian Rogers
· 10 years ago
c7dd295
Tidy up logging.
by Ian Rogers
· 10 years ago
b08f4dc
Merge "X86 Long Min/Max: Avoid calling SRegToVReg with -1"
by Vladimir Marko
· 10 years ago
98c1711
Merge "Fix make file comment"
by Calin Juravle
· 10 years ago
9228b2a
Fix make file comment
by Calin Juravle
· 10 years ago
036c408
Merge "Minor fix in codegen tests."
by Calin Juravle
· 10 years ago
48dee04
Minor fix in codegen tests.
by Calin Juravle
· 10 years ago
0ff20d5
Fix arm64 bug introduced by refactoring.
by Stephen Kyle
· 10 years ago
7f7bf4e
Merge "Add multiplication for floats/doubles in optimizing compiler"
by Calin Juravle
· 10 years ago
b5bfa96
Add multiplication for floats/doubles in optimizing compiler
by Calin Juravle
· 10 years ago
53093be
Merge "Fix typo in Makefile."
by Nicolas Geoffray
· 10 years ago
83cae42
Fix typo in Makefile.
by Nicolas Geoffray
· 10 years ago
46bf5e0
Merge "Implement array creation related DEX instructions."
by Nicolas Geoffray
· 10 years ago
a3d05a4
Implement array creation related DEX instructions.
by Nicolas Geoffray
· 10 years ago
a65c1db
X86 Long Min/Max: Avoid calling SRegToVReg with -1
by Mark Mendell
· 10 years ago
2da28f2
Merge "Fixed debugger for threads attached from JNI"
by Sebastien Hertz
· 10 years ago
099dbe8
Merge "Fix bug in UnionIfNotIn."
by Nicolas Geoffray
· 10 years ago
b556761
Fix bug in UnionIfNotIn.
by Nicolas Geoffray
· 10 years ago
965ac7e
Merge "Various fixes related to integer negate operations."
by Roland Levillain
· 10 years ago
b762d2e
Various fixes related to integer negate operations.
by Roland Levillain
· 10 years ago
70f4b99
Merge "ART: Print args in case of run-test build failure"
by Andreas Gampe
· 10 years ago
deb48a0
ART: Print args in case of run-test build failure
by Andreas Gampe
· 10 years ago
94e5af8
Merge "ART: Fix common_build CFLAGS"
by Andreas Gampe
· 10 years ago
ee0ebc8
ART: Fix common_build CFLAGS
by Andreas Gampe
· 10 years ago
71c4cea
Merge "Fix Mac build."
by Ian Rogers
· 10 years ago
6c480d6
Fix Mac build.
by Ian Rogers
· 10 years ago
4918e1c
Merge "Fix a DCHECK failure IsResolved() || IsErroneous()."
by Hiroshi Yamauchi
· 10 years ago
f4c15a1
Fix a DCHECK failure IsResolved() || IsErroneous().
by Hiroshi Yamauchi
· 10 years ago
845087a
Merge "Avoid strict-aliasing problems with Handles."
by Ian Rogers
· 10 years ago
b5cb18a
Avoid strict-aliasing problems with Handles.
by Ian Rogers
· 10 years ago
0f95dfe
Merge "Const-ify functions/variables in trampoline entrypoints."
by Ian Rogers
· 10 years ago
1428dce
Const-ify functions/variables in trampoline entrypoints.
by Ian Rogers
· 10 years ago
6207b2b
Merge "ART: Fix test 089 to ignore debug lines"
by Andreas Gampe
· 10 years ago
e55ff0e
ART: Fix test 089 to ignore debug lines
by Andreas Gampe
· 10 years ago
58e560f
Merge "ART: Fix run-test script"
by Andreas Gampe
· 10 years ago
f6930a8
ART: Fix run-test script
by Andreas Gampe
· 10 years ago
4403b08
Merge "Fix register_allocator_test after reg alloc changes."
by Nicolas Geoffray
· 10 years ago
1f897b9
Fix register_allocator_test after reg alloc changes.
by Nicolas Geoffray
· 10 years ago
4ff20eb
Merge "Fix off by one errors in linear scan register allocator."
by Nicolas Geoffray
· 10 years ago
c8147a7
Fix off by one errors in linear scan register allocator.
by Nicolas Geoffray
· 10 years ago
be8c189
Merge "Fix m test-art-host-run-test-001-HelloWorld."
by Nicolas Geoffray
· 10 years ago
f38b7dc
Fix m test-art-host-run-test-001-HelloWorld.
by Nicolas Geoffray
· 10 years ago
8d2c23e
Merge "Implement register allocator for floating point registers."
by Nicolas Geoffray
· 10 years ago
102cbed
Implement register allocator for floating point registers.
by Nicolas Geoffray
· 10 years ago
f628193
Merge "Enable generic JNI for x86 and ARM when interpret-only."
by Ian Rogers
· 10 years ago
a4a3f40
Enable generic JNI for x86 and ARM when interpret-only.
by Ian Rogers
· 10 years ago
a21bf6e
Merge "Clarify a confusing error message."
by Elliott Hughes
· 10 years ago
4f55ff6
Clarify a confusing error message.
by Elliott Hughes
· 10 years ago
07f5c5e
Merge "Constant folding on unary operations in the optimizing compiler."
by Roland Levillain
· 10 years ago
fdc3173
Merge "Implement int negate instruction in the optimizing compiler."
by Roland Levillain
· 10 years ago
9240d6a
Constant folding on unary operations in the optimizing compiler.
by Roland Levillain
· 10 years ago
88cb175
Implement int negate instruction in the optimizing compiler.
by Roland Levillain
· 10 years ago
41aae69
Merge "Remove the notion of dies at entry."
by Nicolas Geoffray
· 10 years ago
8e3964b
Remove the notion of dies at entry.
by Nicolas Geoffray
· 10 years ago
5830247
Merge "Shut down FaultManager after shutting down threads."
by Vladimir Marko
· 10 years ago
92cf9ae
Merge "Support running run-test in ndebug mode through make."
by Nicolas Geoffray
· 10 years ago
bd2c63c
Support running run-test in ndebug mode through make.
by Nicolas Geoffray
· 10 years ago
9c16346
Merge "Link libsigchain.a instead of sigchain.o"
by Dmitriy Ivanov
· 10 years ago
e49a4f6
Link libsigchain.a instead of sigchain.o
by Dmitriy Ivanov
· 10 years ago
e6798a8
Merge "Refactor quick entrypoints"
by Ian Rogers
· 10 years ago
1d8cdbc
Refactor quick entrypoints
by Ian Rogers
· 10 years ago
1c1786f
Merge "Rosalloc should print unreachable page map type"
by Hiroshi Yamauchi
· 10 years ago
2beeb82
Shut down FaultManager after shutting down threads.
by Vladimir Marko
· 10 years ago
fb686fb
Merge "Add perf option to art tool"
by Calin Juravle
· 10 years ago
aa98061
Add perf option to art tool
by Calin Juravle
· 10 years ago
dfafeef
Fixed debugger for threads attached from JNI
by Daniel Mihalyi
· 10 years ago
1e642b5
Merge "Have HInstruction::StrictlyDominates compute strict dominance."
by Roland Levillain
· 10 years ago
570d5dd
Merge "Revert "Revert "Introduce a class to implement optimization passes."""
by Roland Levillain
· 10 years ago
8946e41
Merge "Just depend on TARGET_CORE_DEX_FILES."
by Nicolas Geoffray
· 10 years ago
e09c0fc
Merge "Rename arm64 `Register` to `XRegister`."
by Nicolas Geoffray
· 10 years ago
c6b5c6c
Merge "Rework arm64 register codes and fix Arm64ManagedRegister tests."
by Nicolas Geoffray
· 10 years ago
0008a6f
Merge "Quick: In GVN, apply modifications early if outside loop."
by Vladimir Marko
· 10 years ago
c42893e
Just depend on TARGET_CORE_DEX_FILES.
by Nicolas Geoffray
· 10 years ago
6c82d40
Have HInstruction::StrictlyDominates compute strict dominance.
by Roland Levillain
· 10 years ago
75be283
Revert "Revert "Introduce a class to implement optimization passes.""
by Roland Levillain
· 10 years ago
ffb078e
Merge "Add -no-integrated-as at local level."
by Chih-Hung Hsieh
· 10 years ago
415ac88
Quick: In GVN, apply modifications early if outside loop.
by Vladimir Marko
· 10 years ago
37c92df
Rename arm64 `Register` to `XRegister`.
by Alexandre Rames
· 10 years ago
a304f97
Rework arm64 register codes and fix Arm64ManagedRegister tests.
by Alexandre Rames
· 10 years ago
02e7d4e
Merge "Fix error message to match the code."
by Piotr Jastrzebski
· 10 years ago
2eebc99
Fix error message to match the code.
by Piotr Jastrzebski
· 10 years ago
e974c70
Merge "Add multiplication for integral types"
by Calin Juravle
· 10 years ago
34bacdf
Add multiplication for integral types
by Calin Juravle
· 10 years ago
7f75822
Merge "Fix dex2oat cross-compilation."
by Nicolas Geoffray
· 10 years ago
Next »