Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
6c35a6ba61a190cfd3698bba0aa14038a0867cfe
6c35a6b
Merge "Quick compiler: generalize NarrowRegLoc()"
by buzbee
· 10 years ago
e3b5cb5
Merge "Workaround apparent clang compilation issue"
by Brian Carlstrom
· 10 years ago
c647564
Workaround apparent clang compilation issue
by Brian Carlstrom
· 10 years ago
ab5b370
Merge "AArch64: Add suspend check in managed code."
by Bill Buzbee
· 10 years ago
bbc66c5
Merge "ART: Better SSA Allocation when recreating SSA"
by Bill Buzbee
· 10 years ago
960a4bc
Merge "AArch64: Enable FLOAT and DOUBLE opcodes"
by Bill Buzbee
· 10 years ago
4896d7b
ART: Better SSA Allocation when recreating SSA
by Jean Christophe Beyler
· 11 years ago
032d377
AArch64: Enable FLOAT and DOUBLE opcodes
by Serban Constantinescu
· 10 years ago
1b1aea2
Merge "Fix x86_64 test failures."
by Brian Carlstrom
· 10 years ago
7f0a6d6
Fix x86_64 test failures.
by Nicolas Geoffray
· 10 years ago
ddb1a16
Merge "Add a linear scan register allocator to the optimizing compiler."
by Nicolas Geoffray
· 10 years ago
a7062e0
Add a linear scan register allocator to the optimizing compiler.
by Nicolas Geoffray
· 10 years ago
8b5b1e5
Merge "Make DexFile content read only before running DexFileVerifier"
by Brian Carlstrom
· 10 years ago
d6cec90
Make DexFile content read only before running DexFileVerifier
by Brian Carlstrom
· 10 years ago
48241e7
AArch64: Add suspend check in managed code.
by Zheng Xu
· 10 years ago
30395fc
Merge "Add TARGET_2ND_ARCH support for dump-oat-boot"
by Brian Carlstrom
· 10 years ago
85089dd
Quick compiler: generalize NarrowRegLoc()
by buzbee
· 10 years ago
7a6b280
Add TARGET_2ND_ARCH support for dump-oat-boot
by Brian Carlstrom
· 10 years ago
a79febb
Merge "Fix ExtractToMemMap to show original zip file name in ashmem"
by Brian Carlstrom
· 10 years ago
cd9b4e2
Merge "x86_64: Rebase on top of "64-bit temp register support""
by Bill Buzbee
· 10 years ago
9fd0345
Merge "Implement all vector instructions for X86"
by Bill Buzbee
· 10 years ago
fe94578
Implement all vector instructions for X86
by Mark Mendell
· 10 years ago
8c895b3
Merge "Quick compiler: fix register clobbering."
by buzbee
· 10 years ago
642fe34
Quick compiler: fix register clobbering.
by buzbee
· 10 years ago
0999a6f
x86_64: Rebase on top of "64-bit temp register support"
by Dmitry Petrochenko
· 10 years ago
132236a
Merge "Improve invalid large object free dumping."
by Mathieu Chartier
· 10 years ago
d07a913
Improve invalid large object free dumping.
by Mathieu Chartier
· 10 years ago
a911a4d
Merge "Add reserve area to allocation stacks."
by Mathieu Chartier
· 10 years ago
919ed6b
Merge "Revert "ART: Better SSA Allocation when recreating SSA""
by Bill Buzbee
· 10 years ago
d4750f2
Revert "ART: Better SSA Allocation when recreating SSA"
by Bill Buzbee
· 10 years ago
be7ba65
Merge "ART: Better SSA Allocation when recreating SSA"
by Ian Rogers
· 10 years ago
18622c8
Merge "ART: BasicBlock API Implementation"
by Ian Rogers
· 10 years ago
8512758
ART: BasicBlock API Implementation
by Jean Christophe Beyler
· 10 years ago
a45714f
Merge "[MIPS] Remove warnings about use of at register"
by Ian Rogers
· 10 years ago
66b68fa
Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter."""
by Mathieu Chartier
· 10 years ago
0aa504b
Fix ExtractToMemMap to show original zip file name in ashmem
by Brian Carlstrom
· 10 years ago
0cd8135
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
by Mathieu Chartier
· 10 years ago
748dd95
[MIPS] Remove warnings about use of at register
by Chris Dearman
· 10 years ago
52925af
Merge "ART: refactor x86/x86-64 entrypoints"
by Ian Rogers
· 10 years ago
cda4e2e
Merge "Extra debug output for a failing lock check."
by Ian Rogers
· 10 years ago
06abcdf
Extra debug output for a failing lock check.
by Ian Rogers
· 10 years ago
82f3c1b
Merge "ART: API to dex instructions"
by Ian Rogers
· 10 years ago
c179016
Add reserve area to allocation stacks.
by Mathieu Chartier
· 10 years ago
ae19a73
Merge "Make the specification of when we need precise constants more precise."
by Ian Rogers
· 10 years ago
ec23021
Merge "ART: Added print indices back to BitVector Dumper"
by Ian Rogers
· 10 years ago
ccddc49
Merge "x86_64: Fix 079-Phantom hang with QCG enabled"
by Ian Rogers
· 10 years ago
b0515fa
Merge "Fix style issue."
by Vladimir Marko
· 10 years ago
920be0b2
Fix style issue.
by Vladimir Marko
· 10 years ago
46960fe
Make the specification of when we need precise constants more precise.
by Ian Rogers
· 10 years ago
e24580a
Merge "Rewrite BitVector index iterator."
by Vladimir Marko
· 10 years ago
520f37b
ART: Added print indices back to BitVector Dumper
by Jean Christophe Beyler
· 10 years ago
a5b8fde
Rewrite BitVector index iterator.
by Vladimir Marko
· 10 years ago
766b758
Merge "Remove obsolete pass_driver.cc ."
by Vladimir Marko
· 10 years ago
61bc2b3
Remove obsolete pass_driver.cc .
by Vladimir Marko
· 10 years ago
567e9db
Merge "x86_64: Disable optimizations on x86_64"
by Bill Buzbee
· 10 years ago
7dba21f
Merge "x86_64: Disable all intrinsics"
by Bill Buzbee
· 10 years ago
1d4d7bd
ART: refactor x86/x86-64 entrypoints
by Alexei Zavjalov
· 10 years ago
8315936
Merge "Fix InternTable::Lookup()/Remove() for hash code collisions."
by Vladimir Marko
· 10 years ago
19cdfa1
Merge "Add virtual destructor to please one of our compilers."
by Nicolas Geoffray
· 10 years ago
aa037b5
Add virtual destructor to please one of our compilers.
by Nicolas Geoffray
· 10 years ago
b4b3812
Merge "Fix profile-backoff usage message"
by Calin Juravle
· 10 years ago
fa658b0
x86_64: Fix 079-Phantom hang with QCG enabled
by Dmitry Petrochenko
· 10 years ago
4c80043
x86_64: Disable all intrinsics
by Dmitry Petrochenko
· 10 years ago
ba279d9
x86_64: Disable optimizations on x86_64
by Dmitry Petrochenko
· 10 years ago
74d055c
Merge "Forgot these files from last commit."
by Nicolas Geoffray
· 10 years ago
76716a6
Forgot these files from last commit.
by Nicolas Geoffray
· 10 years ago
adde7d2
Merge "Import Dart's parallel move resolver."
by Nicolas Geoffray
· 10 years ago
4e3d23a
Import Dart's parallel move resolver.
by Nicolas Geoffray
· 10 years ago
48e50e8
Merge "Add a check for null thread before trying to suspend"
by Sebastien Hertz
· 10 years ago
2054b92
Merge "x86: For integer ALU operation handle v+=v case"
by Bill Buzbee
· 10 years ago
d293fb4
x86: For integer ALU operation handle v+=v case
by Serguei Katkov
· 10 years ago
15e1b7e
Merge "Create two CompilerTemp for a wide compiler temp"
by Bill Buzbee
· 10 years ago
54d36b6
Create two CompilerTemp for a wide compiler temp
by Chao-ying Fu
· 10 years ago
dfd301f
Merge "Update dump-oat-* and oatdump for new image file layout"
by Brian Carlstrom
· 10 years ago
5ef3d95
Merge "AArch64: Enable LONG_* and INT_* opcodes."
by Bill Buzbee
· 10 years ago
7d5cf70
Merge "Revert "Fix an outstanding compaction bug in interpreter.""
by Mathieu Chartier
· 10 years ago
3bdb873
Revert "Fix an outstanding compaction bug in interpreter."
by Mathieu Chartier
· 10 years ago
be2cb9b
Merge "Move SetMonitorEnterObject outside of blocked thread state change."
by Mathieu Chartier
· 10 years ago
a6e7f08
Move SetMonitorEnterObject outside of blocked thread state change.
by Mathieu Chartier
· 10 years ago
6c80566
Merge "Add support for jemalloc instead of dlmalloc."
by Christopher Ferris
· 10 years ago
c4ddc04
Add support for jemalloc instead of dlmalloc.
by Christopher Ferris
· 10 years ago
88ce52a
Merge "ART: Topological Sort Traversal Implementation"
by Bill Buzbee
· 10 years ago
0f5baa0
Update dump-oat-* and oatdump for new image file layout
by Brian Carlstrom
· 10 years ago
14e8144
Add a check for null thread before trying to suspend
by Johnnie Birch
· 10 years ago
c3db20b
ART: API to dex instructions
by Jean Christophe Beyler
· 10 years ago
44e5bde
ART: Topological Sort Traversal Implementation
by Jean Christophe Beyler
· 11 years ago
697726d
Merge "Fix an outstanding compaction bug in interpreter."
by Mathieu Chartier
· 10 years ago
65e3b69
Merge "Move modify_ldt_lock into global lock order."
by Ian Rogers
· 10 years ago
e09ae09
Fix an outstanding compaction bug in interpreter.
by Mathieu Chartier
· 10 years ago
570370d
Merge "Fixes style nitpick"
by Dan Albert
· 10 years ago
225353e
Merge "Add a read barrier for weak roots in monitors."
by Hiroshi Yamauchi
· 10 years ago
db693d1
Fixes style nitpick
by Dan Albert
· 10 years ago
9e36931
Move modify_ldt_lock into global lock order.
by Chao-ying Fu
· 10 years ago
5da6e2b
Merge "Move art host to libc++"
by Dan Albert
· 10 years ago
ed65c5e
AArch64: Enable LONG_* and INT_* opcodes.
by Serban Constantinescu
· 10 years ago
b8033db
Merge "Support new VMRuntime native methods"
by Sebastien Hertz
· 10 years ago
8b4b4f0
Merge "ART: Pass driver generalization"
by Bill Buzbee
· 10 years ago
4f59668
ART: Pass driver generalization
by James C Scott
· 11 years ago
59f3f62
Merge "ART: MIR, SSARepresentation, and BasicBlock Additional API"
by Bill Buzbee
· 10 years ago
3aa5773
ART: MIR, SSARepresentation, and BasicBlock Additional API
by Jean Christophe Beyler
· 11 years ago
Next »