summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* Add llvm::object::getELFSectionTypeName().Rafael Espindola2017-05-021-3/+63
* Object: Remove ModuleSummaryIndexObjectFile class.Peter Collingbourne2017-05-012-130/+0
* LTO: Mark undefined module asm symbols as used.Peter Collingbourne2017-04-261-0/+3
* revert debuggingSam Clegg2017-04-261-1/+1
* [WebAssembly] Allow for signed relocation addendsSam Clegg2017-04-261-2/+3
* [WebAssembly] Read global index in init expression as LEBSam Clegg2017-04-251-1/+1
* [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-04-246-28/+94
* [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-04-213-114/+135
* [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-04-195-41/+90
* Object: Shrink the size of irsymtab::Symbol by a word. NFCI.Peter Collingbourne2017-04-171-14/+18
* Object: Use offset+size as the irsymtab string representation.Peter Collingbourne2017-04-171-1/+2
* This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko2017-04-142-2/+3
* Object, LTO: Add target triple to irsymtab and LTO API.Peter Collingbourne2017-04-141-0/+1
* LTO: Pass SF_Executable flag through to InputFile::SymbolTobias Edler von Koch2017-04-131-0/+2
* Remove unused functions. Remove static qualifier from functions in header fil...Vassil Vassilev2017-04-111-7/+0
* [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
OpenPOWER on IntegriCloud