summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* 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
* ELFYAML: Enable parsing of EM_AMDGPUTom Stellard2015-07-311-0/+1
* [COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristicsDavid Majnemer2015-07-301-0/+1
* Summary:Martell Malone2015-07-282-0/+5
* Fix fetching the symbol table of a thin archive.Rafael Espindola2015-07-221-6/+11
* Fix handling of relative paths in thin archives.Rafael Espindola2015-07-161-3/+32
* llvm-ar: Don't write the directory in the string table.Rafael Espindola2015-07-151-1/+1
* Silence GCC -Wparenthesis warningDavid Majnemer2015-07-151-3/+2
* For new archive member we only need to store the full path.Rafael Espindola2015-07-151-4/+4
* Simplify a few uses of remove_filename by using parent_path instead.Rafael Espindola2015-07-151-3/+2
* Handle the error of trying to convert a regular archive to a thin one.Rafael Espindola2015-07-151-0/+3
* Initial support for writing thin archives.Rafael Espindola2015-07-151-13/+24
* Use a range loop.Rafael Espindola2015-07-141-4/+2
* Add support for reading members out of thin archives.Rafael Espindola2015-07-141-1/+22
* Add a herper function. NFC.Rafael Espindola2015-07-141-8/+7
* Fix reading archive members with / in the name.Rafael Espindola2015-07-131-3/+3
* Add support deterministic output in llvm-ar and make it the default.Rafael Espindola2015-07-131-17/+43
* llvm-ar: Pad the symbol table to 4 bytes.Rafael Espindola2015-07-091-2/+5
* Basic support for BSD symbol tables in archives.Rafael Espindola2015-07-091-17/+39
* Remove redundant variable. NFC.Rafael Espindola2015-07-091-2/+1
* Add a helper to printing BE of LE depending on the format.Rafael Espindola2015-07-091-6/+10
* Extract printBSDMemberHeader.Rafael Espindola2015-07-091-22/+25
* Don't reject an archive with just a symbol table.Rafael Espindola2015-07-081-1/+1
* Disallow Archive::child_iterator that don't point to an archive.Rafael Espindola2015-07-082-3/+2
* Use a raw_svector_ostream and simplify a loop. NFC.Rafael Espindola2015-07-081-6/+3
* Start adding support for writing archives in BSD format.Rafael Espindola2015-07-081-10/+30
* Inline function into only use.Rafael Espindola2015-07-081-12/+6
OpenPOWER on IntegriCloud