| Commit message (Expand) | Author | Age | Files | Lines |
* | ELF: Fix the section that relocations apply to. Add test to verify. Patch by ... | Michael J. Spencer | 2011-10-13 | 1 | -3/+3 |
* | COFF: Implement sectionContainsSymbol for relocatable files only. | Michael J. Spencer | 2011-10-13 | 1 | -2/+8 |
* | Elf_Word is not POD! Stop using it in a DenseMap. | Nick Lewycky | 2011-10-13 | 1 | -7/+4 |
* | The VMAs stored in the symbol table of a MachO file are absolute addresses, n... | Owen Anderson | 2011-10-12 | 1 | -9/+9 |
* | Don't label a STAB debugging symbol as a function symbol. | Owen Anderson | 2011-10-12 | 1 | -0/+5 |
* | sectionContainsSymbol needs to be based on VMA's rather than section indices ... | Owen Anderson | 2011-10-12 | 1 | -2/+17 |
* | Section indices in MachO symbol tables begin at 1, not 0. | Owen Anderson | 2011-10-12 | 1 | -1/+1 |
* | lib/Object/ELFObjectFile.cpp: Fix undefined behavior for MC/ELF/many-section.... | NAKAMURA Takumi | 2011-10-12 | 1 | -1/+4 |
* | Expose MachOObjectFile externally, like we do for COFF. First step in reduci... | Owen Anderson | 2011-10-11 | 1 | -80/+3 |
* | Reapply r141605 with fixes for appropriate handling of reserved section numbers | Nick Lewycky | 2011-10-11 | 1 | -17/+50 |
* | Add support for .symtab_shnidx. Unfortunately, doing this required breaking a | Nick Lewycky | 2011-10-11 | 1 | -9/+42 |
* | Revert r141605 as it broke tests for llvm-nm. | Nick Lewycky | 2011-10-11 | 1 | -34/+13 |
* | Add support for reading many-section ELF files. | Nick Lewycky | 2011-10-11 | 1 | -13/+34 |
* | Fix warning. | Michael J. Spencer | 2011-10-10 | 1 | -2/+2 |
* | Object: add getSectionAlignment. | Michael J. Spencer | 2011-10-10 | 3 | -0/+34 |
* | lib/Object: Suppress warnings on gcc-4.3.4 cygwin | NAKAMURA Takumi | 2011-10-08 | 2 | -2/+2 |
* | Object: Add support for opening stdin. | Michael J. Spencer | 2011-10-08 | 1 | -1/+1 |
* | Object: constize Archive. | Michael J. Spencer | 2011-10-08 | 1 | -2/+2 |
* | Fix GCC again. | Michael J. Spencer | 2011-10-07 | 1 | -1/+1 |
* | Change relocation API to be per section. This time without breaking GCC. | Michael J. Spencer | 2011-10-07 | 4 | -157/+467 |
* | Revert 141376 and 141377 due to breaking the build. | Bill Wendling | 2011-10-07 | 4 | -466/+157 |
* | Change relocation API to be per section. | Michael J. Spencer | 2011-10-07 | 4 | -157/+466 |
* | Object: Add isSection{Data,BSS}. | Michael J. Spencer | 2011-09-28 | 3 | -0/+58 |
* | Object: Add archive support. | Michael J. Spencer | 2011-09-27 | 3 | -1/+181 |
* | Object: make the following changes into SymbolRef | Benjamin Kramer | 2011-09-14 | 3 | -3/+192 |
* | ObjectFile: Add support for mach-o-style dSYM companion files. | Benjamin Kramer | 2011-09-14 | 1 | -0/+1 |
* | Silence false positive uninitialized variable warnings from GCC. | Benjamin Kramer | 2011-09-13 | 1 | -3/+3 |
* | Remove dead code. | Benjamin Kramer | 2011-09-09 | 1 | -8/+0 |
* | Fix release build: | Nick Lewycky | 2011-09-09 | 1 | -3/+1 |
* | Add support for relocations to ObjectFile. | Benjamin Kramer | 2011-09-08 | 3 | -18/+516 |
* | Teach macho-dump to dump the uleb128s referred to by linkedit_data segments. | Benjamin Kramer | 2011-08-30 | 1 | -0/+26 |
* | Teach macho-dump how to dump linkedit_data load commands. | Benjamin Kramer | 2011-08-30 | 1 | -0/+12 |
* | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth | 2011-07-29 | 1 | -0/+5 |
* | ObjectFile: Add a method to check whether a section contains a symbol. | Benjamin Kramer | 2011-07-15 | 3 | -0/+37 |
* | MachOObjectFile: Get symbol functions ready for 64 bit. | Benjamin Kramer | 2011-07-15 | 1 | -13/+58 |
* | Output MachO section names in the form SEGMENT,section. | Benjamin Kramer | 2011-07-15 | 1 | -2/+2 |
* | Add support for 64 bit objects to MachOObjectFile. | Benjamin Kramer | 2011-07-15 | 1 | -21/+77 |
* | MachOObjectFile: Change isSectionText to return true for sections named text,... | Benjamin Kramer | 2011-07-15 | 1 | -4/+3 |
* | Use memcmp. | Benjamin Kramer | 2011-07-05 | 1 | -3/+1 |
* | Really fix typo :-( | Rafael Espindola | 2011-07-05 | 1 | -1/+1 |
* | Fix typo. | Rafael Espindola | 2011-07-05 | 1 | -2/+2 |
* | Compare all 4 bytes of the header. | Rafael Espindola | 2011-07-05 | 1 | -2/+3 |
* | Fix warnings. | Michael J. Spencer | 2011-07-05 | 1 | -3/+3 |
* | Object: Add proper error handling. | Michael J. Spencer | 2011-06-25 | 5 | -192/+425 |
* | Make Binary the parent of ObjectFile and update children to new interface. | Michael J. Spencer | 2011-06-25 | 5 | -152/+91 |
* | Add Binary class. This is a cleaner parent than ObjectFile. | Michael J. Spencer | 2011-06-25 | 2 | -0/+51 |
* | Add Object/Error. | Michael J. Spencer | 2011-06-25 | 2 | -0/+56 |
* | Revert r132910 and r132909 on behalf of Michael. They didn't build with clang. | Benjamin Kramer | 2011-06-13 | 3 | -107/+0 |
* | Revert the last two commits in the series. r132911, r132912. | Michael J. Spencer | 2011-06-13 | 5 | -91/+152 |
* | Make Binary the parent of ObjectFile and update children to new interface. | Michael J. Spencer | 2011-06-13 | 5 | -152/+91 |