Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
737c0a99dfbba306ec1f50e2adf66b5d97805af6
/
compiler
/
driver
f74388d
Merge "Improve profile processing"
by Calin Juravle
· 9 years ago
877fd96
Improve profile processing
by Calin Juravle
· 9 years ago
14c2d9f
Merge "ART: Public classes never require access checks"
by David Brazdil
· 9 years ago
38f64d3
ART: Public classes never require access checks
by David Brazdil
· 9 years ago
c903b6a
Move --dump-cfg and dump-cfg-append to CompilerOptions.
by Nicolas Geoffray
· 9 years ago
0b8cdfa
ART: Fix CompilerDriver::AreInSameOatFile().
by Vladimir Marko
· 9 years ago
3e09eeb
Disable --generate-debug-info by default in all cases.
by David Srbecky
· 9 years ago
b7332f1
Merge "Perform profile file analysis in dex2oat"
by Calin Juravle
· 9 years ago
998c216
Perform profile file analysis in dex2oat
by Calin Juravle
· 9 years ago
5949fa0
Revert "Revert "Tweak inlining heuristics.""
by Nicolas Geoffray
· 9 years ago
dcdc85b
Dex2oat support for multiple oat file and image file outputs.
by Jeff Hao
· 9 years ago
48944c7
Merge "Generate more stack maps during native debugging." am: 875773770a
by David Srbecky
· 9 years ago
0cf4493
Generate more stack maps during native debugging.
by David Srbecky
· 9 years ago
6b1a50b
Merge "Rename NullHandle to ScopedNullHandle" am: 76b90e37df am: 8a5e8d0118
by Mathieu Chartier
· 9 years ago
9865bde
Rename NullHandle to ScopedNullHandle
by Mathieu Chartier
· 9 years ago
9c55729
resolve merge conflicts of 9f784b26a1 to master.
by Alex Light
· 9 years ago
9db7443
Merge "Revert "Tweak inlining heuristics."" am: 8e00676291 am: 55c0f49cf1
by Nicolas Geoffray
· 9 years ago
7a0495f
Merge "Tweak inlining heuristics." am: ff6ab45547 am: a2ade148e3
by Nicolas Geoffray
· 9 years ago
b17d1cc
Revert "Tweak inlining heuristics."
by Nicolas Geoffray
· 9 years ago
fcb7613
Tweak inlining heuristics.
by Nicolas Geoffray
· 9 years ago
e64300b
Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class""
by Alex Light
· 9 years ago
bc90a05
Merge "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class""
by Alex Light
· 9 years ago
533d63a
Merge "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class""
by Alex Light
· 9 years ago
2efb0aa
Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"
by Alex Light
· 9 years ago
ae358c1
Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"
by Alex Light
· 9 years ago
e6f84a5
Merge "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"
by Alex Light
· 9 years ago
7d5a577
Merge "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"
by Alex Light
· 9 years ago
23bd1e9
Merge "Fix --inline-max-code-units option." am: bf14c65108 am: 57222d44bc
by Nicolas Geoffray
· 9 years ago
18c12bb
Fix --inline-max-code-units option.
by Nicolas Geoffray
· 9 years ago
9539150
Combine direct_methods_ and virtual_methods_ fields of mirror::Class
by Alex Light
· 9 years ago
6286a97
Combine direct_methods_ and virtual_methods_ fields of mirror::Class
by Alex Light
· 9 years ago
e86c0e6
Merge "Revert "Revert "Enable profiled guided compilation in dex2oat""" am: 8cf97d7295
by Calin Juravle
· 9 years ago
226501b
Revert "Revert "Enable profiled guided compilation in dex2oat""
by Calin Juravle
· 9 years ago
d38b1b7
Merge "Revert "Enable profiled guided compilation in dex2oat"" am: 66278646b5
by Calin Juravle
· 9 years ago
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
22df2db
Merge "Enable profiled guided compilation in dex2oat" am: a79c717fd4
by Calin Juravle
· 9 years ago
bdb859f
Merge "Don\'t generate a slow path for strings in the dex cache." am: bf479be3a9
by Nicolas Geoffray
· 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
673fdc7
Merge "ART: Stash a resolved method late in the verifier" am: 748047de83
by Andreas Gampe
· 9 years ago
5cb6cf5
Merge "Revert "ART: Check invoke-interface earlier in verifier"" am: 170e01a6b5
by Andreas Gampe
· 9 years ago
e8f3f4e
Merge "ART: Refactor verifier callbacks" am: 34760f9a97 am: 6e0e9c77b0
by Andreas Gampe
· 9 years ago
4d4a006
Merge "Refactor and clean up OatWriter and Dex2Oat." am: a1b21219db
by Vladimir Marko
· 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
1158d4f
Merge "ART: Check invoke-interface earlier in verifier" am: eb5ddd7b02
by Andreas Gampe
· 9 years ago
dae2414
ART: Check invoke-interface earlier in verifier
by Andreas Gampe
· 9 years ago
acb3040
Merge "Revert "Enable profiled guided compilation in dex2oat"" am: 68cebffee2 am: e6527ffc11
by Nicolas Geoffray
· 9 years ago
9fdb129
Revert "Enable profiled guided compilation in dex2oat"
by Nicolas Geoffray
· 9 years ago
b70e694
Merge "Enable profiled guided compilation in dex2oat" am: ec92d4f902 am: ed3a23d4aa
by Calin Juravle
· 9 years ago
27e17fd
Enable profiled guided compilation in dex2oat
by Calin Juravle
· 9 years ago
fd422b6
Merge "Refactor oat file writing to give Dex2Oat more control." am: d1744d449c am: 110d07e2c0
by Vladimir Marko
· 9 years ago
10c1356
Refactor oat file writing to give Dex2Oat more control.
by Vladimir Marko
· 9 years ago
928f7f3
Merge "Optimize HLoadClass when we know the class is in the cache." am: 883ef45b5d am: bd5a084171
by Nicolas Geoffray
· 9 years ago
42e372e
Optimize HLoadClass when we know the class is in the cache.
by Nicolas Geoffray
· 9 years ago
ecc7d8c
Merge "A few more optimizations on avoiding HClinit." am: 95f7bbcd99 am: a7386e40c2
by Nicolas Geoffray
· 9 years ago
d9dc6f4
A few more optimizations on avoiding HClinit.
by Nicolas Geoffray
· 9 years ago
6f58cb8
Temporarily disable compiler_driver_test.
by Yi Kong
· 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
· 10 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
· 10 years ago
87000a9
Add option to append to the cfg dump.
by Calin Juravle
· 10 years ago
4f55e22
Add and use ScopedSuspendAll
by Mathieu Chartier
· 10 years ago
957fb89
Merge "ART: Move DexCache arrays to native."
by Vladimir Marko
· 10 years ago
f1d666e
Add ScopedThreadSuspension
by Mathieu Chartier
· 10 years ago
736b560
Reduce how often we call FindDexCache
by Mathieu Chartier
· 10 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
· 10 years ago
ed15000
Fix some HandleScope bugs and add corresponding checks
by Mathieu Chartier
· 10 years ago
81a9087
Revert "Change dex caches to be weak roots"
by Brian Carlstrom
· 10 years ago
a727e37
ART: Balanced locking
by Andreas Gampe
· 10 years ago
706ea6a
Merge "ART: Propagate verifier failure types to the compilers"
by Andreas Gampe
· 10 years ago
0760a81
ART: Propagate verifier failure types to the compilers
by Andreas Gampe
· 10 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
Next »