Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
f2a5c9c5669664ad008ed48f511e8f101d4bc299
f2a5c9c
Disable JDWP tests with read barriers.
by Roland Levillain
· 9 years ago
db001ab
Merge "Make target-sync work with verity."
by Alex Light
· 9 years ago
67e0ad6
Merge "ARM64: Add support for multiply-accumulate."
by Vladimir Marko
· 9 years ago
349106d
Merge "ART: Fix wide stores in Optimizing"
by David Brazdil
· 9 years ago
eb4955b
Merge "Optimizing: Avoid a PrettyMethod() call per compiled method."
by Vladimir Marko
· 9 years ago
0d1caa5
Optimizing: Avoid a PrettyMethod() call per compiled method.
by Vladimir Marko
· 9 years ago
809d70f
ART: Fix wide stores in Optimizing
by David Brazdil
· 9 years ago
6d92d59
Merge "Do not change to the access check entrypoint when inlined."
by Nicolas Geoffray
· 9 years ago
8e1ef53
Do not change to the access check entrypoint when inlined.
by Nicolas Geoffray
· 9 years ago
f180af0
Merge "Optimizing/ARM: Improve long shifts by 1."
by Vladimir Marko
· 9 years ago
97cd5bb
Merge "Optimizing/Thumb2: Improve load/store for large offsets."
by Vladimir Marko
· 9 years ago
dde8b86
Merge "Fix lint error."
by Nicolas Geoffray
· 9 years ago
911542e
Merge "ART: Fix uninitialized variable"
by David Brazdil
· 9 years ago
317f9ce
Fix lint error.
by Nicolas Geoffray
· 9 years ago
5c00485
ART: Fix uninitialized variable
by David Brazdil
· 9 years ago
2171e2a
Merge "Simplify boolean condition compared to 0"
by David Brazdil
· 9 years ago
5d78a0f
Merge "Revert "Add stats support for existing optimizations""
by Nicolas Geoffray
· 9 years ago
e34648d
Revert "Add stats support for existing optimizations"
by Nicolas Geoffray
· 9 years ago
01b88a2
Merge "Explicitly add HLoadClass/HClinitCheck for HNewInstance."
by Nicolas Geoffray
· 9 years ago
be0c2d9
Merge "Add stats support for existing optimizations"
by Nicolas Geoffray
· 9 years ago
06241b1
Add stats support for existing optimizations
by Jean-Philippe Halimi
· 9 years ago
d83b904
Merge "Revert "Dynamic BCE (based on induction range analysis)""
by Aart Bik
· 9 years ago
d59c706
Revert "Dynamic BCE (based on induction range analysis)"
by Aart Bik
· 9 years ago
4b0d02c
Merge "Dynamic BCE (based on induction range analysis)"
by Aart Bik
· 9 years ago
53fc75a
Make target-sync work with verity.
by Alex Light
· 9 years ago
0b5849b
Dynamic BCE (based on induction range analysis)
by Aart Bik
· 9 years ago
b48cb93
Merge "lambda: Add support for invoke-interface for boxed innate lambdas"
by Igor Murashkin
· 9 years ago
457e874
lambda: Add support for invoke-interface for boxed innate lambdas
by Igor Murashkin
· 9 years ago
3944f71
Merge "Fix null pointer in processing of enum annotations."
by Jeff Hao
· 9 years ago
d297b55
Fix null pointer in processing of enum annotations.
by Jeff Hao
· 9 years ago
729645a
Explicitly add HLoadClass/HClinitCheck for HNewInstance.
by Nicolas Geoffray
· 9 years ago
9ee6ec5
Merge "Pass DexPathList.Element array to openDexFileNative"
by Mathieu Chartier
· 9 years ago
e3dbda2
Merge "MIPS32: Miscellaneous bit manipulations routines:"
by Andreas Gampe
· 9 years ago
bfc9d51
Merge "Kill stale dalvikvm processes at the end of the jdwp test."
by Hiroshi Yamauchi
· 9 years ago
aac223f
Merge "Fix --jvm on run-tests 960 and 961"
by Alex Light
· 9 years ago
a166bbb
Kill stale dalvikvm processes at the end of the jdwp test.
by Hiroshi Yamauchi
· 9 years ago
a246347
Fix --jvm on run-tests 960 and 961
by Alex Light
· 9 years ago
689a700
Pass DexPathList.Element array to openDexFileNative
by Mathieu Chartier
· 9 years ago
039404c
Merge "Use arc4random when available to select delta for image relocation."
by Alex Light
· 9 years ago
b9ededb
Merge "Encode function signatures properly in DWARF."
by David Srbecky
· 9 years ago
f652917
Simplify boolean condition compared to 0
by Mark Mendell
· 9 years ago
04b0526
Encode function signatures properly in DWARF.
by David Srbecky
· 9 years ago
f9d741e
Optimizing/ARM: Improve long shifts by 1.
by Vladimir Marko
· 9 years ago
418318f
ARM64: Add support for multiply-accumulate.
by Alexandre Rames
· 9 years ago
60c4c6a
Merge "Opt compiler: More strength reduction for multiplications."
by David Brazdil
· 9 years ago
38db785
Opt compiler: More strength reduction for multiplications.
by Alexandre Rames
· 9 years ago
6fd0ffe
Optimizing/Thumb2: Improve load/store for large offsets.
by Vladimir Marko
· 9 years ago
53ced03
Merge "Clean up the special input in HInvokeStaticOrDirect."
by Vladimir Marko
· 9 years ago
1532476
Use arc4random when available to select delta for image relocation.
by Alex Light
· 9 years ago
beb709a
Merge "Revert "Use arc4random when available to select delta for image relocation.""
by Alex Light
· 9 years ago
732f016
Revert "Use arc4random when available to select delta for image relocation."
by Alex Light
· 9 years ago
7dd1260
Merge "Use arc4random when available to select delta for image relocation."
by Alex Light
· 9 years ago
7ecbd49
Use arc4random when available to select delta for image relocation.
by Alex Light
· 9 years ago
d042c45
Merge "Remove thread suspension assertion for SuspendAllForDebugger"
by Mathieu Chartier
· 9 years ago
e74369f
Merge "Create parent class loader for dex2oat"
by Mathieu Chartier
· 9 years ago
d37d364
Create parent class loader for dex2oat
by Mathieu Chartier
· 9 years ago
16cabc4
Merge "Relax CAS in some uses of Object::AtomicSetReadBarrierPointer."
by Hiroshi Yamauchi
· 9 years ago
ed70b4a
Relax CAS in some uses of Object::AtomicSetReadBarrierPointer.
by Hiroshi Yamauchi
· 9 years ago
090a481
Merge "Fix cmdline parser test."
by Nicolas Geoffray
· 9 years ago
295a596
Fix cmdline parser test.
by Nicolas Geoffray
· 9 years ago
33a9a16
Merge "Allow NullConstant to be untyped in GraphVisualiser."
by Calin Juravle
· 9 years ago
b2d38fd
Allow NullConstant to be untyped in GraphVisualiser.
by Mark Mendell
· 9 years ago
34053d1
Merge "MIPS64: Add java.lang.String.equals intrinsic."
by Andreas Gampe
· 9 years ago
c53c079
Clean up the special input in HInvokeStaticOrDirect.
by Vladimir Marko
· 9 years ago
bc58b02
Merge "Rename options for shorter names."
by Nicolas Geoffray
· 9 years ago
5678229
Rename options for shorter names.
by Nicolas Geoffray
· 9 years ago
ee7d4a3
Merge "ARM read barrier support for concurrent GC in Optimizing."
by Roland Levillain
· 9 years ago
d846a2c
Merge "Fix ClinitCheck pruning."
by Vladimir Marko
· 9 years ago
fbb184a
Fix ClinitCheck pruning.
by Vladimir Marko
· 9 years ago
69edd0d
Merge "Increase code cache after 1 full collection."
by Nicolas Geoffray
· 9 years ago
0a3be16
Increase code cache after 1 full collection.
by Nicolas Geoffray
· 9 years ago
a43a851
Merge "Add jack as a build target for the buildbot."
by Nicolas Geoffray
· 9 years ago
8332cda
Add jack as a build target for the buildbot.
by Nicolas Geoffray
· 9 years ago
0f0d5f3
Merge "ART: Change Init{From,Without}Image to return bool"
by Andreas Gampe
· 9 years ago
3db9c5d
ART: Change Init{From,Without}Image to return bool
by Andreas Gampe
· 9 years ago
31c0d48
Merge "Add immune spaces abstraction"
by Mathieu Chartier
· 9 years ago
763a31e
Add immune spaces abstraction
by Mathieu Chartier
· 9 years ago
2f99a1c
Merge "Fix an assert in lse."
by Mingyao Yang
· 9 years ago
0ff7afc
Fix an assert in lse.
by Mingyao Yang
· 9 years ago
b9bbbeb
Merge "Revert "Revert "Enable store elimination for singleton objects."""
by Mingyao Yang
· 9 years ago
fb8464a
Revert "Revert "Enable store elimination for singleton objects.""
by Mingyao Yang
· 9 years ago
3f8bf65
MIPS32: Miscellaneous bit manipulations routines:
by Chris Larsen
· 9 years ago
a341377
Merge "Remove incorrect iterator increment"
by Mathieu Chartier
· 9 years ago
055b5f3
Remove incorrect iterator increment
by Mathieu Chartier
· 9 years ago
9231730
Merge "Opt compiler: Arm64 packed-switch jump tables."
by Vladimir Marko
· 9 years ago
3927c8b
Opt compiler: Arm64 packed-switch jump tables.
by Zheng Xu
· 9 years ago
349baca
Merge "Fix bogus DCHECK and rename DidForkFromZygote."
by Nicolas Geoffray
· 9 years ago
ba69a51
Fix bogus DCHECK and rename DidForkFromZygote.
by Nicolas Geoffray
· 9 years ago
f5dd91e
Merge "Remove DEBUG_JIT from Zygote flags."
by Nicolas Geoffray
· 9 years ago
a4d1b64
Merge "Implement common super type in reference type propagation."
by Calin Juravle
· 9 years ago
a7a3ba7
Merge "Support deoptimization only to set vreg"
by Sebastien Hertz
· 9 years ago
3e1ff83
Merge "Fix StackVisitor::GetVReg for reference in shadow frame"
by Sebastien Hertz
· 9 years ago
787ae8e
Remove DEBUG_JIT from Zygote flags.
by Nicolas Geoffray
· 9 years ago
cb6638f
Merge "RosAlloc fast path inline in assembly for x86 32bit."
by Hiroshi Yamauchi
· 9 years ago
ed42f39
Merge "Refactor some patching logic"
by Mathieu Chartier
· 9 years ago
3b359c7
ARM read barrier support for concurrent GC in Optimizing.
by Roland Levillain
· 9 years ago
52503d8
Implement common super type in reference type propagation.
by Calin Juravle
· 9 years ago
a04f57b
Merge "Minor fixes and cleaning of arm64 static and direct calls code."
by Vladimir Marko
· 9 years ago
9013bb0
Merge "ART: add kryo to a53 #835769 & #843419 erratum exception list"
by Vladimir Marko
· 9 years ago
3ce45f4
Merge "ART: Refactor GenerateTestAndBranch"
by David Brazdil
· 9 years ago
Next »