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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove MIPS support from Optimizing.
Vladimir Marko
2020-02-13
1
-10238
/
+0
*
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
1
-1
/
+1
*
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-10-14
1
-1
/
+1
*
ART: ARM64: Optimize frame size for SIMD graphs.
Artem Serov
2019-08-02
1
-2
/
+2
*
Compiler changes for boot image extension.
Vladimir Marko
2019-07-30
1
-4
/
+6
*
Clean up linker patches in codegens.
Vladimir Marko
2019-07-16
1
-9
/
+12
*
ART: Optimize StringBuilder append pattern.
Vladimir Marko
2019-05-16
1
-0
/
+9
*
Fix non-deterministic compilation for const-string...
Vladimir Marko
2019-03-12
1
-1
/
+0
*
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-12-27
1
-59
/
+59
*
C++17 compatibility: make WITH_TIDY=1 happy again.
Elliott Hughes
2018-11-29
1
-1
/
+1
*
Fix HNewArray with unresolved primitive array type.
Vladimir Marko
2018-10-16
1
-4
/
+2
*
ART: Completely remove the --compile-pic option.
Vladimir Marko
2018-10-10
1
-1
/
+1
*
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
-30
/
+30
*
Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState.
Roland Levillain
2018-08-14
1
-1
/
+1
*
Document the use of the biased card table in ART's code generators.
Roland Levillain
2018-08-14
1
-0
/
+15
*
Rename type resolution entrypoints.
Vladimir Marko
2018-08-03
1
-2
/
+2
*
Do not save/restore regs in ClinitCheck slow path.
Vladimir Marko
2018-08-03
1
-8
/
+12
*
Rewrite Class init entrypoint to take a Class arg.
Vladimir Marko
2018-08-02
1
-31
/
+28
*
Always produce PIC code for AOT compilation.
Vladimir Marko
2018-07-16
1
-40
/
+38
*
Don't use StringFactory.newEmptyString in compiled code
Alex Light
2018-07-10
1
-20
/
+3
*
Implement Integer.valueOf() intrinsic for boot image.
Vladimir Marko
2018-06-29
1
-14
/
+53
*
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-06-25
1
-3
/
+6
*
Implement Integer.valueOf() intrinsic for PIC.
Vladimir Marko
2018-06-21
1
-0
/
+17
*
ART: Adds an entrypoint for invoke-custom
Orion Hodson
2018-06-11
1
-0
/
+8
*
Remove the CodeOffset helper class.
David Srbecky
2018-05-30
1
-2
/
+1
*
ART: Compiler support for const-method-handle
Orion Hodson
2018-05-11
1
-0
/
+10
*
ART: Compiler support for const-method-type
Orion Hodson
2018-05-10
1
-0
/
+10
*
Revert^4 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-27
1
-14
/
+84
*
Revert^3 "Compiler changes for bitstring based type checks."
Andreas Gampe
2018-03-26
1
-84
/
+14
*
Revert^2 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-22
1
-14
/
+84
*
Merge "Retrieve String/Class references from .data.bimg.rel.ro."
Vladimir Marko
2018-03-09
1
-23
/
+17
|
\
|
*
Retrieve String/Class references from .data.bimg.rel.ro.
Vladimir Marko
2018-03-08
1
-23
/
+17
*
|
Merge "Load ArtMethod* from .data.bimg.rel.ro entries."
Vladimir Marko
2018-03-08
1
-1
/
+26
|
\
|
|
*
Load ArtMethod* from .data.bimg.rel.ro entries.
Vladimir Marko
2018-03-08
1
-1
/
+26
*
|
Minor cleanup of MIN/MAX code.
Aart Bik
2018-03-07
1
-26
/
+19
*
|
Introduce MIN/MAX/ABS as HIR nodes.
Aart Bik
2018-03-07
1
-0
/
+391
|
/
*
Merge "Introduce ABS as HIR nodes."
Treehugger Robot
2018-03-05
1
-0
/
+111
|
\
|
*
Introduce ABS as HIR nodes.
Aart Bik
2018-03-01
1
-0
/
+111
*
|
MIPS: Use sltiu instead of LoadConst32() + sltu
Lena Djokic
2018-03-01
1
-6
/
+5
|
/
*
ART: Clean up patching data in codegens.
Vladimir Marko
2018-02-20
1
-40
/
+37
*
Merge "MIPS32 Implement signed 64-bit division by powers of 2"
Treehugger Robot
2018-02-12
1
-64
/
+291
|
\
|
*
MIPS32 Implement signed 64-bit division by powers of 2
Lena Djokic
2018-01-25
1
-64
/
+291
*
|
Add support for counting hotness in compiled code for MIPS
Goran Jakovljevic
2018-02-08
1
-1
/
+9
*
|
Merge "MIPS: Clean up InstanceOf/CheckCast."
Treehugger Robot
2018-02-02
1
-43
/
+23
|
\
\
|
*
|
MIPS: Clean up InstanceOf/CheckCast.
Alexey Frunze
2018-01-25
1
-43
/
+23
*
|
|
Clean up signed/unsigned in vectorizer.
Aart Bik
2018-02-01
1
-0
/
+12
*
|
|
Add compiler option for counting hotness in compiled code.
Nicolas Geoffray
2018-01-29
1
-0
/
+4
|
/
/
*
/
Revert "Compiler changes for bitstring based type checks."
Nicolas Geoffray
2018-01-25
1
-86
/
+14
|
/
*
Compiler changes for bitstring based type checks.
Vladimir Marko
2018-01-23
1
-14
/
+86
[next]