Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
f58dc65c52f5e3f15eaaa1e25d7259e64649ade3
/
compiler
/
optimizing
f58dc65
ART: Delete code optimizing a%1 and a%-1 from InstructionCodeGeneratorARM64
by Evgeny Astigeevich
· 7 years ago
bbd2cc2
Merge "Fix HClinitCheck elimination in instruction builder."
by Vladimir Marko
· 7 years ago
51b8aaf
Fix HClinitCheck elimination in instruction builder.
by Vladimir Marko
· 8 years ago
d109e30
Don't use StringFactory.newEmptyString in compiled code
by Alex Light
· 7 years ago
b808ddc
Merge "Revert^2 "Add CodeInfo to JNI methods.""
by David Srbecky
· 7 years ago
afc97bc
Revert^2 "Add CodeInfo to JNI methods."
by David Srbecky
· 7 years ago
a296f90
Merge "Use iterators to access stack map data."
by David Srbecky
· 7 years ago
b275072
Merge "Revert "Add CodeInfo to JNI methods.""
by David Srbecky
· 7 years ago
564fa8a
Revert "Add CodeInfo to JNI methods."
by David Srbecky
· 7 years ago
64cdf56
Merge "Add CodeInfo to JNI methods."
by David Srbecky
· 7 years ago
85861e8
Merge "ART: Refactor scalar loop optimizations."
by Treehugger Robot
· 7 years ago
93bd361
Use iterators to access stack map data.
by David Srbecky
· 7 years ago
85f3934
Add CodeInfo to JNI methods.
by David Srbecky
· 7 years ago
0e32908
ART: Refactor scalar loop optimizations.
by Artem Serov
· 7 years ago
0162450
Merge "Revert "Refactor DexFile ownership""
by Nicolas Geoffray
· 7 years ago
a8d5a5f
Merge "Handle String.<init> with a phi input."
by Nicolas Geoffray
· 7 years ago
0b42677
Revert "Refactor DexFile ownership"
by David Sehr
· 7 years ago
8a62a4c
Handle String.<init> with a phi input.
by Nicolas Geoffray
· 7 years ago
ad78fb2
Merge "Emit vector mulitply and accumulate instructions for x86."
by Treehugger Robot
· 7 years ago
b3df69b
Merge "ART: Fix HSelectGenerator for instructions which can throw."
by Treehugger Robot
· 7 years ago
6190888
Emit vector mulitply and accumulate instructions for x86.
by Gupta Kumar, Sanjiv
· 7 years ago
15f95b1
ART: Fix HSelectGenerator for instructions which can throw.
by Artem Serov
· 7 years ago
04a4f20
Merge "Implement Integer.valueOf() intrinsic for boot image."
by Vladimir Marko
· 7 years ago
6fd1606
Implement Integer.valueOf() intrinsic for boot image.
by Vladimir Marko
· 7 years ago
97ac9cc
Merge "Remove CompilerDriver::support_boot_image_fixup_."
by Vladimir Marko
· 7 years ago
bb089b6
Remove CompilerDriver::support_boot_image_fixup_.
by Vladimir Marko
· 7 years ago
b095f02
Refactor DexFile ownership
by David Sehr
· 7 years ago
86c84f7
Merge "ART: Refactor Int64ConstantFrom to use Int64FromConstant; rename it to Int64FromLocation"
by Treehugger Robot
· 7 years ago
f9e9054
ART: Refactor Int64ConstantFrom to use Int64FromConstant; rename it to Int64FromLocation
by Evgeny Astigeevich
· 7 years ago
f07d561
Merge "Move instruction_set_ to CompilerOptions."
by Vladimir Marko
· 7 years ago
2dc252e
Merge "Remove explicit size from CodeInfo."
by David Srbecky
· 7 years ago
4ced1a8
Merge "ARM64: Optimization of HRem and HDiv when a denominator is power of 2"
by Treehugger Robot
· 7 years ago
8937538
Merge "ART: Extend the range of clonable instructions."
by Treehugger Robot
· 7 years ago
a38e6cf
Remove explicit size from CodeInfo.
by David Srbecky
· 7 years ago
a3234e9
ARM64: Optimization of HRem and HDiv when a denominator is power of 2
by Evgeny Astigeevich
· 7 years ago
a84b53a
Merge "Add method frame info to CodeInfo."
by David Srbecky
· 7 years ago
f6ba5b3
Add method frame info to CodeInfo.
by David Srbecky
· 7 years ago
8d9815f
Merge "Move dex_files_for_oat_file_ to CompilerOptions."
by Vladimir Marko
· 7 years ago
0e4ecbe
Merge "Move image_classes_ to CompilerOptions."
by Vladimir Marko
· 7 years ago
a043111
Move instruction_set_ to CompilerOptions.
by Vladimir Marko
· 7 years ago
213ee2d
Move dex_files_for_oat_file_ to CompilerOptions.
by Vladimir Marko
· 7 years ago
dc4bcce
Move image_classes_ to CompilerOptions.
by Vladimir Marko
· 7 years ago
accb14c
Merge "Implement BitMemory{Reader,Writer}"
by David Srbecky
· 7 years ago
a6e2614
ART: Extend the range of clonable instructions.
by Artem Serov
· 7 years ago
078d7ba
Implement BitMemory{Reader,Writer}
by David Srbecky
· 7 years ago
6566496
Merge "Binary search stack maps by native pc."
by David Srbecky
· 7 years ago
ccfc88a
Merge "Implement Integer.valueOf() intrinsic for PIC."
by Vladimir Marko
· 7 years ago
bf711e3
Merge "ARM64: Splitting GenerateDivRem* functions into GenerateIntDiv and GenerateIntRem functions"
by Roland Levillain
· 7 years ago
eebb821
Implement Integer.valueOf() intrinsic for PIC.
by Vladimir Marko
· 7 years ago
54159c6
Use HashSet<std::string> instead of unordered_set<>.
by Vladimir Marko
· 7 years ago
0b4e5a3
Binary search stack maps by native pc.
by David Srbecky
· 7 years ago
58ef29a
Merge "Template BitTable based on the accessors."
by Treehugger Robot
· 7 years ago
92a0206
Merge "ART: Ignore unneeded environment uses."
by Treehugger Robot
· 7 years ago
69abc58
Merge "ART: Make GVN work with BoundType."
by Treehugger Robot
· 7 years ago
d675053
ART: Ignore unneeded environment uses.
by Artem Serov
· 7 years ago
4d277ba
ART: Make GVN work with BoundType.
by Artem Serov
· 7 years ago
cf7833e
Template BitTable based on the accessors.
by David Srbecky
· 7 years ago
45b12e7
Merge "Move some helper methods to DexRegisterLocation."
by David Srbecky
· 7 years ago
c9633c8
Merge "Remove POD helper classes for BitTableBuilder."
by Treehugger Robot
· 7 years ago
f325e28
Remove POD helper classes for BitTableBuilder.
by David Srbecky
· 7 years ago
e140212
Move some helper methods to DexRegisterLocation.
by David Srbecky
· 7 years ago
60204d2
Merge "Add Kind column to stack maps."
by David Srbecky
· 7 years ago
2227fe4
Small refactor of MIN/MAX compiler code.
by Petre-Ionut Tudor
· 7 years ago
878f17d
ARM64: Splitting GenerateDivRem* functions into GenerateIntDiv and GenerateIntRem functions
by Evgeny Astigeevich
· 7 years ago
50fac06
Add Kind column to stack maps.
by David Srbecky
· 7 years ago
6fa4404
Simplify const-string.indexOf().
by Vladimir Marko
· 7 years ago
74f2ccc
Merge "Revert^2 "Remove support for Valgrind in ART.""
by Roland Levillain
· 7 years ago
05e34f4
Revert^2 "Remove support for Valgrind in ART."
by Roland Levillain
· 7 years ago
b42042e
Merge "ART: Adds an entrypoint for invoke-custom"
by Treehugger Robot
· 7 years ago
7643e41
Merge "Remove DCHECK while investigating."
by Nicolas Geoffray
· 7 years ago
4c8e12e
ART: Adds an entrypoint for invoke-custom
by Orion Hodson
· 7 years ago
a8822d4
Merge "Keep objects for Integer.valueOf() intrinsic alive."
by Vladimir Marko
· 7 years ago
96f0ec1
Remove DCHECK while investigating.
by Nicolas Geoffray
· 7 years ago
cd260eb
ART: Simplify invoke-polymorphic entrypoints
by Orion Hodson
· 7 years ago
f75613c
Keep objects for Integer.valueOf() intrinsic alive.
by Vladimir Marko
· 7 years ago
fd89b07
Remove unused GetDexRegisterMap arguments.
by David Srbecky
· 7 years ago
6de8833
Delta-compress register maps in stack maps.
by David Srbecky
· 7 years ago
d97e082
Reduce code repetition in stack maps with macros.
by David Srbecky
· 7 years ago
6e69e52
Remove depth argument from InlineInfo accessors in stack maps.
by David Srbecky
· 7 years ago
6eb4d5e
De-duplicate inline info in stack maps.
by David Srbecky
· 7 years ago
049d681
Rewrite stackmap verification code.
by David Srbecky
· 7 years ago
71ec1cc
Rewrite dex register map encoding in stackmaps.
by David Srbecky
· 7 years ago
03f16e4
Merge "Ensure all PCs in stack_map_test are aligned."
by David Srbecky
· 7 years ago
a8bba7d
ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.
by Vladimir Marko
· 7 years ago
d775f96
Ensure all PCs in stack_map_test are aligned.
by David Srbecky
· 7 years ago
21d45b4
Simplify DexRegisterMap API.
by David Srbecky
· 7 years ago
d02b23f
Remove the CodeOffset helper class.
by David Srbecky
· 7 years ago
08231f6
Merge "Revert^2 "Optimize register mask and stack mask in stack maps.""
by Treehugger Robot
· 7 years ago
4b59d10
Revert^2 "Optimize register mask and stack mask in stack maps."
by David Srbecky
· 7 years ago
5924a4a
Move String::SizeOf<> to string.h .
by Vladimir Marko
· 7 years ago
8b20b5c
Revert "Optimize register mask and stack mask in stack maps."
by Vladimir Marko
· 7 years ago
ffaf87a
Optimize register mask and stack mask in stack maps.
by David Srbecky
· 7 years ago
4b62244
Merge "Change the BitTableBuilder API to be POD based."
by Treehugger Robot
· 7 years ago
dd966bc
Change the BitTableBuilder API to be POD based.
by David Srbecky
· 7 years ago
a326807
Merge changes Iaf172f37,I15a8ade7,Icbc6b62b
by Vladimir Marko
· 7 years ago
b4eb1b1
Refactor ClassRoot/GetClassRoot().
by Vladimir Marko
· 7 years ago
ca210e3
ART: SBC: Support single exit loops with live_outs.
by Artem Serov
· 8 years ago
8467030
Merge "ART: Enable scalar loop peeling and unrolling."
by Treehugger Robot
· 7 years ago
197f1ef
Merge "Revert "Remove support for Valgrind in ART.""
by Treehugger Robot
· 7 years ago
8b362a8
Revert "Remove support for Valgrind in ART."
by Andreas Gampe
· 7 years ago
Next »