Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
eb76e11d836ea953b4e40a28e3e69d3b0f4c86fa
/
compiler
/
driver
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
· 10 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
· 10 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
· 10 years ago
78382fa
Optionally add debug symbols to ELF files made by quick compiler.
by Alex Light
· 10 years ago
bfd9a43
Change MethodHelper to use a Handle.
by Mathieu Chartier
· 10 years ago
4479ba3
Merge "Change FieldHelper to use a handle."
by Mathieu Chartier
· 10 years ago
61c5ebc
Change FieldHelper to use a handle.
by Mathieu Chartier
· 10 years ago
20aa7cb
Merge "Fixed and refactored profiler options handling"
by Calin Juravle
· 10 years ago
c1b643c
Fixed and refactored profiler options handling
by Calin Juravle
· 10 years ago
eab52e3
Merge "Clean up the sampling profiler"
by Calin Juravle
· 10 years ago
bb0b53f
Clean up the sampling profiler
by Calin Juravle
· 10 years ago
a309d76
Fix GC race condition in visit roots
by Serguei Katkov
· 10 years ago
e0099d4
ART: Fix sharpening across dex files
by Andreas Gampe
· 10 years ago
0cd8135
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
by Mathieu Chartier
· 10 years ago
3bdb873
Revert "Fix an outstanding compaction bug in interpreter."
by Mathieu Chartier
· 10 years ago
e09ae09
Fix an outstanding compaction bug in interpreter.
by Mathieu Chartier
· 10 years ago
7bf9c46
Merge "Method inlining across dex files in boot image."
by Vladimir Marko
· 10 years ago
a51a0b0
Method inlining across dex files in boot image.
by Vladimir Marko
· 10 years ago
3e5cf30
Begin migration of art::Atomic to std::atomic.
by Ian Rogers
· 10 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 10 years ago
f832284
Delete ClassHelper and fix compaction bug in GetDirectInterface
by Mathieu Chartier
· 10 years ago
db2633c
Change ObjectLock to take Handle instead of Handle pointer.
by Mathieu Chartier
· 10 years ago
507dfdd
Compatibility layer to transition from UniquePtr to std::unique_ptr.
by Ian Rogers
· 10 years ago
20cdc06
Merge "Changes for vogar compatibility"
by Kenny Root
· 10 years ago
d518534
Changes for vogar compatibility
by Kenny Root
· 10 years ago
eb8167a
Add Handle/HandleScope and delete SirtRef.
by Mathieu Chartier
· 11 years ago
72d3262
Give Compiler a back reference to the driver.
by Ian Rogers
· 11 years ago
c45b8b5
Create stack traces in unstarted runtimes.
by Ian Rogers
· 11 years ago
8668c3c
Add finalizer references from the entrypoints.
by Mathieu Chartier
· 11 years ago
af13ad9
Centralize instruction-set pointer-size, alignment, 64b-width code
by Andreas Gampe
· 11 years ago
644789f
Fix problem with empty profiles.
by Dave Allison
· 11 years ago
d6ed642
Revert "Revert "Revert "Use trampolines for calls to helpers"""
by Dave Allison
· 11 years ago
f9487c0
Revert "Revert "Use trampolines for calls to helpers""
by Dave Allison
· 11 years ago
0833af6
Merge "Tweaked profile significant_difference."
by Calin Juravle
· 11 years ago
081f73e
Revert "Use trampolines for calls to helpers"
by Dave Allison
· 11 years ago
9dae5b4
Tweaked profile significant_difference.
by Calin Juravle
· 11 years ago
754ddad
Use trampolines for calls to helpers
by Dave Allison
· 11 years ago
17965ed
Re-enable DEX-to-DEX compilation path
by Sebastien Hertz
· 11 years ago
5a4139f
Merge "art: Handle x86_64 architecture equal to x86"
by Bill Buzbee
· 11 years ago
5cc2d07
Merge "Profile: renamed kThresholdPercent and make it configurable"
by Calin Juravle
· 11 years ago
317055b
Merge "Profile: repurposed kTresholdPercent"
by Calin Juravle
· 11 years ago
6a58cb1
art: Handle x86_64 architecture equal to x86
by Dmitry Petrochenko
· 11 years ago
4a200f5
Add support for -Xverify:none mode.
by Jeff Hao
· 11 years ago
04ff226
Profile: renamed kThresholdPercent and make it configurable
by Calin Juravle
· 11 years ago
f6a4cee
Profile: repurposed kTresholdPercent
by Calin Juravle
· 11 years ago
161f71a
Merge "Fixed total method count in profile file parsing."
by Calin Juravle
· 11 years ago
ea1e520
Fixed total method count in profile file parsing.
by Calin Juravle
· 11 years ago
dd7624d
Allow mixing of thread offsets between 32 and 64bit architectures.
by Ian Rogers
· 11 years ago
6673338
Merge "Make test-art pass with heap reference poisoning enabled."
by Hiroshi Yamauchi
· 11 years ago
b95a534
AArch64: Add arm64 runtime support.
by Stuart Monteith
· 11 years ago
05b15d6
Make test-art pass with heap reference poisoning enabled.
by Hiroshi Yamauchi
· 11 years ago
9820b7c
Early inlining of simple methods.
by Vladimir Marko
· 11 years ago
0188ab7
Fix comment typo.
by Ian Rogers
· 11 years ago
5b27149
Use quick generic JNI calls based on compiler driver options.
by Ian Rogers
· 11 years ago
9545a44
Merge "Allow patching between dex files in the boot classpath."
by Jeff Hao
· 11 years ago
9758f79
Implement FINAL/OVERRIDE for clang.
by Ian Rogers
· 11 years ago
b9d50a9
Merge "Move inline method detection to runtime."
by Vladimir Marko
· 11 years ago
b34f69a
Add command line support for enabling the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
49161ce
Allow patching between dex files in the boot classpath.
by Jeff Hao
· 11 years ago
e3e0260
Move inline method detection to runtime.
by Vladimir Marko
· 11 years ago
f096aad
Cache method lowering info in mir graph.
by Vladimir Marko
· 11 years ago
a03de6d
Revert "Revert "Make clang the default compiler on host.""
by Ian Rogers
· 11 years ago
d54f3a6
Revert "Make clang the default compiler on host."
by Ian Rogers
· 11 years ago
87f8b4c
Make clang the default compiler on host.
by Ian Rogers
· 11 years ago
39c3bfb
Make use of profiling information for dex2oat
by Dave Allison
· 11 years ago
c645f1d
Add more VerifyObject calls.
by Mathieu Chartier
· 11 years ago
c0a1b18
Reuse NoopCompilerCallbacks in oatdump
by Brian Carlstrom
· 11 years ago
2da8823
Initial changes towards Generic JNI option
by Andreas Gampe
· 11 years ago
be0e546
Cache field lowering info in mir_graph.
by Vladimir Marko
· 11 years ago
ae9fd93
Tell GDB about Quick ART generated code
by Mark Mendell
· 11 years ago
3d50407
Make out arguments non-reference types.
by Ian Rogers
· 11 years ago
b48b9eb
Fix clang to compile and run host tests.
by Ian Rogers
· 11 years ago
a1ce1fe
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
by Brian Carlstrom
· 11 years ago
ae7083d
Add additional const
by Brian Carlstrom
· 11 years ago
fffb0b7
Merge "Create CompilerOptions"
by Brian Carlstrom
· 11 years ago
9837939
Avoid std::string allocations for finding an array class.
by Ian Rogers
· 11 years ago
6449c62
Create CompilerOptions
by Brian Carlstrom
· 11 years ago
9c86a02
Revert "Annotate used fields."
by Ian Rogers
· 11 years ago
7f6cf56
Annotate used fields.
by Vladimir Marko
· 11 years ago
f3e2cc4
Code cleanup to avoid LLVM dependency when building with quick only.
by Nicolas Geoffray
· 11 years ago
818f210
Re-apply: Initial check-in of an optimizing compiler.
by Nicolas Geoffray
· 11 years ago
1af0c0b
Revert "Initial check-in of an optimizing compiler."
by Nicolas Geoffray
· 11 years ago
68a5fef
Initial check-in of an optimizing compiler.
by Nicolas Geoffray
· 11 years ago
2befd09
Merge "Expose inline method identification for debugger."
by Vladimir Marko
· 11 years ago
84c072c
Expose inline method identification for debugger.
by Vladimir Marko
· 11 years ago
df8d416
Merge "Rewrite the compiler interface for CompilerDriver."
by Nicolas Geoffray
· 11 years ago
Next »