Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
d7c2fdc939bb7efb3e7204d62e54c6a3f7d77f9b
/
compiler
d7c2fdc
Fix another case of live_in at irreducible loop entry.
by Nicolas Geoffray
· 9 years ago
dfbeb14
Merge "Add cmpb instruction to x86 and x86_64 assembler"
by Roland Levillain
· 9 years ago
36a94ab
Merge "Intrinsify String.length() and String.isEmpty() as HIR."
by Vladimir Marko
· 9 years ago
c9ef168
Reduce memory usage of SSA Phi elimination and make it faster.
by Vladimir Marko
· 9 years ago
d6f5b76
Merge "Attribute arena allocations previously marked as STL."
by Vladimir Marko
· 9 years ago
a8d06f0
Merge "Workaround invokesuper underspecified behavior."
by Nicolas Geoffray
· 9 years ago
cdd55c2
Merge "Relax the DCHECK in load store elimination."
by Nicolas Geoffray
· 9 years ago
c544f34
Initialize native loader before starting runtime
by Dimitry Ivanov
· 9 years ago
dce016e
Intrinsify String.length() and String.isEmpty() as HIR.
by Vladimir Marko
· 9 years ago
3ea5a97
Attribute arena allocations previously marked as STL.
by Vladimir Marko
· 9 years ago
e0b2e60
Merge "Improve String.indexOf() intrinsics."
by Vladimir Marko
· 9 years ago
fb6c90a
Improve String.indexOf() intrinsics.
by Vladimir Marko
· 9 years ago
5bcbdd5
Merge "Optimizing: LoadString may not have any side effects."
by Vladimir Marko
· 9 years ago
af3ec0a
Merge "ART: Fix dominance for irreducible loops"
by David Brazdil
· 9 years ago
f663e34
Workaround invokesuper underspecified behavior.
by Aart Bik
· 9 years ago
3f4a522
ART: Fix dominance for irreducible loops
by David Brazdil
· 9 years ago
3b62593
Add cmpb instruction to x86 and x86_64 assembler
by Serguei Katkov
· 9 years ago
9858f04
Merge "Stop populating irreducible loop at header"
by David Brazdil
· 9 years ago
5a62059
Stop populating irreducible loop at header
by David Brazdil
· 9 years ago
b652da7
Merge "Remove -XOatFileManagerCompilerFilter argument."
by Richard Uhler
· 9 years ago
65fef30
Relax the DCHECK in load store elimination.
by Nicolas Geoffray
· 9 years ago
a210689
Exploit NE/EQ tests on array length in BCE.
by Aart Bik
· 9 years ago
b8154f8
Merge "Do not look at dead phis during SsaRedundantPhiElimination."
by Treehugger Robot
· 9 years ago
05b3fa0
Do not look at dead phis during SsaRedundantPhiElimination.
by Nicolas Geoffray
· 9 years ago
c5818f6
Merge "ARM64: Add new String.compareTo intrinsic."
by Vladimir Marko
· 9 years ago
40d3061
Merge "ARM(64): Implement the isInfinite intrinsics"
by Aart Bik
· 9 years ago
f4b3487
Remove -XOatFileManagerCompilerFilter argument.
by Richard Uhler
· 9 years ago
1f36f41
ARM64: Add new String.compareTo intrinsic.
by Scott Wakeling
· 9 years ago
5edb063
Fix check_jni_compiler tests
by Dimitry Ivanov
· 9 years ago
457bc24
Revert "Disable tests after latest nativeloader changes."
by Dimitry Ivanov
· 9 years ago
bf80a06
Merge "Fix google-explicit-constructor warnings."
by Chih-hung Hsieh
· 9 years ago
471118e
Fix google-explicit-constructor warnings.
by Chih-Hung Hsieh
· 9 years ago
0f35e0b
Merge "Remove invoke after inlining."
by Treehugger Robot
· 9 years ago
1be7cbd
Remove invoke after inlining.
by Nicolas Geoffray
· 9 years ago
de604a2
Merge changes I96464d76,Id5e77316,Icb42a081,I68afc181,I82094e46
by Calin Juravle
· 9 years ago
7032e78
Disable tests after latest nativeloader changes.
by Nicolas Geoffray
· 9 years ago
91288d8
Revert "Revert "Write conflict tables in image""
by Mathieu Chartier
· 9 years ago
d23d7d1
Revert "Write conflict tables in image"
by Mathieu Chartier
· 9 years ago
ffc8707
Split profile recording from jit compilation
by Calin Juravle
· 9 years ago
e42888f
Write conflict tables in image
by Mathieu Chartier
· 9 years ago
9fa4614
Merge "Fix string patch target retrieval in OatWriter."
by Treehugger Robot
· 9 years ago
da93946
Merge "ART: Disable back edge uses for irreducible loops"
by Treehugger Robot
· 9 years ago
052164a
Fix string patch target retrieval in OatWriter.
by Vladimir Marko
· 9 years ago
07b3510
ART: Disable back edge uses for irreducible loops
by David Brazdil
· 9 years ago
f2cb389
Merge "ART: Eliminate unlikely code from hot path in x86 div/rem"
by Roland Levillain
· 9 years ago
e30ee0a
Merge "Forbid HDeoptimize instructions in OSR methods."
by Nicolas Geoffray
· 9 years ago
93a18c5
Forbid HDeoptimize instructions in OSR methods.
by Nicolas Geoffray
· 9 years ago
5e67a6a
Merge "Test component type for errors too. With regression test."
by Aart Bik
· 9 years ago
9d944d1
ART: Eliminate unlikely code from hot path in x86 div/rem
by Serguei Katkov
· 9 years ago
f417ff4
Test component type for errors too. With regression test.
by Aart Bik
· 9 years ago
2712a07
Merge "Make sure the referring class is in the dex cache."
by Treehugger Robot
· 9 years ago
dbea8b4
Merge "Revert "Revert "Thumb2: Reduce memory used for fixup dependencies."""
by Vladimir Marko
· 9 years ago
393fdb8
Make sure the referring class is in the dex cache.
by Nicolas Geoffray
· 9 years ago
a3ffea2
ARM(64): Implement the isInfinite intrinsics
by Anton Kirilov
· 9 years ago
a64f249
Revert "Revert "Thumb2: Reduce memory used for fixup dependencies.""
by Vladimir Marko
· 9 years ago
2798325
Merge "Reduce memory lost by ArenaAllocator for large allocations."
by Vladimir Marko
· 9 years ago
88b8915
Merge "Refactor use of __ANDROID__ macro"
by Roland Levillain
· 9 years ago
3e0e717
Reduce memory lost by ArenaAllocator for large allocations.
by Vladimir Marko
· 9 years ago
ee3e2be
Merge "Add flag to ArtMethod to skip compilation."
by Treehugger Robot
· 9 years ago
250a378
Add flag to ArtMethod to skip compilation.
by Nicolas Geoffray
· 9 years ago
37da253
Merge "Revert "Thumb2: Reduce memory used for fixup dependencies.""
by Treehugger Robot
· 9 years ago
d89e241
Revert "Thumb2: Reduce memory used for fixup dependencies."
by Guang Zhu
· 9 years ago
f6e6331
Merge "MIPS64: Implement bitCount intrinsics."
by Aart Bik
· 9 years ago
4f4a6c4
Merge "ART: Naive NullCheck elimination in InstructionBuilder"
by David Brazdil
· 9 years ago
c120bbe
ART: Naive NullCheck elimination in InstructionBuilder
by David Brazdil
· 9 years ago
1f2ce44
Thumb2: Reduce memory used for fixup dependencies.
by Vladimir Marko
· 9 years ago
bb661c0
Refactor use of __ANDROID__ macro
by Bilyan Borisov
· 9 years ago
7fda785
MIPS64: Implement bitCount intrinsics.
by Chris Larsen
· 9 years ago
2efce70
Merge "X86/X86_64: Switch to locked add from mfence"
by Aart Bik
· 9 years ago
94408d3
ART: Address late comments on a GVN memory-saving CL
by David Brazdil
· 9 years ago
cc857cf
Reduce memory usage in GVN
by David Brazdil
· 9 years ago
c6b5627
Fix HInstruction::ReplaceInput(), allow no-op.
by Vladimir Marko
· 9 years ago
a584db5
Merge "Fix RTP to hold mutator lock while using raw mirror pointers."
by Vladimir Marko
· 9 years ago
2bdf842
Merge "Thumb2: Fix EmitJumpTables() to extend buffer only if needed."
by Vladimir Marko
· 9 years ago
62977ff
Fix RTP to hold mutator lock while using raw mirror pointers.
by Vladimir Marko
· 9 years ago
9152fed
Thumb2: Fix EmitJumpTables() to extend buffer only if needed.
by Vladimir Marko
· 9 years ago
5eda02c
Merge "Reuse HUseListNode<>s when replacing instruction or input."
by Vladimir Marko
· 9 years ago
5eed0c5
Fix reference_type_propagation_test.
by Vladimir Marko
· 9 years ago
b4154d3
Merge "Revert "Revert "Use dex cache from compilation unit in RTP."""
by Vladimir Marko
· 9 years ago
31244b4
Do not use EXPECT_DEATH in unit test, fails on device.
by Aart Bik
· 9 years ago
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
456307a
Revert "Revert "Use dex cache from compilation unit in RTP.""
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
Next »