index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
pc_relative_fixups_x86.cc
Age
Commit message (
Expand
)
Author
2024-04-16
Rename `.data.bimg.rel.ro` to `.data.img.rel.ro`.
Vladimir Marko
2023-11-21
Implement Short/Byte/Character.valueOf intrinsics.
Nicolas Geoffray
2023-04-27
Optimizing: Rename `As##type` to `As##type##OrNull`.
Vladimir Marko
2023-04-05
Mark graph visitor classes as final.
Vladimir Marko
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2020-10-07
Change interface conflict stub to take the interface method.
Nicolas Geoffray
2020-06-19
Direct calls to @CriticalNative methods.
Vladimir Marko
2020-05-27
Revert "Don't abort for min/max/abs intrinsics, baseline use them."
Vladimir Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-04-02
Don't abort for min/max/abs intrinsics, baseline use them.
Nicolas Geoffray
2018-10-10
ART: Completely remove the --compile-pic option.
Vladimir Marko
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-07-16
Always produce PIC code for AOT compilation.
Vladimir Marko
2018-06-21
Implement Integer.valueOf() intrinsic for PIC.
Vladimir Marko
2018-04-26
Step 1 of 2: conditional passes.
Aart Bik
2018-03-09
Merge "Retrieve String/Class references from .data.bimg.rel.ro."
Vladimir Marko
2018-03-08
Retrieve String/Class references from .data.bimg.rel.ro.
Vladimir Marko
2018-03-07
Introduce MIN/MAX/ABS as HIR nodes.
Aart Bik
2018-03-01
Introduce ABS as HIR nodes.
Aart Bik
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-09-11
Use mmapped boot image class table for PIC app HLoadClass.
Vladimir Marko
2017-09-07
Use mmapped boot image intern table for PIC app HLoadString.
Vladimir Marko
2017-05-22
Use PC-relative pointer to boot image methods.
Vladimir Marko
2017-01-23
Allow multiple HX86ComputeBaseMethodAddress.
Nicolas Geoffray
2017-01-16
Store resolved types for AOT code in .bss.
Vladimir Marko
2017-01-16
Remove HLoadClass::LoadKind::kDexCachePcRelative.
Vladimir Marko
2016-10-04
Revert "Revert "Store resolved Strings for AOT code in .bss.""
Vladimir Marko
2016-09-30
Revert "Store resolved Strings for AOT code in .bss."
Vladimir Marko
2016-09-29
Store resolved Strings for AOT code in .bss.
Vladimir Marko
2016-08-26
ARM/MIPS: Avoid dead dex cache arrays base for intrinsics.
Vladimir Marko
2016-08-04
Implement single-precision round intrinsic in x86
Aart Bik
2016-07-01
Create a typedef for HInstruction::GetInputs() return type.
Vladimir Marko
2016-06-21
Improve HLoadClass code generation.
Vladimir Marko
2016-06-02
Refactor handling of input records.
Vladimir Marko
2016-03-29
Optimizing: Improve const-string code generation.
Vladimir Marko
2016-03-10
Avoid generating dead code on frame enter/exit.
Aart Bik
2016-02-04
Revert "Revert "X86: Use the constant area for more operations.""
Mark P Mendell
2016-01-28
ART: Implement support for instruction inlining
David Brazdil
2016-01-25
Revert "X86: Use the constant area for more operations."
Nicolas Geoffray
2016-01-22
X86: Use the constant area for more operations.
Mark Mendell
2016-01-14
Implement irreducible loop support in optimizing.
Nicolas Geoffray
2015-12-17
Revert "Revert "ART: Reduce the instructions generated by packed switch.""
Vladimir Marko
2015-12-16
Revert "ART: Reduce the instructions generated by packed switch."
Nicolas Geoffray
2015-12-08
ART: Reduce the instructions generated by packed switch.
Zheng Xu
2015-12-01
Move PC-relative addressing bases to a better position.
Vladimir Marko
2015-11-19
Clean up the special input in HInvokeStaticOrDirect.
Vladimir Marko
2015-11-12
Optimizing/X86: PC-relative dex cache array addressing.
Vladimir Marko