summaryrefslogtreecommitdiff
path: root/lib/Object
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Change range-based for-loops to be -Wrange-loop-analysis clean.Richard Trieu1-1/+1
2015-03-30Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren1-2/+2
2015-03-13Be lazy about loading metadata in IRObjectFile.Rafael Espindola1-1/+3
2015-03-09Add support for Nuxi CloudABI.Ed Schouten1-0/+1
2015-03-07ExecutionEngine: Preliminary support for dynamically loadable coff objectsDavid Majnemer1-3/+10
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini1-6/+3
2015-03-02Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,...Rui Ueyama1-37/+24
2015-03-01Add missing includes. make_unique proliferated everywhere.Benjamin Kramer1-0/+1
2015-02-25Object: Handle Mach-O kext bundle filesJustin Bogner3-0/+3
2015-02-21[obj2yaml/yaml2obj] Add SHT_GROUP support.Shankar Easwaran1-1/+16
2015-02-19Introduce Target::createNullTargetStreamer and use it from IRObjectFile.Peter Collingbourne1-0/+1
2015-02-17[Object] Support reading 64-bit MIPS ELF archivesSimon Atanasyan1-5/+25
2015-02-11Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner1-0/+3
2015-02-10[Object] Reformat the code with clang-formatSimon Atanasyan1-6/+5
2015-01-29[ELFYAML] Provide default value 0 for YAML relocation addendum fieldSimon Atanasyan1-1/+1
2015-01-27dd the option, -link-opt-hints to llvm-objdump used with -macho to print theKevin Enderby1-2/+25
2015-01-25[ELFYAML] Support mips64 relocation record format in yaml2obj/obj2yamlSimon Atanasyan1-1/+48
2015-01-23[Object][ELF] Test unknown type.Michael J. Spencer1-0/+1
2015-01-16Fix the Archive::Child::getRawSize() method used by llvm-objdump’s -archive...Kevin Enderby1-1/+1
2015-01-16This should fix the build bot clang-cmake-armv7-a15-full failing onKevin Enderby1-2/+0
2015-01-15Fix edge case when Start overflowed in 32 bit modeFilipe Cabecinhas1-2/+3
2015-01-15Add the option, -archive-headers, used with -macho to print the Mach-O archiv...Kevin Enderby1-0/+13
2015-01-15Report fatal errors instead of segfaulting/asserting on a few invalid accesse...Filipe Cabecinhas1-8/+46
2015-01-15[Object] Add SF_Exported flag. This flag will be set on all symbols that wouldLang Hames1-0/+3
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2-4/+4
2015-01-06Don't loop endlessly for MachO files with 0 ncmdsFilipe Cabecinhas1-0/+3
2014-12-23Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers.Kevin Enderby1-0/+5
2014-12-19Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-hea...Kevin Enderby1-0/+10
2014-12-19Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-he...Kevin Enderby1-0/+5
2014-12-19Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-h...Kevin Enderby1-0/+5
2014-12-19[Object] Don't crash on empty export lists.Juergen Ributzka1-1/+4
2014-12-18Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-...Kevin Enderby1-0/+5
2014-12-18Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private...Kevin Enderby1-0/+4
2014-12-18Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...Kevin Enderby1-3/+3
2014-12-17Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -pr...Kevin Enderby1-0/+5
2014-12-16Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -priva...Kevin Enderby1-0/+5
2014-12-16Start adding thin archive support.Rafael Espindola1-3/+17
2014-12-15Silence more static analyzer warnings.Michael Ilseman1-0/+2
2014-12-10Move three methods only used by MCJIT to MCJIT.Rafael Espindola2-49/+6
2014-12-09Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive.Rafael Espindola1-14/+10
2014-12-09Rename createIRObjectFile to just create.Rafael Espindola2-4/+4
2014-12-09Move method out of line to make buildbot happy.Rafael Espindola1-0/+2
2014-12-09Don't lookup an object symbol name in the module.Rafael Espindola1-5/+2
2014-12-04Add mach-o LC_RPATH support to llvm-objdumpJean-Daniel Dupas1-0/+5
2014-12-02Add ARM relocations to ELFYAMLWill Newton1-0/+3
2014-11-26Object/COFF: Fix off-by-one error for object having lots of relocationsRui Ueyama1-1/+2
2014-11-25COFF: Add back an assertion that is superseded by r222124David Majnemer1-1/+1
2014-11-21Remove duplication of relocation names in lib/Object/ELFYAML.cppTim Northover1-330/+7
2014-11-21Remove duplication of relocation names in lib/Object/ELF.cppTim Northover1-742/+14
2014-11-19llvm-readobj: fix off-by-one error in COFFDumperRui Ueyama1-1/+1