index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
elf_file.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Do not relocate app program headers in patchoat.
Vladimir Marko
2015-05-14
1
-8
/
+32
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-3
/
+3
*
Simplify template parameters of Elf classes.
David Srbecky
2015-04-22
1
-416
/
+159
*
Generate .eh_frame_hdr section and PT_GNU_EH_FRAME segment.
David Srbecky
2015-04-21
1
-3
/
+0
*
Relocate DWARF using .oat_patches.
David Srbecky
2015-04-11
1
-506
/
+67
*
ART: Fix 64-bit ELF file support
Andreas Gampe
2015-04-07
1
-13
/
+28
*
Write .debug_line section using the new DWARF library.
David Srbecky
2015-04-01
1
-33
/
+32
*
Add support for .bss section in oat files.
Vladimir Marko
2015-03-02
1
-20
/
+60
*
ART: Refactor common ELF->InstructionSet code
Andreas Gampe
2015-01-21
1
-29
/
+1
*
ART: Allow to compile interpret-only mips64 files
Andreas Gampe
2015-01-15
1
-0
/
+2
*
ART: Introduce Mips32 R6
Andreas Gampe
2015-01-13
1
-1
/
+4
*
ART: More ELF and oat file safety measures
Andreas Gampe
2014-12-11
1
-0
/
+14
*
ART: ELF symbol table lookup is fixed
Yevgeny Rouban
2014-11-24
1
-1
/
+1
*
Instruction set features for ARM64, MIPS and X86.
Ian Rogers
2014-11-13
1
-1
/
+1
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-6
/
+7
*
ART: Add support for patching and loading OAT files compiled with PIC
Igor Murashkin
2014-10-27
1
-14
/
+31
*
Some code clean-up.
Ian Rogers
2014-10-16
1
-64
/
+55
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-51
/
+51
*
ART: Prepare for ELF64.
Tong Shen
2014-10-03
1
-144
/
+907
*
ART: Make elf loading not abort
Andreas Gampe
2014-09-15
1
-114
/
+351
*
ART: Better error reporting on broken oat file
Andreas Gampe
2014-09-09
1
-0
/
+4
*
ART source line debug info in OAT files
Yevgeny Rouban
2014-08-15
1
-42
/
+226
*
Make gdb fixup work with multiple DWARF Compilation Units
Alex Light
2014-08-15
1
-8
/
+38
*
ART: Fix memory unmapped twice issue in ElfFile::Load(bool)
Jim_Guo
2014-08-04
1
-9
/
+15
*
1. Fix CFI for quick compiled code in x86 & x86_64;
Tong Shen
2014-07-30
1
-19
/
+9
*
Add patchoat tool to Art.
Alex Light
2014-07-07
1
-5
/
+14
*
Fixed gdb support and added some ElfFile functions
Alex Light
2014-06-27
1
-295
/
+417
*
Reduce header files including header files.
Ian Rogers
2014-06-06
1
-0
/
+1
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-4
/
+4
*
Check the machine type of an ELF file when loading.
Andreas Gampe
2014-04-04
1
-0
/
+35
*
Make MemMap::MapAnonymous() fail if the requested address is not available.
Hiroshi Yamauchi
2014-03-14
1
-2
/
+2
*
A few 64bit fixes.
Ian Rogers
2014-03-12
1
-1
/
+5
*
Add includes to fix gcc 4.7 build.
Nicolas Geoffray
2014-03-10
1
-0
/
+3
*
GDB JIT support: move .text segment check earlier
Kenny Root
2014-03-03
1
-10
/
+13
*
Fix 64-bit build
Andreas Gampe
2014-03-03
1
-1
/
+1
*
Tell GDB about Quick ART generated code
Mark Mendell
2014-03-02
1
-1
/
+354
*
art: Fix build errors for x86_64 target
Dmitry Petrochenko
2014-02-27
1
-2
/
+2
*
ElfFile should protect itself from bad input
Brian Carlstrom
2014-02-26
1
-83
/
+205
*
Remove dependency on llvm/Support/ELF.h by using linux's elf.h.
Nicolas Geoffray
2014-02-19
1
-132
/
+131
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-1
/
+2
*
64bit fixes for elf file.
Ian Rogers
2014-01-23
1
-7
/
+15
*
Add missing error message propagation to ElfFile::SetMap
Brian Carlstrom
2013-11-06
1
-11
/
+15
*
Throw IOException at source of failing to open a dex file.
Ian Rogers
2013-10-21
1
-28
/
+35
*
Validate ELF file segment lengths against file length when loading
Brian Carlstrom
2013-10-10
1
-2
/
+17
*
Use ElfFile instead of dlopen for Quick
Brian Carlstrom
2013-10-03
1
-2
/
+4
*
Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labe...
Brian Carlstrom
2013-07-18
1
-17
/
+17
*
Fix cpplint whitespace/parens issues
Brian Carlstrom
2013-07-18
1
-1
/
+1
*
Do not mark pages executable unnecessarily to play nice with selinux
Brian Carlstrom
2013-07-12
1
-2
/
+2
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+688