summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* COFF: Teach llvm-objdump how to dump DLL forwarder symbols.Rui Ueyama2016-01-121-0/+24
* [WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.Dan Gohman2016-01-121-0/+7
* Handle archives with paths in the names.Rafael Espindola2015-12-181-2/+4
* Use diagnostic handler in the LLVMContextRafael Espindola2015-12-141-1/+1
* Use make_range to reduce mentions of iterator type. NFCCraig Topper2015-12-061-8/+4
* Remove "ExportingModule" from ThinLTO Index (NFC)Mehdi Amini2015-12-031-6/+4
* [ThinLTO] Deduplicate function index loading into shared helper (NFC)Teresa Johnson2015-11-231-0/+23
* Do not require a Context to extract the FunctionIndex from Bitcode (NFC)Mehdi Amini2015-11-191-6/+8
* ELFYAML: Add support for parsing AMDGPU section attribute flagsTom Stellard2015-11-131-0/+12
* [Object, MachO] Mark symbols from DATA and BSS sections as ST_DataKuba Brecka2015-11-121-0/+3
* Fix llvm-nm(1) printing of llvm-bitcode files for -format darwin to match dar...Kevin Enderby2015-11-101-0/+6
* Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby2015-11-052-48/+93
* [ELF] elfiamcu triple should imply e_machine == EM_IAMCUMichael Kuperstein2015-11-042-0/+2
* This never returns end(), simplify to use Child instead of iterator. NFC.Rafael Espindola2015-11-031-3/+2
* Restore "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-031-5/+4
* Revert "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-021-4/+5
* Support for ThinLTO function importing and symbol linking.Teresa Johnson2015-11-021-5/+4
* Clang format a few prior patches (NFC)Teresa Johnson2015-11-021-28/+35
* Avoid implicitly constructing a Archive::child_iterator.Rafael Espindola2015-11-021-10/+10
* Use Child instead of child_iterator in the archive writer.Rafael Espindola2015-11-011-5/+5
* Don't store a Child to the first regular member.Rafael Espindola2015-10-311-8/+17
* Simplify handling of archive Symbol tables.Rafael Espindola2015-10-311-9/+14
* Simplify the handling of the archive string table.Rafael Espindola2015-10-311-12/+10
* [AVR] Add ELF constants to headersDylan McKay2015-10-231-0/+19
* Backing out commit r250906 as it broke lld.Kevin Enderby2015-10-212-117/+44
* This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby2015-10-212-44/+117
* Tweak to r250117 and change to use ErrorOr and drop isSizeValid forKevin Enderby2015-10-131-17/+12
* Fixed bugs in llvm-obdump while parsing Mach-O files from malformed archivesKevin Enderby2015-10-121-0/+12
* Address review comments, remove error case and return 0 instead as required b...Reid Kleckner2015-10-091-7/+8
* [llvm-symbolizer] Make --relative-address work with DWARF contextsReid Kleckner2015-10-091-10/+11
* Fix a bug in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-081-3/+26
* Handle Archive::getNumberOfSymbols being called in an archive with no symbols.Rafael Espindola2015-10-081-2/+2
* Support for function summary index bitcode sections and files.Teresa Johnson2015-10-042-0/+115
* Prune trailing whitespaces.NAKAMURA Takumi2015-09-221-10/+10
* Untabify.NAKAMURA Takumi2015-09-222-3/+2
* Reformat blank lines.NAKAMURA Takumi2015-09-221-3/+0
* Reformat comment lines.NAKAMURA Takumi2015-09-221-2/+2
* Reformat.NAKAMURA Takumi2015-09-221-30/+27
* Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...Craig Topper2015-09-211-12/+12
* Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...Rui Ueyama2015-08-281-1/+4
* Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...Rui Ueyama2015-08-281-46/+1
* Object: Teach llvm-ar to create symbol table for COFF short import files.Rui Ueyama2015-08-281-1/+46
* [MachO] Move trivial accessors to header.Davide Italiano2015-08-251-18/+0
* [MachO] Introduce MinVersion API.Davide Italiano2015-08-251-0/+18
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-074-31/+25
* Add dynamic_table iterators back to ELF.h.Rafael Espindola2015-08-071-0/+2
* COFF: Assign the correct symbol type to internal functions.Peter Collingbourne2015-08-061-2/+2
* Use early return NFC.Frederic Riss2015-08-031-8/+8
* [COFF] Consider the ImageBase when reporting section addressesDavid Majnemer2015-07-311-2/+10
* [COFF] Return symbol VAs instead of RVAs for PE filesReid Kleckner2015-07-311-0/+8
OpenPOWER on IntegriCloud