Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
3c19d3e029a9fcc123d2c6fd1e5e13867d2cfe1f
/
compiler
3c19d3e
Reuse HUseListNode<>s when replacing instruction or input.
by Vladimir Marko
· 9 years ago
6435910
Merge "Use iterators "before" the use node in HUserRecord<>."
by Vladimir Marko
· 9 years ago
814ae94
Merge "Fix a DCHECK failure in Arm64RelativePatcher with read barrier."
by Hiroshi Yamauchi
· 9 years ago
46817b8
Use iterators "before" the use node in HUserRecord<>.
by Vladimir Marko
· 9 years ago
5f6b908
Merge "Avoid constructing types with errors."
by Aart Bik
· 9 years ago
c5c508d
Merge "Fix inlining loops in OSR mode."
by Vladimir Marko
· 9 years ago
fd66c50
Fix inlining loops in OSR mode.
by Vladimir Marko
· 9 years ago
fa3091e
ART: Fix IsLinearOrderWellFormed in liveness analysis
by David Brazdil
· 9 years ago
8b3f9b2
Avoid constructing types with errors.
by Aart Bik
· 9 years ago
a5b7557
Fix a DCHECK failure in Arm64RelativePatcher with read barrier.
by Hiroshi Yamauchi
· 9 years ago
2dcab78
Merge "Remove the no-longer-needed F/I and D/J alias."
by Aart Bik
· 9 years ago
979fb00
Merge "Fix: correctly destruct VIXL labels."
by Roland Levillain
· 9 years ago
18b36ab
Remove the no-longer-needed F/I and D/J alias.
by Aart Bik
· 9 years ago
05241f4
Merge "Enable allocation elimination as part of LSE"
by Mingyao Yang
· 9 years ago
9984b63
Merge "Revert "Use dex cache from compilation unit in RTP.""
by Nicolas Geoffray
· 9 years ago
34d9b04
Revert "Use dex cache from compilation unit in RTP."
by Nicolas Geoffray
· 9 years ago
062157f
Enable allocation elimination as part of LSE
by Mingyao Yang
· 9 years ago
c01a664
Fix: correctly destruct VIXL labels.
by Alexandre Rames
· 9 years ago
d80ff24
Merge "Fix CFI fixups for long branches on MIPS."
by Vladimir Marko
· 9 years ago
27bb86e
Use dex cache from compilation unit in RTP.
by Vladimir Marko
· 9 years ago
a2a8434
Merge "ART: Save a bit of memory in production LICM"
by David Brazdil
· 9 years ago
aa680e8
ART: Save a bit of memory in production LICM
by David Brazdil
· 9 years ago
adf8491
ART: Update DCHECKs in SsaLivenessAnalysis::AddBackEdgeUses
by David Brazdil
· 9 years ago
89c31e3
Merge "Use dex cache from compilation unit in HInstructionBuilder."
by Vladimir Marko
· 9 years ago
6134ba1
Fix CFI fixups for long branches on MIPS.
by Vladimir Marko
· 9 years ago
3cd50df
Use dex cache from compilation unit in HInstructionBuilder.
by Vladimir Marko
· 9 years ago
dc1d104
Merge "Revert "Remove the no-longer-needed F/I and D/J alias.""
by Aart Bik
· 9 years ago
1f7624c
Revert "Remove the no-longer-needed F/I and D/J alias."
by Aart Bik
· 9 years ago
8d4b37e
Merge "Move Assemblers to the Arena."
by Vladimir Marko
· 9 years ago
93205e3
Move Assemblers to the Arena.
by Vladimir Marko
· 9 years ago
de76960
Merge "Remove the no-longer-needed F/I and D/J alias."
by Aart Bik
· 9 years ago
2f52064
Remove the no-longer-needed F/I and D/J alias.
by Aart Bik
· 9 years ago
d58b837
Allocate code generators on the arena.
by Vladimir Marko
· 9 years ago
934c5b6
Merge "Small changes in ARM and x86-64 SystemArrayCopy intrinsics."
by Roland Levillain
· 9 years ago
ebea3d2
Small changes in ARM and x86-64 SystemArrayCopy intrinsics.
by Roland Levillain
· 9 years ago
c2e8af9
ART: Speed up HGraph::PopulateIrreducibleRecursive
by David Brazdil
· 9 years ago
2ba04ea
Revert "Revert "Reduce dirty image pages by improving binning""
by Mathieu Chartier
· 9 years ago
d464fa1
Revert "Reduce dirty image pages by improving binning"
by Mathieu Chartier
· 9 years ago
f3cee19
Reduce dirty image pages by improving binning
by Mathieu Chartier
· 9 years ago
e835f3a
Merge changes from topic 'rr_barrier'
by Mathieu Chartier
· 9 years ago
c4ae916
Store precice set of which constructors require barriers
by Mathieu Chartier
· 9 years ago
e1bcd8a
Revert "Disable some image_test cases with concurrent collector."
by Hiroshi Yamauchi
· 9 years ago
1d6fdaf
Fix image_test for the CC collector.
by Hiroshi Yamauchi
· 9 years ago
b5d3861
Revert "Revert "Check if we require barrier if we did not resolve classes""
by Mathieu Chartier
· 9 years ago
371bd83
Revert "Revert "Change RequiresConstructorBarrier default to yes""
by Mathieu Chartier
· 9 years ago
7fa1f92
Merge "Remove more Quick-related macros in tests."
by Roland Levillain
· 9 years ago
8913162
Merge "Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"""
by David Brazdil
· 9 years ago
dee58d6
Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""
by David Brazdil
· 9 years ago
8b233fc
Remove more Quick-related macros in tests.
by Roland Levillain
· 9 years ago
950dd55
Merge "Revert "Change RequiresConstructorBarrier default to yes""
by Roland Levillain
· 9 years ago
0436ee6
Revert "Change RequiresConstructorBarrier default to yes"
by Roland Levillain
· 9 years ago
35d6a42
Merge "Revert "Check if we require barrier if we did not resolve classes""
by Roland Levillain
· 9 years ago
a7ab499
Revert "Check if we require barrier if we did not resolve classes"
by Roland Levillain
· 9 years ago
391e155
Merge "Optimizing: Fix codegens for MethodLoadKind::kDexCacheViaMethod."
by Vladimir Marko
· 9 years ago
791947d
Merge "Move optimizations out of HInliner::TryBuildAndInlineHelper."
by Roland Levillain
· 9 years ago
20fd7cd
Check if we require barrier if we did not resolve classes
by Mathieu Chartier
· 9 years ago
f2f0f4b
Change RequiresConstructorBarrier default to yes
by Mathieu Chartier
· 9 years ago
0fb09f7
Merge "Fix and re-enable compiler_driver_test"
by Yi Kong
· 9 years ago
5dcf19d
Fix and re-enable compiler_driver_test
by Yi Kong
· 9 years ago
a3aef2e
Move optimizations out of HInliner::TryBuildAndInlineHelper.
by Roland Levillain
· 9 years ago
40ecb12
Optimizing: Fix codegens for MethodLoadKind::kDexCacheViaMethod.
by Vladimir Marko
· 9 years ago
96de6c3
Merge "Implement ARM64 support for SystemArrayCopy()"
by Roland Levillain
· 9 years ago
83ca47a
Remove unused 'status' variable
by Goran Jakovljevic
· 9 years ago
75563e3
Merge "Clean up OatQuickMethodHeader after Quick removal."
by Vladimir Marko
· 9 years ago
085a072
Mark array classes as verification attempted
by Mathieu Chartier
· 9 years ago
7d9a5b0
Merge "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""
by David Brazdil
· 9 years ago
6032891
Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"
by David Brazdil
· 9 years ago
9d07e3d
Clean up OatQuickMethodHeader after Quick removal.
by Vladimir Marko
· 9 years ago
eb98c0d
Merge "Please Clang wrt stack frames in HInliner::TryBuildAndInlineHelper."
by Roland Levillain
· 9 years ago
a8013fd
Please Clang wrt stack frames in HInliner::TryBuildAndInlineHelper.
by Roland Levillain
· 9 years ago
2f92ec8
Merge "Use bit-level packing for InlineInfo in stackmaps as well."
by Calin Juravle
· 9 years ago
75ee5c2
Merge "Fix BitCount intrinsics assertions."
by Roland Levillain
· 9 years ago
7e168f6
Merge "Improve debugging in art/compiler/optimizing/common_arm64.h."
by Roland Levillain
· 9 years ago
e3ff7b2
Refactor HGraphBuilder and SsaBuilder to remove HLocals
by David Brazdil
· 9 years ago
86ea7ee
Build dominator tree before generating HInstructions
by David Brazdil
· 9 years ago
3a448e4
Improve debugging in art/compiler/optimizing/common_arm64.h.
by Roland Levillain
· 9 years ago
fa3912e
Fix BitCount intrinsics assertions.
by Roland Levillain
· 9 years ago
61b28a1
Use bit-level packing for InlineInfo in stackmaps as well.
by David Srbecky
· 9 years ago
fe2b137
Merge "Pack stack map entries on bit level to save space."
by Calin Juravle
· 9 years ago
c2ec9ad
Implement ARM64 support for SystemArrayCopy()
by donghui.bai
· 9 years ago
09ed098
Pack stack map entries on bit level to save space.
by David Srbecky
· 9 years ago
ef88a11
Fix silly gcc warning.
by Vladimir Marko
· 9 years ago
b0170f0
Merge "Fix Boolean to integral types conversions."
by Roland Levillain
· 9 years ago
922b88c
Merge "ART: Fix TypeConversion from long const to float on x86_64"
by David Brazdil
· 9 years ago
4c858cd
ART: Fix TypeConversion from long const to float on x86_64
by Pavel Vyssotski
· 9 years ago
20eef17
Merge "Fix arm64 simplifier bug that tries to remove same statement twice. With fail-before/pass-after test (on arm64)."
by Aart Bik
· 9 years ago
968056f
Fix arm64 simplifier bug that tries to remove same statement twice.
by Aart Bik
· 9 years ago
f355c3f
Fix Boolean to integral types conversions.
by Roland Levillain
· 9 years ago
db8e62d
Optimizing: Clean up after const-string sharpening.
by Vladimir Marko
· 9 years ago
085055f
Merge "Optimizing: Improve const-string code generation."
by Vladimir Marko
· 9 years ago
a1eff4f
Merge "X86_64: Replace x86_64 xchg instruction use"
by Vladimir Marko
· 9 years ago
fa02c9d
ART: Flush ostream less frequently in GraphVisualizer
by David Brazdil
· 9 years ago
cac5a7e
Optimizing: Improve const-string code generation.
by Vladimir Marko
· 9 years ago
6f51d77
Merge "Optimizing: Reduce arena memory used by GraphChecker."
by Vladimir Marko
· 9 years ago
fedcd0a
Merge "ART: Make verifier fail log level adjustable"
by Andreas Gampe
· 9 years ago
ef94b54
Merge "ART: Clean up verifier"
by Andreas Gampe
· 9 years ago
7fe3023
ART: Make verifier fail log level adjustable
by Andreas Gampe
· 9 years ago
bf9611f
ART: Clean up verifier
by Andreas Gampe
· 9 years ago
ec89839
Merge "Add support for Dex version 37 in Runtime."
by Alex Light
· 9 years ago
e28ad4b
Merge "Fix bug not accounting for type in induction comparison. Extended unit tests."
by Aart Bik
· 9 years ago
Next »