Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
3e1ff83fb210818df66b7a0a7bc70dca6c7b9d47
/
compiler
ed42f39
Merge "Refactor some patching logic"
by Mathieu Chartier
· 9 years ago
a04f57b
Merge "Minor fixes and cleaning of arm64 static and direct calls code."
by Vladimir Marko
· 9 years ago
0debae7
ART: Refactor GenerateTestAndBranch
by David Brazdil
· 9 years ago
4b00d34
Refactor some patching logic
by Mathieu Chartier
· 9 years ago
a663d67
Merge "Ignore NullConstants when computing the type for Phis."
by Calin Juravle
· 9 years ago
0d5a281
x86/x86-64 read barrier support for concurrent GC in Optimizing.
by Roland Levillain
· 9 years ago
04302db
Fix class unloading with the CC collector.
by Hiroshi Yamauchi
· 9 years ago
2f49b0a
Merge "Stream DWARF debug section directly to disk."
by David Srbecky
· 9 years ago
6dc0174
Minor fixes and cleaning of arm64 static and direct calls code.
by Alexandre Rames
· 9 years ago
cff8107
Merge "Optimizing/X86: PC-relative dex cache array addressing."
by Vladimir Marko
· 9 years ago
fe0ec35
Merge "Optimizing: Clean up constant location handling."
by Vladimir Marko
· 9 years ago
0f7dca4
Optimizing/X86: PC-relative dex cache array addressing.
by Vladimir Marko
· 9 years ago
e542fd0
Merge "MIPS64: fix calling conventions in LoadClass and field accesses"
by Roland Levillain
· 9 years ago
073b16c
Image space cleanup for app images
by Mathieu Chartier
· 9 years ago
00580bd
MIPS64: fix calling conventions in LoadClass and field accesses
by Alexey Frunze
· 9 years ago
c4b2410
Merge "Move .debug_line before .debug_info."
by David Srbecky
· 9 years ago
b851b49
Stream DWARF debug section directly to disk.
by David Srbecky
· 9 years ago
5f5509a
Move .debug_line before .debug_info.
by David Srbecky
· 9 years ago
d15cd44
Merge "Correct exception behavior for default methods"
by Alex Light
· 9 years ago
617bd92
Ignore NullConstants when computing the type for Phis.
by Calin Juravle
· 9 years ago
13c86fd
Optimizing: Clean up constant location handling.
by Vladimir Marko
· 9 years ago
cdfed3d
Revert "Revert "Run type propagation after inliner only when needed.""
by Calin Juravle
· 9 years ago
ea30dae
Merge "Optimizing/ARM: Improve shifts of long values by a constant."
by Vladimir Marko
· 9 years ago
33ad10e
Optimizing/ARM: Improve shifts of long values by a constant.
by Vladimir Marko
· 9 years ago
9139e00
Correct exception behavior for default methods
by Alex Light
· 9 years ago
040db34
Optimizing: Clean up Equal/NotEqual constant folding for nulls.
by Vladimir Marko
· 9 years ago
5c7c824
Merge "ART: Remove unnecessary helper method from GraphChecker"
by David Brazdil
· 9 years ago
d8ef0c6
ART: Remove unnecessary helper method from GraphChecker
by David Brazdil
· 9 years ago
feaf26d
Merge "Optimizing: Improve constant folding + DCE for inlining."
by Vladimir Marko
· 9 years ago
d26a411
ART: Refactor iteration over normal/exceptional successors
by David Brazdil
· 9 years ago
9e23df5
Optimizing: Improve constant folding + DCE for inlining.
by Vladimir Marko
· 9 years ago
8a6463a
Merge "ART: Improve comment about inlining into try/catch"
by David Brazdil
· 9 years ago
59a850e
ART: Improve comment about inlining into try/catch
by David Brazdil
· 9 years ago
ee57104
Merge "ART: Fix critical edge checks in GraphChecker"
by David Brazdil
· 9 years ago
83dcccb
Merge "Revert "Revert "ART: Update DCE to work with try/catch"""
by David Brazdil
· 9 years ago
81e479e
ART: Fix critical edge checks in GraphChecker
by David Brazdil
· 9 years ago
dc0d1eb
ART: Add clarifying comment
by David Brazdil
· 9 years ago
8a7c0fe
Revert "Revert "ART: Update DCE to work with try/catch""
by David Brazdil
· 9 years ago
78232f2
Merge "ART: Rerun the verifier for compile-time failures"
by Andreas Gampe
· 9 years ago
ec6e6c1
ART: Rerun the verifier for compile-time failures
by Andreas Gampe
· 9 years ago
a808bac
Add more image writer comments and clean up
by Mathieu Chartier
· 9 years ago
31f1584
Merge "Optimizing: Rewrite search for common dominators."
by Vladimir Marko
· 9 years ago
391d01f
Optimizing: Rewrite search for common dominators.
by Vladimir Marko
· 9 years ago
6f6f359
Fix mip64 build: hide current method input only if it exists.
by Vladimir Marko
· 9 years ago
f11f5eb
Merge "ART: Fix critical edge splitting under try/catch"
by David Brazdil
· 9 years ago
4461287
Merge "Fix build: lint error in elf_builder.h"
by David Srbecky
· 9 years ago
4d247f7
Fix build: lint error in elf_builder.h
by David Srbecky
· 9 years ago
03771d8
Merge "Rewrite ElfBuilder to make streaming directly to file easier."
by David Srbecky
· 9 years ago
db51efb
ART: Fix critical edge splitting under try/catch
by David Brazdil
· 9 years ago
3e5b3c9
Merge "Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect."
by Vladimir Marko
· 9 years ago
dc18417
Merge "Fix interaction between JIT and instrumentation."
by Nicolas Geoffray
· 9 years ago
6d8c8f0
Rewrite ElfBuilder to make streaming directly to file easier.
by David Srbecky
· 9 years ago
2264f62
Merge "MIPS64: small improvements in code generation"
by Nicolas Geoffray
· 9 years ago
5c75ffa
MIPS64: small improvements in code generation
by Alexey Frunze
· 9 years ago
c857c74
MIPS64: Improve integer division by constants
by Alexey Frunze
· 9 years ago
b554b5a
Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect.
by Vladimir Marko
· 9 years ago
9bc4361
ART: Fix simplification of catch blocks in the presence of dead code
by David Brazdil
· 9 years ago
17656eb
Merge "MIPS32: java.lang.String.equals"
by Andreas Gampe
· 9 years ago
16ba2b4
MIPS32: java.lang.String.equals
by Chris Larsen
· 9 years ago
a5891e8
Fix interaction between JIT and instrumentation.
by Nicolas Geoffray
· 9 years ago
8148937
Improve X86 handling of constants to Field/Array Set
by Mark Mendell
· 9 years ago
2704896
Merge "MIPS64: Implement virtual intrinsic slow path"
by Nicolas Geoffray
· 9 years ago
53afca1
MIPS64: Implement virtual intrinsic slow path
by Alexey Frunze
· 9 years ago
da5b28a
Revert "Revert "Add basic image writer support for app images""
by Mathieu Chartier
· 9 years ago
51c1b63
Merge "Fix elf writer to properly handle empty text sections"
by Mathieu Chartier
· 9 years ago
07ddb6f
Fix elf writer to properly handle empty text sections
by Mathieu Chartier
· 9 years ago
d93223d
Merge "Finalized all components of range analysis needed for dynamic bce."
by Aart Bik
· 9 years ago
f2a93f4
Merge "X86-64: Split long/double constant array/field set"
by Nicolas Geoffray
· 9 years ago
ea5af68
X86-64: Split long/double constant array/field set
by Mark Mendell
· 9 years ago
3f96f42
Merge "Fix conditional jump over jmp (X86/X86-64/ARM32)"
by Nicolas Geoffray
· 9 years ago
b8b9769
Fix conditional jump over jmp (X86/X86-64/ARM32)
by Mark Mendell
· 10 years ago
f941a32
Merge "Move .dynsym ELF section after .text"
by David Srbecky
· 9 years ago
19fcbda
Move .dynsym ELF section after .text
by David Srbecky
· 9 years ago
b24301b
Merge "Code cleanup to avoid CompilerDriver abstractions in JIT."
by Nicolas Geoffray
· 9 years ago
d28b969
Code cleanup to avoid CompilerDriver abstractions in JIT.
by Nicolas Geoffray
· 9 years ago
4b01856
Revert "Add basic image writer support for app images"
by Nicolas Geoffray
· 9 years ago
c033474
Add basic image writer support for app images
by Mathieu Chartier
· 9 years ago
389b3db
Finalized all components of range analysis needed for dynamic bce.
by Aart Bik
· 9 years ago
c8894ab
Merge "Delay emitting CFI PC adjustments until after Thumb2/Mips fixup."
by Vladimir Marko
· 9 years ago
10ef694
Delay emitting CFI PC adjustments until after Thumb2/Mips fixup.
by Vladimir Marko
· 9 years ago
934808f
Fix mips32oc ArraySet null constant assignment
by Pavle Batuta
· 9 years ago
fb552d7
Revert "ART: Update DCE to work with try/catch"
by David Brazdil
· 9 years ago
ce52901
ART: Update DCE to work with try/catch
by David Brazdil
· 9 years ago
a90c772
Add application image dex2oat options
by Mathieu Chartier
· 9 years ago
e00197d
Merge "Fix tests flakiness with jit when using Proxy classes."
by Nicolas Geoffray
· 9 years ago
22cf3d3
Fix tests flakiness with jit when using Proxy classes.
by Nicolas Geoffray
· 9 years ago
816b2b3
Merge "Fix inlining and lse bugs with unresolved access."
by Nicolas Geoffray
· 9 years ago
d930929
Fix inlining and lse bugs with unresolved access.
by Nicolas Geoffray
· 9 years ago
3e0597f
Merge "ART: Enable inlining under try/catch"
by David Brazdil
· 9 years ago
9517798
ART: Enable inlining under try/catch
by David Brazdil
· 9 years ago
c74e69f
Merge "ART: Arm32 packed-switch jump tables"
by Andreas Gampe
· 9 years ago
7cffc3b
ART: Arm32 packed-switch jump tables
by Andreas Gampe
· 9 years ago
34e38c4
Merge "X86: Add support for ucomis[sd] reg/memory form"
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
9f51f26
X86: Add support for ucomis[sd] reg/memory form
by Mark Mendell
· 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
70d95b4
Merge "MIPS32: Create infrastructure to support intrinsics"
by Andreas Gampe
· 9 years ago
701566a
MIPS32: Create infrastructure to support intrinsics
by Chris Larsen
· 9 years ago
Next »