Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
5bfcc23d65009e8285acfbe7f7b1e952d94ad0c7
/
compiler
/
optimizing
4580b6d
Merge "Revert "ARM: Use r4 for stack overflow check to reduce code size.""
by Treehugger Robot
· 8 years ago
bff7a52
Revert "Compiler changes for bitstring based type checks."
by Nicolas Geoffray
· 8 years ago
1a4f3ca
Revert "ARM: Use r4 for stack overflow check to reduce code size."
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
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
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
d78ca52
Merge "Improve bound analysis on constant range."
by Aart Bik
· 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
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
c684f33
Refactor jit debugger interface and its ELF creation.
by David Srbecky
· 8 years ago
0d413f6
Merge "Minor edits."
by Aart Bik
· 8 years ago
ad643b0
Merge "More general store elimination"
by Mingyao Yang
· 8 years ago
b67f7e2
Minor edits.
by Aart Bik
· 8 years ago
98f1736
Enhance BCE range analysis with length "alias" case.
by Aart Bik
· 8 years ago
aec4e73
More general store elimination
by Mingyao Yang
· 8 years ago
d4e328f
Code sinking near "always throwing" method calls
by Aart Bik
· 8 years ago
a8b8e9b
Improve code sinking near "always throwing" method calls
by Aart Bik
· 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
fa3db3d
Change compiler tests to have aligned code item
by Mathieu Chartier
· 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
dc682aa
Use 28 bits for type check bit string.
by Vladimir Marko
· 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
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
a61e97f
Merge "Remove CodeItem accessor functions"
by Mathieu Chartier
· 8 years ago
4abc001
Merge "MIPS: InstructionCodeGeneratorMIPS*::DivRemByPowerOfTwo()"
by Treehugger Robot
· 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
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
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
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
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
89ff8b2
ARM64: Workaround for the callee saved FP registers and SIMD.
by Artem Serov
· 8 years ago
03376f4
Merge "ART: Try to statically evaluate some conditions."
by Treehugger Robot
· 8 years ago
702f6f2
Merge "Add CodeItemDebugInfoAccessor"
by Mathieu Chartier
· 8 years ago
1de1e11
ART: Try to statically evaluate some conditions.
by Artem Serov
· 8 years ago
666ee3d
Do not pass DexFile to ClassLinker::Lookup/ResolveType().
by Vladimir Marko
· 8 years ago
31f4c9f
Add CodeItemDebugInfoAccessor
by Mathieu Chartier
· 8 years ago
8901119
Do not pass DexFile to ClassLinker::Lookup/ResolveMethod().
by Vladimir Marko
· 8 years ago
0f13269
Merge changes I8c4cec43,I00634b89,I0579db64
by Vladimir Marko
· 8 years ago
a64b52d
Do not pass DexFile to ClassLinker::Lookup/ResolveString().
by Vladimir Marko
· 8 years ago
8f1a586
Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672
by Treehugger Robot
· 8 years ago
e11dd50
Do not pass DexFile to ClassLinker::ResolveField*().
by Vladimir Marko
· 8 years ago
2ba3557
Merge "Change ArtField::ProxyFindSystemClass() to lookup the class."
by Vladimir Marko
· 8 years ago
f56a1c0
Merge "Determine HLoadClass/String load kind early."
by Vladimir Marko
· 8 years ago
208f670
Change ArtField::ProxyFindSystemClass() to lookup the class.
by Vladimir Marko
· 8 years ago
28e012a
Determine HLoadClass/String load kind early.
by Vladimir Marko
· 8 years ago
5449e07
Merge "Fixed spilling bug (visible on ARM64): missed SIMD type."
by Aart Bik
· 8 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 8 years ago
2dd7b67
Fixed spilling bug (visible on ARM64): missed SIMD type.
by Aart Bik
· 8 years ago
3bcb751
type conversion elimination for store value only uses.
by Mingyao Yang
· 8 years ago
4388fb2
Merge "Fix typing bug in load store elimination"
by Treehugger Robot
· 8 years ago
94539fd
Fix typing bug in load store elimination
by Vladimir Marko
· 8 years ago
f5df935
Merge "Minor cleanup in CodeGenerator::RecordPcInfo()."
by Treehugger Robot
· 8 years ago
a9683fb
Merge "MIPS: Improve HandleBinaryOp (Add/Sub) for constant inputs"
by Aart Bik
· 8 years ago
367e020
Merge "Fix a bug in String.charAt() simplification."
by Vladimir Marko
· 8 years ago
d57fdd8
Merge "Log at places we fail to compile."
by Nicolas Geoffray
· 8 years ago
6f2960c
Merge "Enhance removed loads/substitutes in LSE."
by Mingyao Yang
· 8 years ago
fec85cd
Minor cleanup in CodeGenerator::RecordPcInfo().
by Vladimir Marko
· 8 years ago
0259c24
Fix a bug in String.charAt() simplification.
by Vladimir Marko
· 8 years ago
3853017
MIPS: Improve HandleBinaryOp (Add/Sub) for constant inputs
by Lena Djokic
· 8 years ago
206070c
Enhance removed loads/substitutes in LSE.
by Mingyao Yang
· 8 years ago
2a8cbb8
Merge "MIPS: Improve BoundsCheck for constant inputs"
by Vladimir Marko
· 8 years ago
6b1aebe
Allow devirtualized method to be intrinsified.
by Mingyao Yang
· 8 years ago
45d3efb
Merge "Type conversion elimination of constants"
by Mingyao Yang
· 8 years ago
dbd4303
MIPS: Improve BoundsCheck for constant inputs
by Goran Jakovljevic
· 8 years ago
Next »