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
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