index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
code_generator_mips.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Improve code sinking near "always throwing" method calls
Aart Bik
2018-01-16
1
-1
/
+5
*
Use 28 bits for type check bit string.
Vladimir Marko
2018-01-10
1
-2
/
+8
*
Change ClassStatus to fit into 4 bits.
Vladimir Marko
2018-01-05
1
-3
/
+3
*
MIPS: InstructionCodeGeneratorMIPS*::DivRemByPowerOfTwo()
Lena Djokic
2018-01-03
1
-2
/
+6
*
MIPS: Support swaps between 128-bit locations
Goran Jakovljevic
2017-12-15
1
-10
/
+37
*
MIPS: Improve HandleBinaryOp (Add/Sub) for constant inputs
Lena Djokic
2017-12-04
1
-13
/
+41
*
MIPS: Improve BoundsCheck for constant inputs
Goran Jakovljevic
2017-12-01
1
-12
/
+81
*
Fill Class and String .bss slots in runtime.
Vladimir Marko
2017-11-21
1
-118
/
+13
[next]