summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object
Commit message (Expand)AuthorAgeFilesLines
* Start to add real error messages for malformed Mach-O files.Kevin Enderby2016-04-131-12/+10
* Revert r265817Colin LeMahieu2016-04-084-12/+12
* [llvm-objdump] Printing hex instead of dec by defaultColin LeMahieu2016-04-084-12/+12
* [AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support.Valery Pykhtin2016-04-072-0/+77
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-2/+2
* Revert "[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support."Valery Pykhtin2016-04-061-75/+0
* [AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support.Valery Pykhtin2016-04-061-0/+75
* Create thin archive in GNU format to fix test on OS X.Peter Collingbourne2016-03-311-1/+2
* Object: Correctly read thin archives containing absolute paths.Peter Collingbourne2016-03-311-0/+5
* [lanai] Add Lanai backend.Jacques Pienaar2016-03-281-1/+1
* [llvm-readobj] Decode st_other symbol's flagsSimon Atanasyan2016-03-241-3/+11
* Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby2016-03-231-0/+3
* Add a testcase that would have found the bug in r263971.Rafael Espindola2016-03-212-0/+12
* Revert "[llvm-objdump] Printing relocations in executable and shared object f...Rafael Espindola2016-03-211-0/+5
* [llvm-objdump] Printing relocations in executable and shared object files. T...Colin LeMahieu2016-03-211-5/+0
* [yaml2obj, COFF] Correctly handle section alignmentDavid Majnemer2016-03-171-0/+14
* [AMDGPU] add AMDGPU target support to ELFObjectFile.h headerValery Pykhtin2016-03-093-0/+25
* [lanai] Add ELF enum value and relocations.Jacques Pienaar2016-03-012-0/+68
* IRObject: Mark extern_weak as weak.Rafael Espindola2016-02-291-0/+4
* Represent the dynamic table itself with a DynRegionInfo.Rafael Espindola2016-02-171-1/+1
* Change how readobj stores info about dynamic symbols.Rafael Espindola2016-02-172-1/+3
* Reapply r260489.Rafael Espindola2016-02-161-0/+12
* Introduce a getAsRange helper.Rafael Espindola2016-02-161-1/+1
* This reverts commit r260488 and r260489.Rafael Espindola2016-02-164-17/+10
* [readobj] Dump DT_JMPREL relocations when outputting dynamic relocations.Michael J. Spencer2016-02-111-0/+12
* [readobj] Handle ELF files with no section table or with no program headers.Michael J. Spencer2016-02-113-10/+5
* Fix identify_magic() to check that a file that starts with MH_MAGIC isKevin Enderby2016-01-261-1/+2
* Update the comments for the macho-invalid-zero-ncmds test and fixKevin Enderby2016-01-261-2/+6
* Fix the code that leads to the incorrect trigger of the report_fatal_error()Kevin Enderby2016-01-222-1/+5
* Fix MachOObjectFile::getSymbolName() to not call report_fatal_error()Kevin Enderby2016-01-221-1/+7
* Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error()Kevin Enderby2016-01-211-2/+8
* [llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flagsSimon Atanasyan2016-01-201-1/+1
* [llvm-readobj][ELF] Teach llvm-readobj to show dynamic relocation in REL formatSimon Atanasyan2016-01-162-0/+71
* [llvm-readobj] Dump DT_RELACOUNT correctly.Davide Italiano2016-01-161-1/+1
* Handle archives with paths in the names.Rafael Espindola2015-12-182-0/+9
* Stabilize llvm/test/Object/archive-update.test a bit.NAKAMURA Takumi2015-12-071-1/+2
* 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
OpenPOWER on IntegriCloud