summaryrefslogtreecommitdiffstats
path: root/test/Object
Commit message (Expand)AuthorAgeFilesLines
* [llvm-readobj] - Teach readobj to print DT_FILTER dynamic tag in human readab...George Rimar2017-07-142-7/+7
* [WebAssembly] Be consistent in generating trivial test input filesSam Clegg2017-07-105-7/+35
* [YAML] - Teach yaml2obj/obj2yaml to work with numeric relocation values.George Rimar2017-06-301-0/+29
* Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.Peter Collingbourne2017-06-271-0/+13
* Bitcode: Write the irsymtab to disk.Peter Collingbourne2017-06-273-0/+52
* obj2yaml: Improve error reportingSam Clegg2017-06-161-1/+1
* test: fix hexagon buildSaleem Abdulrasool2017-06-053-0/+3
* AMDGPU: Remove deprecated and unused elf definitionsKonstantin Zhuravlyov2017-06-051-15/+6
* CodeGen: add support for emitting ObjC image infoSaleem Abdulrasool2017-06-053-0/+42
* Add support for handling ifuncs to GlobalValue::getBaseObjectTeresa Johnson2017-05-151-1/+1
* Add an extra test for archive symbol tables.Rafael Espindola2017-05-151-0/+19
* [COFF] Gracefully handle empty .drectve sectionsShoaib Meenai2017-05-142-0/+17
* [llvm-readobj] Improve errors on invalid binarySam Clegg2017-05-101-2/+2
* [WebAssembly] Fix validation of start functionSam Clegg2017-05-091-0/+10
* [llvm-ar] errors go on stderr and not on stdout.Davide Italiano2017-04-051-1/+1
* Reland r298901 with modifications (reverted in r298932)Weiming Zhao2017-04-031-0/+1
* [AMDGPU] Fix typo in test filename. NFC.Konstantin Zhuravlyov2017-03-311-0/+0
* Add ifunc support to ModuleSymbolTable.Rafael Espindola2017-03-291-0/+3
* Revert "Dont emit Mapping symbols for sections that contain only data."Weiming Zhao2017-03-281-1/+0
* Dont emit Mapping symbols for sections that contain only data.Weiming Zhao2017-03-281-0/+1
* Archives require a symbol table on Solaris, even if empty.Rafael Espindola2017-03-142-0/+19
* Write to a temporary file in test instead of random file in the test directory.Benjamin Kramer2017-02-221-6/+6
* Don't modify archive members unless really needed.Rafael Espindola2017-02-213-7/+37
* test: adjust the test for the BSD formatSaleem Abdulrasool2017-02-091-3/+8
* Object: pad out BSD archive members to 8-bytesSaleem Abdulrasool2017-02-091-4/+6
* Fix a typo in an error message for a check of invalid Mach-O files whereKevin Enderby2017-02-071-1/+1
* Object: Handle files without a dynamic symbol table.Peter Collingbourne2017-02-031-0/+2
* Change the llvm-obdump(1) behavior with the -macho flag and inappropriate fil...Kevin Enderby2017-01-301-2/+2
* [obj2yaml] Produce correct output for invalid relocations.Davide Italiano2017-01-262-0/+37
* Add support for the new LC_NOTE load command.Kevin Enderby2017-01-192-0/+3
* [Object] Fixup permissions of input files.Davide Italiano2017-01-162-0/+0
* [llvm-objdump] Dump PT_NOTE as part of -p.Davide Italiano2017-01-161-0/+0
* [llvm-objdump] Dump PT_GNU_RELRO as part of -p.Davide Italiano2017-01-161-0/+0
* Object: Make IRObjectFile own multiple modules and enumerate symbols from all...Peter Collingbourne2016-12-132-0/+11
* llvm/test/Object/archive-thin-create.test: Make sure that %t is empty to stab...NAKAMURA Takumi2016-12-091-0/+1
* [llvm-readobj] - Teach readobj to print PT_OPENBSD_BOOTDATA headerGeorge Rimar2016-12-061-0/+0
* Prefix path when displaying thin archives.Rafael Espindola2016-12-042-17/+19
* Only computeRelativePath() on new membersDavid Callahan2016-11-301-0/+14
* Add error checking for Mach-O universal files.Kevin Enderby2016-11-288-0/+21
* llvm-nm: Don't print value or size for undefined or weak symbolsMeador Inge2016-11-231-3/+2
* [ELF] Convert ELF.h to Expected<T>.Davide Italiano2016-11-162-13/+13
* Object: replace backslashes with slashes in embedded relative thin archive pa...Peter Collingbourne2016-11-151-0/+9
* Add error handling to getEntry.Rafael Espindola2016-11-032-0/+3
* Replace a report_fatal_error with an ErrorOr.Rafael Espindola2016-11-031-1/+1
* replace a report_fatal_error with a ErrorOr.Rafael Espindola2016-11-031-1/+1
* Add the rest of the additional error checks for invalid Mach-O files whenKevin Enderby2016-11-0216-0/+45
* Avoid a report_fatal_error in sections().Rafael Espindola2016-11-021-1/+1
* Don't compute DotShstrtab eagerly.Rafael Espindola2016-11-012-1/+0
* Use the existing std::error_code out parameter.Rafael Espindola2016-11-011-1/+1
* More additional error checks for invalid Mach-O files whenKevin Enderby2016-10-313-0/+6