summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-18/+18
* [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg2019-02-041-16/+16
* [AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio2019-02-042-3/+2
* [WebAssembly] Add missing SymbolRef update from rL352551Sam Clegg2019-01-301-2/+2
* [WebAssembly] Ensure BasicSymbolRef.getRawDataRefImpl().p is non-nullSam Clegg2019-01-291-4/+6
* [COFF] Add new relocation types.Martin Storsjo2019-01-271-0/+3
* allow COFF .def directive in module assembly when using ThinLTOBob Haarman2019-01-241-0/+9
* Limit dyld image suffixes guessed by guessLibraryShortName()Michael Trent2019-01-241-3/+18
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1924-96/+72
* [WebAssembly] Fixed objdump not parsing function headers.Wouter van Oortmerssen2019-01-171-1/+12
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-171-0/+45
* Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively2019-01-171-45/+0
* [WebAssembly] Parse llvm.ident into producers sectionThomas Lively2019-01-161-0/+45
* [Object] Return a symbol_iterator, rather than a basic_symbol_iterator, fromLang Hames2019-01-141-1/+1
* Don't require a null terminator when loading objectsDavid Major2019-01-091-1/+2
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-3/+3
* [llvm-readobj] [COFF] Print the symbol index for relocationsMartin Storsjo2019-01-031-0/+10
* Add vtable anchor to classes.Richard Trieu2018-12-291-0/+1
* [llvm-ar] Simplify string table get-or-insert pattern with .insert, NFCReid Kleckner2018-12-191-6/+4
* [Object] Deduplicate long archive member namesPeter Wu2018-12-191-4/+22
* [llvm-objcopy] Initial COFF supportMartin Storsjo2018-12-191-0/+12
* [WebAssembly] Check if the section order is correctHeejin Ahn2018-12-151-3/+67
* [Object] Rename getRelrRelocationType to getRelativeRelocationTypeFangrui Song2018-12-141-2/+2
* [macho] save the SDK version stored in module metadata into the version min andAlex Lorenz2018-12-141-0/+1
* [llvm-size][libobject] Add explicit "inTextSegment" methods similar to "isTex...Jordan Rupprecht2018-12-131-0/+8
* [WebAssembly] Update dylink section parsingSam Clegg2018-12-121-0/+6
* [COFF] Map truncated .eh_frame section nameMartin Storsjo2018-12-081-0/+6
* [WebAssembly] Make WasmSymbol's signature usable for events (NFC)Heejin Ahn2018-12-081-5/+7
* Use llvm::copy. NFCFangrui Song2018-11-172-5/+4
* [MSP430] Add MC layerAnton Korobeynikov2018-11-151-0/+7
* [WebAssembly] Add support for dylink section in object formatSam Clegg2018-11-141-1/+16
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-3/+92
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-3/+3
* Revert "[MSP430] Add MC layer"Davide Italiano2018-11-081-7/+0
* [MSP430] Add MC layerAnton Korobeynikov2018-11-081-0/+7
* [WebAssembly] Add shared memory support to limits fieldDerek Schuff2018-11-061-1/+1
* llvm-ar: Darwin archive format fixes.James Y Knight2018-10-101-26/+35
* Give same-named members unique timestamps on Darwin in llvm-ar.James Y Knight2018-10-041-7/+70
* [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasmDerek Schuff2018-10-031-5/+4
* [object] Improve the performance of getSymbols used by ArchiveWriterAlexander Shaposhnikov2018-09-111-11/+23
* Handle zero-length debug directory entries.Nico Weber2018-09-051-4/+6
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-38/+35
* [MachO] Fix inconsistency between error messages when validating LC_DYSYMTABFrancis Visoiu Mistrih2018-09-041-2/+2
* [MachO] Fix LC_DYSYMTAB validation for external symbolsFrancis Visoiu Mistrih2018-09-041-1/+1
* [Wasm] Add missing EOF checks for floatsJonas Devlieghere2018-08-311-0/+4
* [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
OpenPOWER on IntegriCloud