Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
0cdf6d31b6e8b39b56deba92336383f43fba9c0f
/
compiler
0cdf6d3
Revert "Run DCE again after all the other optimizations have run."
by Nicolas Geoffray
· 10 years ago
7a9c885
Run DCE again after all the other optimizations have run.
by Calin Juravle
· 10 years ago
2be39e0
Use --dump-stats to dump optimizing compiler stats.
by Calin Juravle
· 10 years ago
b330664
[optimzing] Fix codegen bug and improve type propagation
by Calin Juravle
· 10 years ago
349eded
Merge "ART: Simplify more bool operations"
by David Brazdil
· 10 years ago
0d13fee
ART: Simplify more bool operations
by David Brazdil
· 10 years ago
6149f96
Merge "RecordPcInfo() in GenerateStaticOrDirectCall() is misplaced on x86."
by Mingyao Yang
· 10 years ago
27eac12
Merge "Opt compiler: Implement parallel move resolver without using swap."
by Nicolas Geoffray
· 10 years ago
e40d82f
Merge changes Ib9648605,I34a3bd17
by Roland Levillain
· 10 years ago
90078ee
Merge "optimizing: fix gtests"
by Calin Juravle
· 10 years ago
0c25d10
optimizing: fix gtests
by Calin Juravle
· 10 years ago
d921d64
Opt compiler: ARM64: Block VIXLpools when recording the pc.
by Alexandre Rames
· 10 years ago
09a9996
Opt compiler: ARM64: Follow other archs for a few codegen stubs.
by Alexandre Rames
· 10 years ago
36aafd9
Merge "[optimizing] Add memory barriers in constructors when needed"
by Calin Juravle
· 10 years ago
27df758
[optimizing] Add memory barriers in constructors when needed
by Calin Juravle
· 10 years ago
aff3f0a
Merge "ART: Extend list of instructions accepted as boolean inputs"
by David Brazdil
· 10 years ago
2fa194b
ART: Extend list of instructions accepted as boolean inputs
by David Brazdil
· 10 years ago
acc0b8e
Fix lint error.
by Nicolas Geoffray
· 10 years ago
ae267a2
Merge "Opt compiler: Correctly require register or FPU register."
by Nicolas Geoffray
· 10 years ago
88c13cd
Opt compiler: Correctly require register or FPU register.
by Alexandre Rames
· 10 years ago
5da2180
Fix codegen_test for long multiplication.
by Nicolas Geoffray
· 10 years ago
8693fe1
RecordPcInfo() in GenerateStaticOrDirectCall() is misplaced on x86.
by Mingyao Yang
· 10 years ago
b73f887
Merge "Fix undefined behavior in hash calculation."
by Dan Albert
· 10 years ago
c9d185d
Fix undefined behavior in hash calculation.
by Dan Albert
· 10 years ago
f4eb9ae
ART: Fix a failing gtest
by David Brazdil
· 10 years ago
3fc992f
ART: Improve range search caching in LiveInterval
by David Brazdil
· 10 years ago
c08675c
ART: Fix incorrect last range when adding high interval
by David Brazdil
· 10 years ago
ad4450e
Opt compiler: Implement parallel move resolver without using swap.
by Zheng Xu
· 10 years ago
3192540
Cleanup unnecessary test conditions in ssa builder.
by Calin Juravle
· 10 years ago
f903680
Fix value used for shift in quick_cfi_test.
by Dan Albert
· 10 years ago
50a4d67
Merge "ART: Replace expensive calls to Covers in reg alloc"
by David Brazdil
· 10 years ago
241a486
ART: Replace expensive calls to Covers in reg alloc
by David Brazdil
· 10 years ago
f458ba7
Merge "Don't call ComputeEagerResolvedStrings"
by Mathieu Chartier
· 10 years ago
de48692
Don't call ComputeEagerResolvedStrings
by Mathieu Chartier
· 10 years ago
e7bee3b
Merge "Remove duplicates phis created during SSA transformation"
by Calin Juravle
· 10 years ago
a4f8831
Remove duplicates phis created during SSA transformation
by Calin Juravle
· 10 years ago
8aec061
Merge "Fallback to quick in case of soft verification errors"
by Calin Juravle
· 10 years ago
f1c6d9e
Fallback to quick in case of soft verification errors
by Calin Juravle
· 10 years ago
e316f57
Merge "ART: Hot fix for an inliner issue"
by David Brazdil
· 10 years ago
05144f4
ART: Hot fix for an inliner issue
by David Brazdil
· 10 years ago
43af728
Split safepoint positions to avoid calling Covers.
by Nicolas Geoffray
· 10 years ago
13b4718
ART: Remove DCHECKs for boolean type
by David Brazdil
· 10 years ago
da93333
Merge "ART: Don't duplicate null/int/long constants when inlining"
by David Brazdil
· 10 years ago
4a3faec
ART: Don't duplicate null/int/long constants when inlining
by David Brazdil
· 10 years ago
669d8a1
Merge "Revert "[optimizing] Improve x86 parallel moves/swaps""
by Calin Juravle
· 10 years ago
ee2da34
Merge "Remove dead blocks for the blocks_ array."
by Nicolas Geoffray
· 10 years ago
f776b92
Remove dead blocks for the blocks_ array.
by Nicolas Geoffray
· 10 years ago
e14590b
Revert "[optimizing] Improve x86 parallel moves/swaps"
by Guillaume Sanchez
· 10 years ago
a76a08f
Merge "Type MoveOperands."
by Nicolas Geoffray
· 10 years ago
acf9b7b
Merge "Move the linear order to the HGraph."
by Nicolas Geoffray
· 10 years ago
0d9f17d
Move the linear order to the HGraph.
by Nicolas Geoffray
· 10 years ago
9021825
Type MoveOperands.
by Nicolas Geoffray
· 10 years ago
e1d0b80
Merge "ART: Implement HBooleanNot instruction"
by David Brazdil
· 10 years ago
66d126e
ART: Implement HBooleanNot instruction
by David Brazdil
· 10 years ago
858d28c
Merge "Do not deduplicate code if --debuggable is set."
by David Srbecky
· 10 years ago
3b75943
Merge "Revert "Add a check in the location summary.""
by Nicolas Geoffray
· 10 years ago
a978d43
Revert "Add a check in the location summary."
by Nicolas Geoffray
· 10 years ago
009e2a6
Do not deduplicate code if --debuggable is set.
by David Srbecky
· 10 years ago
9bb3e8e
Merge "Add a check in the location summary."
by Nicolas Geoffray
· 10 years ago
40676e7
Merge "Refactor safepoints in register allocator."
by Nicolas Geoffray
· 10 years ago
5588e58
Refactor safepoints in register allocator.
by Nicolas Geoffray
· 10 years ago
95bf754
Add a check in the location summary.
by Nicolas Geoffray
· 10 years ago
cd5bc14
Merge "ARM64: Remove suspend register."
by Vladimir Marko
· 10 years ago
74bf581
Merge "Split .debug_info section to compilation units."
by David Srbecky
· 10 years ago
799b8c4
Split .debug_info section to compilation units.
by David Srbecky
· 10 years ago
8d20011
Merge "Opt Compiler: ARM64 goodness"
by Roland Levillain
· 10 years ago
69a5030
ARM64: Remove suspend register.
by Zheng Xu
· 10 years ago
5f4886a
Fix a bug in type propagation.
by Nicolas Geoffray
· 10 years ago
626a166
Append [DEDUPED] suffix to all deduped methods in the symbol table.
by David Srbecky
· 10 years ago
67592a4
Merge "Move the file which defines DWARF enums."
by David Srbecky
· 10 years ago
7c869b3
Move the file which defines DWARF enums.
by David Srbecky
· 10 years ago
6c7bd25
Merge "Add test for x86-64 DWARF register mapping."
by David Srbecky
· 10 years ago
c2055cf
Add test for x86-64 DWARF register mapping.
by David Srbecky
· 10 years ago
8dc7324
Add --include-cfi compiler option.
by David Srbecky
· 10 years ago
4af290a
Merge "Remove the --gen-gdb-info compiler option."
by David Srbecky
· 10 years ago
daba9df
Merge "Whitespace cleanup in DWARFReg helper functions."
by David Srbecky
· 10 years ago
c454286
Merge "Move 'ret' instruction generation inside GenerateFrameExit."
by David Srbecky
· 10 years ago
180b315
Merge "Relocate DWARF using .oat_patches."
by David Srbecky
· 10 years ago
87222de
Merge "Exercise the x86 and x86-64 FILD and FISTP instructions."
by Roland Levillain
· 10 years ago
0a18601
Exercise the x86 and x86-64 FILD and FISTP instructions.
by Roland Levillain
· 10 years ago
3481ba2
ART: Clean up includes.
by Vladimir Marko
· 10 years ago
9134a1a
Merge "Fallback to quick in case of soft verification errors"
by Calin Juravle
· 10 years ago
e4e88d7
Merge "Revert "Optimizing: Fix long-to-fp conversion on x86.""
by Nicolas Geoffray
· 10 years ago
386ce40
Revert "Optimizing: Fix long-to-fp conversion on x86."
by Nicolas Geoffray
· 10 years ago
6cfece6
Merge "Optimizing: Fix long-to-fp conversion on x86."
by Roland Levillain
· 10 years ago
2d45b4d
Optimizing: Fix long-to-fp conversion on x86.
by Serguei Katkov
· 10 years ago
7f49e67
Remove the --gen-gdb-info compiler option.
by David Srbecky
· 10 years ago
9d8606d
Whitespace cleanup in DWARFReg helper functions.
by David Srbecky
· 10 years ago
c34dc93
Move 'ret' instruction generation inside GenerateFrameExit.
by David Srbecky
· 10 years ago
2f6cdb0
Relocate DWARF using .oat_patches.
by David Srbecky
· 10 years ago
48ee356
ART: Ignore result for exception-case JNIEndWithReference
by Andreas Gampe
· 10 years ago
1b74377
Merge "Revert "[optimizing] Improve x86 shifts""
by Nicolas Geoffray
· 10 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
a29d93b
Merge "ART: Refactor CompileOptimized"
by Andreas Gampe
· 10 years ago
f9aac1e
Revert "[optimizing] Improve x86 shifts"
by Roland Levillain
· 10 years ago
c2bcafe
ART: Refactor CompileOptimized
by Andreas Gampe
· 10 years ago
c751d37
Fallback to quick in case of soft verification errors
by Calin Juravle
· 10 years ago
6977899
Merge "ART: Remove WriteElf from Compiler"
by Andreas Gampe
· 10 years ago
3773cd0
ART: Remove WriteElf from Compiler
by Andreas Gampe
· 10 years ago
188d431
Opt compiler: Instruction simplification for HAdd, HNeg, HNot, HSub.
by Alexandre Rames
· 10 years ago
Next »