summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Object/ELF] - Make getSymbol() return Error.George Rimar2016-11-031-0/+2
* Add the rest of the additional error checks for invalid Mach-O files whenKevin Enderby2016-11-021-19/+103
* [lli/COFF] Set the correct alignment for common symbolsDavide Italiano2016-11-021-0/+9
* [RISCV] Add RISC-V ELF definesAlex Bradbury2016-11-011-0/+7
* More additional error checks for invalid Mach-O files whenKevin Enderby2016-10-311-5/+52
* Another additional error check for invalid Mach-O files for theKevin Enderby2016-10-271-0/+26
* nother additional error check for an invalid Mach-O fileKevin Enderby2016-10-242-11/+34
* [Object] Replace TimeValue with std::chronoPavel Labath2016-10-242-25/+27
* Another additional error check for invalid Mach-O files for theKevin Enderby2016-10-201-0/+34
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-191-2/+2
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-10-191-0/+113
* One more additional error check for invalid Mach-O files for aKevin Enderby2016-10-181-0/+5
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-10-181-0/+25
* Object: Add a missing return in ObjectFile::createObjectFileJustin Bogner2016-10-181-2/+2
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-10-171-0/+78
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-10-111-0/+36
* [Object] Fix a crash in Archive::child_iterator's default constructor.Lang Hames2016-10-051-4/+7
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-10-041-0/+47
OpenPOWER on IntegriCloud