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