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
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
2020-05-13
Move implementations from class_root.h to -inl.h .
Vladimir Marko
2020-04-01
Add explicit compiler option to enable test-specific features.
David Srbecky
2020-03-25
Add more logging and sanity checks for JIT mini-debug-info.
David Srbecky
2020-03-12
Refactor RemoveNativeDebugInfoForJit.
David Srbecky
2020-02-22
Remove JIT native debug info on failed commits.
David Srbecky
2020-02-13
Remove MIPS support from Optimizing.
Vladimir Marko
2020-02-04
Only flush visualizer output at the end of the compilation.
Nicolas Geoffray
2019-12-03
JIT baseline: trigger optimized compilation on hotness threshold.
Nicolas Geoffray
2019-11-26
Honor the --baseline flag for the JIT.
Nicolas Geoffray
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-10-10
Revert^2 "JIT: Separate code allocation and initialization."
David Srbecky
2019-10-09
Revert "JIT: Separate code allocation and initialization."
Nicolas Geoffray
2019-10-09
JIT: Separate code allocation and initialization.
David Srbecky
2019-10-08
JIT mini-debug-info: Generate the debug info sooner.
David Srbecky
2019-09-01
Fix JIT data dual mapping for apps.
David Srbecky
[next]