index
:
art.git
kitkat
q10.0
s12.0
s12.1
art
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
code_generator_mips.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove MIPS support from Optimizing.
Vladimir Marko
2020-02-13
1
-736
/
+0
*
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
1
-2
/
+1
*
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-10-14
1
-1
/
+2
*
ART: ARM64: Optimize frame size for SIMD graphs.
Artem Serov
2019-08-02
1
-1
/
+5
*
Clean up linker patches in codegens.
Vladimir Marko
2019-07-16
1
-4
/
+4
*
Remove sharpening as an optimization pass.
Nicolas Geoffray
2018-09-19
1
-1
/
+1
*
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-28
1
-55
/
+55
*
Implement Integer.valueOf() intrinsic for boot image.
Vladimir Marko
2018-06-29
1
-1
/
+6
*
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-06-25
1
-5
/
+1
*
Implement Integer.valueOf() intrinsic for PIC.
Vladimir Marko
2018-06-21
1
-0
/
+2
*
Revert^4 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-27
1
-0
/
+1
*
Revert^3 "Compiler changes for bitstring based type checks."
Andreas Gampe
2018-03-26
1
-1
/
+0
*
Revert^2 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-22
1
-0
/
+1
*
Move some remaining dex utilities
David Sehr
2018-03-19
1
-2
/
+2
*
Merge "Retrieve String/Class references from .data.bimg.rel.ro."
Vladimir Marko
2018-03-09
1
-1
/
+2
|
\
|
*
Retrieve String/Class references from .data.bimg.rel.ro.
Vladimir Marko
2018-03-08
1
-1
/
+2
*
|
Merge "Load ArtMethod* from .data.bimg.rel.ro entries."
Vladimir Marko
2018-03-08
1
-1
/
+3
|
\
|
|
*
Load ArtMethod* from .data.bimg.rel.ro entries.
Vladimir Marko
2018-03-08
1
-1
/
+3
*
|
Minor cleanup of MIN/MAX code.
Aart Bik
2018-03-07
1
-1
/
+2
*
|
Introduce MIN/MAX/ABS as HIR nodes.
Aart Bik
2018-03-07
1
-0
/
+2
|
/
*
Introduce ABS as HIR nodes.
Aart Bik
2018-03-01
1
-0
/
+2
*
ART: Clean up patching data in codegens.
Vladimir Marko
2018-02-20
1
-24
/
+18
*
Revert "Compiler changes for bitstring based type checks."
Nicolas Geoffray
2018-01-25
1
-1
/
+0
*
Compiler changes for bitstring based type checks.
Vladimir Marko
2018-01-23
1
-0
/
+1
*
Create dex subdirectory
David Sehr
2018-01-05
1
-1
/
+1
*
MIPS: Support swaps between 128-bit locations
Goran Jakovljevic
2017-12-15
1
-0
/
+1
*
Use ScopedArenaAllocator for code generation.
Vladimir Marko
2017-10-17
1
-2
/
+2
*
ART: Introduce compiler data type.
Vladimir Marko
2017-09-25
1
-16
/
+16
*
Refactor compiled_method.h .
Vladimir Marko
2017-09-20
1
-3
/
+3
*
Use mmapped boot image intern table for PIC app HLoadString.
Vladimir Marko
2017-09-07
1
-1
/
+6
*
MIPS32: Allow some patched instructions in delay slots
Alexey Frunze
2017-08-18
1
-2
/
+1
*
MIPS: Reduce Baker read barrier code size overhead
Alexey Frunze
2017-07-19
1
-3
/
+5
*
MIPS32: ART Vectorizer
Lena Djokic
2017-07-13
1
-0
/
+4
*
MIPS32: Saves 128-bit vector registers along SuspendCheckSlowPath
Lena Djokic
2017-07-06
1
-1
/
+7
*
Merge "MIPS: Shorten .bss string/class loads"
Treehugger Robot
2017-07-03
1
-14
/
+52
|
\
|
*
MIPS: Shorten .bss string/class loads
Alexey Frunze
2017-06-08
1
-14
/
+52
*
|
MIPS32: MoveLocation refactoring
Lena Djokic
2017-06-28
1
-2
/
+0
|
/
*
Use ArtMethod* .bss entries for HInvokeStaticOrDirect.
Vladimir Marko
2017-06-07
1
-4
/
+3
*
Replace invoke kind kDexCacheViaMethod with kRuntimeCall.
Vladimir Marko
2017-06-06
1
-2
/
+4
*
Refactor profiles to use TypeReference instead of ClassReference
Mathieu Chartier
2017-05-25
1
-1
/
+1
*
Use PC-relative pointer to boot image methods.
Vladimir Marko
2017-05-22
1
-4
/
+8
*
Remove LoadString/Class kind kBootImageLinkTimeAddress.
Vladimir Marko
2017-05-16
1
-15
/
+0
*
Merge "MIPS32: Implement branchless HCondition for longs"
Treehugger Robot
2017-05-08
1
-0
/
+1
|
\
|
*
MIPS32: Implement branchless HCondition for longs
Tijana Jakovljevic
2017-03-08
1
-0
/
+1
*
|
MIPS: java.lang.Integer.valueOf intrinsic.
Chris Larsen
2017-04-30
1
-1
/
+2
*
|
MIPS: Implement read barriers.
Alexey Frunze
2017-03-28
1
-1
/
+129
*
|
Merge "Remove --include-patch-information option from dex2oat."
Richard Uhler
2017-03-09
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove --include-patch-information option from dex2oat.
Richard Uhler
2017-03-08
1
-2
/
+0
*
|
MIPS64: Refactor implicit null checks in array/field get/set
Tijana Jakovljevic
2017-03-03
1
-1
/
+0
|
/
*
MIPS: Support kJitTableAddress kinds of string/class loads.
Alexey Frunze
2017-02-01
1
-0
/
+30
[next]