summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* Change range-based for-loops to be -Wrange-loop-analysis clean.Richard Trieu2015-04-151-1/+1
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-2/+2
* Be lazy about loading metadata in IRObjectFile.Rafael Espindola2015-03-131-1/+3
* Add support for Nuxi CloudABI.Ed Schouten2015-03-091-0/+1
* ExecutionEngine: Preliminary support for dynamically loadable coff objectsDavid Majnemer2015-03-071-3/+10
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-6/+3
* Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,...Rui Ueyama2015-03-021-37/+24
* Add missing includes. make_unique proliferated everywhere.Benjamin Kramer2015-03-011-0/+1
* Object: Handle Mach-O kext bundle filesJustin Bogner2015-02-253-0/+3
* [obj2yaml/yaml2obj] Add SHT_GROUP support.Shankar Easwaran2015-02-211-1/+16
* Introduce Target::createNullTargetStreamer and use it from IRObjectFile.Peter Collingbourne2015-02-191-0/+1
* [Object] Support reading 64-bit MIPS ELF archivesSimon Atanasyan2015-02-171-5/+25
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+3
* [Object] Reformat the code with clang-formatSimon Atanasyan2015-02-101-6/+5
* [ELFYAML] Provide default value 0 for YAML relocation addendum fieldSimon Atanasyan2015-01-291-1/+1
* dd the option, -link-opt-hints to llvm-objdump used with -macho to print theKevin Enderby2015-01-271-2/+25
* [ELFYAML] Support mips64 relocation record format in yaml2obj/obj2yamlSimon Atanasyan2015-01-251-1/+48
* [Object][ELF] Test unknown type.Michael J. Spencer2015-01-231-0/+1
* Fix the Archive::Child::getRawSize() method used by llvm-objdump’s -archive...Kevin Enderby2015-01-161-1/+1
* This should fix the build bot clang-cmake-armv7-a15-full failing onKevin Enderby2015-01-161-2/+0
* Fix edge case when Start overflowed in 32 bit modeFilipe Cabecinhas2015-01-151-2/+3
* Add the option, -archive-headers, used with -macho to print the Mach-O archiv...Kevin Enderby2015-01-151-0/+13
* Report fatal errors instead of segfaulting/asserting on a few invalid accesse...Filipe Cabecinhas2015-01-151-8/+46
* [Object] Add SF_Exported flag. This flag will be set on all symbols that wouldLang Hames2015-01-151-0/+3
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-142-4/+4
* Don't loop endlessly for MachO files with 0 ncmdsFilipe Cabecinhas2015-01-061-0/+3
* Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers.Kevin Enderby2014-12-231-0/+5
* Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-hea...Kevin Enderby2014-12-191-0/+10
* Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-he...Kevin Enderby2014-12-191-0/+5
* Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-h...Kevin Enderby2014-12-191-0/+5
* [Object] Don't crash on empty export lists.Juergen Ributzka2014-12-191-1/+4
* Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-...Kevin Enderby2014-12-181-0/+5
* Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private...Kevin Enderby2014-12-181-0/+4
* Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...Kevin Enderby2014-12-181-3/+3
* Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -pr...Kevin Enderby2014-12-171-0/+5
* Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -priva...Kevin Enderby2014-12-161-0/+5
* Start adding thin archive support.Rafael Espindola2014-12-161-3/+17
* Silence more static analyzer warnings.Michael Ilseman2014-12-151-0/+2
* Move three methods only used by MCJIT to MCJIT.Rafael Espindola2014-12-102-49/+6
* Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive.Rafael Espindola2014-12-091-14/+10
* Rename createIRObjectFile to just create.Rafael Espindola2014-12-092-4/+4
* Move method out of line to make buildbot happy.Rafael Espindola2014-12-091-0/+2
* Don't lookup an object symbol name in the module.Rafael Espindola2014-12-091-5/+2
* Add mach-o LC_RPATH support to llvm-objdumpJean-Daniel Dupas2014-12-041-0/+5
* Add ARM relocations to ELFYAMLWill Newton2014-12-021-0/+3
* Object/COFF: Fix off-by-one error for object having lots of relocationsRui Ueyama2014-11-261-1/+2
* COFF: Add back an assertion that is superseded by r222124David Majnemer2014-11-251-1/+1
* Remove duplication of relocation names in lib/Object/ELFYAML.cppTim Northover2014-11-211-330/+7
* Remove duplication of relocation names in lib/Object/ELF.cppTim Northover2014-11-211-742/+14
* llvm-readobj: fix off-by-one error in COFFDumperRui Ueyama2014-11-191-1/+1
OpenPOWER on IntegriCloud