Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
c8d2b0c174dc45c931eecf45a5fdd45fdf4be311
/
compiler
c8d2b0c
Merge "Support CMOV for x86_64 Select"
by David Brazdil
· 9 years ago
3c258f4
Merge "Do not emit DWARF debug info if there are no methods."
by David Srbecky
· 9 years ago
e6e0cfd
Merge "Revert "Revert "X86: Use the constant area for more operations."""
by David Brazdil
· 9 years ago
370339c
Do not emit DWARF debug info if there are no methods.
by David Srbecky
· 9 years ago
5192810
Merge changes I514f1db3,I7dc1c7c0
by David Srbecky
· 9 years ago
0c4572e
Generate mini-debug-info on separate thread.
by David Srbecky
· 9 years ago
ae5d273
Change the method which generates DWARF mini-debug-info.
by David Srbecky
· 9 years ago
34ed3af
ART: Avoid uninitialized padding in LinkerPatch.
by Vladimir Marko
· 9 years ago
2f10a5f
Revert "Revert "X86: Use the constant area for more operations.""
by Mark P Mendell
· 9 years ago
85b3b52
Merge "Fixed bug on premature DCHECK. With fail-before/pass-after test"
by Aart Bik
· 9 years ago
7c0b44f
Support CMOV for x86_64 Select
by Mark Mendell
· 9 years ago
ac6a195
Merge "Reduce the size of native debug info generated by JIT."
by David Srbecky
· 9 years ago
579942f
Reduce the size of native debug info generated by JIT.
by David Srbecky
· 9 years ago
867d63b
Merge "runtime: Don't skip verification for -Xverify:soft-fail"
by Igor Murashkin
· 9 years ago
df707e4
runtime: Don't skip verification for -Xverify:soft-fail
by Igor Murashkin
· 9 years ago
3f1a8be
Fixed bug on premature DCHECK. With fail-before/pass-after test
by Aart Bik
· 9 years ago
c5b76b9
Merge "Minor improvement on static BCE analysis."
by Aart Bik
· 9 years ago
1fc3afb
Minor improvement on static BCE analysis.
by Aart Bik
· 9 years ago
a20748a
Merge "Implement first kind of polymorphic inlining on MIPS."
by Roland Levillain
· 9 years ago
2aba7cd
Implement first kind of polymorphic inlining on MIPS.
by Roland Levillain
· 9 years ago
905cb88
Merge "Revert "Revert "Optimizing: double-negated bitwise operations simplifications"""
by Roland Levillain
· 9 years ago
ca0e3a0
Revert "Revert "Optimizing: double-negated bitwise operations simplifications""
by Alexandre Rames
· 9 years ago
371d75e
Merge "Assume fp operations can also take a constant on x86."
by Nicolas Geoffray
· 9 years ago
1c4aeb4
Write DWARF strings inline and remove .debug_str section.
by David Srbecky
· 9 years ago
24868a1
Share DWARF .debug_abbrev sections.
by David Srbecky
· 9 years ago
7770a3e
Assume fp operations can also take a constant on x86.
by Nicolas Geoffray
· 9 years ago
674f519
ART: Enable multi-level instruction inlining
by David Brazdil
· 9 years ago
e5c71f9
Handle HSelect in LSE.
by Mingyao Yang
· 9 years ago
9b1c9b7
Fix updating string dex cache array for no class table case
by Mathieu Chartier
· 9 years ago
623a7a2
MIPS32: Fix codegen register dumps.
by Vladimir Marko
· 9 years ago
ba70200
Add MIPS floating point register mapping to DWARF.
by David Srbecky
· 9 years ago
85aa256
Merge "Avoid re-declarations of base classes in DWARF."
by David Srbecky
· 9 years ago
4e09bcb
Merge "Use more compact encoding for DWARF flags."
by David Srbecky
· 9 years ago
18e94ee
Merge "Optimize DWARF namespace encoding."
by David Srbecky
· 9 years ago
c7eecf9
Avoid re-declarations of base classes in DWARF.
by David Srbecky
· 9 years ago
fa5ec2b
Use more compact encoding for DWARF flags.
by David Srbecky
· 9 years ago
7138d45
Optimize DWARF namespace encoding.
by David Srbecky
· 9 years ago
5f16c05
Merge "Remove unused DMB code paths in the ARM64 Optimizing Compiler"
by Roland Levillain
· 9 years ago
02fc24e
ARM64: Add direct calls to math intrinsics
by Anton Kirilov
· 9 years ago
a9e5521
Merge "MIPS64: Remove unaligned memory access from art generated code"
by Vladimir Marko
· 9 years ago
1aa8ec2
Fix up dex cache strings stored in classes
by Mathieu Chartier
· 9 years ago
c3cf1d2
Merge "Implemented signum() on ARM64."
by Aart Bik
· 9 years ago
bb24bd0
Implemented signum() on ARM64.
by Aart Bik
· 9 years ago
d111cce
Merge "Ensure instruction cache is flushed in compiler tests with Clang."
by Roland Levillain
· 9 years ago
3243026
Ensure instruction cache is flushed in compiler tests with Clang.
by Roland Levillain
· 9 years ago
ce4b0ba
Ignore image checksum for ExtractOnly oat files
by David Brazdil
· 9 years ago
03196cf
Be on the safe side: emit an environment for runtime calls.
by Nicolas Geoffray
· 9 years ago
14567fd
Clean up UpdateOatFile for app images
by Mathieu Chartier
· 9 years ago
472964b
Merge "ART: Do not reopen oat file in ImageWriter::UpdateOatFile()."
by Mathieu Chartier
· 9 years ago
7b56502
Implement compare() on ARM64.
by Aart Bik
· 9 years ago
ea3a007
Merge "Implementation of integer intrinsics on x86_64"
by Aart Bik
· 9 years ago
1c720b7
Merge "Optimizing compiler support for directly calling interface methods"
by Alex Light
· 9 years ago
d967266
MIPS64: Remove unaligned memory access from art generated code
by Lazar Trsic
· 9 years ago
d8904a5
ART: Do not reopen oat file in ImageWriter::UpdateOatFile().
by Vladimir Marko
· 9 years ago
87d38b7
Merge "Optimizing: Use dex pc 0 for pattern substitution-generated IGET."
by Vladimir Marko
· 9 years ago
adda435
Optimizing: Use dex pc 0 for pattern substitution-generated IGET.
by Vladimir Marko
· 9 years ago
04d3e87
ART: Do not use AT register in MIPS DSS<->RP swap
by David Brazdil
· 9 years ago
fedd91d
Optimizing compiler support for directly calling interface methods
by Alex Light
· 9 years ago
784bb09
Clear image file in image writer
by Mathieu Chartier
· 9 years ago
c5d4754
Implementation of integer intrinsics on x86_64
by Aart Bik
· 9 years ago
be10e8e
Optimizing: Try pattern substitution when we cannot inline.
by Vladimir Marko
· 9 years ago
cc0f311
ART: Add missing swaps to MIPS codegen
by David Brazdil
· 9 years ago
6f06fdb
Merge "ART: Fix gtest after liveness CL"
by David Brazdil
· 9 years ago
b11b072
ART: Fix gtest after liveness CL
by David Brazdil
· 9 years ago
9ff1de0
Merge "Implement first kind of polymorphic inlining."
by Nicolas Geoffray
· 9 years ago
a42363f
Implement first kind of polymorphic inlining.
by Nicolas Geoffray
· 9 years ago
74eb1b2
ART: Implement HSelect
by David Brazdil
· 9 years ago
75fd2a8
Merge "ART: Implement support for instruction inlining"
by David Brazdil
· 9 years ago
b3e773e
ART: Implement support for instruction inlining
by David Brazdil
· 9 years ago
9e485e6
Merge "Fix ARM & ARM64 UnsafeCASObject intrinsic with heap poisoning."
by Roland Levillain
· 9 years ago
5faf22c
Merge "Don't crash if the perf map creation failed"
by Tamas Berghammer
· 9 years ago
f0615a3
Don't crash if the perf map creation failed
by Tamas Berghammer
· 9 years ago
8bfdf83
Merge "Revert "Revert "Lift the spill at each irreducible loop block restriction."""
by Nicolas Geoffray
· 9 years ago
ad4ed08
Revert "Revert "Lift the spill at each irreducible loop block restriction.""
by Nicolas Geoffray
· 9 years ago
78e9015
Merge "ART: Add option to ensure deterministic compilation"
by Andreas Gampe
· 9 years ago
ace0dc1
ART: Add option to ensure deterministic compilation
by Andreas Gampe
· 9 years ago
4a6a67c
Remove unused DMB code paths in the ARM64 Optimizing Compiler
by Serban Constantinescu
· 9 years ago
c801425
Merge "ART: Make sure dex files are verified in the compiler"
by Andreas Gampe
· 9 years ago
3a2bd29
ART: Make sure dex files are verified in the compiler
by Andreas Gampe
· 9 years ago
ca50505
Merge "ART: Allow --no-inline-from to specify multiple dex files."
by Vladimir Marko
· 9 years ago
47496c2
ART: Allow --no-inline-from to specify multiple dex files.
by Vladimir Marko
· 9 years ago
60edf5c
Merge "Change the order of functions in .debug_frame to save space."
by David Srbecky
· 9 years ago
8206291
Merge "Do not write full method signature in mini-debug-info."
by David Srbecky
· 9 years ago
30202b2
Merge "Revert "Revert "Add option to generate compressed backtrace info."""
by David Srbecky
· 9 years ago
f032f3a
Merge "Optimizing: Lazy creation of Handle<>s in RTP."
by Vladimir Marko
· 9 years ago
2e50ecb
Fix ARM & ARM64 UnsafeCASObject intrinsic with heap poisoning.
by Roland Levillain
· 9 years ago
7d1fbf3
Optimizing: Lazy creation of Handle<>s in RTP.
by Vladimir Marko
· 9 years ago
6a507f3
Merge "Use mutator lock to guard adding and removing heap spaces"
by Mathieu Chartier
· 9 years ago
a9d82fe
Use mutator lock to guard adding and removing heap spaces
by Mathieu Chartier
· 9 years ago
b1bd048
Merge "Recognize common utilities as intrinsics."
by Aart Bik
· 9 years ago
1e953c3
Merge "Some minor simplifications in code and tests."
by Aart Bik
· 9 years ago
7ccb63f
Merge "Enable interface default methods by default."
by Alex Light
· 9 years ago
9724c63
Enable interface default methods by default.
by Neil Fuller
· 9 years ago
59c9454
Recognize common utilities as intrinsics.
by Aart Bik
· 9 years ago
09e8d5f
Some minor simplifications in code and tests.
by Aart Bik
· 9 years ago
8881c42
Merge "Revert "Lift the spill at each irreducible loop block restriction.""
by Bart Sears
· 9 years ago
2818dbc
Revert "Lift the spill at each irreducible loop block restriction."
by Bart Sears
· 9 years ago
a00d5fe
Merge "Lift the spill at each irreducible loop block restriction."
by Nicolas Geoffray
· 9 years ago
3260e11
Merge "ART: Remove some unnecessary mutator lock annotations."
by Vladimir Marko
· 9 years ago
7653b09
Merge "Add dependency on liblzma."
by David Srbecky
· 9 years ago
Next »