summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-2/+2
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-2/+2
* ELFYAML: Add support for parsing AMDGPU section attribute flagsTom Stellard2015-11-131-1/+16
* Tests: be slightly more specific to avoid conflict with path.Tim Northover2015-10-261-1/+1
* [AVR] Add ELF constants to headersDylan McKay2015-10-232-0/+62
* 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
OpenPOWER on IntegriCloud