summaryrefslogtreecommitdiff
path: root/test/Object
AgeCommit message (Expand)Author
2018-06-23[ELF] Change isSectionData to exclude SHF_EXECINSTRFangrui Song
2018-06-01Implemented sane default for llvm-objdump's relocation Value formatDaniel Cederman
2018-05-30Fix use of `echo` command in test scriptSam Clegg
2018-05-29[WebAssembly] Add more error checking to object file parsingSam Clegg
2018-05-10[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg
2018-05-09Add a test for r331746.Hans Wennborg
2018-04-30AMDGPU: Add Vega12 and Vega20Matt Arsenault
2018-04-27typoSam Clegg
2018-04-27[WebAssembly] Section symbols must have local bindingSam Clegg
2018-04-26[WebAssembly] Add version to object file metadataSam Clegg
2018-04-26[WebAssembly] Implement getRelocationValueString()Sam Clegg
2018-04-24[WebAssembly] Use section index in relocation section headerSam Clegg
2018-04-03Disable a test using environment variables that requires a real shellDavid Blaikie
2018-03-28[llvm-ar] Support multiple dashed optionsPeter Collingbourne
2018-03-05[WebAssembly] Reorder reloc sections to come between symtab and nameNicholas Wilson
2018-03-01[WebAssembly] Update pre-generated test files to match latest llc output. NFC.Nicholas Wilson
2018-02-27[WebAssembly] Remove DataSize from linking metadata sectionSam Clegg
2018-02-23[WebAssembly] Add first claass symbol table to wasm objectsSam Clegg
2018-02-16AMDGPU: Bring elf flags in sync with the specKonstantin Zhuravlyov
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson
2018-01-12Allow unaligned access to ELF file data structures.Rui Ueyama
2018-01-12[WebAssembly] Don't allow functions to be named twiceSam Clegg
2017-12-01Add flag to ArchiveWriter to test GNU64 format more efficientlyJake Ehrlich
2017-11-30Check alignment in getSectionContentsAsArray.Rafael Espindola
2017-11-20[AMDGPU][MC][GFX8][GFX9] Corrected names of integer v_{add/addc/sub/subrev/su...Dmitry Preobrazhensky
2017-11-06[test] Add test files that were missed from SVN r317459Martin Storsjo
2017-11-06[ObjectYAML] Map relocation types for COFF ARMNT and ARM64Martin Storsjo
2017-11-04llvm/test/Object/archive-SYM64-write.test: Delete large temp files. They are ...NAKAMURA Takumi
2017-11-03Reland "Add support for writing 64-bit symbol tables for archives when offset...Jake Ehrlich
2017-10-27Revert "Add support for writing 64-bit symbol tables for archives when offset...Jake Ehrlich
2017-10-27Add support for writing 64-bit symbol tables for archives when offsets become...Jake Ehrlich
2017-10-19Fix buffer overflow.Rafael Espindola
2017-10-16Add base relative relocation record that can be used for the following case (...Tony Tye
2017-10-11Convert an ErrorOr to Expected.Rafael Espindola
2017-10-10Make the ELFFile constructor private.Rafael Espindola
2017-10-10Make the ELFObjectFile constructor private.Rafael Espindola
2017-10-10Convert two uses of ErrorOr to Expected.Rafael Espindola
2017-10-05Added phdr upper bound checks to ElfObject.Rafael Espindola
2017-10-05AMDGPU: Add and set AMDGPU-specific e_flagsKonstantin Zhuravlyov
2017-10-03AMDGPU: Add ELFOSABI_AMDGPU_MESA3DKonstantin Zhuravlyov
2017-10-03AMDGPU: Add ELFOSABI_AMDGPU_PALKonstantin Zhuravlyov
2017-10-03[llvm-readobj][RISCV] Pretty-print RISCV e_flagsAlex Bradbury
2017-10-03[RISCV] Add missed test case for r314770Alex Bradbury
2017-09-22llvm-ar: align the first archive member consistently.Rafael Espindola
2017-09-22llvm-ar: Don't add an unnecessary alignment in gnu mode.Rafael Espindola
2017-09-21[yaml2obj] - Don't crash on one more invalid document.George Rimar
2017-09-20Revert r313746 "[yaml2obj] - Don't crash on invalid document."George Rimar
2017-09-20[yaml2obj] - Don't crash on invalid document.George Rimar
2017-09-13[MachO] Prevent heap overflow when load command extends past EOFJonas Devlieghere
2017-09-11llvm-dwarfdump: Make -brief the default and add a -verbose option instead.Adrian Prantl