summaryrefslogtreecommitdiff
path: root/lib/Object
AgeCommit message (Expand)Author
2018-07-30Remove trailing spaceFangrui Song
2018-07-25[llvm-objdump] Add dynamic section printing to private-headers optionPaul Semel
2018-07-24Put "built-in" function definitions in global Used list, for LTO. (fix bug 34...Peter Collingbourne
2018-07-20[COFF] Use symbolic constants instead of hardcoded numbers. NFCI.Martin Storsjo
2018-07-20[COFF] Adjust how we flag weak externalsMartin Storsjo
2018-07-17MC: Implement support for new .addrsig and .addrsig_sym directives.Peter Collingbourne
2018-07-16[WebAssembly] Remove ELF file support.Sam Clegg
2018-07-11[llvm-readobj] Add -hex-dump (-x) optionPaul Semel
2018-07-04[llvm-objdump] Add --file-headers (-f) optionPaul Semel
2018-07-02[MC] Error on a .zerofill directive in a non-virtual sectionFrancis Visoiu Mistrih
2018-06-28[llvm-readobj] Add experimental support for SHT_RELR sectionsJake Ehrlich
2018-06-26Fix MSVC "signed/unsigned mismatch" warning. NFCI.Simon Pilgrim
2018-06-04[MachO] Add out-of-bounds check to MachOObjectFile.cppSam Clegg
2018-06-02[MC] Add assembler support for .cg_profile.Michael J. Spencer
2018-05-30MC: Remove redundant substr() callSam Clegg
2018-05-29Fix build error introduced in rL333459Sam Clegg
2018-05-29[WebAssembly] Add more error checking to object file parsingSam Clegg
2018-05-18[WebAssembly] Object: Add more error checking for object file readingSam Clegg
2018-05-18Support: Simplify endian stream interface. NFCI.Peter Collingbourne
2018-05-16[NFC] WebAssembly build break #2JF Bastien
2018-05-16[NFC] WebAssembly build fixJF Bastien
2018-05-15[WebAssembly] Provide WasmFunction content offset information.Sam Clegg
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-09[COFF] Improve correctness of def parsing for GNU featuresMartin Storsjo
2018-05-08Object: Find terminator correctly when reading long filenames in GNU archives...Hans Wennborg
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber
2018-04-27typoSam Clegg
2018-04-27[WebAssembly] Section symbols must have local bindingSam Clegg
2018-04-26[WebAssembly] Write DWARF data into wasm object fileSam Clegg
2018-04-26[WebAssembly] Add version to object file metadataSam Clegg
2018-04-26[WebAssembly] Implement getRelocationValueString()Sam Clegg
2018-04-25[WebAssebmly] Add Module name to WasmSymbolSam Clegg
2018-04-24[WebAssembly] Use section index in relocation section headerSam Clegg
2018-04-23Fix computeSymbolSizes SEGFAULT on invalid fileAdrian Prantl
2018-04-20[WebAssembly] Distinguish debug/symbol names in the Wasm structs. NFCNicholas Wilson
2018-04-20LowerTypeTests: Propagate symver directivesVlad Tsyrklevich
2018-04-19[llvm-objdump] Print "..." instead of random data for virtual sectionsFrancis Visoiu Mistrih
2018-04-17COFF: Make SectionChunk::Relocs field an ArrayRef. NFCI.Peter Collingbourne
2018-04-12[WebAssembly] libObject: Don't include the name the size of custom sectionsSam Clegg
2018-04-12[NFC] fix trivial typos in documents and commentsHiroshi Inoue
2018-04-10Object: Don't mark alias unconditionally definedVitaly Buka
2018-03-28[llvm-ar] Support multiple dashed optionsPeter Collingbourne
2018-03-21Sink Analysis/ObjectUtil(canBeOmittedFromSymbolTable) into IR so it can be le...David Blaikie
2018-03-20Object: Fix handling of @@@ in .symver directiveVitaly Buka
2018-03-20Object: Move attribute calculation into RecordStreamer. NFCVitaly Buka
2018-03-14[WebAssembly] Identify COMDATs by index rather than string. NFCNicholas Wilson
2018-03-09Delay creating an alias for @@@.Rafael Espindola
2018-03-09[WebAssembly] Disallow weak undefined globals in the object formatNicholas Wilson
2018-03-09Don't treat .symver as a regular alias definition.Rafael Espindola