Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
cc78f3f87b0b8c6b0fb759e698840898940d4865
/
compiler
/
driver
6627864
Merge "Revert "Enable profiled guided compilation in dex2oat""
by Calin Juravle
· 9 years ago
2306ae0
Revert "Enable profiled guided compilation in dex2oat"
by Calin Juravle
· 9 years ago
a79c717
Merge "Enable profiled guided compilation in dex2oat"
by Calin Juravle
· 9 years ago
bf479be
Merge "Don't generate a slow path for strings in the dex cache."
by Nicolas Geoffray
· 9 years ago
42ef8ab
ART: Stash a resolved method late in the verifier
by Andreas Gampe
· 9 years ago
c96205e
Revert "ART: Check invoke-interface earlier in verifier"
by Andreas Gampe
· 9 years ago
34760f9
Merge "ART: Refactor verifier callbacks"
by Andreas Gampe
· 9 years ago
49b0f45
Refactor and clean up OatWriter and Dex2Oat.
by Vladimir Marko
· 9 years ago
500c9be
Enable profiled guided compilation in dex2oat
by Calin Juravle
· 9 years ago
917d016
Don't generate a slow path for strings in the dex cache.
by Nicolas Geoffray
· 9 years ago
53e32d1
ART: Refactor verifier callbacks
by Andreas Gampe
· 9 years ago
dae2414
ART: Check invoke-interface earlier in verifier
by Andreas Gampe
· 9 years ago
9fdb129
Revert "Enable profiled guided compilation in dex2oat"
by Nicolas Geoffray
· 9 years ago
27e17fd
Enable profiled guided compilation in dex2oat
by Calin Juravle
· 9 years ago
10c1356
Refactor oat file writing to give Dex2Oat more control.
by Vladimir Marko
· 9 years ago
42e372e
Optimize HLoadClass when we know the class is in the cache.
by Nicolas Geoffray
· 9 years ago
d9dc6f4
A few more optimizations on avoiding HClinit.
by Nicolas Geoffray
· 9 years ago
fb8464a
Revert "Revert "Enable store elimination for singleton objects.""
by Mingyao Yang
· 9 years ago
0d5a281
x86/x86-64 read barrier support for concurrent GC in Optimizing.
by Roland Levillain
· 9 years ago
073b16c
Image space cleanup for app images
by Mathieu Chartier
· 9 years ago
9139e00
Correct exception behavior for default methods
by Alex Light
· 9 years ago
ec6e6c1
ART: Rerun the verifier for compile-time failures
by Andreas Gampe
· 9 years ago
da5b28a
Revert "Revert "Add basic image writer support for app images""
by Mathieu Chartier
· 9 years ago
d28b969
Code cleanup to avoid CompilerDriver abstractions in JIT.
by Nicolas Geoffray
· 9 years ago
22cf3d3
Fix tests flakiness with jit when using Proxy classes.
by Nicolas Geoffray
· 9 years ago
469e9c4
Merge "Keep list of dex files for oat file in CompilerDriver."
by Vladimir Marko
· 9 years ago
d1eaf0d
Keep list of dex files for oat file in CompilerDriver.
by Vladimir Marko
· 9 years ago
f31f973
Merge "Refactor code so that JIT can parse compiler options."
by Nicolas Geoffray
· 9 years ago
abbb0f7
Refactor code so that JIT can parse compiler options.
by Nicolas Geoffray
· 9 years ago
9507fa2
Change a few places to use string version of GetTypeId
by Mathieu Chartier
· 9 years ago
55d02cf
Revert "Enable store elimination for singleton objects."
by Andreas Gampe
· 9 years ago
7f43a3d
Enable store elimination for singleton objects.
by Mingyao Yang
· 9 years ago
35831e8
Reduce memory used by CompiledMethods.
by Vladimir Marko
· 9 years ago
66e33f1
Merge "Use DlMallocSpace for the JIT code cache."
by Nicolas Geoffray
· 9 years ago
0c3c266
Use DlMallocSpace for the JIT code cache.
by Nicolas Geoffray
· 9 years ago
d57d454
Allocate dex cache arrays in their class loader's linear alloc
by Mathieu Chartier
· 9 years ago
3cfa4d0
ART: Remove interpreter entrypoints
by Andreas Gampe
· 9 years ago
9eac83e
Merge "ART: Skip compiler-driver compile loop for VerifyAtRuntime"
by Andreas Gampe
· 9 years ago
740667a
ART: Skip compiler-driver compile loop for VerifyAtRuntime
by Andreas Gampe
· 9 years ago
87000a9
Add option to append to the cfg dump.
by Calin Juravle
· 9 years ago
4f55e22
Add and use ScopedSuspendAll
by Mathieu Chartier
· 9 years ago
957fb89
Merge "ART: Move DexCache arrays to native."
by Vladimir Marko
· 9 years ago
f1d666e
Add ScopedThreadSuspension
by Mathieu Chartier
· 9 years ago
736b560
Reduce how often we call FindDexCache
by Mathieu Chartier
· 9 years ago
05792b9
ART: Move DexCache arrays to native.
by Vladimir Marko
· 10 years ago
673ed3d
Revert "Revert "Change dex caches to be weak roots""
by Mathieu Chartier
· 9 years ago
ed15000
Fix some HandleScope bugs and add corresponding checks
by Mathieu Chartier
· 9 years ago
81a9087
Revert "Change dex caches to be weak roots"
by Brian Carlstrom
· 9 years ago
a727e37
ART: Balanced locking
by Andreas Gampe
· 9 years ago
706ea6a
Merge "ART: Propagate verifier failure types to the compilers"
by Andreas Gampe
· 9 years ago
0760a81
ART: Propagate verifier failure types to the compilers
by Andreas Gampe
· 9 years ago
3ae6b1d
Change dex caches to be weak roots
by Mathieu Chartier
· 10 years ago
e418dda
Be more flexible on the code unit size when inlining.
by Nicolas Geoffray
· 10 years ago
5815501
Revert "Revert "Optimizing: Better invoke-static/-direct dispatch.""
by Vladimir Marko
· 9 years ago
d9c4d2e
Merge "Revert "Optimizing: Better invoke-static/-direct dispatch.""
by Vladimir Marko
· 9 years ago
b2c431e
Revert "Optimizing: Better invoke-static/-direct dispatch."
by Vladimir Marko
· 9 years ago
464581a
Merge "Optimizing: Better invoke-static/-direct dispatch."
by Vladimir Marko
· 9 years ago
9b688a0
Optimizing: Better invoke-static/-direct dispatch.
by Vladimir Marko
· 10 years ago
059ef3d
Always visit object class from VisitReferences
by Mathieu Chartier
· 9 years ago
7c2af0d
Merge "Remove unnecessary `explicit` qualifiers on constructors."
by Roland Levillain
· 10 years ago
e4275c0
Visit class roots from ClassLoader::VisitReferences
by Mathieu Chartier
· 10 years ago
3887c46
Remove unnecessary `explicit` qualifiers on constructors.
by Roland Levillain
· 10 years ago
a215b95
Tighten default inlining settings when using the space filter.
by Roland Levillain
· 10 years ago
5eb0d38
ART: Wire up DexToDexCompiler without extern
by Andreas Gampe
· 10 years ago
b931848
Merge "Allow for fine tuning the inliner."
by Calin Juravle
· 10 years ago
ec74835
Allow for fine tuning the inliner.
by Calin Juravle
· 10 years ago
e0671ce
Clean up class visitors
by Mathieu Chartier
· 10 years ago
da7c650
Visit class native roots from VisitReferences
by Mathieu Chartier
· 10 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 10 years ago
c04c800
Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""""
by Nicolas Geoffray
· 10 years ago
ed6195a
Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""
by Nicolas Geoffray
· 10 years ago
f075879
Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""
by Nicolas Geoffray
· 10 years ago
327c5ed
Revert "Make dex2dex return a CompiledMethod after quickening."
by Nicolas Geoffray
· 10 years ago
6920703
Make dex2dex return a CompiledMethod after quickening.
by Nicolas Geoffray
· 10 years ago
4d02711
Implement heap poisoning in ART's Optimizing compiler.
by Roland Levillain
· 10 years ago
bbcc01a
Make compiler-related gtests honor ART_USE_OPTIMIZING_COMPILER.
by Roland Levillain
· 10 years ago
c833299
ART: Fix kEverything compiler filter
by buzbee
· 10 years ago
1c284f2
ART: Set methods to preverified in verify-none
by Andreas Gampe
· 10 years ago
c08ab29
ART: Don't do pre-linked calls to the interpreter bridge.
by Vladimir Marko
· 10 years ago
b783b40
Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness.""
by Nicolas Geoffray
· 10 years ago
463580c
Revert "Use IsAssignableFrom instead of IsSubclass for robustness."
by Nicolas Geoffray
· 10 years ago
af268bb
Use IsAssignableFrom instead of IsSubclass for robustness.
by Nicolas Geoffray
· 10 years ago
07785bb
ART: Fix reporting initialized classes by CompilerDriver.
by Vladimir Marko
· 10 years ago
7b9f214
Merge "Revert "Revert "Switch to using ELF-64 for 64-bit architectures."""
by David Srbecky
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
8363c77
Add --generate-debug-info flag and remove the other two flags.
by David Srbecky
· 10 years ago
ce0db62
Revert "Revert "Switch to using ELF-64 for 64-bit architectures.""
by David Srbecky
· 10 years ago
dc31313
Merge "ART: Clean up arm64 kNumberOfXRegisters usage."
by Vladimir Marko
· 10 years ago
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 10 years ago
e7654e5
Merge "Revert "Switch to using ELF-64 for 64-bit architectures.""
by Hiroshi Yamauchi
· 10 years ago
650f0c4
Revert "Switch to using ELF-64 for 64-bit architectures."
by Hiroshi Yamauchi
· 10 years ago
1d63774
Merge "Fix the size of a StackHandleScope in art::CompilerDriver."
by Roland Levillain
· 10 years ago
a3a49fe
Switch to using ELF-64 for 64-bit architectures.
by David Srbecky
· 10 years ago
2b846ed
Fix the size of a StackHandleScope in art::CompilerDriver.
by Roland Levillain
· 10 years ago
848f70a
Replace String CharArray with internal uint16_t array.
by Jeff Hao
· 11 years ago
eb5459c
Merge "Ensure inlined static calls perform clinit checks in Optimizing."
by Roland Levillain
· 10 years ago
4c0eb42
Ensure inlined static calls perform clinit checks in Optimizing.
by Roland Levillain
· 10 years ago
c91df2d
Revert "Revert "Quick: Rewrite type inference pass.""
by Vladimir Marko
· 10 years ago
1b717f6
Revert "Quick: Rewrite type inference pass."
by Andreas Gampe
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
Next »