summaryrefslogtreecommitdiff
path: root/test/Object
AgeCommit message (Expand)Author
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
2017-09-11llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl
2017-09-06Use the section name if a STT_SECTION symbol has empty name.Rafael Espindola
2017-09-05obj2yaml: Print unique section names.Rafael Espindola
2017-09-01[WebAssembly] Update relocation names to match specSam Clegg
2017-08-31[WebAssembly] Fix getSymbolValue() for data symbolsSam Clegg
2017-08-23[WebAssembly] Fix overflow for input with missing versionJonas Devlieghere
2017-08-20Fix archive-update.test after r311296.Kuba Mracek
2017-08-20Remove uses of "%T" from test/Object/archive-* tests.Kuba Mracek
2017-08-15Revert archive-* tests from r310953, there were test failures.Kuba Mracek
2017-08-15[llvm] Get rid of "%T" expansionsKuba Mracek
2017-07-25[LTO] Prevent dead stripping and internalization of symbols with sectionsTeresa Johnson
2017-07-14[llvm-readobj] - Teach readobj to print DT_FILTER dynamic tag in human readab...George Rimar
2017-07-10[WebAssembly] Be consistent in generating trivial test input filesSam Clegg
2017-06-30[YAML] - Teach yaml2obj/obj2yaml to work with numeric relocation values.George Rimar
2017-06-27Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.Peter Collingbourne
2017-06-27Bitcode: Write the irsymtab to disk.Peter Collingbourne
2017-06-16obj2yaml: Improve error reportingSam Clegg
2017-06-05test: fix hexagon buildSaleem Abdulrasool
2017-06-05AMDGPU: Remove deprecated and unused elf definitionsKonstantin Zhuravlyov
2017-06-05CodeGen: add support for emitting ObjC image infoSaleem Abdulrasool
2017-05-15Add support for handling ifuncs to GlobalValue::getBaseObjectTeresa Johnson
2017-05-15Add an extra test for archive symbol tables.Rafael Espindola