Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
066f9e4b87d875f02a10fd43d8a251b3c17a64a3
/
compiler
/
driver
0223a19
Merge "ART: Allow to compile interpret-only mips64 files"
by Andreas Gampe
· 10 years ago
57b3429
ART: Allow to compile interpret-only mips64 files
by Andreas Gampe
· 10 years ago
1c1d40a
Merge "ART: dex2oat flag for HGraphVisualizer dump file"
by David Brazdil
· 10 years ago
fbef44d
Use unique_ptr to track ownership of dex files.
by Richard Uhler
· 10 years ago
866c031
ART: dex2oat flag for HGraphVisualizer dump file
by David Brazdil
· 10 years ago
6e73272
Revert "ART: dex2oat flag for HGraphVisualizer dump file"
by Andreas Gampe
· 10 years ago
54953df
ART: dex2oat flag for HGraphVisualizer dump file
by David Brazdil
· 10 years ago
e21dc3d
ART: Swap-space in the compiler
by Andreas Gampe
· 10 years ago
6c170c9
ART: Punt to the interpreter for VerifiedMethod errors
by Andreas Gampe
· 10 years ago
e53798a
Inlining support in optimizing.
by Nicolas Geoffray
· 10 years ago
956af0f
Remove portable.
by Elliott Hughes
· 10 years ago
ab972ef
Remove method verification results right after compiling a method
by Mathieu Chartier
· 10 years ago
49285c5
Print memory usage in dex2oat shutdown
by Mathieu Chartier
· 10 years ago
08f1f50
Remove FieldHelper.
by Ian Rogers
· 10 years ago
dc8b63c
ART: Build fix.
by Andreas Gampe
· 10 years ago
f842571
Merge "Move FindDexMethodIndexInOtherDexFile into ArtMethod."
by Ian Rogers
· 10 years ago
e0a02da
Move FindDexMethodIndexInOtherDexFile into ArtMethod.
by Ian Rogers
· 10 years ago
eb8a32f
Merge "ART: Change boot image class update"
by Andreas Gampe
· 10 years ago
5055c8e
Merge "ART: Print initialization failures to file"
by Andreas Gampe
· 10 years ago
e94652f
Remove MethodHelper from the interpreter.
by Ian Rogers
· 10 years ago
dbfe254
ART: Print initialization failures to file
by Andreas Gampe
· 10 years ago
124cd8f
Merge "Add JNI trampoline for mips32."
by Ian Rogers
· 10 years ago
920506d
Do not try to sharpen super calls to abstract methods.
by Vladimir Marko
· 10 years ago
d582fa4
Instruction set features for ARM64, MIPS and X86.
by Ian Rogers
· 10 years ago
4bf3ae9
ART: Compiled-classes list for compiler-driver
by Andreas Gampe
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
735b855
Add JNI trampoline for mips32.
by Douglas Leung
· 10 years ago
19a19cf
Add support for static fields in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
b0f370e
ART: Change boot image class update
by Andreas Gampe
· 10 years ago
66c6d7b
Rewrite class initialization check elimination.
by Vladimir Marko
· 10 years ago
cf7f191
C++11 related clean-up of DISALLOW_..
by Ian Rogers
· 10 years ago
c7dd295
Tidy up logging.
by Ian Rogers
· 10 years ago
a4a3f40
Enable generic JNI for x86 and ARM when interpret-only.
by Ian Rogers
· 10 years ago
0b5d851
Merge "Some code clean-up."
by Ian Rogers
· 10 years ago
d4c4d95
Some code clean-up.
by Ian Rogers
· 10 years ago
dddb8d8
Merge "dex2oat: Add a --compile-pic option"
by Igor Murashkin
· 10 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 10 years ago
d6dee67
dex2oat: Add a --compile-pic option
by Igor Murashkin
· 10 years ago
1373595
stdint types all the way!
by Ian Rogers
· 10 years ago
7503597
ART: Deprecate CompilationUnit's code_item
by Razvan A Lupusoru
· 10 years ago
f4da675
Implement method calls using relative BL on ARM.
by Vladimir Marko
· 10 years ago
2d5f39e
Add ScopedAssertNoThreadSuspension
by Mathieu Chartier
· 10 years ago
7d029af
Merge "Add the "time" compilation filter and output compilation stats."
by Nicolas Geoffray
· 10 years ago
88157ef
Add the "time" compilation filter and output compilation stats.
by Nicolas Geoffray
· 10 years ago
e982f0b
Implement invoke virtual in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
61ff009
ART: Check for exceptions from unresolved classes
by Andreas Gampe
· 10 years ago
5a4b8a2
ART: Rename Handle hierarchy
by Andreas Gampe
· 10 years ago
2ed8def
ART: Allow quickening in the boot image
by Andreas Gampe
· 10 years ago
5182932
ART: Change access flag behavior in verifier
by Andreas Gampe
· 10 years ago
7b078e8
Compile time performance improvements focusing on interpret-only.
by Ian Rogers
· 10 years ago
928f72b
ART: Fix things for valgrind
by Andreas Gampe
· 10 years ago
859efc4
Merge "ART fix oat debug source map operations"
by Vladimir Marko
· 10 years ago
68b5685
Reduce and speed-up class def searches.
by Ian Rogers
· 10 years ago
8e219ae
Reduce interpret-only compile time.
by Mathieu Chartier
· 10 years ago
898fcb5
CheckAndClearResolveException should allow LinkageError
by Brian Carlstrom
· 10 years ago
33ac819
ART fix oat debug source map operations
by Yevgeny Rouban
· 10 years ago
53c913b
ART: Clean up compiler
by Andreas Gampe
· 10 years ago
9d352c0
Merge "ART: Avoid expensive class lookup in compiler driver"
by Andreas Gampe
· 10 years ago
e98c889
ART: Avoid expensive class lookup in compiler driver
by Andreas Gampe
· 10 years ago
e3ea838
ART source line debug info in OAT files
by Yevgeny Rouban
· 10 years ago
3e6ff5b
Merge "Move explicit GC after we are done initalizing all classes."
by Mathieu Chartier
· 10 years ago
1ff3c98
Avoid use of std::string where we have const char*.
by Ian Rogers
· 10 years ago
093ef21
Move explicit GC after we are done initalizing all classes.
by Mathieu Chartier
· 10 years ago
269c336
Merge "ART: Add guards to the dex cache and its shortcuts"
by Andreas Gampe
· 10 years ago
58a5af8
ART: Add guards to the dex cache and its shortcuts
by Andreas Gampe
· 10 years ago
57cd9d3b
Merge "Added support for patching classes from different dex files."
by Mathieu Chartier
· 10 years ago
e7f82e2
Added support for patching classes from different dex files.
by Fred Shih
· 10 years ago
0f56c9c
Merge "ART: Rework CFA frame initialization and writing code"
by Andreas Gampe
· 10 years ago
7927380
ART: Rework CFA frame initialization and writing code
by Andreas Gampe
· 10 years ago
de7b436
ART: Skip compiling redefined classes in apps
by Andreas Gampe
· 10 years ago
6e183f2
Make system use patchoat to relocate during runtime.
by Alex Light
· 10 years ago
c389c97
Merge "Set vtable in class object to null after linking."
by Mingyao Yang
· 10 years ago
2cdbad7
Set vtable in class object to null after linking.
by Mingyao Yang
· 10 years ago
a59dd80
Runtime can now be set to require relocation
by Alex Light
· 10 years ago
69dfe51
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
by Dave Allison
· 10 years ago
22d5e73
Remove object_utils.h.
by Ian Rogers
· 10 years ago
e63db27
Break apart header files.
by Ian Rogers
· 10 years ago
e503832
Support fields in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
98d1cc8
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
by Mingyao Yang
· 11 years ago
0025a86
Revert "Revert "Revert "Add implicit null and stack checks for x86"""
by Nicolas Geoffray
· 10 years ago
7fb36de
Revert "Revert "Add implicit null and stack checks for x86""
by Dave Allison
· 10 years ago
6b0599f
Whitelist another exception during dex2oat resolving.
by Brian Carlstrom
· 10 years ago
53cb16b
Add patchoat tool to Art.
by Alex Light
· 11 years ago
70b6348
Only allow whitelisted exceptions during dex2oat resolving.
by Mathieu Chartier
· 10 years ago
f5997b4
More advanced timing loggers.
by Mathieu Chartier
· 10 years ago
08f7a2d
Log profile info only on debug builds.
by Calin Juravle
· 10 years ago
5655e84
ART: Implicit checks in the compiler are independent from Runtime
by Andreas Gampe
· 10 years ago
073ed9b
ART: Ignore timing issues in debug builds
by Andreas Gampe
· 11 years ago
78382fa
Optionally add debug symbols to ELF files made by quick compiler.
by Alex Light
· 11 years ago
bfd9a43
Change MethodHelper to use a Handle.
by Mathieu Chartier
· 11 years ago
4479ba3
Merge "Change FieldHelper to use a handle."
by Mathieu Chartier
· 11 years ago
61c5ebc
Change FieldHelper to use a handle.
by Mathieu Chartier
· 11 years ago
20aa7cb
Merge "Fixed and refactored profiler options handling"
by Calin Juravle
· 11 years ago
c1b643c
Fixed and refactored profiler options handling
by Calin Juravle
· 11 years ago
eab52e3
Merge "Clean up the sampling profiler"
by Calin Juravle
· 11 years ago
bb0b53f
Clean up the sampling profiler
by Calin Juravle
· 11 years ago
a309d76
Fix GC race condition in visit roots
by Serguei Katkov
· 11 years ago
e0099d4
ART: Fix sharpening across dex files
by Andreas Gampe
· 11 years ago
0cd8135
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
by Mathieu Chartier
· 11 years ago
Next »