Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
471b839d0215ef8225fa5beb59e0f12bcdbe8514
/
startop
/
view_compiler
cc8b8ca
Adds ToBits helper method to convert instructon opcode enum to bits
by Orion Hodson
· 5 years ago
59d0720
Switch to slicer DEX opcode definitions
by Orion Hodson
· 5 years ago
f5617ab
Merge "Refactor DexViewBuilder"
by Treehugger Robot
· 5 years ago
598bda8
Host users of libutils trace use libcutils.
by Steven Moreland
· 5 years ago
5c6a1a5
Refactor DexViewBuilder
by Eric Holk
· 5 years ago
06a2138
[view compiler] Add test coverage for layouts compiled from APK
by Eric Holk
· 5 years ago
130c3cc
Merge "[view compiler] Remove dex_builder_test.cc" am: 63f6a62163
by Eric Holk
· 5 years ago
e167823
[view compiler] Remove dex_builder_test.cc
by Eric Holk
· 5 years ago
f6b04a5
Merge "[view compiler] Cleanup: Delete duplicate LayoutValidationVisitor::VisitStartTag"
by Eric Holk
· 5 years ago
94d801a
Merge "[view compiler] Cleanup: Delete duplicate LayoutValidationVisitor::VisitStartTag"
by Treehugger Robot
· 5 years ago
615fd40
Merge "[view compiler] Add DexBuilder support for getting and setting instance fields"
by Eric Holk
· 5 years ago
d236457
[view compiler] Cleanup: Delete duplicate LayoutValidationVisitor::VisitStartTag
by Eric Holk
· 5 years ago
f3b9589
[view compiler] Add DexBuilder support for getting and setting instance fields
by Eric Holk
· 5 years ago
1c2e3a1
Merge changes I12b38fa5,Ia11195b1 am: 8aa2b1dffd
by Eric Holk
· 5 years ago
70445d0
[viewcompiler] Add support for static field put to DexBuilder
by Eric Holk
· 5 years ago
3092f99
[viewcompiler] Add static field get instructions to DexBuilder
by Eric Holk
· 5 years ago
cd18790
Merge "Fix ODR issue in viewcompiler" am: b9879d00c4 am: d1e12a6112
by Colin Cross
· 6 years ago
d1e12a6
Merge "Fix ODR issue in viewcompiler" am: b9879d00c4
by Colin Cross
· 6 years ago
d763292
Fix ODR issue in viewcompiler
by Colin Cross
· 6 years ago
502ec7a
Migrate remainder of frameworks/base to androidx.test
by Brett Chabot
· 6 years ago
b455c3a
DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-master
by Xin Li
· 6 years ago
f594682
Merge "Add default code reviewers into OWNERS" am: e45eefe8ec am: 3a59c9f70e
by Chih-hung Hsieh
· 6 years ago
34cd77a
Add default code reviewers into OWNERS
by Chih-Hung Hsieh
· 6 years ago
acd74cf
Merge "Work around clang-tidy bug in dex_builder.cc." am: c6036971e7
by Chih-hung Hsieh
· 6 years ago
2b61bdd
Work around clang-tidy bug in dex_builder.cc.
by Chih-Hung Hsieh
· 6 years ago
6cb189e
Merge "Temporarily disable clang-tidy for dex_builder.cc." am: 171dfad60c
by Chih-Hung Hsieh
· 6 years ago
7ae7f16
Temporarily disable clang-tidy for dex_builder.cc.
by Chih-Hung Hsieh
· 6 years ago
1660db4
Merge "[viewcompiler] Support more than 16 registers in invoke instructions" am: f96ebc501e
by Eric Holk
· 6 years ago
f96ebc5
Merge "[viewcompiler] Support more than 16 registers in invoke instructions"
by Treehugger Robot
· 6 years ago
55398cf
Merge "[viewcompiler] Add PrecompiledLayoutTest to TEST_MAPPING" am: 1cb64c6a85
by Eric Holk
· 6 years ago
d1b4383
[viewcompiler] Support more than 16 registers in invoke instructions
by Eric Holk
· 6 years ago
8c933e5
[viewcompiler] Add PrecompiledLayoutTest to TEST_MAPPING
by Eric Holk
· 6 years ago
0c024ea
Merge "startop: use static_lib dependency on libdexfile." am: ff1aa4e49a
by Orion Hodson
· 6 years ago
ca1b80b
startop: use static_lib dependency on libdexfile.
by Orion Hodson
· 6 years ago
2c6aa62
Merge "[viewcompiler] Enable input from file descriptor" am: 040579c6a3
by Eric Holk
· 6 years ago
0e0e7dd
[viewcompiler] Enable input from file descriptor
by Eric Holk
· 6 years ago
9f69619
Merge "Make viewcompiler available on device" am: eb678ba1d3 am: a3e9526ea8
by Eric Holk
· 6 years ago
bf30e31
Make viewcompiler available on device
by Eric Holk
· 6 years ago
72ffe3b
Merge "[view compiler] Compile all layouts in an APK" am: a95eac0c59
by Eric Holk
· 6 years ago
b377e51
[view compiler] Compile all layouts in an APK
by Eric Holk
· 6 years ago
c31debe
Merge "[view compiler] Add XML to DEX compilation" am: d426ee84a0 am: 755467bb4f
by Eric Holk
· 6 years ago
4273457
[view compiler] Add XML to DEX compilation
by Eric Holk
· 6 years ago
b63e813
Merge "[view-compiler] Better namespacing of util functions" am: ff77ea8d58
by Eric Holk
· 6 years ago
ddc8990
[view-compiler] Better namespacing of util functions
by Eric Holk
· 6 years ago
531c40f
Merge "[view compiler] Re-enable host-side tests" am: abe06f9138 am: ca50bb3980
by Eric Holk
· 6 years ago
162c812
[view compiler] Re-enable host-side tests
by Eric Holk
· 6 years ago
4b4210f
Merge "Fix/suppress startop google-explicit-constructor warnings" am: 667dba5c14
by Chih-Hung Hsieh
· 6 years ago
81aff0f
Fix/suppress startop google-explicit-constructor warnings
by Chih-Hung Hsieh
· 6 years ago
77e8678
Merge "[view-compiler] DexBuilder: Add check-cast instruction" am: bce4bd1745
by Eric Holk
· 6 years ago
bce4bd1
Merge "[view-compiler] DexBuilder: Add check-cast instruction"
by Treehugger Robot
· 6 years ago
44d8cdf
[view-compiler] DexBuilder: Add check-cast instruction
by Eric Holk
· 6 years ago
9020a7c
Merge "[view-compiler] Add layout validation" am: ceea877ddd am: 1e41ae605d
by Eric Holk
· 6 years ago
ceea877
Merge "[view-compiler] Add layout validation"
by Treehugger Robot
· 6 years ago
19b6b98
Merge "[view-compiler] DexBuilder: Add more instructions" am: 88f0e734b7
by Eric Holk
· 6 years ago
3cbf176
[view-compiler] Add layout validation
by Eric Holk
· 6 years ago
c69449d
[view-compiler] DexBuilder: Add more instructions
by Eric Holk
· 6 years ago
15b123e
DO NOT MERGE - Merge pie-platform-release (PPRL.181205.001) into master
by Xin Li
· 6 years ago
60a42cc
C++17 is the default now.
by Elliott Hughes
· 6 years ago
1c0f3f0
[view_compiler] cleanup: Use format-specific bytecode encoding functions
by Eric Holk
· 6 years ago
b392758
[view_compiler] DexBuilder: Add support for new and calling constructors
by Eric Holk
· 6 years ago
3cc4afc
[view_compiler] DexBuilder: add support for string literals and null pointers
by Eric Holk
· 6 years ago
d62c5aa
[view compiler] Add conditional branch instruction
by Eric Holk
· 6 years ago
d683f9f
[view_compiler] Add end-to-end DexBuilder tests
by Eric Holk
· 6 years ago
faefd4f
[view-compiler] Support method declaration and invocation in Dex builder
by Eric Holk
· 6 years ago
acf3fbd
Move startop/tools/view_compiler to startop/view_compiler
by Eric Holk
· 6 years ago