index
:
art.git
kitkat
q10.0
s12.0
s12.1
art
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
optimizing_compiler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Vdex::GetQuickenedInfoOf and all its users.
Nicolas Geoffray
2021-03-23
1
-6
/
+2
*
Add code size to CodeInfo.
David Srbecky
2021-03-05
1
-6
/
+7
*
Add comment to art_jni_trampoline.
Yabin Cui
2021-01-28
1
-0
/
+1
*
Revert^4 "Partial Load Store Elimination"
Alex Light
2021-01-25
1
-1
/
+3
*
Revert "Revert^2 "Partial Load Store Elimination""
Nicolas Geoffray
2021-01-24
1
-3
/
+1
*
Revert^2 "Partial Load Store Elimination"
Alex Light
2021-01-22
1
-1
/
+3
*
Revert "Partial Load Store Elimination"
Nicolas Geoffray
2021-01-22
1
-3
/
+1
*
Partial Load Store Elimination
Alex Light
2021-01-21
1
-1
/
+3
*
Optimizing: Add debugging output for HInstruction.
Vladimir Marko
2021-01-06
1
-1
/
+1
*
Do not build intrinsic graph for signature polymorphic methods.
Vladimir Marko
2020-09-07
1
-1
/
+7
*
Move code item to the data pointer and remove code_item_offset.
Nicolas Geoffray
2020-09-07
1
-1
/
+1
*
Improved LSE: Replacing loads with Phis.
Vladimir Marko
2020-08-21
1
-2
/
+0
*
ARM: Allow FP args in core regs for @CriticalNative.
Vladimir Marko
2020-08-10
1
-0
/
+14
*
Dump ISA into .cfg
Evgeny Astigeevich
2020-07-28
1
-1
/
+4
*
Dump instruction set features in .cfg
Fabio Rinaldi
2020-07-22
1
-0
/
+14
*
Introduce an enum for the compilation kind.
Nicolas Geoffray
2020-06-18
1
-18
/
+18
*
ART: Simplify HRem to reuse existing HDiv
Evgeny Astigeevich
2020-06-17
1
-2
/
+2
*
ART: Introduce predicated vector instructions.
Artem Serov
2020-06-09
1
-1
/
+3
*
Run LSA as a part of the LSE pass.
Vladimir Marko
2020-06-08
1
-1
/
+0
*
Add compiler type to CompilerOptions.
Vladimir Marko
2020-05-20
1
-8
/
+5
*
Move HandleCache to HGraph.
Vladimir Marko
2020-05-13
1
-34
/
+16
*
Move implementations from class_root.h to -inl.h .
Vladimir Marko
2020-05-13
1
-1
/
+0
*
Add explicit compiler option to enable test-specific features.
David Srbecky
2020-04-01
1
-1
/
+1
*
Add more logging and sanity checks for JIT mini-debug-info.
David Srbecky
2020-03-25
1
-10
/
+12
*
Refactor RemoveNativeDebugInfoForJit.
David Srbecky
2020-03-12
1
-4
/
+0
*
Remove JIT native debug info on failed commits.
David Srbecky
2020-02-22
1
-0
/
+4
*
Remove MIPS support from Optimizing.
Vladimir Marko
2020-02-13
1
-45
/
+0
*
Only flush visualizer output at the end of the compilation.
Nicolas Geoffray
2020-02-04
1
-6
/
+6
*
JIT baseline: trigger optimized compilation on hotness threshold.
Nicolas Geoffray
2019-12-03
1
-2
/
+4
*
Honor the --baseline flag for the JIT.
Nicolas Geoffray
2019-11-26
1
-1
/
+1
*
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
1
-1
/
+1
*
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-10-14
1
-1
/
+1
*
Revert^2 "JIT: Separate code allocation and initialization."
David Srbecky
2019-10-10
1
-57
/
+62
*
Revert "JIT: Separate code allocation and initialization."
Nicolas Geoffray
2019-10-09
1
-62
/
+57
*
JIT: Separate code allocation and initialization.
David Srbecky
2019-10-09
1
-57
/
+62
*
JIT mini-debug-info: Generate the debug info sooner.
David Srbecky
2019-10-08
1
-57
/
+53
*
Fix JIT data dual mapping for apps.
David Srbecky
2019-09-01
1
-10
/
+4
*
JIT mini-debug-info: Allocate entries in the JIT data space.
David Srbecky
2019-08-22
1
-0
/
+1
*
JIT mini-debug-info: Remove global maps.
David Srbecky
2019-08-16
1
-11
/
+7
*
Don't compile OSR methods that have phi equivalents at loop entry.
Nicolas Geoffray
2019-08-07
1
-0
/
+5
*
Revert "Revert "Make the JIT zygote memory shared.""
Nicolas Geoffray
2019-06-28
1
-1
/
+6
*
Revert "Make the JIT zygote memory shared."
Nicolas Geoffray
2019-06-26
1
-6
/
+1
*
Make the JIT zygote memory shared.
Nicolas Geoffray
2019-06-26
1
-1
/
+6
*
Move code writing to data portion of the JIT cache in JitMemoryRegion.
Nicolas Geoffray
2019-06-24
1
-34
/
+24
*
Pass the memory region to allocate into to the compiler / allocation.
Nicolas Geoffray
2019-06-10
1
-1
/
+8
*
Fix DWARF line-number generation for JITed methods.
David Srbecky
2019-04-29
1
-1
/
+1
*
Use generic name for JNI trampolines.
David Srbecky
2019-03-27
1
-1
/
+1
*
optimizing_compiler: Avoid extra std::string copy
Greg Kaiser
2019-03-26
1
-1
/
+1
*
Revert "Revert^2 "Add code size to CodeInfo""
Nicolas Geoffray
2019-03-06
1
-7
/
+6
*
ART: Reduce dependencies on CompilerDriver.
Vladimir Marko
2019-02-20
1
-51
/
+38
[next]