index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
elf_writer_quick.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART stack unwinding fixes for libunwind/gdb/lldb.
David Srbecky
2015-06-19
1
-73
/
+112
*
Add binary search table to .eh_frame_hdr
David Srbecky
2015-05-01
1
-15
/
+44
*
Do not write CFI and symbols for deduplicate methods.
David Srbecky
2015-05-01
1
-0
/
+3
*
Move .eh_frame to the end of ELF file.
David Srbecky
2015-04-30
1
-2
/
+1
*
Major refactoring of ElfBuilder.
David Srbecky
2015-04-30
1
-117
/
+88
*
Minor refactoring of ElfBuilder.
David Srbecky
2015-04-28
1
-2
/
+2
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-1
/
+1
*
Simplify template parameters of Elf classes.
David Srbecky
2015-04-22
1
-61
/
+40
*
Generate .eh_frame_hdr section and PT_GNU_EH_FRAME segment.
David Srbecky
2015-04-21
1
-35
/
+71
*
Append [DEDUPED] suffix to all deduped methods in the symbol table.
David Srbecky
2015-04-13
1
-5
/
+13
*
Add --include-cfi compiler option.
David Srbecky
2015-04-13
1
-3
/
+10
*
Relocate DWARF using .oat_patches.
David Srbecky
2015-04-11
1
-9
/
+40
*
Move DWARF related code in ElfWriter to its own file.
David Srbecky
2015-04-10
1
-385
/
+25
*
Extend the DWARF library to support .debug_info section.
David Srbecky
2015-04-09
1
-179
/
+39
*
Remove duplicate of DexFile::DecodeDebugInfo.
David Srbecky
2015-04-09
1
-79
/
+52
*
Implement CFI for Optimizing.
David Srbecky
2015-04-09
1
-1
/
+1
*
Implement CFI for Quick.
David Srbecky
2015-04-08
1
-2
/
+146
*
Remove the old CFI infrastructure.
David Srbecky
2015-04-07
1
-178
/
+2
*
Proper fix for issue 20051601 - arm actually means thumb2.
David Srbecky
2015-04-04
1
-4
/
+1
*
Fix for issue 20051601 - ARM instruction alignment.
David Srbecky
2015-04-02
1
-1
/
+1
*
Write .debug_line section using the new DWARF library.
David Srbecky
2015-04-01
1
-233
/
+180
*
Fixed layout for dex caches in boot image.
Vladimir Marko
2015-03-31
1
-0
/
+2
*
Add support for .bss section in oat files.
Vladimir Marko
2015-03-02
1
-0
/
+3
*
Replace a few std::vector with ArenaVector in Mir2Lir.
Vladimir Marko
2015-02-19
1
-22
/
+22
*
ART: Swap-space in the compiler
Andreas Gampe
2014-12-22
1
-5
/
+5
*
ART: Do not inline elf writer debug symbols
Andreas Gampe
2014-12-15
1
-0
/
+2
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-3
/
+3
*
ARM: Generate $t mapping symbol to indicate thumb2 code
Ningsheng Jian
2014-10-30
1
-0
/
+7
*
Tidy ELF builder.
Ian Rogers
2014-10-09
1
-6
/
+6
*
Implement method calls using relative BL on ARM.
Vladimir Marko
2014-09-25
1
-21
/
+10
*
ART: Refactor elf_writer_quick, add symbolizer
Andreas Gampe
2014-09-05
1
-971
/
+181
*
Merge "ART fix oat debug source map operations"
Vladimir Marko
2014-09-03
1
-10
/
+15
|
\
|
*
ART fix oat debug source map operations
Yevgeny Rouban
2014-08-25
1
-10
/
+15
*
|
Merge "Revert "Revert "ART: Prepare for ELF64."""
Nicolas Geoffray
2014-09-02
1
-122
/
+216
|
\
\
|
*
|
Revert "Revert "ART: Prepare for ELF64.""
Nicolas Geoffray
2014-09-02
1
-122
/
+216
*
|
|
Merge "Fix frame size issue with 64-bit"
Narayan Kamath
2014-09-01
1
-9
/
+15
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix frame size issue with 64-bit
Brian Carlstrom
2014-08-29
1
-9
/
+15
*
|
|
Revert "ART: Prepare for ELF64."
Nicolas Geoffray
2014-09-01
1
-216
/
+122
|
/
/
*
|
ART: Prepare for ELF64.
Tong Shen
2014-08-29
1
-122
/
+216
|
/
*
ART source line debug info in OAT files
Yevgeny Rouban
2014-08-15
1
-270
/
+636
*
Emit CFI for x86 & x86_64 JNI compiler.
Tong Shen
2014-08-05
1
-25
/
+0
*
Merge "Make patchoat use the sht_entsize when patching."
Nicolas Geoffray
2014-08-06
1
-1
/
+1
|
\
|
*
Make patchoat use the sht_entsize when patching.
Alex Light
2014-08-06
1
-1
/
+1
*
|
ART: Rework CFA frame initialization and writing code
Andreas Gampe
2014-08-06
1
-39
/
+183
|
/
*
1. Fix CFI for quick compiled code in x86 & x86_64;
Tong Shen
2014-07-30
1
-6
/
+6
*
Fix some style nitpicks
Alex Light
2014-07-08
1
-2
/
+0
*
Add patchoat tool to Art.
Alex Light
2014-07-07
1
-0
/
+28
*
Fixed gdb support and added some ElfFile functions
Alex Light
2014-06-27
1
-33
/
+9
*
Optionally add debug symbols to ELF files made by quick compiler.
Alex Light
2014-06-12
1
-1
/
+15
*
Fix build by converting from bionic to elfutils version of elf.h
Brian Carlstrom
2014-06-11
1
-17
/
+17
[next]