Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
1a2a5cd58b7b667b664a7c20a4887a6cd89b4776
/
compiler
/
driver
1a2a5cd
Move profile compilation info to CompilerOptions.
by Vladimir Marko
· 7 years ago
cd5d107
Merge "Change ResolveStartupConstStrings default to false"
by Mathieu Chartier
· 7 years ago
3643360
Change ResolveStartupConstStrings default to false
by Mathieu Chartier
· 7 years ago
c1c3452
Do not cache RequiresConstructorBarrier() results.
by Vladimir Marko
· 7 years ago
a2c211c
Add compiling class to the DexCompilationUnit.
by Vladimir Marko
· 7 years ago
69ebc8f
Merge "Add PreResolved strings dex cache array"
by Mathieu Chartier
· 7 years ago
1ca718e
Add PreResolved strings dex cache array
by Mathieu Chartier
· 7 years ago
c57c680
Modernise code to use std::make_unique
by Yi Kong
· 7 years ago
fa9abc2
Merge "ART: Use ObjPtr for GetSuperClass"
by Treehugger Robot
· 7 years ago
2275277
Resolve const-string of clinit
by Mathieu Chartier
· 7 years ago
cd0f38f
Add logic to eagerly resolve const-string for startup methods
by Mathieu Chartier
· 7 years ago
9810499
ART: Use ObjPtr for GetSuperClass
by Andreas Gampe
· 7 years ago
a2da9b9
ART: Completely remove the --compile-pic option.
by Vladimir Marko
· 7 years ago
acc56ac
Introduce a 'baseline' variant for the compiler.
by Nicolas Geoffray
· 7 years ago
3adb7f2
Merge "Implemented a new method for walking string references in AppImages."
by Christian Wailes
· 7 years ago
0c61be4
Implemented a new method for walking string references in AppImages.
by Chris Wailes
· 7 years ago
0573f85
Dump Dex file checksums for profman --dump-only
by Mathieu Chartier
· 7 years ago
3e7f66b
ART: Fix tidy warning in compiler-driver
by Andreas Gampe
· 7 years ago
125a3a4
Merge changes I207718d6,I700ef52e
by Andreas Gampe
· 7 years ago
f73caca
Remove superfluous 'virtual' specifiers in ART.
by Roland Levillain
· 7 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 7 years ago
6cc23ac
ART: Add API level to verifier
by Andreas Gampe
· 7 years ago
ced0483
Reuse arena memory for each block in scheduler.
by Vladimir Marko
· 7 years ago
8cd5454
Move MethodInfo to CodeInfo.
by David Srbecky
· 7 years ago
8808756
Remove frame info from OatQuickMethodHeader.
by David Srbecky
· 7 years ago
8e524ad
Always produce PIC code for AOT compilation.
by Vladimir Marko
· 7 years ago
51b8aaf
Fix HClinitCheck elimination in instruction builder.
by Vladimir Marko
· 8 years ago
bb089b6
Remove CompilerDriver::support_boot_image_fixup_.
by Vladimir Marko
· 7 years ago
a043111
Move instruction_set_ to CompilerOptions.
by Vladimir Marko
· 7 years ago
213ee2d
Move dex_files_for_oat_file_ to CompilerOptions.
by Vladimir Marko
· 7 years ago
dc4bcce
Move image_classes_ to CompilerOptions.
by Vladimir Marko
· 7 years ago
54159c6
Use HashSet<std::string> instead of unordered_set<>.
by Vladimir Marko
· 7 years ago
18e2687
Refactor ClassAccessor to use an index instead of ClassDef pointer
by Mathieu Chartier
· 7 years ago
a8bba7d
ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.
by Vladimir Marko
· 7 years ago
0d896bd
Add Method/Field iterator to ClassAccessor
by Mathieu Chartier
· 7 years ago
2eabc61
Fix class_def_idx increment for FastVerify
by Mathieu Chartier
· 7 years ago
c8c8d5f
Move compiler/ to ClassAccessor
by Mathieu Chartier
· 7 years ago
04f0eaf
Merge "ART: Skip duplicate classes during compilation"
by Treehugger Robot
· 7 years ago
a3ad0cd
ART: Move JNI files to runtime/jni/ .
by Vladimir Marko
· 7 years ago
2da52b0
ART: Add --dump-pass-timings compiler option.
by Vladimir Marko
· 7 years ago
0ecbdb3
Merge "Clean up include paths"
by David Sehr
· 7 years ago
1979c64
Clean up include paths
by David Sehr
· 7 years ago
82d046e
Add a profiling library
by David Sehr
· 7 years ago
bb30d5d
ART: Skip duplicate classes during compilation
by Andreas Gampe
· 7 years ago
bd600e3
ART: Remove support for compiled-methods and compiled-classes
by Andreas Gampe
· 7 years ago
db20a4b
ART: Fix core image detection
by Andreas Gampe
· 7 years ago
ca1e038
Revert^2 "Compile link-time thunks in codegen."
by Vladimir Marko
· 7 years ago
5806a9e
Revert "Compile link-time thunks in codegen."
by Vladimir Marko
· 7 years ago
c9dd220
Compile link-time thunks in codegen.
by Vladimir Marko
· 8 years ago
175e786
Revert^4 "Compiler changes for bitstring based type checks."
by Vladimir Marko
· 7 years ago
d1ede32
Merge "Revert^3 "Compiler changes for bitstring based type checks.""
by Andreas Gampe
· 7 years ago
3fbd3ad
Revert^3 "Compiler changes for bitstring based type checks."
by Andreas Gampe
· 7 years ago
7075583
Merge "Revert^2 "Compiler changes for bitstring based type checks.""
by Vladimir Marko
· 7 years ago
3dada43
Merge "ART: Simplify atomic.h"
by Orion Hodson
· 7 years ago
0933cc5
Disable encoded static initialization
by Mathieu Chartier
· 7 years ago
88591fe
ART: Simplify atomic.h
by Orion Hodson
· 7 years ago
3f41323
Revert^2 "Compiler changes for bitstring based type checks."
by Vladimir Marko
· 7 years ago
f191ae7
Merge "Move some remaining dex utilities"
by Treehugger Robot
· 7 years ago
312f3b2
Move some remaining dex utilities
by David Sehr
· 7 years ago
be0c7cf
Fix running some run-tests with -Xjitthreshold:0
by Vladimir Marko
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
67bf42e
Header library to remove dependence on runtime/
by David Sehr
· 7 years ago
2981c29
Merge "ART: Change abort() to _exit()"
by Treehugger Robot
· 7 years ago
56c9b7c
ART: Change abort() to _exit()
by Andreas Gampe
· 7 years ago
af29031
Small documentation and stylistic changes.
by Roland Levillain
· 7 years ago
b2ec9f5
Remove duplication, split tests
by David Sehr
· 7 years ago
279e3a3
Enable code item deduping
by Mathieu Chartier
· 8 years ago
199f72b
Merge "ART: Refactor dex2dex compilation"
by Treehugger Robot
· 7 years ago
0e9d090
Merge "Add compiler option for counting hotness in compiled code."
by Nicolas Geoffray
· 8 years ago
0225f8e
Revert "Revert "Make libdexfile build independent of runtime dir""
by David Sehr
· 8 years ago
787784f
Revert "Make libdexfile build independent of runtime dir"
by David Sehr
· 8 years ago
b40b7e7
Make libdexfile build independent of runtime dir
by David Sehr
· 8 years ago
8d72832
Add compiler option for counting hotness in compiled code.
by Nicolas Geoffray
· 8 years ago
bff7a52
Revert "Compiler changes for bitstring based type checks."
by Nicolas Geoffray
· 8 years ago
8304743
Merge "Revert "ART: Use the bitstring type check for AOT app compilation.""
by Treehugger Robot
· 8 years ago
0be8cab
Revert "ART: Use the bitstring type check for AOT app compilation."
by Nicolas Geoffray
· 8 years ago
d3233ab
Merge "ART: Use the bitstring type check for AOT app compilation."
by Mingyao Yang
· 8 years ago
b95eb37
Merge "Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."""
by Nicolas Geoffray
· 8 years ago
718e831
ART: Use the bitstring type check for AOT app compilation.
by Vladimir Marko
· 8 years ago
be2b613
Merge "Compiler changes for bitstring based type checks."
by Vladimir Marko
· 8 years ago
f307527
Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed.""
by Nicolas Geoffray
· 8 years ago
eb0ebed
Compiler changes for bitstring based type checks.
by Vladimir Marko
· 8 years ago
3913e48
ART: Refactor profile_compilation_info.h includes
by Andreas Gampe
· 8 years ago
3c060ad
ART: Refactor dex2dex compilation
by Andreas Gampe
· 8 years ago
a79efdb
Fix quickening logic
by Mathieu Chartier
· 8 years ago
66c9df1
Add logic for deduplicating in dexlayout
by Mathieu Chartier
· 8 years ago
210531f
Revert "Revert "Move quickening info logic to its own table""
by Mathieu Chartier
· 8 years ago
6716941
Revert "Move quickening info logic to its own table"
by Nicolas Geoffray
· 8 years ago
7a26f94
Move quickening info logic to its own table
by Mathieu Chartier
· 8 years ago
698ebbc
Clean up CodeItemAccessors and Compact/StandardDexFile
by Mathieu Chartier
· 8 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 8 years ago
daa27bc
Merge "Remove DexFile direct accesses to CodeItem"
by Mathieu Chartier
· 8 years ago
70a58af
Merge "Change ClassStatus to fit into 4 bits."
by Treehugger Robot
· 8 years ago
2c64a83
Change ClassStatus to fit into 4 bits.
by Vladimir Marko
· 8 years ago
6238c83
Remove DexFile direct accesses to CodeItem
by Mathieu Chartier
· 8 years ago
a61e97f
Merge "Remove CodeItem accessor functions"
by Mathieu Chartier
· 8 years ago
73f21d4
Remove CodeItem accessor functions
by Mathieu Chartier
· 8 years ago
2a5d728
ART: Emit runtime read barrier checks only in slow-debug
by Andreas Gampe
· 8 years ago
808c7a5
Make CodeItem fields private
by Mathieu Chartier
· 8 years ago
a661594
Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed.""
by Treehugger Robot
· 8 years ago
Next »