summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* [WASM] Remove other comparison of unsigned expression >= 0.Davide Italiano2017-04-011-3/+3
* [WASM] Remove a set but never used variable.Davide Italiano2017-04-011-4/+1
* [WASM] Remove an assertion that can never fire.Davide Italiano2017-04-011-2/+2
* Fix MSVC 'not all control paths return a value' warningSimon Pilgrim2017-03-311-0/+1
* Re-apply r299168 and r299169 now that the libdeps are fixed.Peter Collingbourne2017-03-312-0/+229
* Revert r299168 and r299169 due to library dependency issues.Peter Collingbourne2017-03-312-229/+0
* LTO: Reduce memory consumption by creating an in-memory symbol table for Inpu...Peter Collingbourne2017-03-312-0/+229
* Fix typo, defind -> defined.Eric Christopher2017-03-311-1/+1
* [Object] Remove check for BIND_OPCODE_DONE/REBASE_OPCODE_DONE.Juergen Ributzka2017-03-301-12/+8
* [WebAssembly] Improve support for WebAssembly binary formatDerek Schuff2017-03-301-61/+574
* Add ifunc support to ModuleSymbolTable.Rafael Espindola2017-03-291-5/+1
* Add the error handling for Mach-O dyld compact lazy bind, weak bind andKevin Enderby2017-03-271-46/+274
* [ThinLTO] Add support for emitting minimized bitcode for thin linkTeresa Johnson2017-03-231-2/+7
* Add the rest of the error checking for Mach-O dyld compact bind entry errorsKevin Enderby2017-03-201-29/+406
* 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
OpenPOWER on IntegriCloud