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