Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
33ae5583bdd69847a7316ab38a8fa8ccd63093ef
/
compiler
33ae558
Arm64 hard-float
by buzbee
· 10 years ago
8c7a02a
Quick compiler:interpret on type mismatch
by buzbee
· 10 years ago
df88a9e
Merge "x86_64: Enable compilation"
by Ian Rogers
· 10 years ago
136aaee
x86_64: Enable compilation
by Dmitry Petrochenko
· 10 years ago
5792567
Merge "Add extra information to InitImageMethodVisitor CHECK"
by Brian Carlstrom
· 10 years ago
3c911d6
Add extra information to InitImageMethodVisitor CHECK
by Brian Carlstrom
· 10 years ago
37a6981
Merge "ART: Ignore timing issues in debug builds"
by Andreas Gampe
· 10 years ago
073ed9b
ART: Ignore timing issues in debug builds
by Andreas Gampe
· 10 years ago
5aa6e04
Tidy x86 assembler.
by Ian Rogers
· 10 years ago
97ed29f
Merge "ART: Hide unreachable basic blocks in the compiler"
by Andreas Gampe
· 10 years ago
4439596
ART: Hide unreachable basic blocks in the compiler
by Andreas Gampe
· 10 years ago
8cd927c
Merge "x86_64: Disable all optimizations and fix bugs"
by Ian Rogers
· 10 years ago
7e399fd
x86_64: Disable all optimizations and fix bugs
by Chao-ying Fu
· 10 years ago
49a1b40
Merge "Optionally add debug symbols to ELF files made by quick compiler."
by Brian Carlstrom
· 10 years ago
78382fa
Optionally add debug symbols to ELF files made by quick compiler.
by Alex Light
· 10 years ago
169489b
AArch64: Add support for inlined methods
by Serban Constantinescu
· 10 years ago
e2eb29e
AArch64: Enable MOVE_*, some CONST_*, CMP_*.
by Zheng Xu
· 10 years ago
c0090a4
Merge "Rewrite use/def masks to support 128 bits."
by Vladimir Marko
· 10 years ago
8dea81c
Rewrite use/def masks to support 128 bits.
by Vladimir Marko
· 10 years ago
adea0aa
Merge "ART: arm64 explicit stack overflow checks"
by Bill Buzbee
· 10 years ago
f8ec48e
ART: arm64 explicit stack overflow checks
by Stuart Monteith
· 10 years ago
f72b7d6
Merge "AArch64: fix MarkGCCard, enabling more MIR opcodes."
by Bill Buzbee
· 10 years ago
3e1e549
Merge "Add D/CHECK_CONSTEXPR macros for use in constexpr context."
by Vladimir Marko
· 10 years ago
86dbb9a
Final CL to enable register allocation on x86.
by Nicolas Geoffray
· 10 years ago
a5d7401
Fix typo comment by removing.
by Ian Rogers
· 10 years ago
d8191d0
ART: Add mul_long bytecode for X86-64
by Alexei Zavjalov
· 10 years ago
8364248
Add D/CHECK_CONSTEXPR macros for use in constexpr context.
by Vladimir Marko
· 10 years ago
8758c64
Fix build by converting from bionic to elfutils version of elf.h
by Brian Carlstrom
· 10 years ago
b12f347
Revert "Revert "Rewrite ElfWriterQuick to make it more modular.""
by Brian Carlstrom
· 10 years ago
16e1eda
Merge "x86_64: Fix issue in JNI compiler"
by Andreas Gampe
· 10 years ago
5408b6b
x86_64: Fix issue in JNI compiler
by avignate
· 10 years ago
c879aae
Merge "ART: Update the DecodedInstruction for the Fused extended bytecodes."
by Ian Rogers
· 10 years ago
3b95d23
Merge "Revert "Rewrite ElfWriterQuick to make it more modular.""
by Brian Carlstrom
· 10 years ago
35f7225
Revert "Rewrite ElfWriterQuick to make it more modular."
by Brian Carlstrom
· 10 years ago
40864df
Merge "Rewrite ElfWriterQuick to make it more modular."
by Brian Carlstrom
· 10 years ago
9ae7672
Merge "Remove deprecated WITH_HOST_DALVIK."
by Ian Rogers
· 10 years ago
c5f1773
Remove deprecated WITH_HOST_DALVIK.
by Ian Rogers
· 10 years ago
5487494
Workaround frame size issues.
by Ian Rogers
· 10 years ago
a194acf
Merge "Clean up ArmMirToLir::LoadDispBody()/StoreDispBody()."
by Vladimir Marko
· 10 years ago
a23b630
Merge "ART: Move __memcmp16 from Bionic to ART"
by Andreas Gampe
· 10 years ago
4d0589c
ART: Move __memcmp16 from Bionic to ART
by Andreas Gampe
· 10 years ago
49c105d
Guard `Run` for platforms we're not compiling to, yet.
by Nicolas Geoffray
· 10 years ago
9cf3552
Add x86_64 support to the optimizing compiler.
by Nicolas Geoffray
· 10 years ago
b08f63c
Merge "Enable the register allocator on ARM."
by Nicolas Geoffray
· 10 years ago
e27f31a
Enable the register allocator on ARM.
by Nicolas Geoffray
· 10 years ago
55884bc
X86_64: Proper IMT fix
by Mark Mendell
· 10 years ago
c26efa8
ART: Update the DecodedInstruction for the Fused extended bytecodes.
by Jean Christophe Beyler
· 10 years ago
db9d523
Clean up ArmMirToLir::LoadDispBody()/StoreDispBody().
by Vladimir Marko
· 10 years ago
5bf6a77
Merge "Change MethodHelper to use a Handle."
by Mathieu Chartier
· 10 years ago
fd2e291
AArch64: fix MarkGCCard, enabling more MIR opcodes.
by Matteo Franchin
· 10 years ago
c829a18
Merge "Round up arena allocations to 8 bytes."
by Vladimir Marko
· 10 years ago
ea248f8
Remove TARGET_REX_SUPPORT define.
by Ian Rogers
· 10 years ago
22a0ef8
Round up arena allocations to 8 bytes.
by Vladimir Marko
· 10 years ago
31d76b4
Plug code generator into liveness analysis.
by Nicolas Geoffray
· 10 years ago
7eb3fa1
Merge "Add a type propagation phase after building SSA."
by Nicolas Geoffray
· 10 years ago
fd755e0
Merge "X86_64: Pass 'hidden method index' in EAX"
by Ian Rogers
· 10 years ago
0f9b9c5
Tidy up x86 assembler and fix byte register encoding.
by Ian Rogers
· 10 years ago
a0b0ba0
Merge "X86_64: Fix core.oat compilation issues"
by Bill Buzbee
· 10 years ago
846447a
Merge "x86_64: Reduce dex2oat compilation logs"
by Bill Buzbee
· 10 years ago
88c3484
Merge "AArch64: fix and enable sparse- and packed-switch."
by Bill Buzbee
· 10 years ago
ad13cb2
Rewrite ElfWriterQuick to make it more modular.
by Alex Light
· 10 years ago
d3703d8
X86_64: Pass 'hidden method index' in EAX
by Mark Mendell
· 10 years ago
bfd9a43
Change MethodHelper to use a Handle.
by Mathieu Chartier
· 10 years ago
30022af
x86_64: Reduce dex2oat compilation logs
by Dmitry Petrochenko
· 10 years ago
ade54a2
X86_64: Fix core.oat compilation issues
by Mark Mendell
· 10 years ago
2e1ca95
Merge "AArch64: Fix kOpLsl, rem-float/double."
by Bill Buzbee
· 10 years ago
5acc8b0
AArch64: fix and enable sparse- and packed-switch.
by Matteo Franchin
· 10 years ago
184d640
Add a type propagation phase after building SSA.
by Nicolas Geoffray
· 10 years ago
2d41a65
AArch64: Fix kOpLsl, rem-float/double.
by Zheng Xu
· 10 years ago
7c2e21d
Merge "Fix some bugs in graph construction/simplification methods."
by Nicolas Geoffray
· 10 years ago
ec7e472
Fix some bugs in graph construction/simplification methods.
by Nicolas Geoffray
· 10 years ago
a014776
x86_64: Add long bytecode supports (2/2)
by Chao-ying Fu
· 10 years ago
e0ccdc0
x86_64: Add long bytecode supports (1/2)
by Chao-ying Fu
· 10 years ago
8550197
Merge "x86_64: Hard Float ABI support in QCG"
by Bill Buzbee
· 10 years ago
58994cd
x86_64: Hard Float ABI support in QCG
by Dmitry Petrochenko
· 10 years ago
4479ba3
Merge "Change FieldHelper to use a handle."
by Mathieu Chartier
· 10 years ago
576ca0c
Reduce header files including header files.
by Ian Rogers
· 10 years ago
61c5ebc
Change FieldHelper to use a handle.
by Mathieu Chartier
· 10 years ago
1410809
Merge "Use ScopedArenaVector instead of std::vector in SSA transformation."
by Vladimir Marko
· 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
c9360ce
Use ScopedArenaVector instead of std::vector in SSA transformation.
by Vladimir Marko
· 10 years ago
04f4d8a
Add an optimization for removing redundant suspend tests in ART
by Wei Jin
· 10 years ago
d20ddb2
Remove unused variable in assembler test.
by Dave Allison
· 10 years ago
c819e0d
Fix assembler test to use path if it can't find tools.
by Dave Allison
· 10 years ago
0eb3e75
Merge "Thumb2 assembler for JNI compiler and optimizing compiler"
by Dave Allison
· 10 years ago
65fcc2c
Thumb2 assembler for JNI compiler and optimizing compiler
by Dave Allison
· 11 years ago
deed673
Merge "Use std::enable_if instead of a custom helper class."
by Vladimir Marko
· 10 years ago
0110619
Use std::enable_if instead of a custom helper class.
by Vladimir Marko
· 10 years ago
76af0d3
x86_64: Turn on 64-bit core registers initialization.
by Dmitry Petrochenko
· 10 years ago
089142c
Avoid register pool allocations on the heap.
by Vladimir Marko
· 10 years ago
2470519
Merge "AArch64: Fix cmp-long and method with long arguments."
by Bill Buzbee
· 10 years ago
5ca4eaa
ART: Make LOCAL_CLANG architecture dependent for the target
by Andreas Gampe
· 10 years ago
7c3560f
Fix a bug in SSA construction.
by Nicolas Geoffray
· 10 years ago
511c8a6
AArch64: Fix cmp-long and method with long arguments.
by Zheng Xu
· 10 years ago
ca9da50
Merge "Correct another RegStorage::Solo32"
by Bill Buzbee
· 10 years ago
d44f1a6
Correct another RegStorage::Solo32
by Mark Mendell
· 10 years ago
e997429
Merge "AArch64: split list of opcodes in compiler filter."
by Bill Buzbee
· 10 years ago
Next »