Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e245af65fa28cb88cb533f49d3755d034b252e88
/
llvm
/
lib
/
Object
/
COFFObjectFile.cpp
7be7659
Expand relocation type field to 64 bits. MachO scattered relocations require 33 bits of type info.
by Owen Anderson
· 14 years ago
443410d
Object/COFF: Remove useless test.
by Michael J. Spencer
· 14 years ago
097be9f
Object/COFF: Change type from a struct to a uint16_t. The struct would be
by Michael J. Spencer
· 14 years ago
321731539
Object: Add isSymbolAbsolute and getSymbolSection.
by Michael J. Spencer
· 14 years ago
0175975
Object: Add isSymbolWeak.
by Michael J. Spencer
· 14 years ago
89a7a5e
Object/COFF: Expose more data in the public API.
by Michael J. Spencer
· 14 years ago
d394667
Object: Fix redundant name.
by Michael J. Spencer
· 14 years ago
9a28851
COFF: Implement sectionContainsSymbol for relocatable files only.
by Michael J. Spencer
· 14 years ago
7989460
Object: add getSectionAlignment.
by Michael J. Spencer
· 14 years ago
648b2fa
lib/Object: Suppress warnings on gcc-4.3.4 cygwin
by NAKAMURA Takumi
· 14 years ago
e5fd004
Change relocation API to be per section. This time without breaking GCC.
by Michael J. Spencer
· 14 years ago
206d8a7
Revert 141376 and 141377 due to breaking the build.
by Bill Wendling
· 14 years ago
b0d6154
Change relocation API to be per section.
by Michael J. Spencer
· 14 years ago
800619f
Object: Add isSection{Data,BSS}.
by Michael J. Spencer
· 14 years ago
75d1cf33
Object: make the following changes into SymbolRef
by Benjamin Kramer
· 14 years ago
40ddfed
Silence false positive uninitialized variable warnings from GCC.
by Benjamin Kramer
· 14 years ago
022ecdf
Add support for relocations to ObjectFile.
by Benjamin Kramer
· 14 years ago
f6f3e81
ObjectFile: Add a method to check whether a section contains a symbol.
by Benjamin Kramer
· 14 years ago
e6490e0
Use memcmp.
by Benjamin Kramer
· 14 years ago
bac192d
Really fix typo :-(
by Rafael Espindola
· 14 years ago
5a0f0fb
Fix typo.
by Rafael Espindola
· 14 years ago
00aae24
Compare all 4 bytes of the header.
by Rafael Espindola
· 14 years ago
5ebaed2
Fix warnings.
by Michael J. Spencer
· 14 years ago
1d6167f
Object: Add proper error handling.
by Michael J. Spencer
· 14 years ago
ec29b12
Make Binary the parent of ObjectFile and update children to new interface.
by Michael J. Spencer
· 14 years ago
aa41981
Revert the last two commits in the series. r132911, r132912.
by Michael J. Spencer
· 14 years ago
a7f9c49
Make Binary the parent of ObjectFile and update children to new interface.
by Michael J. Spencer
· 14 years ago
5f1eb96
Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a little
by Nick Lewycky
· 15 years ago
ee066fc
Assorted bugfixes in object file handling:
by Eric Christopher
· 15 years ago
0324b67
Object: Fix type punned pointer issues by making DataRefImpl a union and using intptr_t.
by Michael J. Spencer
· 15 years ago
8e90ada
Object: Add COFF Support.
by Michael J. Spencer
· 15 years ago