index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
compiled_method.cc
Age
Commit message (
Expand
)
Author
2022-10-10
ART: Move `CompiledMethod{,-Storage}` to dex2oat/.
Vladimir Marko
2022-10-06
Remove `CompiledCode::CodePointer()`.
Vladimir Marko
2022-10-03
Refactor Thumb2 entrypoint adjustment handling.
Vladimir Marko
2022-09-29
Rename `GetInstructionSet{,Code}Alignment`.
Vladimir Marko
2020-02-13
Remove MIPS support from JNI/trampoline compiler.
Vladimir Marko
2018-11-29
C++17 compatibility: make WITH_TIDY=1 happy again.
Elliott Hughes
2018-11-19
Remove CompiledMethod dependency on CompilerDriver.
Vladimir Marko
2018-08-01
Move MethodInfo to CodeInfo.
David Srbecky
2018-07-27
Remove frame info from OatQuickMethodHeader.
David Srbecky
2018-02-05
Enable code item deduping
Mathieu Chartier
2018-01-22
Fix quickening logic
Mathieu Chartier
2017-11-15
Use intrinsic codegen for compiling intrinsic methods.
Vladimir Marko
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-09-20
Refactor compiled_method.h .
Vladimir Marko
2017-03-16
Add method info to oat files
Mathieu Chartier
2016-04-04
Clean up OatQuickMethodHeader after Quick removal.
Vladimir Marko
2015-10-27
Reduce memory used by CompiledMethods.
Vladimir Marko
2015-07-15
Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after qu...
Nicolas Geoffray
2015-07-13
Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening...
Nicolas Geoffray
2015-07-13
Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""
Nicolas Geoffray
2015-07-13
Revert "Make dex2dex return a CompiledMethod after quickening."
Nicolas Geoffray
2015-07-10
Make dex2dex return a CompiledMethod after quickening.
Nicolas Geoffray
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-04-09
Implement CFI for Optimizing.
David Srbecky
2015-04-02
Pass linker patches around as const.
Vladimir Marko
2015-04-01
Write .debug_line section using the new DWARF library.
David Srbecky
2015-02-24
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
Revert "Add JIT"
Nicolas Geoffray
2015-02-23
Add JIT
Mathieu Chartier
2015-01-15
ART: Allow to compile interpret-only mips64 files
Andreas Gampe
2014-12-22
ART: Swap-space in the compiler
Andreas Gampe
2014-12-12
Remove portable.
Elliott Hughes
2014-12-09
Ensure stack maps are 4 byte aligned.
Nicolas Geoffray
2014-09-25
Implement method calls using relative BL on ARM.
Vladimir Marko
2014-09-08
Runtime support for the new stack maps for the opt compiler.
Nicolas Geoffray
2014-08-15
ART source line debug info in OAT files
Yevgeny Rouban
2014-08-05
Emit CFI for x86 & x86_64 JNI compiler.
Tong Shen
2014-06-23
Move trampolines to thumb2 instead of ARM
Dave Allison
2014-05-06
Give Compiler a back reference to the driver.
Ian Rogers
2014-04-14
Centralize instruction-set pointer-size, alignment, 64b-width code
Andreas Gampe
2014-04-09
Revert "Revert "Revert "Use trampolines for calls to helpers"""
Dave Allison
2014-04-09
Revert "Revert "Use trampolines for calls to helpers""
Dave Allison
2014-04-07
Revert "Use trampolines for calls to helpers"
Dave Allison
2014-04-04
Use trampolines for calls to helpers
Dave Allison
2014-03-28
x86_64: JNI compiler
Dmitry Petrochenko
2014-03-19
AArch64: Add arm64 runtime support.
Stuart Monteith
2014-03-06
Fix host architecture for 64bit.
Ian Rogers
2014-03-02
Tell GDB about Quick ART generated code
Mark Mendell
2014-02-06
Object model changes to support 64bit.
Ian Rogers
2013-09-03
Multi threaded hashed deduplication during compilation.
Mathieu Chartier