Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
dc700a7bd7f7fbf2a400d3e81d4f09668a58d2f4
/
compiler
9c0a6ce
Merge "Enables GVN for x86 and x86_64."
by Treehugger Robot
· 7 years ago
6e7e0dd
Merge "assembler_thumb_test: use 'objdump -D -M force-thumb' to disassemble."
by Treehugger Robot
· 7 years ago
9486eab
Merge changes Iec406b73,I18aa6aa5
by Treehugger Robot
· 7 years ago
956dac2
assembler_thumb_test: use 'objdump -D -M force-thumb' to disassemble.
by Rahul Chaudhry
· 7 years ago
2a7b84b
Merge "Add DexInstructionIterator and use it a few places"
by Mathieu Chartier
· 7 years ago
9389ae7
Simplify Android.bp files
by Dan Willemsen
· 7 years ago
1d2d4ff
Add DexInstructionIterator and use it a few places
by Mathieu Chartier
· 7 years ago
9e14787
Enables GVN for x86 and x86_64.
by Aart Bik
· 7 years ago
68ca702
Added SAD test. Generalized vector analysis of narrow type.
by Aart Bik
· 7 years ago
e5b35ed
Merge "Enables GVN for MIPS32 and MIPS64."
by Treehugger Robot
· 7 years ago
0ebe0d8
ART: Introduce compiler data type.
by Vladimir Marko
· 7 years ago
79bbbc1
Merge "Change JIT timings to collect thread CPU time."
by Nicolas Geoffray
· 7 years ago
3d69922
Change JIT timings to collect thread CPU time.
by Nicolas Geoffray
· 7 years ago
994cfb3
Merge "MIPS32R2: Allow all kinds of class/string loads and invokes"
by Vladimir Marko
· 7 years ago
dbbac8f
Implement Sum-of-Abs-Differences idiom recognition.
by Aart Bik
· 7 years ago
2406bf1
Merge "Ensure extract is seen as having scalar result."
by Treehugger Robot
· 7 years ago
1c8ac50
Merge "Add more repeat support and register views."
by Treehugger Robot
· 7 years ago
b8e9c35
Enables GVN for MIPS32 and MIPS64.
by Lena Djokic
· 7 years ago
debb510
MIPS32R2: Allow all kinds of class/string loads and invokes
by Goran Jakovljevic
· 7 years ago
5e3afa9
Ensure extract is seen as having scalar result.
by Aart Bik
· 7 years ago
f7754e8
Add more repeat support and register views.
by Aart Bik
· 7 years ago
d8dbc8d
Refactor compiled_method.h .
by Vladimir Marko
· 7 years ago
7452797
Refactor linker files from compiler/ to dex2oat/.
by Vladimir Marko
· 8 years ago
0588f3a
Merge changes Ib4459783,Ibb40f919
by Treehugger Robot
· 7 years ago
09659c2
ART: Remove heap poisoning from globals.h
by Andreas Gampe
· 7 years ago
4f7dd34
Recognize ABS cases.
by Aart Bik
· 7 years ago
08601a4
Merge changes I38b16291,I159669ec
by Treehugger Robot
· 7 years ago
216ba99
Merge "DWARF: Allow compilation units to contain methods out of order."
by David Srbecky
· 7 years ago
dbeacd6
Merge "Clean up AtomicDexRefMap"
by Mathieu Chartier
· 7 years ago
217d6d3
ART: Remove old code
by Andreas Gampe
· 7 years ago
217488a
ART: Move read barrier config out of globals
by Andreas Gampe
· 7 years ago
04c6ab9
ART: Forward declarations for InvokeType
by Andreas Gampe
· 8 years ago
e2abbc6
ART: Move kDexNoIndex to dex_file_types.h
by Andreas Gampe
· 7 years ago
fc8b422
Clean up AtomicDexRefMap
by Mathieu Chartier
· 7 years ago
7090dfe
Merge "Add debug info for link-time generated thunks."
by Vladimir Marko
· 7 years ago
1b404a8
Add debug info for link-time generated thunks.
by Vladimir Marko
· 7 years ago
56da23c
DWARF: Allow compilation units to contain methods out of order.
by David Srbecky
· 7 years ago
c4204a3
Missed submitting this in last commit.
by Nicolas Geoffray
· 7 years ago
fe712a8
Merge "Add support for registering classpath classes status."
by Nicolas Geoffray
· 7 years ago
3597f51
Merge "Bail for SIMD code in LSE."
by Treehugger Robot
· 7 years ago
caa31e7
Add repeat support for memory addresses.
by Aart Bik
· 7 years ago
d30f205
Bail for SIMD code in LSE.
by Aart Bik
· 7 years ago
486dda0
Add support for registering classpath classes status.
by Nicolas Geoffray
· 7 years ago
3824222
Merge "Test assembler driver utilities."
by Aart Bik
· 7 years ago
5dafb3c
Test assembler driver utilities.
by Aart Bik
· 7 years ago
73b326e
Add a DCHECK for BCE.
by Mingyao Yang
· 7 years ago
bae9c9a
Fix bug in BCE remainder handling.
by Aart Bik
· 7 years ago
47d00f6
Merge changes I88fd4905,Ib8c0a28c
by Treehugger Robot
· 7 years ago
1ffbc05
Merge "No unrolling for large loop bodies."
by Treehugger Robot
· 7 years ago
521b50f
No unrolling for large loop bodies.
by Aart Bik
· 7 years ago
9d9f2d7
Merge "Use mmapped boot image class table for PIC app HLoadClass."
by Vladimir Marko
· 7 years ago
a7c83ac
ART: Clean up WellKnownClasses include.
by Andreas Gampe
· 7 years ago
94ec2db
Use mmapped boot image class table for PIC app HLoadClass.
by Vladimir Marko
· 7 years ago
8e9090b
Generalize range analysis.
by Aart Bik
· 7 years ago
d4d1182
Merge "ARM64: Tune SIMD loop unrolling factor heuristic."
by Aart Bik
· 7 years ago
dcaf0e5
Bug fix on 32-bit vs 64-bit movd/movdq on x86_64.
by Aart Bik
· 7 years ago
86ce504
Merge "optimizing: add block-scoped constructor fence merging pass"
by Treehugger Robot
· 7 years ago
dd018df
optimizing: add block-scoped constructor fence merging pass
by Igor Murashkin
· 7 years ago
88f929c
Merge "Use mmapped boot image intern table for PIC app HLoadString."
by Vladimir Marko
· 7 years ago
c54e4cf
Merge "MIPS64: Ease test for using "Lui + Dinsu" to load 64-bit constants."
by Treehugger Robot
· 7 years ago
8859cec
MIPS64: Ease test for using "Lui + Dinsu" to load 64-bit constants.
by Chris Larsen
· 7 years ago
f26bb6c
ARM64: Tune SIMD loop unrolling factor heuristic.
by Artem Serov
· 7 years ago
6cfbdbc
Use mmapped boot image intern table for PIC app HLoadString.
by Vladimir Marko
· 7 years ago
66e3af9
Merge "Remove DexCache arrays from app oat .bss."
by Treehugger Robot
· 7 years ago
0f3c700
Remove DexCache arrays from app oat .bss.
by Vladimir Marko
· 7 years ago
b92cc33
Pass stats into the loop optimization phase.
by Aart Bik
· 7 years ago
21b8592
Added vectorization stats.
by Aart Bik
· 7 years ago
ac8a2a7
Merge "Basic SIMD reduction support."
by Aart Bik
· 7 years ago
28f53f5
Merge changes I66c62317,Id097273a,If3bfe695
by Treehugger Robot
· 7 years ago
5d3b002
ART: Change CanAssumeVerified to GetPreviousClassState
by Andreas Gampe
· 7 years ago
0148de4
Basic SIMD reduction support.
by Aart Bik
· 7 years ago
cd87c3e
Clean up ImageHeader section getters.
by Vladimir Marko
· 7 years ago
982334c
Revert "Basic SIMD reduction support."
by Nicolas Geoffray
· 7 years ago
cfa59b4
Basic SIMD reduction support.
by Aart Bik
· 7 years ago
fa830aa
Merge "Revert "Basic SIMD reduction support.""
by Jeff Tinker
· 7 years ago
9c4feaa
Merge changes I36396394,I00aa37f5,Ibc14b003
by Treehugger Robot
· 7 years ago
a57b4ee
Revert "Basic SIMD reduction support."
by Aart Bik
· 7 years ago
cdb15e4
Merge "Refined range rule for ABS(x)"
by Aart Bik
· 7 years ago
629be51
ART: Redo verification on class resolution failure
by Andreas Gampe
· 7 years ago
af1a686
Merge "Basic SIMD reduction support."
by Treehugger Robot
· 7 years ago
7f56ff4
Refined range rule for ABS(x)
by Aart Bik
· 7 years ago
9879d0e
Basic SIMD reduction support.
by Aart Bik
· 7 years ago
d219824
Merge "ART: Describe static fields in GraphVisualizer."
by Treehugger Robot
· 7 years ago
80be041
Merge "ART: Remove ArtMethod::dex_cache_resolved_methods_."
by Vladimir Marko
· 7 years ago
bf3243b
ART: Describe static fields in GraphVisualizer.
by Vladimir Marko
· 7 years ago
8ee5860
Merge "ARM: Clean up LocationSummary creation for Long intrinsics."
by Vladimir Marko
· 7 years ago
8920835
Merge "Simplify CreateReferenceInfoForReferenceType() in load-store-analysis"
by Mingyao Yang
· 7 years ago
1819e41
ARM: Clean up LocationSummary creation for Long intrinsics.
by Vladimir Marko
· 7 years ago
60f7344
Merge "ARM: Improve String.equals() intrinsic for const strings."
by Treehugger Robot
· 7 years ago
78e1e04
Merge "ARM64: Remove duplicate helper for intrinsic locations."
by Treehugger Robot
· 7 years ago
49376a9
Merge "ARM: Implement one-bit intrinsics."
by Treehugger Robot
· 7 years ago
4fae4fb
ARM64: Remove duplicate helper for intrinsic locations.
by Vladimir Marko
· 7 years ago
27292e6
ARM: Implement one-bit intrinsics.
by Petre-Ionut Tudor
· 7 years ago
5122e6b
ART: Remove ArtMethod::dex_cache_resolved_methods_.
by Vladimir Marko
· 7 years ago
984519c
ARM: Improve String.equals() intrinsic for const strings.
by Vladimir Marko
· 7 years ago
fef2884
Simplify CreateReferenceInfoForReferenceType() in load-store-analysis
by Mingyao Yang
· 7 years ago
641a473
ART: Fix reference-related warnings
by Andreas Gampe
· 7 years ago
68c48f0
Dup file descriptor to prevent double close in oat writer.
by Jeff Hao
· 7 years ago
3ed4a40
Merge "Implement OneBit intrinsics for arm64."
by Treehugger Robot
· 7 years ago
4c154d5
Merge changes Ic2da319f,I9e90029d
by Treehugger Robot
· 7 years ago
Next »