summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* [COFF] Expose an easier helper function for getting names for relocation typesMartin Storsjo2018-08-271-16/+18
* Use unique_ptr to hold MCInstrInfoVitaly Buka2018-08-241-1/+2
* Use unique_ptr.Joel Galenson2018-08-241-1/+2
* Find PLT entries for x86, x86_64, and AArch64.Joel Galenson2018-08-241-0/+65
* [WebAssembly] Ensure relocation entries are ordered by offsetSam Clegg2018-08-221-0/+5
* llvm-readobj: Fix addend in relocations for android packed formatPeter Collingbourne2018-08-151-9/+6
* [WASM] Fix overflow when reading custom sectionJonas Devlieghere2018-08-081-3/+10
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [llvm-objdump] Add dynamic section printing to private-headers optionPaul Semel2018-07-251-0/+138
* Put "built-in" function definitions in global Used list, for LTO. (fix bug 34...Peter Collingbourne2018-07-241-1/+13
* [COFF] Use symbolic constants instead of hardcoded numbers. NFCI.Martin Storsjo2018-07-201-1/+6
* [COFF] Adjust how we flag weak externalsMartin Storsjo2018-07-202-6/+5
* MC: Implement support for new .addrsig and .addrsig_sym directives.Peter Collingbourne2018-07-171-0/+1
* [WebAssembly] Remove ELF file support.Sam Clegg2018-07-161-9/+0
* [llvm-readobj] Add -hex-dump (-x) optionPaul Semel2018-07-112-0/+36
* [llvm-objdump] Add --file-headers (-f) optionPaul Semel2018-07-041-0/+6
* [MC] Error on a .zerofill directive in a non-virtual sectionFrancis Visoiu Mistrih2018-07-022-2/+3
* [llvm-readobj] Add experimental support for SHT_RELR sectionsJake Ehrlich2018-06-281-0/+127
* Fix MSVC "signed/unsigned mismatch" warning. NFCI.Simon Pilgrim2018-06-261-1/+1
* [MachO] Add out-of-bounds check to MachOObjectFile.cppSam Clegg2018-06-041-0/+1
* [MC] Add assembler support for .cg_profile.Michael J. Spencer2018-06-021-0/+1
* MC: Remove redundant substr() callSam Clegg2018-05-302-2/+2
* Fix build error introduced in rL333459Sam Clegg2018-05-291-2/+3
* [WebAssembly] Add more error checking to object file parsingSam Clegg2018-05-291-224/+240
* [WebAssembly] Object: Add more error checking for object file readingSam Clegg2018-05-181-3/+9
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-4/+2
* [NFC] WebAssembly build break #2JF Bastien2018-05-161-0/+4
* [NFC] WebAssembly build fixJF Bastien2018-05-161-0/+13
* [WebAssembly] Provide WasmFunction content offset information.Sam Clegg2018-05-151-0/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-2/+2
* [COFF] Improve correctness of def parsing for GNU featuresMartin Storsjo2018-05-092-10/+18
* Object: Find terminator correctly when reading long filenames in GNU archives...Hans Wennborg2018-05-081-4/+8
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-1/+1
* typoSam Clegg2018-04-271-2/+3
* [WebAssembly] Section symbols must have local bindingSam Clegg2018-04-271-0/+4
* [WebAssembly] Write DWARF data into wasm object fileSam Clegg2018-04-261-1/+35
* [WebAssembly] Add version to object file metadataSam Clegg2018-04-261-0/+8
* [WebAssembly] Implement getRelocationValueString()Sam Clegg2018-04-261-4/+8
* [WebAssebmly] Add Module name to WasmSymbolSam Clegg2018-04-251-0/+1
* [WebAssembly] Use section index in relocation section headerSam Clegg2018-04-241-29/+6
* Fix computeSymbolSizes SEGFAULT on invalid fileAdrian Prantl2018-04-231-0/+4
* [WebAssembly] Distinguish debug/symbol names in the Wasm structs. NFCNicholas Wilson2018-04-201-15/+6
* LowerTypeTests: Propagate symver directivesVlad Tsyrklevich2018-04-203-36/+64
* [llvm-objdump] Print "..." instead of random data for virtual sectionsFrancis Visoiu Mistrih2018-04-191-2/+4
* COFF: Make SectionChunk::Relocs field an ArrayRef. NFCI.Peter Collingbourne2018-04-171-6/+3
* [WebAssembly] libObject: Don't include the name the size of custom sectionsSam Clegg2018-04-121-1/+5
* [NFC] fix trivial typos in documents and commentsHiroshi Inoue2018-04-121-1/+1
* Object: Don't mark alias unconditionally definedVitaly Buka2018-04-101-1/+4
* [llvm-ar] Support multiple dashed optionsPeter Collingbourne2018-03-281-9/+13
OpenPOWER on IntegriCloud