Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
9515b51c6ae1ad9c8b0a9d07334ef62af16cec6a
/
compiler
9515b51
Fix oat_test
by Yi Kong
· 10 years ago
4678b6b
Merge mnc changes into mnc-dr
by Narayan Kamath
· 10 years ago
347647f
Silence "No verification for method calling String.<init>"
by Przemyslaw Szczepaniak
· 10 years ago
925ef34
Revert "Fix another source of undeterministic inlining." DO NOT MERGE
by Brian Carlstrom
· 10 years ago
d1ef436
Merge lmp changes into mnc.
by Narayan Kamath
· 10 years ago
5c0cf12
Fix build, missed one method name change.
by Przemyslaw Szczepaniak
· 10 years ago
3c183ce
Fix asm for String#indexOf/compareTo intrinsics
by Przemyslaw Szczepaniak
· 10 years ago
13ceeb2
Re-add intrinsics for String#charAt/isEmpty/length
by Przemyslaw Szczepaniak
· 10 years ago
b7a35e4
Return false from GenInlined** for intrinsics that we don't implement.
by Piotr Jastrzebski
· 10 years ago
3a7cf8e
Revert "Combine image string char arrays into single array"
by Piotr Jastrzebski
· 10 years ago
8a89433
Update runtime to work with the OpenJdk String.
by Piotr Jastrzebski
· 10 years ago
2c22f2e
Temporarily remove intrinsics code.
by Piotr Jastrzebski
· 10 years ago
44095a1
String: account for the hash32 field.
by Piotr Jastrzebski
· 10 years ago
54d8f4b
Fix in reference type propagation
by Calin Juravle
· 10 years ago
ddb2a98
Parse runtime compiler options for JIT
by Mathieu Chartier
· 10 years ago
39becb9
Revert "Fix another source of undeterministic inlining." DO NOT MERGE
by Brian Carlstrom
· 10 years ago
6aec9da
[MIPS] Avoid using odd numbered fp registers
by Goran Jakovljevic
· 10 years ago
0d9982d
ART: Fix Quick's DCE+GVN
by Serguei Katkov
· 10 years ago
f695a00
ART: Change UnresolvedMergedType internal representation
by Andreas Gampe
· 10 years ago
6e9c66e
Fix a bug in the register allocator around pair allocation.
by Nicolas Geoffray
· 10 years ago
d333389
Tighten default inlining settings when using the space filter.
by Roland Levillain
· 10 years ago
f2ea71c
ART: Fix the simplifier for add/sub
by Serguei Katkov
· 10 years ago
ce4b132
ART: x86_64 RoundDouble/Float intrinsics should initialize out value.
by Pavel Vyssotski
· 10 years ago
8f96df8
Allow for fine tuning the inliner.
by Calin Juravle
· 10 years ago
681652d
HDeoptimize should hold values live in env.
by Mingyao Yang
· 10 years ago
d021e16
ART: Fix Quick/Optimizing suspend check assumption mismatch.
by Vladimir Marko
· 10 years ago
030f2af
Reduce space filter threshold to 128.
by Nicolas Geoffray
· 10 years ago
a2407de
Merge "ART: Boolean simplifier fix" into mnc-dev
by Nicolas Geoffray
· 10 years ago
22552df
ART: Boolean simplifier fix
by Serguei Katkov
· 10 years ago
3b7660d
ART: DCE should know that array-length can throw NPE
by Serguei Katkov
· 10 years ago
fd6fe84
Merge "ART: Release inputs in Long.reverse intrinsic in x86" into mnc-dev
by Andreas Gampe
· 10 years ago
a0b23bb
ART: Release inputs in Long.reverse intrinsic in x86
by Andreas Gampe
· 10 years ago
db05e31
ART: Fix opsize in LoadArgDirect
by Andreas Gampe
· 10 years ago
ccbbda2
Add implicit null pointer and stack overflow checks for Mips.
by Douglas Leung
· 10 years ago
3abd437
Do not create a HBoundType when the instruction is non-null.
by Nicolas Geoffray
· 10 years ago
b46ff2c
Merge "ART: Fix data loss when symbolizing oat files." into mnc-dev
by Andreas Gampe
· 10 years ago
c4e75e2
ART: Fix data loss when symbolizing oat files.
by Zheng Xu
· 10 years ago
f801a6a
Merge "Do not replace a live phi with a dead phi." into mnc-dev
by Nicolas Geoffray
· 10 years ago
fecc465
Do not replace a live phi with a dead phi.
by Nicolas Geoffray
· 10 years ago
b7a4790
Revert "Revert "Do not update the type of something we already know.""
by Nicolas Geoffray
· 10 years ago
d735c41
Merge "MIPS: Initial version of optimizing compiler for MIPS64R6." into mnc-dev
by Roland Levillain
· 10 years ago
a10c713
Quick: Disable GVN, DCE and LVN for type conflicts.
by Vladimir Marko
· 10 years ago
1ff04ab
ART: Bail out immediately on try/catch
by David Brazdil
· 10 years ago
a1935c4
MIPS: Initial version of optimizing compiler for MIPS64R6.
by Roland Levillain
· 10 years ago
5597b42
Merge "ART: Fix kEverything compiler filter" into mnc-dev
by Andreas Gampe
· 10 years ago
88802ca
ART: Fix kEverything compiler filter
by buzbee
· 10 years ago
005deb0
ART: Set methods to preverified in verify-none
by Andreas Gampe
· 10 years ago
20d60dd
Only do some checks when compiling against the core image.
by Nicolas Geoffray
· 10 years ago
559b1cc
[MIPS64] JNI Compiler: Sign-extend int function arguments
by Lazar Trsic
· 10 years ago
2867634
Use a flag from the verifier to know if we should compile.
by Nicolas Geoffray
· 10 years ago
b5171ff
BCE: don't assume a bounds check always gets a HArrayLength.
by Nicolas Geoffray
· 10 years ago
0fd292d
Fix codegen_test after DCE fix.
by Nicolas Geoffray
· 10 years ago
18b236e
Recompute dominator tree after DCE.
by Nicolas Geoffray
· 10 years ago
574cce1
BCE: Narrow instead of unconditionnaly overwrite the range.
by Nicolas Geoffray
· 10 years ago
310b0f5
Fix another case of un-verified dead code.
by Nicolas Geoffray
· 10 years ago
ad3359e
Do not overwrite an input register in shift operations.
by Nicolas Geoffray
· 10 years ago
421e495
ART: Don't do pre-linked calls to the interpreter bridge.
by Vladimir Marko
· 10 years ago
8859311
Revert "Revert "Add support for inlining already sharpened interface calls.""
by Nicolas Geoffray
· 10 years ago
ee39360
Revert "Add support for inlining already sharpened interface calls. DO NOT MERGE ANYWHERE"
by Nicolas Geoffray
· 10 years ago
042fd00
Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness.""
by Nicolas Geoffray
· 10 years ago
c48c7e6
Use compiling class instead of outer class for access checks.
by Nicolas Geoffray
· 10 years ago
7d59309
Use compiling class instead of referrer for access checks.
by Nicolas Geoffray
· 10 years ago
1e256bf
Be careful with predecessor/successor index.
by Nicolas Geoffray
· 10 years ago
bbcec62
Merge "Don't check the return type in the builder." into mnc-dev
by Nicolas Geoffray
· 10 years ago
be43861
Don't check the return type in the builder.
by Nicolas Geoffray
· 10 years ago
0bc614d
Do not expect 0 or 1 only when comparing a boolean.
by Nicolas Geoffray
· 10 years ago
a04e7b7
Run a simplification pass before code generation.
by Nicolas Geoffray
· 10 years ago
096f357
Merge "Bailout from compilation if an invoke is malformed." into mnc-dev
by Nicolas Geoffray
· 10 years ago
753f1fb
Bailout from compilation if an invoke is malformed.
by Nicolas Geoffray
· 10 years ago
c9345cc
Merge "Fix wrong DCHECK in bounds check elimination." into mnc-dev
by Nicolas Geoffray
· 10 years ago
7d4cc8c
Fix wrong DCHECK in bounds check elimination.
by Nicolas Geoffray
· 10 years ago
25fde61
Fix a bug in optimizing when the null constant has been DCE.
by Nicolas Geoffray
· 10 years ago
ff82263
Fix String Change baseline compiler errors.
by Nicolas Geoffray
· 10 years ago
7257ece
Use signed encoding when using relative CFI addresses.
by David Srbecky
· 10 years ago
1bd841a
Merge "ART: Fix BCE lint issue" into mnc-dev
by Mingyao Yang
· 10 years ago
38fad46
ART: Fix BCE lint issue
by Andreas Gampe
· 10 years ago
f0ed1f0
Merge "Fix GC map generation edge case" into mnc-dev
by Mathieu Chartier
· 10 years ago
1626b91
Fix GC map generation edge case
by Mathieu Chartier
· 10 years ago
31fa4b5
Remove bogus DCHECK in BCE.
by Nicolas Geoffray
· 10 years ago
bca381a
Fix premature deoptimization if the loop body isn't entered.
by Mingyao Yang
· 10 years ago
db538d3
Merge "ART stack unwinding fixes for libunwind/gdb/lldb." into mnc-dev
by David Srbecky
· 10 years ago
3e91a44
Fix case where block has no predecessor for StringChange.
by Jeff Hao
· 10 years ago
e7738e8
Quick: Handle total high/low register overlap on arm/mips.
by Vladimir Marko
· 10 years ago
9f7687c
Quick: Fix optimizations for empty if blocks.
by Vladimir Marko
· 10 years ago
dd3c7d2
ART: Remove old DCHECK that trips Baseline
by David Brazdil
· 10 years ago
e0a9a53
Fix StringChange for optimizing compiler.
by Jeff Hao
· 10 years ago
a26cb57
ART stack unwinding fixes for libunwind/gdb/lldb.
by David Srbecky
· 10 years ago
07c6f5a
Quick: Don't expect move-exception in every catch block.
by Vladimir Marko
· 10 years ago
ee9bc65
Merge "ART: Allow PackedSwitch instructions with zero targets" into mnc-dev
by David Brazdil
· 10 years ago
df75bca
ART: Allow PackedSwitch instructions with zero targets
by David Brazdil
· 10 years ago
6ecc296
Quick: Fix marking unused registers in DCE.
by Vladimir Marko
· 10 years ago
a8b4100
ART: Fix reporting initialized classes by CompilerDriver.
by Vladimir Marko
· 10 years ago
f61ab97
Merge "Add support for inlining already sharpened interface calls. DO NOT MERGE ANYWHERE" into mnc-dev
by Nicolas Geoffray
· 10 years ago
c362782
Add support for inlining already sharpened interface calls. DO NOT MERGE ANYWHERE
by Nicolas Geoffray
· 10 years ago
23fad47
Fix reference comparison after redundant phi elimination.
by Nicolas Geoffray
· 10 years ago
fac3a39
Move image intern table into image
by Mathieu Chartier
· 10 years ago
21cb657
Quick: Fix LoopRepeatingTopologicalSortIterator.
by Vladimir Marko
· 10 years ago
44905ce
ART: Prune FindArrayClass cache in image writer
by Andreas Gampe
· 10 years ago
2791d5e
Add clear cache for JIT
by Mathieu Chartier
· 10 years ago
ace571f
Merge "Move mirror::ArtMethod to native" into mnc-dev
by Mathieu Chartier
· 10 years ago
Next »