Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
66bfa47fd27c3cb569a0834fa6dffa5370996fab
/
compiler
f708c9a
Merge "MIPS: Eliminate hard-coded offsets in branches"
by Treehugger Robot
· 7 years ago
120aa28
Store layout info in dex files
by Mathieu Chartier
· 7 years ago
5bfead5
Merge "MIPS: Support MultiplyAccumulate for SIMD."
by Aart Bik
· 7 years ago
1f219fc
Merge "Bunch of SIMD for x86 and x86_64"
by Aart Bik
· 7 years ago
3f35d09
Merge "Remove ClassLinker::SetEntryPointsToCompiledCode()."
by Treehugger Robot
· 7 years ago
4ec14ff
Merge "RFC: Generate select instruction for conditional returns."
by Nicolas Geoffray
· 7 years ago
bc5460b
MIPS: Support MultiplyAccumulate for SIMD.
by Lena Djokic
· 7 years ago
3332db8
Bunch of SIMD for x86 and x86_64
by Aart Bik
· 7 years ago
e9b61ba
Merge changes Ic119441c,I83b96b41
by Treehugger Robot
· 7 years ago
6ef4567
optimizing: Add statistics for # of constructor fences added/removed
by Igor Murashkin
· 7 years ago
1e065a5
optimizing: Refactor statistics to use OptimizingCompilerStats helper
by Igor Murashkin
· 7 years ago
52b450b
Merge "Instrument ARM generated code to check the Marking Register."
by Roland Levillain
· 7 years ago
5daa495
Instrument ARM generated code to check the Marking Register.
by Roland Levillain
· 7 years ago
54636c0
Merge "Instrument ARM64 generated code to check the Marking Register."
by Roland Levillain
· 7 years ago
eac21ef
Merge "scheduler should not schedule volatile field accesses."
by Mingyao Yang
· 7 years ago
1545ccc
scheduler should not schedule volatile field accesses.
by Mingyao Yang
· 7 years ago
73de4a8
Merge "Fix performance regression."
by Treehugger Robot
· 7 years ago
671e48a
Fix performance regression.
by Aart Bik
· 7 years ago
2b03a1f
Instrument ARM64 generated code to check the Marking Register.
by Roland Levillain
· 7 years ago
16e5289
RFC: Generate select instruction for conditional returns.
by Mads Ager
· 7 years ago
dbd05fe
Revert recent JIT code cache changes
by Orion Hodson
· 7 years ago
80dd756
Merge "Run HeapLocationCollector once in scheduler instead of locally."
by Mingyao Yang
· 7 years ago
179861c
Run HeapLocationCollector once in scheduler instead of locally.
by Mingyao Yang
· 7 years ago
9e050df
Revert "Revert "Support class unloading in dex2oat for quicken multidex""
by Mathieu Chartier
· 7 years ago
b00c8b0
Merge "Revert "Support class unloading in dex2oat for quicken multidex""
by Treehugger Robot
· 7 years ago
6921d90
Revert "Support class unloading in dex2oat for quicken multidex"
by Richard Uhler
· 7 years ago
18e9161
Merge "Support class unloading in dex2oat for quicken multidex"
by Treehugger Robot
· 7 years ago
785e355
Merge "Set basic framework for detecting reductions."
by Treehugger Robot
· 7 years ago
0b1c341
Support class unloading in dex2oat for quicken multidex
by Mathieu Chartier
· 7 years ago
b29f684
Set basic framework for detecting reductions.
by Aart Bik
· 7 years ago
a22cae7
HRem support in BCE.
by xueliang.zhong
· 7 years ago
3b21019
Merge "Add two special runtime methods."
by Mingyao Yang
· 7 years ago
0a87a65
Add two special runtime methods.
by Mingyao Yang
· 8 years ago
5aedbcd
Merge "ART: Fix loop header's predecessors reordering in SimplifyLoops."
by Nicolas Geoffray
· 7 years ago
f1aa265
Fix issue where classes that fail verification have kStatusNotReady.
by Jeff Hao
· 7 years ago
d88a2b5
Merge "ART: Fix up small header includes"
by Treehugger Robot
· 7 years ago
2aa1d0b
Merge "Add VisitNewArray() in lsa."
by Mingyao Yang
· 7 years ago
895f922
ART: Fix up small header includes
by Andreas Gampe
· 7 years ago
1f0eefc
Add VisitNewArray() in lsa.
by Mingyao Yang
· 7 years ago
c73ee37
ART: Fix loop header's predecessors reordering in SimplifyLoops.
by Artem Serov
· 7 years ago
e829831
Fix null dereference in debug check.
by Nicolas Geoffray
· 7 years ago
abadf02
Revert "Support clinit for app image during compilation"
by Nicolas Geoffray
· 7 years ago
c4bfca1
Merge "Group dirty images objects together in the image."
by Treehugger Robot
· 7 years ago
c23b0c0
Group dirty images objects together in the image.
by Jeff Hao
· 7 years ago
50ce441
Support clinit for app image during compilation
by Chang Xing
· 7 years ago
42e88a0
Merge "Fix verifier deps determinism"
by Mathieu Chartier
· 7 years ago
bf755fe
Fix verifier deps determinism
by Mathieu Chartier
· 7 years ago
d335e7b
Merge "ART: Fix SimplifyInduction for an instruction with HEnvironment."
by Treehugger Robot
· 7 years ago
21c7e6f
ART: Fix SimplifyInduction for an instruction with HEnvironment.
by Artem Serov
· 7 years ago
0cab656
MIPS: Eliminate hard-coded offsets in branches
by Alexey Frunze
· 7 years ago
ec37325
Fix unexpected circular dependency check
by Chang Xing
· 7 years ago
72041a0
Use class unloading in dex2oat for verify and extract
by Mathieu Chartier
· 7 years ago
fdfb4d4
ART: Modify --abort-on-hard-verifier-error
by Andreas Gampe
· 7 years ago
67abbca
Merge "ART: Refactor retrieval of types through ArtMethod."
by Treehugger Robot
· 7 years ago
078a27a
Merge changes If53d3ee3,I7cc0eea1
by Mathieu Chartier
· 7 years ago
fbfc394
Remove ClassLinker::SetEntryPointsToCompiledCode().
by Vladimir Marko
· 7 years ago
b45528c
ART: Refactor retrieval of types through ArtMethod.
by Vladimir Marko
· 7 years ago
62a96c9
Merge "Revert "Avoid creating verified methods for non quickening filters""
by Treehugger Robot
· 7 years ago
605fe24
Implemented Nested Transaction
by Chang Xing
· 7 years ago
5a906fc
Add strict flag in transaction
by Chang Xing
· 7 years ago
71da487
ART: Move simulator to art/
by Andreas Gampe
· 7 years ago
b3d79e4
MIPS: Add maddv/msubv MSA instructions
by Lena Djokic
· 7 years ago
03ce1df
Merge "Fix x86 and x64 codegens for 8/16 stores."
by Nicolas Geoffray
· 7 years ago
ff80dfc
Merge "Jit Code Cache instruction pipeline flushing"
by Treehugger Robot
· 7 years ago
34ed868
Revert "Avoid creating verified methods for non quickening filters"
by Andreas Gampe
· 7 years ago
acae6db
Merge "Added a few idiomatic x86 SSE instructions."
by Treehugger Robot
· 7 years ago
e88c2d2
Merge "Allow failure in RecordClassStatus for uses-library classes"
by Mathieu Chartier
· 7 years ago
6005a87
Added a few idiomatic x86 SSE instructions.
by Aart Bik
· 7 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 7 years ago
010f5cc
Allow failure in RecordClassStatus for uses-library classes
by Mathieu Chartier
· 7 years ago
b67d0c0
Merge changes I87b3fcb3,I971edf31,I5218a57c
by Mathieu Chartier
· 7 years ago
56fe32e
Jit Code Cache instruction pipeline flushing
by Orion Hodson
· 7 years ago
7861208
Fix x86 and x64 codegens for 8/16 stores.
by Nicolas Geoffray
· 7 years ago
ad76ef6
Merge "Improve SchedulingLatencyVisitorARM on HCondition latency settings."
by Treehugger Robot
· 7 years ago
cade5c3
Track class initializing in transaction
by Chang Xing
· 7 years ago
16d1dd8
Move transaction creation to runtime
by Chang Xing
· 7 years ago
bf9e21a
Improve SchedulingLatencyVisitorARM on HCondition latency settings.
by xueliang.zhong
· 7 years ago
c73753f
Merge "Hash-based DexCache methods array."
by Vladimir Marko
· 7 years ago
a9894d2
Merge "Move IsVeryLarge check before we create verification results"
by Mathieu Chartier
· 7 years ago
e01b6f6
Move IsVeryLarge check before we create verification results
by Mathieu Chartier
· 7 years ago
07bfbac
Hash-based DexCache methods array.
by Vladimir Marko
· 7 years ago
331f4c4
Merge "ART: Change method lookup to be more consistent to JLS and the RI."
by Treehugger Robot
· 7 years ago
ba11882
ART: Change method lookup to be more consistent to JLS and the RI.
by Vladimir Marko
· 7 years ago
13c8343
Merge "MIPS: Reduce Baker read barrier code size overhead"
by Vladimir Marko
· 7 years ago
3579eb2
Merge "ARM: VIXL32: Merge (un)signed extensions and integer additions"
by Treehugger Robot
· 7 years ago
4147fcc
MIPS: Reduce Baker read barrier code size overhead
by Alexey Frunze
· 7 years ago
1a088d4
Use AtomicDexRefMap for compiled classes
by Mathieu Chartier
· 7 years ago
01db5f7
Pass the logger to the JIT compiler.
by Nicolas Geoffray
· 7 years ago
e431e27
art: use proper nativehelper headers
by Steven Moreland
· 7 years ago
420ee30
ARM: VIXL32: Merge (un)signed extensions and integer additions
by Anton Kirilov
· 8 years ago
2f0ac4f
Merge changes I01b45c86,I10307aea,Iefccd6ff,Ibbda8e9a,I71a7f59b
by Andreas Gampe
· 7 years ago
9fb4e85
Merge "Only honor $inline$ in AOT."
by Treehugger Robot
· 7 years ago
b02ba93
Don't encode OatQuickMethodHeader for non-compiled methods.
by Nicolas Geoffray
· 7 years ago
08490b8
Only honor $inline$ in AOT.
by Nicolas Geoffray
· 7 years ago
24ff023
Merge "Remove the old ARM assemblers from ART."
by Vladimir Marko
· 7 years ago
1c158a0
ART: Use VisitObjects visitor functions
by Andreas Gampe
· 7 years ago
0d32f4e
Merge "Generalize atomic_method_ref_map to support dex references"
by Treehugger Robot
· 7 years ago
1847704
Merge "Avoid creating verification_results_ unnecessarily"
by Treehugger Robot
· 7 years ago
93764b8
Generalize atomic_method_ref_map to support dex references
by Mathieu Chartier
· 7 years ago
d317295
Merge "Do superclass validation at compile time and log with new class status."
by Treehugger Robot
· 7 years ago
Next »