Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
049d68181e4862271acc027bcb0b4cf5bcc122b6
/
compiler
/
optimizing
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
f31343f
Merge "Remove support for Valgrind in ART."
by Roland Levillain
· 7 years ago
e816389
Merge "LSE improvement: better singleton array optimization"
by Treehugger Robot
· 7 years ago
d352156
Merge "Refactor runtime callee save frame info."
by Vladimir Marko
· 7 years ago
d3083dd
Refactor runtime callee save frame info.
by Vladimir Marko
· 7 years ago
64e8175
Merge "Rewrite stackmap encoding code."
by David Srbecky
· 7 years ago
4fe708c
Remove "stack_map.h" include from code_generator.
by David Srbecky
· 7 years ago
052f8ca
Rewrite stackmap encoding code.
by David Srbecky
· 7 years ago
1c515f0
Merge "ART: Simplify operands in InstructionBuilder"
by Treehugger Robot
· 7 years ago
2c5827a
ART: Simplify operands in InstructionBuilder
by Treehugger Robot
· 7 years ago
68fefac
Move and rewrite bit loading/storing methods.
by David Srbecky
· 7 years ago
4dc09e7
LSE improvement: better singleton array optimization
by Aart Bik
· 7 years ago
e57a82b
Merge "Refactoring LSE/LSA: introduce heap location type"
by Treehugger Robot
· 7 years ago
cb2187c
Merge "Don't compile methods with irreducible loops and String.<init>."
by Nicolas Geoffray
· 7 years ago
d147e2f
Don't compile methods with irreducible loops and String.<init>.
by Nicolas Geoffray
· 7 years ago
b765a3f
Refactoring LSE/LSA: introduce heap location type
by Aart Bik
· 7 years ago
cf43fb6
ART: Enable scalar loop peeling and unrolling.
by Artem Serov
· 7 years ago
00e15d6
Merge "ART: Add dex::ProtoIndex"
by Orion Hodson
· 7 years ago
8268cb6
Remove support for Valgrind in ART.
by Roland Levillain
· 7 years ago
06d10a7
ART: Add dex::ProtoIndex
by Orion Hodson
· 7 years ago
768c6cc
Merge "Revert "Move kVRegSize to globals.h to reduce include dependencies.""
by Treehugger Robot
· 7 years ago
a9d5ccd
Revert "Move kVRegSize to globals.h to reduce include dependencies."
by David Srbecky
· 7 years ago
93d3013
Merge "Move kVRegSize to globals.h to reduce include dependencies."
by David Srbecky
· 7 years ago
5ae7cdf
Move kVRegSize to globals.h to reduce include dependencies.
by David Srbecky
· 7 years ago
dbaa5c7
ART: Compiler support for const-method-handle
by Orion Hodson
· 7 years ago
18259d7
ART: Compiler support for const-method-type
by Orion Hodson
· 7 years ago
6d5b7e3
ART: Clean up after HInstruction::Is##type() rewrite.
by Vladimir Marko
· 7 years ago
48af3b3
Merge "Reimplement HInstruction::Is##type()."
by Vladimir Marko
· 7 years ago
a3ad0cd
ART: Move JNI files to runtime/jni/ .
by Vladimir Marko
· 7 years ago
a90dd51
Reimplement HInstruction::Is##type().
by Vladimir Marko
· 7 years ago
2da52b0
ART: Add --dump-pass-timings compiler option.
by Vladimir Marko
· 7 years ago
e394622
ART: Do not define abstract HIR kinds.
by Vladimir Marko
· 7 years ago
0dcccd8
ART: Remove InstructionTypeEquals().
by Vladimir Marko
· 7 years ago
bd78567
Store HIR type in HInstruction::packed_field_.
by Vladimir Marko
· 7 years ago
a8360cd
Perform rudimentary check on graph size for no-change assertions.
by Aart Bik
· 7 years ago
3f08e9b
Remove some SIMD recognition code.
by Aart Bik
· 7 years ago
2e14868
Step 2 of 2: conditional passes.
by Aart Bik
· 7 years ago
54e45c5
Bug fix: add condition back
by Aart Bik
· 7 years ago
2f8279e
Merge "Step 1 of 2: conditional passes."
by android-build-prod (mdb)
· 7 years ago
0ecbdb3
Merge "Clean up include paths"
by David Sehr
· 7 years ago
1979c64
Clean up include paths
by David Sehr
· 7 years ago
82d046e
Add a profiling library
by David Sehr
· 7 years ago
2477320
Step 1 of 2: conditional passes.
by Aart Bik
· 7 years ago
b8f1997
Merge "ARM: Use rMR for Baker RB introspection marking."
by Vladimir Marko
· 7 years ago
dcd117e
ARM: Use rMR for Baker RB introspection marking.
by Vladimir Marko
· 7 years ago
75ff2c9
Revert "Revert^2: Deopt does not throw"
by Aart Bik
· 7 years ago
240384b
Revert^2: Deopt does not throw
by Aart Bik
· 7 years ago
080820c
Revert "Deopt does not throw"
by Aart Bik
· 7 years ago
2905de1
Deopt does not throw
by Aart Bik
· 7 years ago
6d05700
Run GVN earlier.
by Aart Bik
· 7 years ago
8f66950
Merge "ART: Implement scalar loop peeling."
by Treehugger Robot
· 7 years ago
72411e6
ART: Implement scalar loop peeling.
by Artem Serov
· 8 years ago
6648da1
Merge "Bug fix in SIMD result detection."
by Treehugger Robot
· 7 years ago
3f8e02c
Bug fix in SIMD result detection.
by Aart Bik
· 7 years ago
6d66fcf
Move RelativePatcher from libart-compiler.so to dex2oat.
by Vladimir Marko
· 7 years ago
7a69505
Rewrite null checks in read barrier introspection thunks.
by Vladimir Marko
· 7 years ago
ca1e038
Revert^2 "Compile link-time thunks in codegen."
by Vladimir Marko
· 7 years ago
b8a5e8b
Merge "Count switch as branch."
by Treehugger Robot
· 7 years ago
d99f203
Count switch as branch.
by Aart Bik
· 7 years ago
9f8d312
x86: Remove unnecessary temp from CheckCast locations.
by Vladimir Marko
· 7 years ago
1ce2b3b
Move remaining runtime/base stuff to libartbase
by David Sehr
· 7 years ago
3215fff
Separate Malloc and MemMap ArenaPools
by David Sehr
· 7 years ago
6371249
Merge "Revert "Compile link-time thunks in codegen.""
by Vladimir Marko
· 7 years ago
5806a9e
Revert "Compile link-time thunks in codegen."
by Vladimir Marko
· 7 years ago
c8ae8c3
Merge "Enabled nested min-max SIMDization for narrower operands."
by Treehugger Robot
· 7 years ago
671c393
Merge "Compile link-time thunks in codegen."
by Vladimir Marko
· 7 years ago
c9dd220
Compile link-time thunks in codegen.
by Vladimir Marko
· 8 years ago
5aac921
Enabled nested min-max SIMDization for narrower operands.
by Aart Bik
· 7 years ago
6b6ab3f
Merge "Eliminate redundant abs on zero extension"
by Treehugger Robot
· 7 years ago
d054066
Merge "Recognize nested MIN-MAX operations."
by Treehugger Robot
· 7 years ago
1d746de
Recognize nested MIN-MAX operations.
by Aart Bik
· 7 years ago
c6eec4b
Eliminate redundant abs on zero extension
by Aart Bik
· 7 years ago
e2ac8d7
ART: Remove logging restriction
by Andreas Gampe
· 7 years ago
c7b28de
Add reachabilityFence intrinsics
by Hans Boehm
· 7 years ago
68c506c
Merge "Revert "Revert "Refined add/sub analysis vis-a-vis SIMD idioms."""
by Aart Bik
· 7 years ago
a3e2326
Revert "Revert "Refined add/sub analysis vis-a-vis SIMD idioms.""
by Nicolas Geoffray
· 7 years ago
d00aa16
Merge "Revert "Refined add/sub analysis vis-a-vis SIMD idioms.""
by Nicolas Geoffray
· 7 years ago
7f31326
Revert "Refined add/sub analysis vis-a-vis SIMD idioms."
by Nicolas Geoffray
· 7 years ago
b939805
Merge "Refined add/sub analysis vis-a-vis SIMD idioms."
by Treehugger Robot
· 7 years ago
81a1f85
Refined add/sub analysis vis-a-vis SIMD idioms.
by Aart Bik
· 7 years ago
b006e1f
Merge "Revert^4 "Compiler changes for bitstring based type checks.""
by Treehugger Robot
· 7 years ago
Next »