Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
0846a8ffafffdf4c18d52f9896b13f40a1c9828d
/
compiler
/
optimizing
0846a8f
Fix ReplaceUninitializedStringPhis.
by Nicolas Geoffray
· 7 years ago
06cff4c
Merge "Fix ARM code generator for Select."
by Nicolas Geoffray
· 7 years ago
7b05c5f
Fix ARM code generator for Select.
by Nicolas Geoffray
· 7 years ago
f02046e
Add packed bits check to HBoundsCheck.
by Vladimir Marko
· 7 years ago
0de9c08
Merge "Remove need for intrinsic recognizer to be a pass."
by Nicolas Geoffray
· 7 years ago
76d4bb0f3
Remove need for intrinsic recognizer to be a pass.
by Nicolas Geoffray
· 7 years ago
1ffa7ce
Merge "ART: ARM64: Support DotProd SIMD idiom."
by Treehugger Robot
· 7 years ago
aaac0e3
ART: ARM64: Support DotProd SIMD idiom.
by Artem Serov
· 7 years ago
3fd73b1
Merge "Turn DCHECKs into return false in ReplaceUninitializedStringPhis."
by Nicolas Geoffray
· 7 years ago
639f279
Turn DCHECKs into return false in ReplaceUninitializedStringPhis.
by Nicolas Geoffray
· 7 years ago
75112ac
Merge "Fix some performance-unnecessary-value-param tidy and performance-for-range warnings."
by Treehugger Robot
· 7 years ago
fc4b2ea
Merge "Revert^2 "ART: Refactor typedef to using""
by Treehugger Robot
· 7 years ago
48ba197
Fix some performance-unnecessary-value-param tidy and performance-for-range warnings.
by Stephen Hines
· 7 years ago
6fa1729
Merge "ART: Fix bool-related types in compiler/"
by Treehugger Robot
· 7 years ago
eb53b68
Merge "ART: Fix incorrect dispatch"
by Treehugger Robot
· 7 years ago
6c4f8e8
Merge "Pass JIT roots as a vector<Handle<>> to JIT cache."
by Vladimir Marko
· 7 years ago
654698d
ART: Fix bool-related types in compiler/
by Andreas Gampe
· 7 years ago
c55bb39
Revert^2 "ART: Refactor typedef to using"
by Andreas Gampe
· 7 years ago
2587742
ART: Fix incorrect dispatch
by Andreas Gampe
· 7 years ago
d5245a7
Merge "Revert "ART: Refactor typedef to using""
by Treehugger Robot
· 7 years ago
ee07743
Revert "ART: Refactor typedef to using"
by Andreas Gampe
· 7 years ago
ac3ac68
Pass JIT roots as a vector<Handle<>> to JIT cache.
by Vladimir Marko
· 7 years ago
c1ecc9b
Merge "Remove sharpening as an optimization pass."
by Nicolas Geoffray
· 7 years ago
9a20ff0
ART: Refactor typedef to using
by Andreas Gampe
· 7 years ago
bdb2ecc
Remove sharpening as an optimization pass.
by Nicolas Geoffray
· 7 years ago
3e2e123
Refactor debug info position visiting
by Mathieu Chartier
· 7 years ago
fa6a1b0
ART: Continue adding override annotations
by Andreas Gampe
· 7 years ago
d9986ac
Revert "Fix String.equals() for moveable String.class."
by Roland Levillain
· 7 years ago
805b631
Fix VecLoad/Int16/StringCharAt.
by Vladimir Marko
· 7 years ago
0469598
Merge "ART: Remove unneeded SideEffects for fatal instructions."
by Treehugger Robot
· 7 years ago
d1aa7d0
ART: Remove unneeded SideEffects for fatal instructions.
by Artem Serov
· 7 years ago
7786176
Merge "Adjust safepoint position of implicit null checks."
by Nicolas Geoffray
· 7 years ago
625ca47
Remove 'virtual' and 'override' qualifiers on final methods.
by Roland Levillain
· 7 years ago
2aee3af
Adjust safepoint position of implicit null checks.
by Nicolas Geoffray
· 7 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 7 years ago
75eec5d
Merge "Fix longstanding bug around implicit NPEs and GC, version 2."
by Treehugger Robot
· 7 years ago
c041789
Merge "Reduce memory usage by other deps in scheduler."
by Vladimir Marko
· 7 years ago
61ba8d2
Fix longstanding bug around implicit NPEs and GC, version 2.
by Nicolas Geoffray
· 7 years ago
09d041b
Reduce memory usage by other deps in scheduler.
by Vladimir Marko
· 7 years ago
d887ed8
Revert^2 "ARM: Reimplement the UnsafeCASObject intrinsic."
by Vladimir Marko
· 7 years ago
14e5a29
Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState.
by Roland Levillain
· 7 years ago
e094387
Merge "Document the use of the biased card table in ART's code generators."
by Roland Levillain
· 7 years ago
6e1faf4
Merge "ARM64: Reimplement the UnsafeCASObject intrinsic."
by Vladimir Marko
· 7 years ago
94796f8
ARM64: Reimplement the UnsafeCASObject intrinsic.
by Vladimir Marko
· 7 years ago
c73f052
Document the use of the biased card table in ART's code generators.
by Roland Levillain
· 7 years ago
9fa8719
Merge "Revert "ARM: Reimplement the UnsafeCASObject intrinsic.""
by Treehugger Robot
· 7 years ago
f28be43
Revert "ARM: Reimplement the UnsafeCASObject intrinsic."
by Vladimir Marko
· 7 years ago
bf41472
Merge "ARM: Reimplement the UnsafeCASObject intrinsic."
by Vladimir Marko
· 7 years ago
1bf0b7a
ARM: Reimplement the UnsafeCASObject intrinsic.
by Vladimir Marko
· 7 years ago
d55446b
Merge "Add helper method to iterate over BitTable fields in CodeInfo."
by David Srbecky
· 7 years ago
42deda8
Add helper method to iterate over BitTable fields in CodeInfo.
by David Srbecky
· 7 years ago
6c1df57
Merge "ARM/ARM64: Introspection Baker RB for intrinsics."
by Vladimir Marko
· 7 years ago
248141f
ARM/ARM64: Introspection Baker RB for intrinsics.
by Vladimir Marko
· 7 years ago
0c3aa31
Move varint encoding/decoding to BitMemoryReader/Writer.
by David Srbecky
· 7 years ago
d160641
Cleanup BitMemoryReader/Writer api.
by David Srbecky
· 7 years ago
1c86364
Merge "ARM64: Introspection Baker RB for volatile fields."
by Vladimir Marko
· 7 years ago
0ecac68
ARM64: Introspection Baker RB for volatile fields.
by Vladimir Marko
· 7 years ago
34be5e2
Merge "ARM/ARM64: Clean up Baker RB introspection codegen."
by Vladimir Marko
· 7 years ago
008e09f3
ARM/ARM64: Clean up Baker RB introspection codegen.
by Vladimir Marko
· 7 years ago
1c8605e
Look at phis in ReplaceUsesDominatedBy.
by Nicolas Geoffray
· 7 years ago
b1f9ff0
Merge "Add stack map fast path for GC."
by David Srbecky
· 7 years ago
a21eca6
Merge "Revert^2 "ARM/ARM64: Use introspection marking for JITted code.""
by Vladimir Marko
· 7 years ago
a2d29a3
Add stack map fast path for GC.
by David Srbecky
· 7 years ago
8e7ddc2
Merge "Simplify StackMapStream encoding."
by Treehugger Robot
· 7 years ago
e7a9194
Simplify StackMapStream encoding.
by David Srbecky
· 7 years ago
9d47925
Rename type resolution entrypoints.
by Vladimir Marko
· 7 years ago
966b46f
Revert^2 "ARM/ARM64: Use introspection marking for JITted code."
by Vladimir Marko
· 7 years ago
79ee771
Merge "Do not save/restore regs in ClinitCheck slow path."
by Treehugger Robot
· 7 years ago
1c3f8ea
Merge "Fix braino in scheduler_arm.cc"
by Nicolas Geoffray
· 7 years ago
3232dbb
Do not save/restore regs in ClinitCheck slow path.
by Vladimir Marko
· 7 years ago
b27d874
Merge "Rewrite Class init entrypoint to take a Class arg."
by Vladimir Marko
· 7 years ago
9e53f5f
Merge "Revert "ARM/ARM64: Use introspection marking for JITted code.""
by Treehugger Robot
· 7 years ago
756e722
Revert "ARM/ARM64: Use introspection marking for JITted code."
by Nicolas Geoffray
· 7 years ago
eeac119
Merge "Reuse arena memory for each block in scheduler."
by Vladimir Marko
· 7 years ago
a9f303c
Rewrite Class init entrypoint to take a Class arg.
by Vladimir Marko
· 7 years ago
e346440
Fix braino in scheduler_arm.cc
by Nicolas Geoffray
· 7 years ago
1bfd891
Merge "Encode frame info using varints."
by David Srbecky
· 7 years ago
ced0483
Reuse arena memory for each block in scheduler.
by Vladimir Marko
· 7 years ago
3aaaa21
Encode frame info using varints.
by David Srbecky
· 7 years ago
a75b584
Merge "ARM/ARM64: Use introspection marking for JITted code."
by Treehugger Robot
· 7 years ago
8cd5454
Move MethodInfo to CodeInfo.
by David Srbecky
· 7 years ago
b73323c
Deduplicate stackmaps at BitTable level.
by David Srbecky
· 7 years ago
8808756
Remove frame info from OatQuickMethodHeader.
by David Srbecky
· 7 years ago
6ee06e9
Decode only the needed tables from CodeInfo.
by David Srbecky
· 7 years ago
450f1d0
ARM/ARM64: Use introspection marking for JITted code.
by Vladimir Marko
· 7 years ago
2ab1bdd
Elide ClinitCheck for superclasses with trivial init.
by Vladimir Marko
· 7 years ago
fca0b49
Fix a stale reference use.
by Vladimir Marko
· 7 years ago
b07dcdb
Merge changes I87f2999f,I8af0e845
by Vladimir Marko
· 7 years ago
bd39d14
ART: Clean up unused using declarations
by Andreas Gampe
· 7 years ago
c945e0d
Remove ArtMethod's declaring class state checks.
by Vladimir Marko
· 7 years ago
59d0872
Merge "Always produce PIC code for AOT compilation."
by Treehugger Robot
· 7 years ago
d93e374
ObjPtr<>-ify ArtMethod and mirror::Method.
by Vladimir Marko
· 7 years ago
3360244
Merge "ART: Implement loop full unrolling."
by Vladimir Marko
· 7 years ago
ebe6037
Merge "ART: Delete code optimizing a%1 and a%-1 from InstructionCodeGeneratorARM64"
by Vladimir Marko
· 7 years ago
8e524ad
Always produce PIC code for AOT compilation.
by Vladimir Marko
· 7 years ago
2449d6d
Merge "Remove unused InvokeInfo from stack maps and the runtime."
by David Srbecky
· 7 years ago
9434487
Expand comment for HVecMultiplyAccumulate
by Hans Boehm
· 7 years ago
cdfc942
Merge "Revert "Emit vector mulitply and accumulate instructions for x86.""
by Hans Boehm
· 7 years ago
2c76257
Remove unused InvokeInfo from stack maps and the runtime.
by David Srbecky
· 7 years ago
f58dc65
ART: Delete code optimizing a%1 and a%-1 from InstructionCodeGeneratorARM64
by Evgeny Astigeevich
· 7 years ago
Next »