Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
bff7a52e2c6c9e988c3ed1f12a2da0fa5fd37cfb
/
compiler
bff7a52
Revert "Compiler changes for bitstring based type checks."
by Nicolas Geoffray
· 8 years ago
8304743
Merge "Revert "ART: Use the bitstring type check for AOT app compilation.""
by Treehugger Robot
· 8 years ago
8dc11b7
Merge "Revert "More general store elimination""
by Treehugger Robot
· 8 years ago
0be8cab
Revert "ART: Use the bitstring type check for AOT app compilation."
by Nicolas Geoffray
· 8 years ago
e97949e
Revert "More general store elimination"
by Nicolas Geoffray
· 8 years ago
d3233ab
Merge "ART: Use the bitstring type check for AOT app compilation."
by Mingyao Yang
· 8 years ago
8c0961f
Move missed files to libdexfile
by David Sehr
· 8 years ago
b95eb37
Merge "Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."""
by Nicolas Geoffray
· 8 years ago
6650b0d
Merge "ARM: Use r4 for stack overflow check to reduce code size."
by Treehugger Robot
· 8 years ago
718e831
ART: Use the bitstring type check for AOT app compilation.
by Vladimir Marko
· 8 years ago
be2b613
Merge "Compiler changes for bitstring based type checks."
by Vladimir Marko
· 8 years ago
f307527
Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed.""
by Nicolas Geoffray
· 8 years ago
4eb4563
ARM: Use r4 for stack overflow check to reduce code size.
by Vladimir Marko
· 8 years ago
eb0ebed
Compiler changes for bitstring based type checks.
by Vladimir Marko
· 8 years ago
3913e48
ART: Refactor profile_compilation_info.h includes
by Andreas Gampe
· 8 years ago
d78ca52
Merge "Improve bound analysis on constant range."
by Aart Bik
· 8 years ago
b3c0b52
Merge "ART: Allow oatstatus verification for app dependencies"
by Treehugger Robot
· 8 years ago
7b4c09a
Merge "ART: Implement SuperblockCloner."
by Aart Bik
· 8 years ago
a95a5cc
Improve bound analysis on constant range.
by Aart Bik
· 8 years ago
c7ae623
Merge "Fix quickening logic"
by Mathieu Chartier
· 8 years ago
5577295
Merge "ART: Add entrypoint and intrinsic for Math.pow()."
by Treehugger Robot
· 8 years ago
4d17987
ART: Add entrypoint and intrinsic for Math.pow().
by Vladimir Marko
· 8 years ago
a79efdb
Fix quickening logic
by Mathieu Chartier
· 8 years ago
e993458
ART: Allow oatstatus verification for app dependencies
by Andreas Gampe
· 8 years ago
c684f33
Refactor jit debugger interface and its ELF creation.
by David Srbecky
· 8 years ago
26037dd
Merge "Fix the offset of $dexfile debug symbol."
by Treehugger Robot
· 8 years ago
a780c6b
Merge "Update PGO configuration"
by Pirama Arumuga Nainar
· 8 years ago
c89013c
Update PGO configuration
by Pirama Arumuga Nainar
· 8 years ago
0d413f6
Merge "Minor edits."
by Aart Bik
· 8 years ago
2593162
Fix the offset of $dexfile debug symbol.
by David Srbecky
· 8 years ago
ad643b0
Merge "More general store elimination"
by Mingyao Yang
· 8 years ago
b67f7e2
Minor edits.
by Aart Bik
· 8 years ago
1458841
Merge "Enhance BCE range analysis with length "alias" case."
by Aart Bik
· 8 years ago
1372c97
Merge "Add size for the $dexfile debug symbol."
by Treehugger Robot
· 8 years ago
98f1736
Enhance BCE range analysis with length "alias" case.
by Aart Bik
· 8 years ago
510bb88
Add size for the $dexfile debug symbol.
by David Srbecky
· 8 years ago
aec4e73
More general store elimination
by Mingyao Yang
· 8 years ago
7c61374
Merge "Code sinking near "always throwing" method calls"
by Treehugger Robot
· 8 years ago
d4e328f
Code sinking near "always throwing" method calls
by Aart Bik
· 8 years ago
66c9df1
Add logic for deduplicating in dexlayout
by Mathieu Chartier
· 8 years ago
a8b8e9b
Improve code sinking near "always throwing" method calls
by Aart Bik
· 8 years ago
d8f2702
Properly de-duplicate debug symbol names.
by David Srbecky
· 8 years ago
fa0b0db
Merge "Generate debug symbols for interpreted methods."
by David Srbecky
· 8 years ago
8892c6b
Move debug info offsets into a side table
by Mathieu Chartier
· 8 years ago
210531f
Revert "Revert "Move quickening info logic to its own table""
by Mathieu Chartier
· 8 years ago
3c9e0f6
Merge "Change compiler tests to have aligned code item"
by Mathieu Chartier
· 8 years ago
fa3db3d
Change compiler tests to have aligned code item
by Mathieu Chartier
· 8 years ago
013fd80
Create an ART-independent DexFileLoader
by David Sehr
· 8 years ago
a7e4a15
Merge changes from topic "dex2oat-pgo"
by Pirama Arumuga Nainar
· 8 years ago
32210b9
Generate debug symbols for interpreted methods.
by David Srbecky
· 8 years ago
02f6ed6
Setup PGO for dex2oat and related libraries
by Pirama Arumuga Nainar
· 8 years ago
6716941
Revert "Move quickening info logic to its own table"
by Nicolas Geoffray
· 8 years ago
7a26f94
Move quickening info logic to its own table
by Mathieu Chartier
· 8 years ago
b4182a3
Merge "Use 28 bits for type check bit string."
by Vladimir Marko
· 8 years ago
dc682aa
Use 28 bits for type check bit string.
by Vladimir Marko
· 8 years ago
f4bf58d
Merge "Try to mmap vdex file within the address range of the ELF file."
by David Srbecky
· 8 years ago
8e47493
Merge "ARM: Replace arm::SetCc with vixl32::FlagsUpdate."
by Treehugger Robot
· 8 years ago
7f4aff6
ART: Implement SuperblockCloner.
by Artem Serov
· 8 years ago
698ebbc
Clean up CodeItemAccessors and Compact/StandardDexFile
by Mathieu Chartier
· 8 years ago
f0a6a1d
ARM: Replace arm::SetCc with vixl32::FlagsUpdate.
by Vladimir Marko
· 8 years ago
30f54cc
Merge "ARM: Fix breaking changes from recent VIXL update."
by Roland Levillain
· 8 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 8 years ago
b496af8
Merge "ART: Clean up library loading"
by Treehugger Robot
· 8 years ago
daa27bc
Merge "Remove DexFile direct accesses to CodeItem"
by Mathieu Chartier
· 8 years ago
70a58af
Merge "Change ClassStatus to fit into 4 bits."
by Treehugger Robot
· 8 years ago
2c64a83
Change ClassStatus to fit into 4 bits.
by Vladimir Marko
· 8 years ago
6238c83
Remove DexFile direct accesses to CodeItem
by Mathieu Chartier
· 8 years ago
a61e97f
Merge "Remove CodeItem accessor functions"
by Mathieu Chartier
· 8 years ago
ec2cdf4
Try to mmap vdex file within the address range of the ELF file.
by David Srbecky
· 8 years ago
4abc001
Merge "MIPS: InstructionCodeGeneratorMIPS*::DivRemByPowerOfTwo()"
by Treehugger Robot
· 8 years ago
3165bb0
Merge "ART: Rename Atomic::CompareExchange methods"
by Treehugger Robot
· 8 years ago
473191c
ART: Clean up library loading
by Andreas Gampe
· 8 years ago
a3e5095
Merge changes I69b3b6f2,I294dbd43
by Treehugger Robot
· 8 years ago
a556e6b
MIPS: InstructionCodeGeneratorMIPS*::DivRemByPowerOfTwo()
by Lena Djokic
· 8 years ago
00359cd
Merge "ARM: Remove a deprecated IT block in the read barrier code"
by Treehugger Robot
· 8 years ago
4557b38
ART: Rename Atomic::CompareExchange methods
by Orion Hodson
· 8 years ago
73f21d4
Remove CodeItem accessor functions
by Mathieu Chartier
· 8 years ago
2a5d728
ART: Emit runtime read barrier checks only in slow-debug
by Andreas Gampe
· 8 years ago
dc578c7
Move dex exception helpers to their own file and use dex accessor
by Mathieu Chartier
· 8 years ago
808c7a5
Make CodeItem fields private
by Mathieu Chartier
· 8 years ago
5e399b8
ART: Rename cloner_test.
by Artem Serov
· 8 years ago
a661594
Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed.""
by Treehugger Robot
· 8 years ago
e166e67
Revert "Don't embed the dex code in the oat file if dex is uncompressed."
by Andreas Gampe
· 8 years ago
349e61f
ARM: Remove a deprecated IT block in the read barrier code
by Anton Kirilov
· 8 years ago
df99018
Merge "ART: Fix single-preheader transformation."
by Aart Bik
· 8 years ago
672b9c1
ARM: Fix breaking changes from recent VIXL update.
by Artem Serov
· 8 years ago
e7de5ec
MIPS: Support swaps between 128-bit locations
by Goran Jakovljevic
· 8 years ago
fe8a897
Merge changes Ib1381084,Icb2a838f
by Vladimir Marko
· 8 years ago
c8d9103
Merge "Don't embed the dex code in the oat file if dex is uncompressed."
by Nicolas Geoffray
· 8 years ago
ed416f7
Merge "Fix the side effects of clinit check"
by Treehugger Robot
· 8 years ago
217eb06
Fix the side effects of clinit check
by Mingyao Yang
· 8 years ago
ba3a790
Merge "Revert "ART: Try to statically evaluate some conditions.""
by Treehugger Robot
· 8 years ago
df6e7fa
Merge "Implemented missing move/exchange paths for x86"
by Aart Bik
· 8 years ago
8758454
Clean up InstanceOf/CheckCast.
by Vladimir Marko
· 8 years ago
04366f3
Revert "ART: Try to statically evaluate some conditions."
by Nicolas Geoffray
· 8 years ago
f4886df
Add mini-debug-info generation mode for JIT.
by David Srbecky
· 8 years ago
ae7e838
Don't embed the dex code in the oat file if dex is uncompressed.
by Nicolas Geoffray
· 8 years ago
09faaea
ART: Fix single-preheader transformation.
by Artem Serov
· 8 years ago
cfe50bb
Implemented missing move/exchange paths for x86
by Aart Bik
· 8 years ago
e619f6c
X86: Clean up interface type check for heap poisoning.
by Vladimir Marko
· 8 years ago
Next »