Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
713c519db15aaa8d6f33b744fd28adddb97a07c2
/
compiler
/
optimizing
914d71e
Merge "Clean up NullCheck generation and record stats about it."
by Calin Juravle
· 9 years ago
1583e62
Merge "Improve compiler stats"
by Calin Juravle
· 9 years ago
933330a
Add more statistics for memory use of the JIT.
by Nicolas Geoffray
· 9 years ago
2ae4818
Clean up NullCheck generation and record stats about it.
by Calin Juravle
· 9 years ago
6915898
Improve compiler stats
by Calin Juravle
· 9 years ago
f808e8a
Merge "Collect memory use for the JIT."
by Nicolas Geoffray
· 9 years ago
a4f8154
Collect memory use for the JIT.
by Nicolas Geoffray
· 9 years ago
e567161
Accept boolean as an input of HDivZeroCheck.
by Nicolas Geoffray
· 9 years ago
3e90681
Merge "Make art::HCompare side effect free."
by Roland Levillain
· 9 years ago
4d20c08
Merge "Fix HDoubleConstant::IsZero and HFloatConstant::IsZero."
by Nicolas Geoffray
· 9 years ago
5b18053
ART: Fix shift simplification, x >>> 64.
by Vladimir Marko
· 9 years ago
949e54d
Fix HDoubleConstant::IsZero and HFloatConstant::IsZero.
by Nicolas Geoffray
· 9 years ago
164306e
Optimizing: Improve shift simplification, x >>> 64.
by Vladimir Marko
· 9 years ago
1693a1f
Make art::HCompare side effect free.
by Roland Levillain
· 9 years ago
24bd895
Optimizing: Prevent potential valgrind error.
by Vladimir Marko
· 9 years ago
51b7e2d
Merge "Optimizing: Fix valgrind error in image_test64."
by Vladimir Marko
· 9 years ago
1ae8874
Fixed bug in BCE, with regression test.
by Aart Bik
· 9 years ago
a65ed30
Optimizing: Fix valgrind error in image_test64.
by Vladimir Marko
· 9 years ago
625090f
Optimizing: Fix TypeConversion(And(x, const)) simplification.
by Vladimir Marko
· 9 years ago
b75878e
Optimizing: Do not re-record standby checks for dynamic BCE.
by Vladimir Marko
· 9 years ago
95f931e
Merge "Integrate BitwiseNegated into shared framework."
by Vladimir Marko
· 9 years ago
09c2a6b
Add trampoline symbols to native debug info.
by David Srbecky
· 9 years ago
fa3857e
Merge "MIPS: Don't use $t8 for calling entrypoints"
by Roland Levillain
· 9 years ago
a9e6802
Merge "Revert "Revert "Revert "Revert "Change condition to opposite if lhs is constant"""""
by Nicolas Geoffray
· 9 years ago
ddc4055
MIPS: Don't use $t8 for calling entrypoints
by Goran Jakovljevic
· 9 years ago
62a9841
Merge "Fix invariant in reference type propagation."
by Nicolas Geoffray
· 9 years ago
cc22d41
Merge "Allow generation of native debug info for multiple methods."
by David Srbecky
· 9 years ago
1a008a1
Merge "Refactor MethodDebugInfo (input of DWARF writer)."
by David Srbecky
· 9 years ago
18401b7
Fix invariant in reference type propagation.
by Nicolas Geoffray
· 9 years ago
7fc6350
Integrate BitwiseNegated into shared framework.
by Artem Serov
· 9 years ago
bdd7935
Revert "Revert "Revert "Revert "Change condition to opposite if lhs is constant""""
by Anton Shamin
· 9 years ago
07e3ca9
Fix thread race when fetching the ProfilingInfo object.
by Nicolas Geoffray
· 9 years ago
8189b0b
Merge "Avoid generating dead code on frame enter/exit. This includes stack operations and, on x86, call/pop to read PC."
by Aart Bik
· 9 years ago
d1c4045
Avoid generating dead code on frame enter/exit.
by Aart Bik
· 9 years ago
0555c78
Merge "MIPS32: java.lang.Thread, and java.lang.String intrinsics:"
by Roland Levillain
· 9 years ago
9e86c57
Merge "MIPS32: Fix test 082-inline-execute"
by Nicolas Geoffray
· 9 years ago
cc7b14d
Merge "Fix and enable java.lang.StringFactory intrinsics."
by Roland Levillain
· 9 years ago
31f477e
MIPS32: Fix test 082-inline-execute
by Goran Jakovljevic
· 9 years ago
e87fe95
Merge "Clear inline caches at each full GC."
by Nicolas Geoffray
· 9 years ago
fe736b7
Allow generation of native debug info for multiple methods.
by David Srbecky
· 9 years ago
197160d
Refactor MethodDebugInfo (input of DWARF writer).
by David Srbecky
· 9 years ago
b6e20ae
Clear inline caches at each full GC.
by Nicolas Geoffray
· 9 years ago
ab5b894
Merge "Implement the 1.8 unsafe memory fences directly in HIR."
by Aart Bik
· 9 years ago
ef0119a
Merge "ART: Fix missing include"
by Andreas Gampe
· 9 years ago
f969a20
Fix and enable java.lang.StringFactory intrinsics.
by Roland Levillain
· 9 years ago
b24457b
Merge "Mark DWARF lines in non-debuggable methods as "not a statement"."
by David Srbecky
· 9 years ago
7c9c31c
ART: Fix missing include
by Andreas Gampe
· 9 years ago
1193259
Implement the 1.8 unsafe memory fences directly in HIR.
by Aart Bik
· 9 years ago
cf283da
MIPS32: java.lang.Thread, and java.lang.String intrinsics:
by Chris Larsen
· 10 years ago
91cc06c
Mark DWARF lines in non-debuggable methods as "not a statement".
by David Srbecky
· 9 years ago
ce51701
Merge "Propagate InstructionSetFeatures to ElfBuilder."
by David Srbecky
· 9 years ago
5d81120
Propagate InstructionSetFeatures to ElfBuilder.
by David Srbecky
· 9 years ago
0e54c01
Unsafe: Recognize intrinsics for 1.8 java.util.concurrent With unit test.
by Aart Bik
· 9 years ago
ddec7f9
MIPS64: Implement isInfinite intrinsics.
by Chris Larsen
· 9 years ago
d3d0da5
ARM64: Implement SystemArrayCopyChar intrinsic.
by Scott Wakeling
· 9 years ago
457413a
Fix lint issue.
by Nicolas Geoffray
· 9 years ago
dd11dde
Merge "Integer.bitCount and Long.bitCount intrinsics for ARM64"
by Nicolas Geoffray
· 9 years ago
9775934
MIPS32: Highest/Lowest One Bit Set:
by Chris Larsen
· 9 years ago
bbb2ebe
MIPS32: Improve TrailingZeros
by Chris Larsen
· 9 years ago
edc1645
MIPS32: Implement bitCount intrinsics.
by Chris Larsen
· 9 years ago
2714fe6
MIPS32: Implement isInfinite intrinsics.
by Chris Larsen
· 9 years ago
b204d94
Merge "Add a PassScope for PrepareForRegisterAllocation"
by Mingyao Yang
· 9 years ago
49924c9
Integer.bitCount and Long.bitCount intrinsics for ARM64
by xueliang.zhong
· 9 years ago
7ba9966
ART: cleanup exit_block_ in graph if exit block is removed
by Serguei Katkov
· 9 years ago
700347e
Add a PassScope for PrepareForRegisterAllocation
by Mingyao Yang
· 9 years ago
e0d1855
Merge "Simplified intrinsic macro mechanism."
by Aart Bik
· 9 years ago
2f9fcc9
Simplified intrinsic macro mechanism.
by Aart Bik
· 9 years ago
8d468e3
Merge "Give the JIT its own arena pool to avoid lock contentions."
by Nicolas Geoffray
· 9 years ago
31b7431
Merge "ART: Fix overlapping instruction IDs in inliner"
by David Brazdil
· 9 years ago
3f52306
ART: Fix overlapping instruction IDs in inliner
by David Brazdil
· 9 years ago
591ad29
Standby list for dyn bce in potentially infinite loops.
by Aart Bik
· 9 years ago
a2313aa
Merge "Fixed bug on incorrectly revisiting same block."
by Aart Bik
· 9 years ago
4cb069f
Merge "Fix the signature of the IndexOf entry point."
by Roland Levillain
· 9 years ago
25e0456
Give the JIT its own arena pool to avoid lock contentions.
by Nicolas Geoffray
· 9 years ago
b6347b7
Fixed bug on incorrectly revisiting same block.
by Aart Bik
· 9 years ago
42ad288
Fix the signature of the IndexOf entry point.
by Roland Levillain
· 9 years ago
cc3839c
Improve documentation about StringFactory.newStringFromChars.
by Roland Levillain
· 9 years ago
c3bcf40
Merge "Bug fix for polymorphic inlining."
by Nicolas Geoffray
· 9 years ago
4f97a21
Cleanup polymorphic inlining to the same target.
by Nicolas Geoffray
· 9 years ago
a1d8ddf
Bug fix for polymorphic inlining.
by Nicolas Geoffray
· 9 years ago
1bdfdb3
Merge "Implement fp to bits methods as intrinsics."
by Aart Bik
· 9 years ago
2a6aad9
Implement fp to bits methods as intrinsics.
by Aart Bik
· 9 years ago
01c30e8
Merge "Optimizing: Reduce memory usage of HInstructions."
by Vladimir Marko
· 9 years ago
a1de918
Optimizing: Reduce memory usage of HInstructions.
by Vladimir Marko
· 9 years ago
25abd6c
Optimizing: Add ARM and ARM64 intrinsics support for StringGetCharsNoCheck
by Tim Zhang
· 10 years ago
9ec486c
Merge "Recognize for (int i = 0; i != x.length; i++) loops"
by Aart Bik
· 9 years ago
358af83
Recognize for (int i = 0; i != x.length; i++) loops
by Aart Bik
· 9 years ago
9ff0d20
Optimizing: ARM64 negated bitwise operations simplification
by Kevin Brodsky
· 10 years ago
ebd4869
Merge "Verify encoded stack maps in debug builds."
by David Srbecky
· 9 years ago
1de3bb2
Merge "Revert "Revert "ARM/ARM64: Extend support of instruction combining."""
by Vladimir Marko
· 9 years ago
dcedaaa
Merge "Implement << operator for DexRegisterLocation::Kind."
by David Srbecky
· 9 years ago
1bbdfd7
Verify encoded stack maps in debug builds.
by David Srbecky
· 9 years ago
7dc1178
Implement << operator for DexRegisterLocation::Kind.
by David Srbecky
· 9 years ago
4a0dad6
Revert "Revert "ARM/ARM64: Extend support of instruction combining.""
by Artem Udovichenko
· 10 years ago
dcf7db2
Merge "Use range analysis for better trip count analysis"
by Aart Bik
· 9 years ago
97412c92
Use range analysis for better trip count analysis
by Aart Bik
· 9 years ago
cc544f3
Merge "ARM: Implement Reverse bits and bytes intrinsic."
by Vladimir Marko
· 9 years ago
a6be605
Merge "MIPS32: Implement intrinsics from java.lang.Math:"
by Roland Levillain
· 9 years ago
e53bd81
Remove unreachable code paths in constant folding.
by Roland Levillain
· 9 years ago
c257da7
ARM: Implement Reverse bits and bytes intrinsic.
by Artem Serov
· 10 years ago
Next »