summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add a checkSymbolTable() method to the MachOObjectFile class.Kevin Enderby2016-11-141-0/+68
* Restore "[ThinLTO] Prevent exporting of locals used/defined in module level asm"Teresa Johnson2016-11-141-2/+1
* Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne2016-11-132-9/+9
* Fix -Wpessimizing-move warning.Rui Ueyama2016-11-111-1/+1
* Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.Peter Collingbourne2016-11-111-22/+15
* Bitcode: Clean up error handling for certain bitcode query functions.Peter Collingbourne2016-11-111-12/+0
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-112-2/+2
* Make the Error class constructor protectedMehdi Amini2016-11-114-16/+15
* [lli] Simplify the code a bit. No functional change intended.Davide Italiano2016-11-111-3/+1
* Revert "[ThinLTO] Prevent exporting of locals used/defined in module level asm"Mehdi Amini2016-11-091-1/+2
* [ThinLTO] Prevent exporting of locals used/defined in module level asmTeresa Johnson2016-11-081-2/+1
* IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne2016-11-081-4/+1
* [lib/Object] Modernize. NFCI.Davide Italiano2016-11-071-4/+3
* Add support for the ARM_THREAD_STATE64 andKevin Enderby2016-11-031-0/+19
OpenPOWER on IntegriCloud