index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
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
*
Refactor oat file writing to give Dex2Oat more control.
Vladimir Marko
2015-11-30
1
-66
/
+124
*
Rewrite ElfBuilder to make streaming directly to file easier.
David Srbecky
2015-11-08
1
-162
/
+58
*
Add --generate-debug-info flag and remove the other two flags.
David Srbecky
2015-05-28
1
-3
/
+2
*
Fix build - large frame size of ElfWriterQuick<ElfTypes>::Write (again).
David Srbecky
2015-05-28
1
-46
/
+57
*
Split .oat_patches to multiple sections.
David Srbecky
2015-05-27
1
-45
/
+33
*
Merge "Switch to using .debug_frame for CFI."
David Srbecky
2015-05-26
1
-1
/
+2
|
\
|
*
Switch to using .debug_frame for CFI.
David Srbecky
2015-05-21
1
-1
/
+2
*
|
Generate just single ARM mapping symbol.
David Srbecky
2015-05-22
1
-2
/
+17
|
/
*
Support generation of CFI in .debug_frame format.
David Srbecky
2015-05-19
1
-6
/
+32
*
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
|
\
[next]