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
/
optimizing_compiler.cc
Age
Commit message (
Expand
)
Author
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
2019-08-22
JIT mini-debug-info: Allocate entries in the JIT data space.
David Srbecky
2019-08-16
JIT mini-debug-info: Remove global maps.
David Srbecky
2019-08-07
Don't compile OSR methods that have phi equivalents at loop entry.
Nicolas Geoffray
2019-06-28
Revert "Revert "Make the JIT zygote memory shared.""
Nicolas Geoffray
2019-06-26
Revert "Make the JIT zygote memory shared."
Nicolas Geoffray
2019-06-26
Make the JIT zygote memory shared.
Nicolas Geoffray
2019-06-24
Move code writing to data portion of the JIT cache in JitMemoryRegion.
Nicolas Geoffray
2019-06-10
Pass the memory region to allocate into to the compiler / allocation.
Nicolas Geoffray
2019-04-29
Fix DWARF line-number generation for JITed methods.
David Srbecky
2019-03-27
Use generic name for JNI trampolines.
David Srbecky
2019-03-26
optimizing_compiler: Avoid extra std::string copy
Greg Kaiser
2019-03-06
Revert "Revert^2 "Add code size to CodeInfo""
Nicolas Geoffray
2019-02-20
ART: Reduce dependencies on CompilerDriver.
Vladimir Marko
[next]