Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
919ed6b2e2aa58a6153eb1d74edc29edc50d514a
/
compiler
/
elf_writer.cc
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 10 years ago
3d50407
Make out arguments non-reference types.
by Ian Rogers
· 11 years ago
f3e2cc4
Code cleanup to avoid LLVM dependency when building with quick only.
by Nicolas Geoffray
· 11 years ago
50cfe74
Remove dependency on llvm/Support/ELF.h by using linux's elf.h.
by Nicolas Geoffray
· 11 years ago
8d31bbd
Throw IOException at source of failing to open a dex file.
by Ian Rogers
· 11 years ago
ea46f95
Refactor java.lang.reflect implementation
by Brian Carlstrom
· 11 years ago
56d947f
Add verification of boot.oat generated on device
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed (95%) from src/compiler/elf_writer.cc]
51c2467
libart-compiler cleanup
by Brian Carlstrom
· 11 years ago
[Renamed from src/elf_writer.cc]
6a47b9d
Refactor ElfWriter and introduce ElfWriterQuick
by Brian Carlstrom
· 11 years ago
9609cb6
Remove remaining code related to compiled invoke and proxy stubs.
by Jeff Hao
· 12 years ago
bf393ef
Merge branch 'dalvik-dev' of https://googleplex-android.googlesource.com/a/platform/art into fixes-for-art-build-with-mr2
by Brian Carlstrom
· 12 years ago
ecc6682
Tracking rename of libcompiler-rt.a to libcompiler_rt.a
by Brian Carlstrom
· 12 years ago
74180ca
Remove code related to compiled invoke stubs.
by Jeff Hao
· 12 years ago
f3c9932
Add some more permanent ElfWriter::Fixup debug logging
by Brian Carlstrom
· 12 years ago
225ade2
Fix portable build.
by Ian Rogers
· 12 years ago
c0993e8
Fix ElfWriter to properly support MIPS
by Brian Carlstrom
· 12 years ago
3f47c12
Fix portable build on build server by removing depenency on ANDROID_HOST_OUT
by Brian Carlstrom
· 12 years ago
265091e
Remove ExtractCodeAndPrelink and switch Portable to MCLinker
by Brian Carlstrom
· 12 years ago
4c1c283
Move compiler_llvm to art::llvm.
by Ian Rogers
· 12 years ago
1212a02
Move the Compiler to CompilerDriver.
by Ian Rogers
· 12 years ago
818d98e
Fix MIPS to use standard kPageSize=0x1000 section alignment for ELF sections
by Brian Carlstrom
· 12 years ago
e9de2dd
Change oatexec section to be Function not Object.
by Ian Rogers
· 12 years ago
700c8d3
Move .oat files to ELF format
by Brian Carlstrom
· 12 years ago