index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
oat_writer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART stack unwinding fixes for libunwind/gdb/lldb.
David Srbecky
2015-06-19
1
-16
/
+3
*
Major refactoring of ElfBuilder.
David Srbecky
2015-04-30
1
-5
/
+2
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-4
/
+4
*
Relocate DWARF using .oat_patches.
David Srbecky
2015-04-11
1
-3
/
+16
*
Move DWARF related code in ElfWriter to its own file.
David Srbecky
2015-04-10
1
-1
/
+1
*
Remove duplicate of DexFile::DecodeDebugInfo.
David Srbecky
2015-04-09
1
-16
/
+8
*
Merge "Write .debug_line section using the new DWARF library."
David Srbecky
2015-04-02
1
-6
/
+10
|
\
|
*
Write .debug_line section using the new DWARF library.
David Srbecky
2015-04-01
1
-6
/
+10
*
|
Refactor RelativePatcher out of OatWriter.
Vladimir Marko
2015-04-02
1
-11
/
+14
*
|
PC-relative loads from dex cache arrays for x86-64.
Vladimir Marko
2015-04-02
1
-0
/
+2
|
/
*
Cortex-A53 Erratum 843419 workaround in OatWriter.
Vladimir Marko
2015-03-31
1
-0
/
+1
*
Fixed layout for dex caches in boot image.
Vladimir Marko
2015-03-31
1
-39
/
+9
*
Add support for .bss section in oat files.
Vladimir Marko
2015-03-02
1
-0
/
+7
*
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
1
-2
/
+2
*
Revert "Add JIT"
Nicolas Geoffray
2015-02-24
1
-2
/
+2
*
Add JIT
Mathieu Chartier
2015-02-23
1
-2
/
+2
*
Remove portable.
Elliott Hughes
2014-12-12
1
-10
/
+1
*
Ensure stack maps are 4 byte aligned.
Nicolas Geoffray
2014-12-09
1
-2
/
+2
*
Fix oatwriter code deduping
Mathieu Chartier
2014-11-25
1
-0
/
+3
*
ART: Replace COMPILE_ASSERT with static_assert (compiler)
Andreas Gampe
2014-11-03
1
-2
/
+2
*
Implement method calls using relative BL on ARM64.
Vladimir Marko
2014-10-03
1
-0
/
+2
*
Implement method calls using relative BL on ARM.
Vladimir Marko
2014-09-25
1
-0
/
+42
*
ART source line debug info in OAT files
Yevgeny Rouban
2014-08-15
1
-2
/
+6
*
ART: Rework CFA frame initialization and writing code
Andreas Gampe
2014-08-06
1
-7
/
+7
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-0
/
+2
*
Revert "Revert "ART: Key-Value Store in Oat header""
Andreas Gampe
2014-07-11
1
-4
/
+4
*
Revert "ART: Key-Value Store in Oat header"
Nicolas Geoffray
2014-07-09
1
-4
/
+4
*
ART: Key-Value Store in Oat header
Andreas Gampe
2014-07-08
1
-4
/
+4
*
Optionally add debug symbols to ELF files made by quick compiler.
Alex Light
2014-06-12
1
-0
/
+4
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-12
/
+11
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Move quick frame info to OatQuickMethodHeader.
Vladimir Marko
2014-05-13
1
-1
/
+1
*
Move mapping table and vmap table offsets to OatMethodHeader.
Vladimir Marko
2014-04-25
1
-2
/
+19
*
Separate maps from code in oat file.
Vladimir Marko
2014-04-22
1
-45
/
+56
*
Revert "Revert "Revert "Use trampolines for calls to helpers"""
Dave Allison
2014-04-09
1
-22
/
+0
*
Revert "Revert "Use trampolines for calls to helpers""
Dave Allison
2014-04-09
1
-0
/
+22
*
Revert "Use trampolines for calls to helpers"
Dave Allison
2014-04-07
1
-22
/
+0
*
Use trampolines for calls to helpers
Dave Allison
2014-04-04
1
-0
/
+22
*
Initial changes towards Generic JNI option
Andreas Gampe
2014-03-03
1
-0
/
+2
*
Tell GDB about Quick ART generated code
Mark Mendell
2014-03-02
1
-0
/
+15
*
Make out arguments non-reference types.
Ian Rogers
2014-03-01
1
-12
/
+12
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-4
/
+2
*
Break apart oat writing times.
Ian Rogers
2013-11-15
1
-1
/
+2
*
Implement Interface Method Tables (IMT).
Jeff Hao
2013-10-29
1
-0
/
+4
*
Omit OatMethodOffsets for classes without compiled code
Brian Carlstrom
2013-10-28
1
-8
/
+52
*
Multi threaded hashed deduplication during compilation.
Mathieu Chartier
2013-09-03
1
-12
/
+6
*
Reduce the scope of a ScopedObjectAccess in dex2oat.
Ian Rogers
2013-08-27
1
-1
/
+1
*
Uleb128 compression of vmap and mapping table.
Ian Rogers
2013-08-12
1
-2
/
+2
*
Entry point clean up.
Ian Rogers
2013-08-12
1
-5
/
+11
*
Remove OatWriter buffering to memory for ElfWriterQuick
Brian Carlstrom
2013-07-24
1
-23
/
+28
[next]