index
:
Project-1CE/art
lineage-18.1
sugisawa
sugisawa-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
code_generator_mips.cc
Age
Commit message (
Expand
)
Author
2020-02-13
Remove MIPS support from Optimizing.
Vladimir Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-08-02
ART: ARM64: Optimize frame size for SIMD graphs.
Artem Serov
2019-07-30
Compiler changes for boot image extension.
Vladimir Marko
2019-07-16
Clean up linker patches in codegens.
Vladimir Marko
2019-05-16
ART: Optimize StringBuilder append pattern.
Vladimir Marko
2019-03-12
Fix non-deterministic compilation for const-string...
Vladimir Marko
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-11-29
C++17 compatibility: make WITH_TIDY=1 happy again.
Elliott Hughes
2018-10-16
Fix HNewArray with unresolved primitive array type.
Vladimir Marko
2018-10-10
ART: Completely remove the --compile-pic option.
Vladimir Marko
2018-09-19
Remove sharpening as an optimization pass.
Nicolas Geoffray
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-14
Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState.
Roland Levillain
2018-08-14
Document the use of the biased card table in ART's code generators.
Roland Levillain
2018-08-03
Rename type resolution entrypoints.
Vladimir Marko
2018-08-03
Do not save/restore regs in ClinitCheck slow path.
Vladimir Marko
2018-08-02
Rewrite Class init entrypoint to take a Class arg.
Vladimir Marko
2018-07-16
Always produce PIC code for AOT compilation.
Vladimir Marko
2018-07-10
Don't use StringFactory.newEmptyString in compiled code
Alex Light
2018-06-29
Implement Integer.valueOf() intrinsic for boot image.
Vladimir Marko
2018-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-06-21
Implement Integer.valueOf() intrinsic for PIC.
Vladimir Marko
2018-06-11
ART: Adds an entrypoint for invoke-custom
Orion Hodson
2018-05-30
Remove the CodeOffset helper class.
David Srbecky
2018-05-11
ART: Compiler support for const-method-handle
Orion Hodson
2018-05-10
ART: Compiler support for const-method-type
Orion Hodson
2018-03-27
Revert^4 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-26
Revert^3 "Compiler changes for bitstring based type checks."
Andreas Gampe
2018-03-22
Revert^2 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-09
Merge "Retrieve String/Class references from .data.bimg.rel.ro."
Vladimir Marko
2018-03-08
Merge "Load ArtMethod* from .data.bimg.rel.ro entries."
Vladimir Marko
2018-03-08
Retrieve String/Class references from .data.bimg.rel.ro.
Vladimir Marko
2018-03-08
Load ArtMethod* from .data.bimg.rel.ro entries.
Vladimir Marko
2018-03-07
Minor cleanup of MIN/MAX code.
Aart Bik
2018-03-07
Introduce MIN/MAX/ABS as HIR nodes.
Aart Bik
2018-03-05
Merge "Introduce ABS as HIR nodes."
Treehugger Robot
2018-03-01
Introduce ABS as HIR nodes.
Aart Bik
2018-03-01
MIPS: Use sltiu instead of LoadConst32() + sltu
Lena Djokic
2018-02-20
ART: Clean up patching data in codegens.
Vladimir Marko
2018-02-12
Merge "MIPS32 Implement signed 64-bit division by powers of 2"
Treehugger Robot
2018-02-08
Add support for counting hotness in compiled code for MIPS
Goran Jakovljevic
2018-02-02
Merge "MIPS: Clean up InstanceOf/CheckCast."
Treehugger Robot
2018-02-01
Clean up signed/unsigned in vectorizer.
Aart Bik
2018-01-29
Add compiler option for counting hotness in compiled code.
Nicolas Geoffray
2018-01-25
MIPS: Clean up InstanceOf/CheckCast.
Alexey Frunze
2018-01-25
Revert "Compiler changes for bitstring based type checks."
Nicolas Geoffray
2018-01-25
MIPS32 Implement signed 64-bit division by powers of 2
Lena Djokic
2018-01-23
Compiler changes for bitstring based type checks.
Vladimir Marko
[next]