Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
5594f11fa8a8a1efc24d1b258592f68cf462eec8
/
compiler
/
dex
e17cf24
Add field/method skipping helper functions to DexFile
by Mathieu Chartier
· 8 years ago
1cfea7a
Code cleanup around vdex.
by Nicolas Geoffray
· 8 years ago
f45d61c
ART: Fix or disable some tidy warnings.
by Andreas Gampe
· 8 years ago
5d08fcc
ART: More header cleanups
by Andreas Gampe
· 8 years ago
b486a98
ART: Introduce thread-current-inl.h
by Andreas Gampe
· 8 years ago
26699c6
ART: Refactor VerifiedMethod
by Andreas Gampe
· 8 years ago
4e868fa
Make vdex and dexlayout compatible.
by Nicolas Geoffray
· 8 years ago
4dc06e2
Merge "Rename and obsolete compiler filter names."
by Nicolas Geoffray
· 8 years ago
6b8b075
Merge changes I6ff2d6f8,I8f60f116
by Treehugger Robot
· 8 years ago
6b04057
ART: Clean up InlineMethodAnalyzer
by Andreas Gampe
· 8 years ago
b95c74b
ART: Move InlineMethodAnalyzer into compiler
by Andreas Gampe
· 8 years ago
c6ea7d0
ART: Clean up art_method.h
by Andreas Gampe
· 8 years ago
49cda06
Rename and obsolete compiler filter names.
by Nicolas Geoffray
· 8 years ago
1a4bc7f
ART: Remove unused DexToDex level.
by Andreas Gampe
· 8 years ago
cbcedbf
Add method info to oat files
by Mathieu Chartier
· 8 years ago
8d6768d
Revert^6 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
0b66d61
Revert^5 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
97fa992
Do not allow input-vdex with dexlayout.
by Nicolas Geoffray
· 8 years ago
e0ac115
Extend profman to generate profiles with inline caches
by Calin Juravle
· 8 years ago
bfb80d2
Revert^4 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
5812e20
Revert^3 "Hash-based dex cache type array."
by Mathieu Chartier
· 8 years ago
85c0f2a
Revert^2 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
d16363a
Revert "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
ec78622
Hash-based dex cache type array.
by Vladimir Marko
· 8 years ago
422c7c3
ART: Remove dequicken map from VerifiedMethod
by Andreas Gampe
· 8 years ago
c51c7ca
Clean up VerifiedMethod.
by Nicolas Geoffray
· 8 years ago
119e846
Point optimizations for vdex.
by Nicolas Geoffray
· 8 years ago
b1677e2
Don't unquicken RETURN_VOID_NO_BARRIER with vdex.
by Nicolas Geoffray
· 8 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
d1665a0
Handle primitive types in VerifierTypes::AddAssignability.
by Nicolas Geoffray
· 8 years ago
1d0ae3f
Fix two tests after vdex change.
by Nicolas Geoffray
· 8 years ago
51c17fa
Create empty VerifiedMethod after vdex verification.
by Nicolas Geoffray
· 8 years ago
9df8931
Add atomic method reference map
by Mathieu Chartier
· 8 years ago
fc2dd61
Speed up verified methods
by Mathieu Chartier
· 8 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 8 years ago
01b70e8
Add dequickening support.
by Nicolas Geoffray
· 8 years ago
6bb7f1b
Integrate VerifierDeps in compiler driver.
by Nicolas Geoffray
· 8 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 8 years ago
762869d
Simplify our intrinsic recognizer.
by Nicolas Geoffray
· 8 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 8 years ago
da079bb
Cleanup String.<init> handling.
by Nicolas Geoffray
· 8 years ago
5e4e11e
Clean-up sharpening and compiler driver.
by Nicolas Geoffray
· 8 years ago
0e84439
Collapse ART's AbstractMethod class into Executable
by Neil Fuller
· 8 years ago
ca3c8c3
Collect verifier dependencies
by David Brazdil
· 8 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 8 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 8 years ago
26de38b
ART: Delete old compiler_enums.h
by Andreas Gampe
· 8 years ago
492a7fa
Delay dex-to-dex compilation until Optimizing is done.
by Vladimir Marko
· 9 years ago
3c7787f
Merge "Fix misc-macro-parentheses warnings."
by Treehugger Robot
· 9 years ago
f6d1e0f
Compile JNI stubs for verify-profile and interpret-only.
by Vladimir Marko
· 9 years ago
fba3997
Fix misc-macro-parentheses warnings.
by Chih-Hung Hsieh
· 9 years ago
ffc8707
Split profile recording from jit compilation
by Calin Juravle
· 9 years ago
9d07e3d
Clean up OatQuickMethodHeader after Quick removal.
by Vladimir Marko
· 9 years ago
bf9611f
ART: Clean up verifier
by Andreas Gampe
· 9 years ago
2e38434
Merge "Post-Quick cleanup: Remove CompilationUnit."
by Vladimir Marko
· 9 years ago
df73984
Post-Quick cleanup: Remove CompilationUnit.
by Vladimir Marko
· 9 years ago
29d38e7
Revert "Revert "Use compiler filter to determine oat file status.""
by Andreas Gampe
· 9 years ago
845e506
Revert "Use compiler filter to determine oat file status."
by Nicolas Geoffray
· 9 years ago
a62d2f0
Use compiler filter to determine oat file status.
by Richard Uhler
· 9 years ago
3c94f09
Remove Quick from tree.
by Nicolas Geoffray
· 9 years ago
f6a35de
Optimizing: Fix register allocator validation memory usage.
by Vladimir Marko
· 9 years ago
f969a20
Fix and enable java.lang.StringFactory intrinsics.
by Roland Levillain
· 9 years ago
0e54c01
Unsafe: Recognize intrinsics for 1.8 java.util.concurrent With unit test.
by Aart Bik
· 9 years ago
4cb069f
Merge "Fix the signature of the IndexOf entry point."
by Roland Levillain
· 9 years ago
42ad288
Fix the signature of the IndexOf entry point.
by Roland Levillain
· 9 years ago
cc3839c
Improve documentation about StringFactory.newStringFromChars.
by Roland Levillain
· 9 years ago
1bdfdb3
Merge "Implement fp to bits methods as intrinsics."
by Aart Bik
· 9 years ago
2a6aad9
Implement fp to bits methods as intrinsics.
by Aart Bik
· 9 years ago
a1de918
Optimizing: Reduce memory usage of HInstructions.
by Vladimir Marko
· 9 years ago
944da60
ART: Allow method references across oat files for multi-image, 2nd attempt.
by Vladimir Marko
· 9 years ago
98e6ce4
Remove string init map.
by Nicolas Geoffray
· 9 years ago
45724f9
Revert "Allow method references across oat files for multi-image."
by Vladimir Marko
· 9 years ago
6065402
Allow method references across oat files for multi-image.
by Vladimir Marko
· 9 years ago
927f40d
Merge "Try to substitute constructor chains for IPUTs."
by Vladimir Marko
· 9 years ago
354efa6
Try to substitute constructor chains for IPUTs.
by Vladimir Marko
· 9 years ago
4fda4eb
Move code related to debug info generation to its own directory.
by David Srbecky
· 9 years ago
d967266
MIPS64: Remove unaligned memory access from art generated code
by Lazar Trsic
· 9 years ago
78e9015
Merge "ART: Add option to ensure deterministic compilation"
by Andreas Gampe
· 9 years ago
ace0dc1
ART: Add option to ensure deterministic compilation
by Andreas Gampe
· 9 years ago
30202b2
Merge "Revert "Revert "Add option to generate compressed backtrace info."""
by David Srbecky
· 9 years ago
b1bd048
Merge "Recognize common utilities as intrinsics."
by Aart Bik
· 9 years ago
9724c63
Enable interface default methods by default.
by Neil Fuller
· 9 years ago
59c9454
Recognize common utilities as intrinsics.
by Aart Bik
· 9 years ago
5b1c2ca
Revert "Revert "Add option to generate compressed backtrace info.""
by David Srbecky
· 9 years ago
8546cc9
Revert "Add option to generate compressed backtrace info."
by David Srbecky
· 9 years ago
5fdcc3c
Add option to generate compressed backtrace info.
by David Srbecky
· 9 years ago
3f67e69
Implemented BitCount as an intrinsic. With unit test.
by Aart Bik
· 9 years ago
0021c31
Merge "JIT: Fix incorrect CHECK"
by Aart Bik
· 9 years ago
91d65e0
Fix various typos in ART's comments and string literals.
by Roland Levillain
· 9 years ago
c903b6a
Move --dump-cfg and dump-cfg-append to CompilerOptions.
by Nicolas Geoffray
· 9 years ago
51e5591
JIT: Fix incorrect CHECK
by Mark Mendell
· 9 years ago
7b4199a
Merge "Support directly invoking interface default methods"
by Alex Light
· 9 years ago
705ad49
Support directly invoking interface default methods
by Alex Light
· 9 years ago
998c216
Perform profile file analysis in dex2oat
by Calin Juravle
· 9 years ago
e6d0d8d
ART: Disable Math.round intrinsics
by Andreas Gampe
· 9 years ago
095b1df
Revert "Make Math.round consistent on arm64."
by Andreas Gampe
· 9 years ago
40041c9
Make Math.round consistent on arm64.
by Nicolas Geoffray
· 9 years ago
dcdc85b
Dex2oat support for multiple oat file and image file outputs.
by Jeff Hao
· 9 years ago
9865bde
Rename NullHandle to ScopedNullHandle
by Mathieu Chartier
· 9 years ago
17077d8
Revert "Revert "X86: Use locked add rather than mfence""
by Mark P Mendell
· 9 years ago
Next »