Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
54aa4e578a382977325d654d5ae1bd779d443fc8
54aa4e5
Merge "ART: Fix GenInlined functions"
by Vladimir Marko
· 10 years ago
c698b78
Merge "Fix lint error."
by Nicolas Geoffray
· 10 years ago
a26369a
Fix lint error.
by Nicolas Geoffray
· 10 years ago
77ed343
Merge "Enable core callee-save on x64."
by Nicolas Geoffray
· 10 years ago
0ff51b1
Merge "Follow up on CL 123650"
by Sebastien Hertz
· 10 years ago
3cfbb4a
Merge "Clean-up 116-nodex2oat unit test"
by Brian Carlstrom
· 10 years ago
ff87d7b
ART: Fix GenInlined functions
by Chao-ying Fu
· 10 years ago
9d3165b
Clean-up 116-nodex2oat unit test
by Serguei Katkov
· 10 years ago
4ec565f
Merge "ART: Fix stub_test"
by Andreas Gampe
· 10 years ago
5c3d3a9
ART: Fix stub_test
by Andreas Gampe
· 10 years ago
9889396
Enable core callee-save on x64.
by Nicolas Geoffray
· 10 years ago
59add47
Merge "Allow std::function<return_type(arg_type)> patterns in cpplint."
by Roland Levillain
· 10 years ago
9dec5a7
Merge "ART: Replace NULL to nullptr in the optimizing compiler"
by Roland Levillain
· 10 years ago
b6b114c
Merge "Do not use HNot for creating !bool."
by Nicolas Geoffray
· 10 years ago
0ada95d
ART: Replace NULL to nullptr in the optimizing compiler
by Jean Christophe Beyler
· 10 years ago
73d8fe4
Merge "ART: Create a RemoveBlock method"
by Roland Levillain
· 10 years ago
fa93b50
Do not use HNot for creating !bool.
by Nicolas Geoffray
· 10 years ago
a10aa37
Follow up on CL 123650
by Sebastien Hertz
· 10 years ago
36e8a91
Merge "Revert "Revert "Fully support pairs in the register allocator."""
by Nicolas Geoffray
· 10 years ago
6c2dff8
Revert "Revert "Fully support pairs in the register allocator.""
by Nicolas Geoffray
· 10 years ago
f3f62f2
Merge "Update instrumentation stubs on resolved classes"
by Sebastien Hertz
· 10 years ago
22c9285
Merge "Record implicit null checks at the actual invoke time."
by Calin Juravle
· 10 years ago
77520bc
Record implicit null checks at the actual invoke time.
by Calin Juravle
· 10 years ago
1147eee
Merge "Update expectations after test change."
by Nicolas Geoffray
· 10 years ago
da82d29
Update expectations after test change.
by Nicolas Geoffray
· 10 years ago
4d2c611
Merge "Revert "Fully support pairs in the register allocator.""
by Nicolas Geoffray
· 10 years ago
c399fdc
Revert "Fully support pairs in the register allocator."
by Nicolas Geoffray
· 10 years ago
1272d42
Merge "Fully support pairs in the register allocator."
by Nicolas Geoffray
· 10 years ago
41aedbb
Fully support pairs in the register allocator.
by Nicolas Geoffray
· 10 years ago
86657be
Merge "[optimizing compiler] Implement inline x86 FP '%'"
by Calin Juravle
· 10 years ago
24f2dfa
[optimizing compiler] Implement inline x86 FP '%'
by Mark Mendell
· 10 years ago
97c89e4
Merge "Use CompilerOptions for implicit stack overflow checks"
by Calin Juravle
· 10 years ago
2005655
Merge "ART: Fix arm64 backend"
by Andreas Gampe
· 10 years ago
582f541
ART: Fix arm64 backend
by Andreas Gampe
· 10 years ago
b061b89
Merge "ART: Make ProcessStrings less noisy"
by Andreas Gampe
· 10 years ago
dc84301
ART: Make ProcessStrings less noisy
by Andreas Gampe
· 10 years ago
29c9063
Merge "Clean up the locks around Heap::VisitObjects()."
by Hiroshi Yamauchi
· 10 years ago
e355ab6
Merge "ART: Make some helpers non-virtual in Mir2Lir"
by Andreas Gampe
· 10 years ago
c9aa8f8
Merge "ART: Curb dex2oat verbosity"
by Andreas Gampe
· 10 years ago
8d295f8
ART: Curb dex2oat verbosity
by Andreas Gampe
· 10 years ago
0c8c303
Clean up the locks around Heap::VisitObjects().
by Hiroshi Yamauchi
· 10 years ago
93edf73
Use CompilerOptions for implicit stack overflow checks
by Calin Juravle
· 10 years ago
f681570
ART: Make some helpers non-virtual in Mir2Lir
by Andreas Gampe
· 10 years ago
97d9f28
Merge "ART: Some Quick cleanup"
by Andreas Gampe
· 10 years ago
d500b53
ART: Some Quick cleanup
by Andreas Gampe
· 10 years ago
48aba68
Merge "Fix register allocator test."
by Calin Juravle
· 10 years ago
d426a8f
Fix register allocator test.
by Calin Juravle
· 10 years ago
e7fd3e3
Merge "Add implicit null checks for the optimizing compiler"
by Calin Juravle
· 10 years ago
606a81a
Merge "Ensure HCondition nodes on objects are either HEqual or HNotEqual"
by Roland Levillain
· 10 years ago
3889897
Merge "ART: Run Checker with Python >2.6"
by David Brazdil
· 10 years ago
123c5e9
ART: Run Checker with Python >2.6
by David Brazdil
· 10 years ago
a943a75
Merge "ART: Invoke Checker from run-test scripts"
by David Brazdil
· 10 years ago
452773f
Merge "Address review comments."
by Nicolas Geoffray
· 10 years ago
3747b48
Address review comments.
by Nicolas Geoffray
· 10 years ago
a8a697f
Update instrumentation stubs on resolved classes
by Sebastien Hertz
· 10 years ago
4846d13
ART: Invoke Checker from run-test scripts
by David Brazdil
· 10 years ago
e210661
Merge "ART: Fix compiler warning at arm/int_arm.cc:644"
by Vladimir Marko
· 10 years ago
aecbd26
Ensure HCondition nodes on objects are either HEqual or HNotEqual
by Roland Levillain
· 10 years ago
ddf05aa
ART: Fix compiler warning at arm/int_arm.cc:644
by Dmitry Petrochenko
· 10 years ago
d599b39
Merge "Checker cleanup"
by David Brazdil
· 10 years ago
951d70b
Merge "Quick: Clean up optimization pass order."
by Vladimir Marko
· 10 years ago
e45ff20
Merge "Constant fold after inlining."
by Nicolas Geoffray
· 10 years ago
9ee6618
Constant fold after inlining.
by Nicolas Geoffray
· 10 years ago
1235c46
Merge "Do not use STMP, it conflicts with the calling convention."
by Nicolas Geoffray
· 10 years ago
a8eef82
Do not use STMP, it conflicts with the calling convention.
by Nicolas Geoffray
· 10 years ago
c2c7a33
Merge "Do not use register pair in a parallel move."
by Nicolas Geoffray
· 10 years ago
212327a
Merge "Adds the dexfuzz fuzzing tool to ART."
by Andreas Gampe
· 10 years ago
3f7dce8
Checker cleanup
by David Brazdil
· 10 years ago
2bd68b7
Merge "Fix infinite loop in GenerateIdentityHashCode"
by Mathieu Chartier
· 10 years ago
7380c31
Fix infinite loop in GenerateIdentityHashCode
by tony.ys_liu
· 10 years ago
fa04842
Merge "Fix refs_and_args callee save order for Mips32."
by Andreas Gampe
· 10 years ago
066f9e4
Quick: Clean up optimization pass order.
by Vladimir Marko
· 10 years ago
cd6dffe
Add implicit null checks for the optimizing compiler
by Calin Juravle
· 10 years ago
d16d76a
Merge "Fix comment referring to nonexistent ElementDeleter"
by Richard Uhler
· 10 years ago
12c03ac
Merge "Add --no-clean to checker (keeps the generated files around)"
by Calin Juravle
· 10 years ago
f914706
Add --no-clean to checker (keeps the generated files around)
by Calin Juravle
· 10 years ago
42d1f5f
Do not use register pair in a parallel move.
by Nicolas Geoffray
· 10 years ago
3674037
Merge "Remove test that is now invalid."
by Nicolas Geoffray
· 10 years ago
6450d14
Remove test that is now invalid.
by Nicolas Geoffray
· 10 years ago
6a5f5b2
Merge "Fix a bug in the register allocator."
by Nicolas Geoffray
· 10 years ago
dd8f887
Fix a bug in the register allocator.
by Nicolas Geoffray
· 10 years ago
ddcaf45
Merge "ART: Mips64 runtime support"
by Andreas Gampe
· 10 years ago
1a5c406
ART: Mips64 runtime support
by Andreas Gampe
· 10 years ago
3e38465
Merge "Increase default timeout"
by Mathieu Chartier
· 10 years ago
8dcde23
Increase default timeout
by Mathieu Chartier
· 10 years ago
3ea0b9f
Merge "Print more info in MarkSweep::VerifyRoot"
by Mathieu Chartier
· 10 years ago
e34fa1d
Print more info in MarkSweep::VerifyRoot
by Mathieu Chartier
· 10 years ago
9f06b19
Merge "ART: Remove compiler invocation from Checker"
by David Brazdil
· 10 years ago
0223a19
Merge "ART: Allow to compile interpret-only mips64 files"
by Andreas Gampe
· 10 years ago
57b3429
ART: Allow to compile interpret-only mips64 files
by Andreas Gampe
· 10 years ago
726078d
Merge "ART: Optimizing compiler intrinsics"
by Andreas Gampe
· 10 years ago
88c7c58
Merge "ART: Only run addr2line in abort thread dumps"
by Andreas Gampe
· 10 years ago
32beaff
ART: Remove compiler invocation from Checker
by David Brazdil
· 10 years ago
941c551
ART: Only run addr2line in abort thread dumps
by Andreas Gampe
· 10 years ago
5306f5d
Merge "Fix false alarm on thread suspend timeout"
by Mathieu Chartier
· 10 years ago
3c43f8d
Fix comment referring to nonexistent ElementDeleter
by Richard Uhler
· 10 years ago
71fb52f
ART: Optimizing compiler intrinsics
by Andreas Gampe
· 10 years ago
420457e
Merge "ART: Logging levels for Checker"
by David Brazdil
· 10 years ago
c507c7f
Merge "[optimizing compiler] Compute live spill size"
by Nicolas Geoffray
· 10 years ago
f80dfb4
Merge "ART: Increase run-test 114 Java-level timeout"
by Andreas Gampe
· 10 years ago
Next »