summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* ArchiveWriter: Remove unused variables. NFC.Peter Collingbourne2017-03-161-4/+0
* Archives require a symbol table on Solaris, even if empty.Rafael Espindola2017-03-141-0/+5
* Perform symbol binding for .symver versioned symbolsTeresa Johnson2017-03-093-6/+106
* Actually add error handling to unpacking the dyld compact bind andKevin Enderby2017-02-281-11/+27
* Move llvm_unreachable out of switch.Rafael Espindola2017-02-221-2/+5
* Fix -Wcovered-switch-default.Rui Ueyama2017-02-221-3/+1
* Don't modify archive members unless really needed.Rafael Espindola2017-02-211-18/+31
* Yet another fix llvm-objdump so it picks a good CPU based for Mach-O files,Kevin Enderby2017-02-101-0/+2
* Move some error handling down to MCStreamer.Rafael Espindola2017-02-102-2/+2
* Object: pad out BSD archive members to 8-bytesSaleem Abdulrasool2017-02-091-1/+11
* Object: add a comment explaining a divergenceSaleem Abdulrasool2017-02-091-0/+2
* Object: pad BSD ar string table to 4-bytesSaleem Abdulrasool2017-02-091-0/+4
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings in Subta...Eugene Zelenko2017-02-091-14/+22
* Fix a typo in an error message for a check of invalid Mach-O files whereKevin Enderby2017-02-071-1/+1
* [WebAssembly] Add wasm support for llvm-readobjDerek Schuff2017-01-301-5/+6
* Fix llvm-objdump so it picks a good CPU based for Mach-O filesKevin Enderby2017-01-241-0/+4
* Add support for the x86_thread_state32_t andKevin Enderby2017-01-231-1/+20
* Add LC_BUILD_VERSION load commandSteven Wu2017-01-231-0/+34
* Add support for the new LC_NOTE load command.Kevin Enderby2017-01-191-0/+33
* [ARM] Create SubtargetFeatures from build attrsSam Parker2017-01-181-42/+153
* [ARM] Create objdump subtarget from build attrsSam Parker2017-01-181-0/+67
* Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins...George Rimar2017-01-171-4/+1
* Revert r292214 "[Support/Compression] - Change zlib API to return Error inste...George Rimar2017-01-171-1/+4
* [Support/Compression] - Change zlib API to return Error instead of custom sta...George Rimar2017-01-171-4/+1
* Revert r291903 and r291898. Reason: they break check-lld on the bots.Ivan Krasin2017-01-131-65/+0
* [ARM] Enable objdump to construct triple for ARMSam Parker2017-01-131-0/+65
* [lib/Object] Unbreak build with -Werror (unused variable). NFCI.Davide Italiano2017-01-111-1/+1
* [lib/Object] - Introduce Decompressor class.George Rimar2017-01-112-0/+103
* llvm-objdump: speed up -objc-meta-dataSaleem Abdulrasool2017-01-081-0/+8
* [ThinLTO] Optionally ignore empty index fileTeresa Johnson2017-01-061-0/+8
* Fix a bugs with using some Mach-O command line flags like "-arch armv7m".Kevin Enderby2016-12-162-2/+37
* [ThinLTO] Import composite types as declarationsTeresa Johnson2016-12-161-1/+2
* Object: Make IRObjectFile own multiple modules and enumerate symbols from all...Peter Collingbourne2016-12-131-13/+26
* Object: Remove module accessors from IRObjectFile, and hide its constructor.Peter Collingbourne2016-12-131-7/+2
* [Object][MachO] Reference-ify some helper function arguments. NFC.Lang Hames2016-12-041-201/+200
* Remove iostream include from WasmObjectFilePavel Labath2016-12-011-2/+0
* Object: Set SF_Indirect in ModuleSymbolTable.Peter Collingbourne2016-12-011-0/+2
* Object: Add SF_Executable symbol flag.Peter Collingbourne2016-12-011-1/+4
* Object: Extract a ModuleSymbolTable class from IRObjectFile.Peter Collingbourne2016-12-013-144/+195
* Only computeRelativePath() on new membersDavid Callahan2016-11-301-3/+8
* [WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff2016-11-305-1/+322
* Add error checking for Mach-O universal files.Kevin Enderby2016-11-281-6/+67
* Object: Add IRObjectFile::getTargetTriple().Peter Collingbourne2016-11-241-0/+2
* Object: Simplify the IRObjectFile symbol iterator implementation.Peter Collingbourne2016-11-241-89/+25
* Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessar...Peter Collingbourne2016-11-223-6/+6
* Object: Simplify; remove unnecessary use of unique_ptr.Peter Collingbourne2016-11-181-4/+4
* Object: replace backslashes with slashes in embedded relative thin archive pa...Peter Collingbourne2016-11-151-0/+6
* Fix llvm-symbolizer to correctly sort a symbol array and calculate symbol sizesKuba Brecka2016-11-151-12/+6
* Fix -Wswitch.Rui Ueyama2016-11-152-0/+2
* Add a file magic for CL.exe's object file created with /GL.Rui Ueyama2016-11-151-0/+1
OpenPOWER on IntegriCloud