Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
9ab73d5d53f419a3802b6f21a879db94826e8d94
/
compiler
« Previous
971a80e
Merge "Cleanup BitMemoryReader/Writer api."
by David Srbecky
· 6 years ago
d160641
Cleanup BitMemoryReader/Writer api.
by David Srbecky
· 6 years ago
ef07132
Fix some typos in comments in ART.
by Roland Levillain
· 7 years ago
1c86364
Merge "ARM64: Introspection Baker RB for volatile fields."
by Vladimir Marko
· 6 years ago
0ecac68
ARM64: Introspection Baker RB for volatile fields.
by Vladimir Marko
· 6 years ago
34be5e2
Merge "ARM/ARM64: Clean up Baker RB introspection codegen."
by Vladimir Marko
· 6 years ago
008e09f3
ARM/ARM64: Clean up Baker RB introspection codegen.
by Vladimir Marko
· 6 years ago
1c8605e
Look at phis in ReplaceUsesDominatedBy.
by Nicolas Geoffray
· 6 years ago
b1f9ff0
Merge "Add stack map fast path for GC."
by David Srbecky
· 6 years ago
a21eca6
Merge "Revert^2 "ARM/ARM64: Use introspection marking for JITted code.""
by Vladimir Marko
· 6 years ago
a2d29a3
Add stack map fast path for GC.
by David Srbecky
· 6 years ago
8e7ddc2
Merge "Simplify StackMapStream encoding."
by Treehugger Robot
· 6 years ago
e7a9194
Simplify StackMapStream encoding.
by David Srbecky
· 6 years ago
9d47925
Rename type resolution entrypoints.
by Vladimir Marko
· 6 years ago
966b46f
Revert^2 "ARM/ARM64: Use introspection marking for JITted code."
by Vladimir Marko
· 6 years ago
79ee771
Merge "Do not save/restore regs in ClinitCheck slow path."
by Treehugger Robot
· 6 years ago
1c3f8ea
Merge "Fix braino in scheduler_arm.cc"
by Nicolas Geoffray
· 6 years ago
3232dbb
Do not save/restore regs in ClinitCheck slow path.
by Vladimir Marko
· 6 years ago
b27d874
Merge "Rewrite Class init entrypoint to take a Class arg."
by Vladimir Marko
· 6 years ago
9e53f5f
Merge "Revert "ARM/ARM64: Use introspection marking for JITted code.""
by Treehugger Robot
· 6 years ago
756e722
Revert "ARM/ARM64: Use introspection marking for JITted code."
by Nicolas Geoffray
· 6 years ago
eeac119
Merge "Reuse arena memory for each block in scheduler."
by Vladimir Marko
· 6 years ago
a9f303c
Rewrite Class init entrypoint to take a Class arg.
by Vladimir Marko
· 6 years ago
e346440
Fix braino in scheduler_arm.cc
by Nicolas Geoffray
· 6 years ago
1bfd891
Merge "Encode frame info using varints."
by David Srbecky
· 6 years ago
ced0483
Reuse arena memory for each block in scheduler.
by Vladimir Marko
· 6 years ago
3aaaa21
Encode frame info using varints.
by David Srbecky
· 6 years ago
a75b584
Merge "ARM/ARM64: Use introspection marking for JITted code."
by Treehugger Robot
· 6 years ago
8cd5454
Move MethodInfo to CodeInfo.
by David Srbecky
· 6 years ago
b73323c
Deduplicate stackmaps at BitTable level.
by David Srbecky
· 6 years ago
facf41a
Merge "Compress mini-debug-info in small chunks."
by David Srbecky
· 6 years ago
e8d3a63
Fix exception_test.
by David Srbecky
· 6 years ago
8808756
Remove frame info from OatQuickMethodHeader.
by David Srbecky
· 6 years ago
6ee06e9
Decode only the needed tables from CodeInfo.
by David Srbecky
· 6 years ago
450f1d0
ARM/ARM64: Use introspection marking for JITted code.
by Vladimir Marko
· 7 years ago
0b2c697
Merge "Generate unstripped .oat files in the symbols directory."
by Treehugger Robot
· 6 years ago
2ab1bdd
Elide ClinitCheck for superclasses with trivial init.
by Vladimir Marko
· 6 years ago
fca0b49
Fix a stale reference use.
by Vladimir Marko
· 6 years ago
b07dcdb
Merge changes I87f2999f,I8af0e845
by Vladimir Marko
· 6 years ago
bd39d14
ART: Clean up unused using declarations
by Andreas Gampe
· 6 years ago
c945e0d
Remove ArtMethod's declaring class state checks.
by Vladimir Marko
· 6 years ago
59d0872
Merge "Always produce PIC code for AOT compilation."
by Treehugger Robot
· 6 years ago
d93e374
ObjPtr<>-ify ArtMethod and mirror::Method.
by Vladimir Marko
· 6 years ago
de91fd4
Generate unstripped .oat files in the symbols directory.
by David Srbecky
· 6 years ago
154c57f
Compress mini-debug-info in small chunks.
by David Srbecky
· 6 years ago
3360244
Merge "ART: Implement loop full unrolling."
by Vladimir Marko
· 6 years ago
ebe6037
Merge "ART: Delete code optimizing a%1 and a%-1 from InstructionCodeGeneratorARM64"
by Vladimir Marko
· 6 years ago
8e524ad
Always produce PIC code for AOT compilation.
by Vladimir Marko
· 6 years ago
2449d6d
Merge "Remove unused InvokeInfo from stack maps and the runtime."
by David Srbecky
· 6 years ago
9434487
Expand comment for HVecMultiplyAccumulate
by Hans Boehm
· 6 years ago
cdfc942
Merge "Revert "Emit vector mulitply and accumulate instructions for x86.""
by Hans Boehm
· 6 years ago
2c76257
Remove unused InvokeInfo from stack maps and the runtime.
by David Srbecky
· 6 years ago
f58dc65
ART: Delete code optimizing a%1 and a%-1 from InstructionCodeGeneratorARM64
by Evgeny Astigeevich
· 6 years ago
f5f56c7
Revert "Emit vector mulitply and accumulate instructions for x86."
by Hans Boehm
· 6 years ago
bbd2cc2
Merge "Fix HClinitCheck elimination in instruction builder."
by Vladimir Marko
· 6 years ago
51b8aaf
Fix HClinitCheck elimination in instruction builder.
by Vladimir Marko
· 7 years ago
d109e30
Don't use StringFactory.newEmptyString in compiled code
by Alex Light
· 6 years ago
b808ddc
Merge "Revert^2 "Add CodeInfo to JNI methods.""
by David Srbecky
· 6 years ago
afc97bc
Revert^2 "Add CodeInfo to JNI methods."
by David Srbecky
· 6 years ago
a296f90
Merge "Use iterators to access stack map data."
by David Srbecky
· 6 years ago
b275072
Merge "Revert "Add CodeInfo to JNI methods.""
by David Srbecky
· 6 years ago
564fa8a
Revert "Add CodeInfo to JNI methods."
by David Srbecky
· 6 years ago
64cdf56
Merge "Add CodeInfo to JNI methods."
by David Srbecky
· 6 years ago
85861e8
Merge "ART: Refactor scalar loop optimizations."
by Treehugger Robot
· 6 years ago
93bd361
Use iterators to access stack map data.
by David Srbecky
· 6 years ago
85f3934
Add CodeInfo to JNI methods.
by David Srbecky
· 6 years ago
18ba1da
ART: Implement loop full unrolling.
by Artem Serov
· 6 years ago
0e32908
ART: Refactor scalar loop optimizations.
by Artem Serov
· 6 years ago
0162450
Merge "Revert "Refactor DexFile ownership""
by Nicolas Geoffray
· 6 years ago
a8d5a5f
Merge "Handle String.<init> with a phi input."
by Nicolas Geoffray
· 6 years ago
0b42677
Revert "Refactor DexFile ownership"
by David Sehr
· 6 years ago
2258c2e
Merge "ART: Do not use std::<container>::at()."
by Vladimir Marko
· 6 years ago
8a62a4c
Handle String.<init> with a phi input.
by Nicolas Geoffray
· 6 years ago
35d5b8a
ART: Do not use std::<container>::at().
by Vladimir Marko
· 6 years ago
ad78fb2
Merge "Emit vector mulitply and accumulate instructions for x86."
by Treehugger Robot
· 6 years ago
b3df69b
Merge "ART: Fix HSelectGenerator for instructions which can throw."
by Treehugger Robot
· 6 years ago
6190888
Emit vector mulitply and accumulate instructions for x86.
by Gupta Kumar, Sanjiv
· 6 years ago
15f95b1
ART: Fix HSelectGenerator for instructions which can throw.
by Artem Serov
· 6 years ago
04a4f20
Merge "Implement Integer.valueOf() intrinsic for boot image."
by Vladimir Marko
· 6 years ago
6fd1606
Implement Integer.valueOf() intrinsic for boot image.
by Vladimir Marko
· 6 years ago
97ac9cc
Merge "Remove CompilerDriver::support_boot_image_fixup_."
by Vladimir Marko
· 6 years ago
bb089b6
Remove CompilerDriver::support_boot_image_fixup_.
by Vladimir Marko
· 6 years ago
b095f02
Refactor DexFile ownership
by David Sehr
· 6 years ago
86c84f7
Merge "ART: Refactor Int64ConstantFrom to use Int64FromConstant; rename it to Int64FromLocation"
by Treehugger Robot
· 6 years ago
f9e9054
ART: Refactor Int64ConstantFrom to use Int64FromConstant; rename it to Int64FromLocation
by Evgeny Astigeevich
· 6 years ago
f07d561
Merge "Move instruction_set_ to CompilerOptions."
by Vladimir Marko
· 6 years ago
2dc252e
Merge "Remove explicit size from CodeInfo."
by David Srbecky
· 6 years ago
4ced1a8
Merge "ARM64: Optimization of HRem and HDiv when a denominator is power of 2"
by Treehugger Robot
· 6 years ago
8937538
Merge "ART: Extend the range of clonable instructions."
by Treehugger Robot
· 6 years ago
a38e6cf
Remove explicit size from CodeInfo.
by David Srbecky
· 6 years ago
a3234e9
ARM64: Optimization of HRem and HDiv when a denominator is power of 2
by Evgeny Astigeevich
· 6 years ago
a84b53a
Merge "Add method frame info to CodeInfo."
by David Srbecky
· 6 years ago
7a21e31
Merge "ART: Move CopyOption to OatWriter"
by Treehugger Robot
· 6 years ago
f6ba5b3
Add method frame info to CodeInfo.
by David Srbecky
· 6 years ago
8d9815f
Merge "Move dex_files_for_oat_file_ to CompilerOptions."
by Vladimir Marko
· 6 years ago
1554417
ART: Move CopyOption to OatWriter
by Andreas Gampe
· 6 years ago
0e4ecbe
Merge "Move image_classes_ to CompilerOptions."
by Vladimir Marko
· 6 years ago
a043111
Move instruction_set_ to CompilerOptions.
by Vladimir Marko
· 6 years ago
213ee2d
Move dex_files_for_oat_file_ to CompilerOptions.
by Vladimir Marko
· 6 years ago
dc4bcce
Move image_classes_ to CompilerOptions.
by Vladimir Marko
· 6 years ago
Next »