Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c23b933d5f8be9b51a1d22e717c0311f65f87dcd
/
lib
/
Object
/
ELFObjectFile.cpp
689ff9c
Implement GDB integration for source level debugging of code JITed using
by Preston Gurd
· 13 years ago
f4eff4b
Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly
by Eli Bendersky
· 14 years ago
069df95
Object: avoid undefined behavior when bounds-checking
by Dylan Noblesmith
· 14 years ago
7f64823
Sink assert-only variables into the asserts
by Matt Beaumont-Gay
· 14 years ago
ee705a7
Silence warnings in -asserts build
by Matt Beaumont-Gay
· 14 years ago
24973c1
Basic runtime dynamic loading capabilities added to ELFObjectFile, implemented
by Eli Bendersky
· 14 years ago
b0436a7
Fixed ObjectFile functions:
by Danil Malyshev
· 14 years ago
790552c
Revert r145180 as it is causing test failures on all the bots.
by Chandler Carruth
· 14 years ago
9b24738
Fixed ObjectFile functions:
by Danil Malyshev
· 14 years ago
9472b8d
Expand relocation type field to 64 bits. MachO scattered relocations require 33 bits of type info.
by Owen Anderson
· 14 years ago
206d17c
Object: Add some types to SymbolRef::Type.
by Michael J. Spencer
· 14 years ago
9b2b812
Object: Add isSymbolAbsolute and getSymbolSection.
by Michael J. Spencer
· 14 years ago
c38c36a
Object: Add isSymbolWeak.
by Michael J. Spencer
· 14 years ago
ab6bcf3
Object: Implement casting for concrete classes.
by Michael J. Spencer
· 14 years ago
1130a79
Object: Fix redundant name.
by Michael J. Spencer
· 14 years ago
63b2f8c
ELF: Fix the section that relocations apply to. Add test to verify. Patch by Danil Malyshev!
by Michael J. Spencer
· 14 years ago
f77dea1
Elf_Word is not POD! Stop using it in a DenseMap.
by Nick Lewycky
· 14 years ago
18dcb87
lib/Object/ELFObjectFile.cpp: Fix undefined behavior for MC/ELF/many-section.s not to fail (on msvc).
by NAKAMURA Takumi
· 14 years ago
bfbbe32
Reapply r141605 with fixes for appropriate handling of reserved section numbers
by Nick Lewycky
· 14 years ago
15c3f72
Add support for .symtab_shnidx. Unfortunately, doing this required breaking a
by Nick Lewycky
· 14 years ago
fb05d3d
Revert r141605 as it broke tests for llvm-nm.
by Nick Lewycky
· 14 years ago
fad138d
Add support for reading many-section ELF files.
by Nick Lewycky
· 14 years ago
e2f2f07
Object: add getSectionAlignment.
by Michael J. Spencer
· 14 years ago
01a4db3
Fix GCC again.
by Michael J. Spencer
· 14 years ago
4344b1e
Change relocation API to be per section. This time without breaking GCC.
by Michael J. Spencer
· 14 years ago
a48ad13
Revert 141376 and 141377 due to breaking the build.
by Bill Wendling
· 14 years ago
f1164a2
Change relocation API to be per section.
by Michael J. Spencer
· 14 years ago
13afc5e
Object: Add isSection{Data,BSS}.
by Michael J. Spencer
· 14 years ago
ac241fe
Object: make the following changes into SymbolRef
by Benjamin Kramer
· 14 years ago
0fcab07
Add support for relocations to ObjectFile.
by Benjamin Kramer
· 14 years ago
07ea23a
ObjectFile: Add a method to check whether a section contains a symbol.
by Benjamin Kramer
· 14 years ago
25b1577
Object: Add proper error handling.
by Michael J. Spencer
· 14 years ago
001c920
Make Binary the parent of ObjectFile and update children to new interface.
by Michael J. Spencer
· 14 years ago
5e45dc4
Revert the last two commits in the series. r132911, r132912.
by Michael J. Spencer
· 14 years ago
69aec36
Make Binary the parent of ObjectFile and update children to new interface.
by Michael J. Spencer
· 14 years ago
539d8d8
Assorted bugfixes in object file handling:
by Eric Christopher
· 14 years ago
7acdb4d
Object: Fix type punned pointer issues by making DataRefImpl a union and using intptr_t.
by Michael J. Spencer
· 15 years ago
b84551a
Object: Add ELF support.
by Michael J. Spencer
· 15 years ago