summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object
Commit message (Expand)AuthorAgeFilesLines
* [WASM] Fix overflow when reading custom sectionJonas Devlieghere2018-08-082-0/+3
* [ELF] Change isSectionData to exclude SHF_EXECINSTRFangrui Song2018-06-231-1/+1
* Implemented sane default for llvm-objdump's relocation Value formatDaniel Cederman2018-06-013-9/+9
* Fix use of `echo` command in test scriptSam Clegg2018-05-301-1/+1
* [WebAssembly] Add more error checking to object file parsingSam Clegg2018-05-291-0/+16
* [WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg2018-05-101-1/+1
* Add a test for r331746.Hans Wennborg2018-05-092-0/+391
* AMDGPU: Add Vega12 and Vega20Matt Arsenault2018-04-301-0/+33
* typoSam Clegg2018-04-271-0/+0
* [WebAssembly] Section symbols must have local bindingSam Clegg2018-04-271-0/+0
* [WebAssembly] Add version to object file metadataSam Clegg2018-04-263-0/+12
* [WebAssembly] Implement getRelocationValueString()Sam Clegg2018-04-261-3/+3
* [WebAssembly] Use section index in relocation section headerSam Clegg2018-04-241-0/+0
* Disable a test using environment variables that requires a real shellDavid Blaikie2018-04-031-0/+1
* [llvm-ar] Support multiple dashed optionsPeter Collingbourne2018-03-281-1/+1
* [WebAssembly] Reorder reloc sections to come between symtab and nameNicholas Wilson2018-03-051-0/+0
* [WebAssembly] Update pre-generated test files to match latest llc output. NFC.Nicholas Wilson2018-03-013-12/+12
* [WebAssembly] Remove DataSize from linking metadata sectionSam Clegg2018-02-271-1/+0
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-234-10/+35
* AMDGPU: Bring elf flags in sync with the specKonstantin Zhuravlyov2018-02-167-136/+555
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-2/+2
* Allow unaligned access to ELF file data structures.Rui Ueyama2018-01-123-6/+10
* [WebAssembly] Don't allow functions to be named twiceSam Clegg2018-01-121-0/+28
* Add flag to ArchiveWriter to test GNU64 format more efficientlyJake Ehrlich2017-12-011-4/+5
* Check alignment in getSectionContentsAsArray.Rafael Espindola2017-11-301-0/+21
* [AMDGPU][MC][GFX8][GFX9] Corrected names of integer v_{add/addc/sub/subrev/su...Dmitry Preobrazhensky2017-11-201-4/+4
* [test] Add test files that were missed from SVN r317459Martin Storsjo2017-11-062-0/+0
* [ObjectYAML] Map relocation types for COFF ARMNT and ARM64Martin Storsjo2017-11-061-0/+158
* llvm/test/Object/archive-SYM64-write.test: Delete large temp files. They are ...NAKAMURA Takumi2017-11-041-0/+3
* Reland "Add support for writing 64-bit symbol tables for archives when offset...Jake Ehrlich2017-11-031-0/+35
* Revert "Add support for writing 64-bit symbol tables for archives when offset...Jake Ehrlich2017-10-271-31/+0
* Add support for writing 64-bit symbol tables for archives when offsets become...Jake Ehrlich2017-10-271-0/+31
* Fix buffer overflow.Rafael Espindola2017-10-192-0/+3
* Add base relative relocation record that can be used for the following case (...Tony Tye2017-10-161-0/+4
* Convert an ErrorOr to Expected.Rafael Espindola2017-10-111-1/+3
* Make the ELFFile constructor private.Rafael Espindola2017-10-102-0/+4
* Make the ELFObjectFile constructor private.Rafael Espindola2017-10-101-4/+4
* Convert two uses of ErrorOr to Expected.Rafael Espindola2017-10-101-1/+1
* Added phdr upper bound checks to ElfObject.Rafael Espindola2017-10-052-0/+26
* AMDGPU: Add and set AMDGPU-specific e_flagsKonstantin Zhuravlyov2017-10-054-33/+106
* AMDGPU: Add ELFOSABI_AMDGPU_MESA3DKonstantin Zhuravlyov2017-10-031-0/+21
* AMDGPU: Add ELFOSABI_AMDGPU_PALKonstantin Zhuravlyov2017-10-033-2/+23
* [llvm-readobj][RISCV] Pretty-print RISCV e_flagsAlex Bradbury2017-10-031-0/+7
* [RISCV] Add missed test case for r314770Alex Bradbury2017-10-032-0/+19
* llvm-ar: align the first archive member consistently.Rafael Espindola2017-09-221-1/+9
* llvm-ar: Don't add an unnecessary alignment in gnu mode.Rafael Espindola2017-09-221-0/+8
* [yaml2obj] - Don't crash on one more invalid document.George Rimar2017-09-211-0/+4
* Revert r313746 "[yaml2obj] - Don't crash on invalid document."George Rimar2017-09-201-2/+0
* [yaml2obj] - Don't crash on invalid document.George Rimar2017-09-201-0/+2
* [MachO] Prevent heap overflow when load command extends past EOFJonas Devlieghere2017-09-132-0/+3
OpenPOWER on IntegriCloud