Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
7d636f888cf6c0ce952f1863349d89d37bec9e9c
/
compiler
71b4406
Merge "Revert "Refactor writing type lookup tables into OAT""
by David Brazdil
· 8 years ago
b92ba62
Revert "Refactor writing type lookup tables into OAT"
by David Brazdil
· 8 years ago
5c5a147
Merge "Refactor writing type lookup tables into OAT"
by David Brazdil
· 8 years ago
f7291f6
Merge "Revert "Re-enable boot image string sharpening.""
by Vladimir Marko
· 8 years ago
f508c56
Revert "Re-enable boot image string sharpening."
by Vladimir Marko
· 8 years ago
1a069a5
Refactor writing type lookup tables into OAT
by David Brazdil
· 8 years ago
433b738
Merge "Constant fold Equal/NotEqual between null and non-null."
by Vladimir Marko
· 8 years ago
a2ab404
Merge "Remove workarounds for [D]CHECK()s in constexpr functions."
by Vladimir Marko
· 8 years ago
3d08238
Merge "ART: SHARED_REQUIRES to REQUIRES_SHARED"
by Andreas Gampe
· 8 years ago
f04cf54
Remove workarounds for [D]CHECK()s in constexpr functions.
by Vladimir Marko
· 8 years ago
a341f35
Constant fold Equal/NotEqual between null and non-null.
by Vladimir Marko
· 8 years ago
081e7a1
Merge "MIPS32: Fill branch delay slots"
by Vladimir Marko
· 8 years ago
d707979
Merge "Re-enable boot image string sharpening."
by Vladimir Marko
· 8 years ago
19a3f55
Merge "Add entrypoint type information."
by Roland Levillain
· 8 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 8 years ago
57eb0f5
MIPS32: Fill branch delay slots
by Alexey Frunze
· 8 years ago
9ed010e
Re-enable boot image string sharpening.
by Vladimir Marko
· 8 years ago
1a0de6a
Fix clang-tidy warnings in art.
by Chih-Hung Hsieh
· 8 years ago
cc55a7c
Merge "ARM/MIPS: Avoid dead dex cache arrays base for intrinsics."
by Treehugger Robot
· 8 years ago
da8ffec
Add entrypoint type information.
by Serban Constantinescu
· 9 years ago
68c981f
ARM/MIPS: Avoid dead dex cache arrays base for intrinsics.
by Vladimir Marko
· 8 years ago
4bb30ac
ARM: Make runtime invokes use InvokeRuntime().
by Serban Constantinescu
· 8 years ago
a8c6d70
Address missing variable definition to fix the build.
by Roland Levillain
· 8 years ago
cf073b3
Merge "Re-enable the ArraySet fast path with Baker read barriers."
by Roland Levillain
· 8 years ago
912883d
Merge "MIPS64: Improve non-trivial 64-bit constant loading."
by Aart Bik
· 8 years ago
766ea43
Fix arm32 build
by Colin Cross
· 8 years ago
1f7f3bd
Convert libart and dependencies to Android.bp
by Colin Cross
· 8 years ago
521691a
Merge "ArraySet without type check does not need read barrier."
by Vladimir Marko
· 8 years ago
0e851e2
Fix VIXL assembler test for heap-poisoning configurations.
by Vladimir Marko
· 8 years ago
ca11dc0
Merge "ARM64: Make runtime invokes use InvokeRuntime()."
by Roland Levillain
· 8 years ago
16d9f94
Re-enable the ArraySet fast path with Baker read barriers.
by Roland Levillain
· 8 years ago
8812e8f
Merge "ARM64: Use the zero register for field and array set operations."
by Vladimir Marko
· 8 years ago
22f81d3
ARM64: Make runtime invokes use InvokeRuntime().
by Serban Constantinescu
· 9 years ago
24cbdc4
Merge "ARM: VIXL32: Update the trampoline compiler."
by Treehugger Robot
· 8 years ago
3e93a40
Merge "ARM: VIXL32: Switch JNI compiler to use VIXL Assembler."
by Treehugger Robot
· 8 years ago
e7c85ad
Merge "ARM: VIXL32: Implement VIXL-based assembler."
by Treehugger Robot
· 8 years ago
8d49fd7
ArraySet without type check does not need read barrier.
by Vladimir Marko
· 8 years ago
be919d9
ARM64: Use the zero register for field and array set operations.
by Alexandre Rames
· 8 years ago
a518c15
Merge "ARM: Purge Arm32Assembler."
by Roland Levillain
· 8 years ago
316417e
Revert "Convert libart and dependencies to Android.bp"
by Colin Cross
· 8 years ago
2923db7
MIPS32: Refactor implicit null checks in array/field get/set.
by Alexey Frunze
· 8 years ago
4ea3a22
Convert libart and dependencies to Android.bp
by Colin Cross
· 8 years ago
c733dca
MIPS64: Improve non-trivial 64-bit constant loading.
by Chris Larsen
· 8 years ago
953437b
Revert "Revert "x86/x86-64: Avoid temporary for read barrier field load.""
by Vladimir Marko
· 8 years ago
51a0c4f
Merge "creating workflow for mirror::String compression"
by Treehugger Robot
· 8 years ago
3aaa37b
creating workflow for mirror::String compression
by jessicahandojo
· 8 years ago
ccf15bc
Revert "x86/x86-64: Avoid temporary for read barrier field load."
by Vladimir Marko
· 8 years ago
ccf06d8
x86/x86-64: Avoid temporary for read barrier field load.
by Vladimir Marko
· 8 years ago
cf834d0
Merge "Use full pass name when building optimizations"
by Treehugger Robot
· 8 years ago
5f81cd0
Merge "MIPS32: Optimize R6 round(float) intrinsic."
by Treehugger Robot
· 8 years ago
b6a12832
Use full pass name when building optimizations
by Wojciech Staszkiewicz
· 8 years ago
a766854
Fix build
by Colin Cross
· 8 years ago
ba8023b
ARM: VIXL32: Update the trampoline compiler.
by Anton Kirilov
· 8 years ago
792c98b
Merge "ART: Add thread offset printing hook to disassembler"
by Treehugger Robot
· 8 years ago
372f3a3
ART: Add thread offset printing hook to disassembler
by Andreas Gampe
· 8 years ago
7a68768
Merge "ART: Fixing build breakage (sharpening DCHECK)."
by Mathieu Chartier
· 8 years ago
5a5d0fa
ART: Fixing build breakage (sharpening DCHECK).
by Christina Wadsworth
· 8 years ago
7521483
Merge "Fix building tests with partial arch codegen support"
by Colin Cross
· 8 years ago
a75b01a
Fix building tests with partial arch codegen support
by Colin Cross
· 8 years ago
9c07ab3
Merge "ART: Implement a fixed size string dex cache"
by Mathieu Chartier
· 8 years ago
6670bd2
Merge "Add support for Baker read barriers in SystemArrayCopy intrinsics."
by Roland Levillain
· 8 years ago
0b671c0
Add support for Baker read barriers in SystemArrayCopy intrinsics.
by Roland Levillain
· 8 years ago
f77d156
ARM: VIXL32: Switch JNI compiler to use VIXL Assembler.
by Artem Serov
· 8 years ago
12e097c
ARM: VIXL32: Implement VIXL-based assembler.
by Artem Serov
· 8 years ago
ba6b679
ARM: Purge Arm32Assembler.
by Artem Serov
· 8 years ago
9695430
Merge "Color spill slots in gc regalloc"
by Treehugger Robot
· 8 years ago
35938f9
Merge "Log optimization passes in verbose mode"
by Aart Bik
· 8 years ago
bf44e0e
ART: Implement a fixed size string dex cache
by Christina Wadsworth
· 8 years ago
e28c7d0
Fix optimizing compiler not building for svelte
by Wojciech Staszkiewicz
· 8 years ago
e706070
Log optimization passes in verbose mode
by Wojciech Staszkiewicz
· 8 years ago
b6722ff
Color spill slots in gc regalloc
by Matthew Gharrity
· 8 years ago
3cc35c3
Merge "jni: Fast path for @FastNative annotated java methods"
by Treehugger Robot
· 8 years ago
9d4b6da
jni: Fast path for @FastNative annotated java methods
by Igor Murashkin
· 8 years ago
554b6fb
Merge "Revert "Enable IntermediateAddress for primitive arrays with read barriers.""
by Treehugger Robot
· 8 years ago
4a3aa57
Revert "Enable IntermediateAddress for primitive arrays with read barriers."
by Roland Levillain
· 8 years ago
fe74ba9
Merge "ARM64: VIXL: Support a newer version of VIXL."
by Roland Levillain
· 8 years ago
912cc4a
Merge "Revert "Revert "Iterative move coalescing for gc regalloc"""
by Treehugger Robot
· 8 years ago
ba1642d
Merge "Use TestCodeGeneratorX86 in codegen unit tests"
by Treehugger Robot
· 8 years ago
2ccae4a
Revert "Revert "Iterative move coalescing for gc regalloc""
by Matthew Gharrity
· 8 years ago
2af1aa0
Merge "Fix duplicate checks in JNI macro assemblers."
by Treehugger Robot
· 8 years ago
c17d21d
Merge "Adjust spacing before NOLINT comments in ART."
by Roland Levillain
· 8 years ago
2b3201a
Fix duplicate checks in JNI macro assemblers.
by Vladimir Marko
· 8 years ago
af4e42a
ARM64: VIXL: Support a newer version of VIXL.
by Artem Serov
· 8 years ago
7cbd27f
Adjust spacing before NOLINT comments in ART.
by Roland Levillain
· 8 years ago
dce74be
Merge "ARM: Add vldm/vstm assembler support."
by Vladimir Marko
· 8 years ago
0c28362
Merge "Revert "Iterative move coalescing for gc regalloc""
by Treehugger Robot
· 8 years ago
6f61ee5
Revert "Iterative move coalescing for gc regalloc"
by Andreas Gampe
· 8 years ago
eef560e
Merge "Remove kRestrictCompilationFiltersToImage"
by Treehugger Robot
· 8 years ago
592c9bd
Merge "Iterative move coalescing for gc regalloc"
by Andreas Gampe
· 8 years ago
1aa559d
Use TestCodeGeneratorX86 in codegen unit tests
by Matthew Gharrity
· 8 years ago
465ed69
Iterative move coalescing for gc regalloc
by Matthew Gharrity
· 8 years ago
9d32586
Merge "x86/x86-64: Shorter fast-path for read barrier field load."
by Treehugger Robot
· 8 years ago
0c7972c
Merge "ARM64: Use libvixld when compiling for debug mode."
by Treehugger Robot
· 8 years ago
c531c21
Merge "Full enable new round implementation on x86/x86_64"
by Aart Bik
· 8 years ago
cb3cf4a
ARM: Add vldm/vstm assembler support.
by Artem Serov
· 8 years ago
2ea9153
ARM64: Use libvixld when compiling for debug mode.
by Alexandre Rames
· 8 years ago
961ea12
x86/x86-64: Shorter fast-path for read barrier field load.
by Vladimir Marko
· 8 years ago
0cf8d9c
Full enable new round implementation on x86/x86_64
by Aart Bik
· 8 years ago
066187d
Merge "Rename callee save enumerators."
by Vladimir Marko
· 8 years ago
4997d14
Merge "ARM: Embed constants in add/sub-long."
by Vladimir Marko
· 8 years ago
Next »