Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
73b326ea1c1a58a5017f33286e511e1aa020de1c
/
compiler
73b326e
Add a DCHECK for BCE.
by Mingyao Yang
· 8 years ago
bae9c9a
Fix bug in BCE remainder handling.
by Aart Bik
· 8 years ago
47d00f6
Merge changes I88fd4905,Ib8c0a28c
by Treehugger Robot
· 8 years ago
1ffbc05
Merge "No unrolling for large loop bodies."
by Treehugger Robot
· 8 years ago
521b50f
No unrolling for large loop bodies.
by Aart Bik
· 8 years ago
9d9f2d7
Merge "Use mmapped boot image class table for PIC app HLoadClass."
by Vladimir Marko
· 8 years ago
a7c83ac
ART: Clean up WellKnownClasses include.
by Andreas Gampe
· 8 years ago
94ec2db
Use mmapped boot image class table for PIC app HLoadClass.
by Vladimir Marko
· 8 years ago
8e9090b
Generalize range analysis.
by Aart Bik
· 8 years ago
d4d1182
Merge "ARM64: Tune SIMD loop unrolling factor heuristic."
by Aart Bik
· 8 years ago
dcaf0e5
Bug fix on 32-bit vs 64-bit movd/movdq on x86_64.
by Aart Bik
· 8 years ago
86ce504
Merge "optimizing: add block-scoped constructor fence merging pass"
by Treehugger Robot
· 8 years ago
dd018df
optimizing: add block-scoped constructor fence merging pass
by Igor Murashkin
· 8 years ago
88f929c
Merge "Use mmapped boot image intern table for PIC app HLoadString."
by Vladimir Marko
· 8 years ago
c54e4cf
Merge "MIPS64: Ease test for using "Lui + Dinsu" to load 64-bit constants."
by Treehugger Robot
· 8 years ago
8859cec
MIPS64: Ease test for using "Lui + Dinsu" to load 64-bit constants.
by Chris Larsen
· 8 years ago
f26bb6c
ARM64: Tune SIMD loop unrolling factor heuristic.
by Artem Serov
· 8 years ago
6cfbdbc
Use mmapped boot image intern table for PIC app HLoadString.
by Vladimir Marko
· 8 years ago
66e3af9
Merge "Remove DexCache arrays from app oat .bss."
by Treehugger Robot
· 8 years ago
0f3c700
Remove DexCache arrays from app oat .bss.
by Vladimir Marko
· 8 years ago
b92cc33
Pass stats into the loop optimization phase.
by Aart Bik
· 8 years ago
21b8592
Added vectorization stats.
by Aart Bik
· 8 years ago
ac8a2a7
Merge "Basic SIMD reduction support."
by Aart Bik
· 8 years ago
28f53f5
Merge changes I66c62317,Id097273a,If3bfe695
by Treehugger Robot
· 8 years ago
5d3b002
ART: Change CanAssumeVerified to GetPreviousClassState
by Andreas Gampe
· 8 years ago
0148de4
Basic SIMD reduction support.
by Aart Bik
· 8 years ago
cd87c3e
Clean up ImageHeader section getters.
by Vladimir Marko
· 8 years ago
982334c
Revert "Basic SIMD reduction support."
by Nicolas Geoffray
· 8 years ago
cfa59b4
Basic SIMD reduction support.
by Aart Bik
· 8 years ago
fa830aa
Merge "Revert "Basic SIMD reduction support.""
by Jeff Tinker
· 8 years ago
9c4feaa
Merge changes I36396394,I00aa37f5,Ibc14b003
by Treehugger Robot
· 8 years ago
a57b4ee
Revert "Basic SIMD reduction support."
by Aart Bik
· 8 years ago
cdb15e4
Merge "Refined range rule for ABS(x)"
by Aart Bik
· 8 years ago
629be51
ART: Redo verification on class resolution failure
by Andreas Gampe
· 8 years ago
af1a686
Merge "Basic SIMD reduction support."
by Treehugger Robot
· 8 years ago
7f56ff4
Refined range rule for ABS(x)
by Aart Bik
· 8 years ago
9879d0e
Basic SIMD reduction support.
by Aart Bik
· 8 years ago
d219824
Merge "ART: Describe static fields in GraphVisualizer."
by Treehugger Robot
· 8 years ago
80be041
Merge "ART: Remove ArtMethod::dex_cache_resolved_methods_."
by Vladimir Marko
· 8 years ago
bf3243b
ART: Describe static fields in GraphVisualizer.
by Vladimir Marko
· 8 years ago
8ee5860
Merge "ARM: Clean up LocationSummary creation for Long intrinsics."
by Vladimir Marko
· 8 years ago
8920835
Merge "Simplify CreateReferenceInfoForReferenceType() in load-store-analysis"
by Mingyao Yang
· 8 years ago
1819e41
ARM: Clean up LocationSummary creation for Long intrinsics.
by Vladimir Marko
· 8 years ago
60f7344
Merge "ARM: Improve String.equals() intrinsic for const strings."
by Treehugger Robot
· 8 years ago
78e1e04
Merge "ARM64: Remove duplicate helper for intrinsic locations."
by Treehugger Robot
· 8 years ago
49376a9
Merge "ARM: Implement one-bit intrinsics."
by Treehugger Robot
· 8 years ago
4fae4fb
ARM64: Remove duplicate helper for intrinsic locations.
by Vladimir Marko
· 8 years ago
27292e6
ARM: Implement one-bit intrinsics.
by Petre-Ionut Tudor
· 8 years ago
5122e6b
ART: Remove ArtMethod::dex_cache_resolved_methods_.
by Vladimir Marko
· 8 years ago
984519c
ARM: Improve String.equals() intrinsic for const strings.
by Vladimir Marko
· 8 years ago
fef2884
Simplify CreateReferenceInfoForReferenceType() in load-store-analysis
by Mingyao Yang
· 8 years ago
641a473
ART: Fix reference-related warnings
by Andreas Gampe
· 8 years ago
68c48f0
Dup file descriptor to prevent double close in oat writer.
by Jeff Hao
· 8 years ago
3ed4a40
Merge "Implement OneBit intrinsics for arm64."
by Treehugger Robot
· 8 years ago
4c154d5
Merge changes Ic2da319f,I9e90029d
by Treehugger Robot
· 8 years ago
da48316
Implement OneBit intrinsics for arm64.
by Petre-Ionut Tudor
· 8 years ago
1a22746
Merge "Remove obsolete code paths from the ARM code generator"
by Treehugger Robot
· 8 years ago
c5e0d3f
compiler_driver: treat java/lang/invoke as others
by Orion Hodson
· 8 years ago
2c30e4a
ART: Remove art and art/runtime include_dir directives
by Andreas Gampe
· 8 years ago
12fadcd
ART: Rerun verifier in verbose mode on boot cp failure
by Andreas Gampe
· 8 years ago
23b752b
Remove obsolete code paths from the ARM code generator
by Anton Kirilov
· 8 years ago
ae53f10
Merge "MIPS32: Allow some patched instructions in delay slots"
by Treehugger Robot
· 8 years ago
a663d9d
MIPS32: Allow some patched instructions in delay slots
by Alexey Frunze
· 8 years ago
5011149
Merge "MIPS64: Implement HSelect"
by Treehugger Robot
· 8 years ago
ad008d5
Merge "Disable app image for very large apps"
by Mathieu Chartier
· 8 years ago
8cce65a
Disable app image for very large apps
by Mathieu Chartier
· 8 years ago
f708c9a
Merge "MIPS: Eliminate hard-coded offsets in branches"
by Treehugger Robot
· 8 years ago
120aa28
Store layout info in dex files
by Mathieu Chartier
· 8 years ago
5bfead5
Merge "MIPS: Support MultiplyAccumulate for SIMD."
by Aart Bik
· 8 years ago
1f219fc
Merge "Bunch of SIMD for x86 and x86_64"
by Aart Bik
· 8 years ago
3f35d09
Merge "Remove ClassLinker::SetEntryPointsToCompiledCode()."
by Treehugger Robot
· 8 years ago
4ec14ff
Merge "RFC: Generate select instruction for conditional returns."
by Nicolas Geoffray
· 8 years ago
bc5460b
MIPS: Support MultiplyAccumulate for SIMD.
by Lena Djokic
· 8 years ago
3332db8
Bunch of SIMD for x86 and x86_64
by Aart Bik
· 8 years ago
e9b61ba
Merge changes Ic119441c,I83b96b41
by Treehugger Robot
· 8 years ago
6ef4567
optimizing: Add statistics for # of constructor fences added/removed
by Igor Murashkin
· 8 years ago
1e065a5
optimizing: Refactor statistics to use OptimizingCompilerStats helper
by Igor Murashkin
· 8 years ago
52b450b
Merge "Instrument ARM generated code to check the Marking Register."
by Roland Levillain
· 8 years ago
5daa495
Instrument ARM generated code to check the Marking Register.
by Roland Levillain
· 8 years ago
54636c0
Merge "Instrument ARM64 generated code to check the Marking Register."
by Roland Levillain
· 8 years ago
eac21ef
Merge "scheduler should not schedule volatile field accesses."
by Mingyao Yang
· 8 years ago
1545ccc
scheduler should not schedule volatile field accesses.
by Mingyao Yang
· 8 years ago
73de4a8
Merge "Fix performance regression."
by Treehugger Robot
· 8 years ago
671e48a
Fix performance regression.
by Aart Bik
· 8 years ago
2b03a1f
Instrument ARM64 generated code to check the Marking Register.
by Roland Levillain
· 8 years ago
16e5289
RFC: Generate select instruction for conditional returns.
by Mads Ager
· 8 years ago
dbd05fe
Revert recent JIT code cache changes
by Orion Hodson
· 8 years ago
80dd756
Merge "Run HeapLocationCollector once in scheduler instead of locally."
by Mingyao Yang
· 8 years ago
179861c
Run HeapLocationCollector once in scheduler instead of locally.
by Mingyao Yang
· 8 years ago
9e050df
Revert "Revert "Support class unloading in dex2oat for quicken multidex""
by Mathieu Chartier
· 8 years ago
b00c8b0
Merge "Revert "Support class unloading in dex2oat for quicken multidex""
by Treehugger Robot
· 8 years ago
6921d90
Revert "Support class unloading in dex2oat for quicken multidex"
by Richard Uhler
· 8 years ago
18e9161
Merge "Support class unloading in dex2oat for quicken multidex"
by Treehugger Robot
· 8 years ago
785e355
Merge "Set basic framework for detecting reductions."
by Treehugger Robot
· 8 years ago
0b1c341
Support class unloading in dex2oat for quicken multidex
by Mathieu Chartier
· 8 years ago
b29f684
Set basic framework for detecting reductions.
by Aart Bik
· 8 years ago
a22cae7
HRem support in BCE.
by xueliang.zhong
· 8 years ago
3b21019
Merge "Add two special runtime methods."
by Mingyao Yang
· 8 years ago
0a87a65
Add two special runtime methods.
by Mingyao Yang
· 8 years ago
5aedbcd
Merge "ART: Fix loop header's predecessors reordering in SimplifyLoops."
by Nicolas Geoffray
· 8 years ago
Next »