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
/
optimizing_compiler.cc
Age
Commit message (
Expand
)
Author
2023-01-04
Add a write barrier elimination pass
Santiago Aboy Solanes
2022-12-06
Update domination chain and RPO manually in MaybeAddExtraGotoBlocks
Santiago Aboy Solanes
2022-11-23
ART: Add two extra DCE passes
Chris Jones
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2022-10-13
Update MaybeAddExtraGotoBlocks to bail for irreducible loops
Santiago Aboy Solanes
2022-10-10
ART: Move `CompiledMethod{,-Storage}` to dex2oat/.
Vladimir Marko
2022-09-26
ART: Rename 'final' DCE pass to 'after_bce'
Hari Limaye
2022-08-17
ART: Remove duplicated access modifier in OptimizingCompiler
Hari Limaye
2022-07-14
Reland "Introduce a flag to check if JITed code has instrumentation support"
Mythri Alle
2022-07-13
Revert "Introduce a flag to check if JITed code has instrumentation support"
Mythri Alle
2022-07-12
Introduce a flag to check if JITed code has instrumentation support
Mythri Alle
2022-07-06
Reland^2 "Don't use instrumentation stubs for native methods in debuggable"
Mythri Alle
2022-07-04
Revert "Reland "Don't use instrumentation stubs for native methods in debugga...
Mythri Alle
2022-07-04
Reland "Don't use instrumentation stubs for native methods in debuggable"
Mythri Alle
2022-06-24
Revert "Don't use instrumentation stubs for native methods in debuggable"
Mythri Alle
2022-06-24
Don't use instrumentation stubs for native methods in debuggable
Mythri Alle
2022-04-08
Revert^2 "Pass `ArenaAllocator` to JNI compiler."
Vladimir Marko
2022-04-08
Revert "Pass `ArenaAllocator` to JNI compiler."
Santiago Aboy Solanes
2022-04-07
Inliner will return true when identifying a method as always throws
Santiago Aboy Solanes
2022-04-07
Pass `ArenaAllocator` to JNI compiler.
Vladimir Marko
2022-02-25
Update compiler/ implications to use (D)CHECK_IMPLIES
Santiago Aboy Solanes
2022-01-10
Remove operator<< from HGraph.
Nicolas Geoffray
2021-11-29
Handle baseline/optimized compilation kind in the runtime.
Nicolas Geoffray
2021-11-29
Simplify hotness count in baseline compiled code.
Nicolas Geoffray
2021-11-29
Dump the graph before/after every pass
Santiago Aboy Solanes
2021-11-25
Always access Thread state and flags as 32-bit location.
Vladimir Marko
2021-11-17
Revert "Support calling entry / exit hooks from JIT code for non-debuggable"
Mythri Alle
2021-11-17
Support calling entry / exit hooks from JIT code for non-debuggable
Mythri Alle
2021-07-14
Remove the need of VerifiedMethod in the compiler.
Nicolas Geoffray
2021-03-23
Remove Vdex::GetQuickenedInfoOf and all its users.
Nicolas Geoffray
2021-03-05
Add code size to CodeInfo.
David Srbecky
2021-01-28
Add comment to art_jni_trampoline.
Yabin Cui
2021-01-25
Revert^4 "Partial Load Store Elimination"
Alex Light
2021-01-24
Revert "Revert^2 "Partial Load Store Elimination""
Nicolas Geoffray
2021-01-22
Revert^2 "Partial Load Store Elimination"
Alex Light
2021-01-22
Revert "Partial Load Store Elimination"
Nicolas Geoffray
2021-01-21
Partial Load Store Elimination
Alex Light
2021-01-06
Optimizing: Add debugging output for HInstruction.
Vladimir Marko
2020-09-07
Do not build intrinsic graph for signature polymorphic methods.
Vladimir Marko
2020-09-07
Move code item to the data pointer and remove code_item_offset.
Nicolas Geoffray
2020-08-21
Improved LSE: Replacing loads with Phis.
Vladimir Marko
2020-08-10
ARM: Allow FP args in core regs for @CriticalNative.
Vladimir Marko
2020-07-28
Dump ISA into .cfg
Evgeny Astigeevich
2020-07-22
Dump instruction set features in .cfg
Fabio Rinaldi
2020-06-18
Introduce an enum for the compilation kind.
Nicolas Geoffray
2020-06-17
ART: Simplify HRem to reuse existing HDiv
Evgeny Astigeevich
2020-06-09
ART: Introduce predicated vector instructions.
Artem Serov
2020-06-08
Run LSA as a part of the LSE pass.
Vladimir Marko
2020-05-20
Add compiler type to CompilerOptions.
Vladimir Marko
2020-05-13
Move HandleCache to HGraph.
Vladimir Marko
[next]