summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object
Commit message (Expand)AuthorAgeFilesLines
* Fix printing of 64 bit values and make test more strict.Rafael Espindola2015-10-011-12/+26
* Avoid SEGFAULT if a requested symbol section is absent.Rafael Espindola2015-09-211-0/+2
* Fixup r248096, commit the *correct* test.Davide Italiano2015-09-191-2/+2
* [obj2yaml] Fix "time of check to time of use" bug. Add a test.Davide Italiano2015-09-191-0/+3
* [opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie2015-09-111-2/+2
* Object: Fix COFF import file's symbols.Rui Ueyama2015-09-011-3/+3
* Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...Rui Ueyama2015-08-283-0/+10
* Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...Rui Ueyama2015-08-283-10/+0
* Object: Teach llvm-ar to create symbol table for COFF short import files.Rui Ueyama2015-08-283-0/+10
* Report an error if a SHT_SYMTAB_SHNDX section has the wrong size.Rafael Espindola2015-08-242-0/+4
* Add a test showing that objdump (and so ObjectFIle) can handle shndx.Rafael Espindola2015-08-102-0/+8
* add missing tests filesRafael Espindola2015-08-071-0/+0
* Add dynamic_table iterators back to ELF.h.Rafael Espindola2015-08-072-0/+14
* Move to llvm-readobj code that is only used there.Rafael Espindola2015-08-061-1/+1
* Update comments.Rui Ueyama2015-08-061-2/+2
* [COFF] Return symbol VAs instead of RVAs for PE filesReid Kleckner2015-07-313-0/+31
* ELFYAML: Enable parsing of EM_AMDGPUTom Stellard2015-07-311-0/+12
* Support printing relocations in files with no section table.Rafael Espindola2015-07-232-0/+12
* Refactor duplicated code and check for invalid symbol table size.Rafael Espindola2015-07-232-0/+4
* Force the gnu archive format to fix the test on darwin.Rafael Espindola2015-07-221-1/+1
* Fix fetching the symbol table of a thin archive.Rafael Espindola2015-07-221-0/+11
* Identify thin archives as archives.Rafael Espindola2015-07-221-0/+9
* [Object][ELF] Handle files with no section header string table.Michael J. Spencer2015-07-212-0/+10
* Simplify iterating over the dynamic section and report broken ones.Rafael Espindola2015-07-202-0/+6
* Remove Elf_Rela_Iter and Elf_Rel_Iter.Rafael Espindola2015-07-202-0/+7
* Report errors an invalid virtual addresses.Rafael Espindola2015-07-202-0/+6
* Simplify iterating over program headers and detect corrupt ones.Rafael Espindola2015-07-202-0/+6
* llvm-readobj: Handle invalid references to the string table.Rafael Espindola2015-07-202-0/+7
* Move CHECKs closer to the RUN line.Rafael Espindola2015-07-201-6/+9
* llvm-readobj: call exit(1) on error.Rafael Espindola2015-07-201-1/+0
* Trying to fix the windows bots.Rafael Espindola2015-07-161-4/+4
* Fix handling of relative paths in thin archives.Rafael Espindola2015-07-161-3/+18
* llvm-ar: Don't write the directory in the string table.Rafael Espindola2015-07-151-3/+12
* Handle the error of trying to convert a regular archive to a thin one.Rafael Espindola2015-07-151-0/+14
* Initial support for writing thin archives.Rafael Espindola2015-07-151-0/+11
* Accept lower case to handle windows error messages.Rafael Espindola2015-07-141-1/+1
* Add support for reading members out of thin archives.Rafael Espindola2015-07-141-0/+6
* llvm-ar: Don't try to extract from thin archives.Rafael Espindola2015-07-141-0/+3
* Sleep for 2.1 seconds to see if that makes the test stable on windows.Rafael Espindola2015-07-141-2/+3
* llvm-ar: print an error when the requested member is not found.Rafael Espindola2015-07-141-0/+4
* Rename a test. NFC.Rafael Espindola2015-07-141-2/+0
* Add missing file.Rafael Espindola2015-07-131-0/+0
* Fix reading archive members with / in the name.Rafael Espindola2015-07-131-0/+6
* Add support deterministic output in llvm-ar and make it the default.Rafael Espindola2015-07-134-20/+20
* [Object][ELF] Handle the dynamic string table in files without a section table.Michael J. Spencer2015-07-101-1/+29
* [Object][ELF] Support dumping hash-tables from files with no section table.Michael J. Spencer2015-07-092-0/+8
* Create BSD archives by default on OS X.Rafael Espindola2015-07-091-1/+1
* llvm-ar: Pad the symbol table to 4 bytes.Rafael Espindola2015-07-091-0/+8
* [yaml2obj] Initialize sh_addralign field for the .symtab sectionSimon Atanasyan2015-07-091-0/+3
* [ELF] Explicitly configure sections alignment in the tests. NFCSimon Atanasyan2015-07-092-0/+2
OpenPOWER on IntegriCloud