summaryrefslogtreecommitdiff
path: root/llvm/test/Object/X86
AgeCommit message (Expand)Author
2024-03-07[Object] Convert tests to opaque pointers (NFC)Fangrui Song
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2022-10-29[llvm-objdump] Add --no-print-imm-hex to tests depending on it.Daniel Thornburgh
2021-10-31[Verifier] Add verification logic for GlobalIFuncsItay Bookstein
2021-08-04[llvm-nm][test] Avoid deprecated alias -M (--print-armap)Fangrui Song
2021-07-20[LTO] Add SelectionKind to IRSymtab and use it in ld.lld/LLVMgoldFangrui Song
2020-12-14[llvm-readobj] - For SHT_REL relocations, don't display an addend.Georgii Rymar
2020-12-01[obj2yaml] - Teach tool to emit the "SectionHeaderTable" key and sort section...Georgii Rymar
2020-05-19[yaml2obj] - Stop using square brackets for unique suffixes.Georgii Rymar
2020-03-26[X86InstPrinter] Change printPCRelImm to print the target address in hexadeci...Fangrui Song
2020-03-15[test] llvm/test/: change llvm-objdump single-dash long options to double-das...Fangrui Song
2020-03-06[lib/ObjectYAML] - Make `ELFYAML::Relocation::Offset` optional.Georgii Rymar
2020-03-06[yaml2obj][obj2yaml][Object][test] - Improve testing of relocation types.Georgii Rymar
2020-03-05[llvm-objdump] -d: print `00000000 <foo>:` instead of `00000000 foo:`Fangrui Song
2020-02-12[llvm-objdump] Print file format in lowercase to match GNU output.Jordan Rupprecht
2020-01-21[test] Use yaml2obj -o %t instead of > %tFangrui Song
2019-11-19[llvm-objdump] Print relocation addends in hexadecimalDavid Bozier
2019-07-24[llvm-objdump] - Import the test/Object/X86/no-start-symbol.test test case an...George Rimar
2019-07-08[llvm\test\Object] - An initial step to cleanup the test cases.George Rimar
2019-06-26MC: correct the emission of weak aliases in COFFSaleem Abdulrasool
2019-06-25[yaml2obj/obj2yaml] - Allow having the symbols and sections with duplicated n...George Rimar
2019-06-17[lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song
2019-05-29Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne
2019-05-17[ELF] Implement Dependent Libraries FeatureBen Dunbobbin
2019-05-01[llvm-objdump] Print newlines before and after "Disassembly of section ...:"Fangrui Song
2019-04-03[yaml2obj][obj2yaml] - Change how symbol's binding is descibed when parsing/d...George Rimar
2019-03-12[yaml2obj]Allow explicit symbol indexes in relocations and emit error for bad...James Henderson
2019-03-08Improve "llvm-nm -f sysv" output for Elf filesSunil Srivastava
2019-01-25simplify COFF module assembly test and move it to ObjectBob Haarman
2018-06-01Implemented sane default for llvm-objdump's relocation Value formatDaniel Cederman
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-07-25[LTO] Prevent dead stripping and internalization of symbols with sectionsTeresa Johnson
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-05-15Add support for handling ifuncs to GlobalValue::getBaseObjectTeresa Johnson
2017-05-15Add an extra test for archive symbol tables.Rafael Espindola
2017-03-29Add ifunc support to ModuleSymbolTable.Rafael Espindola
2016-09-15[IRObjectFile] Handle undefined weak symbols in RecordStreamer.Davide Italiano
2016-08-03RecordStreamer: handle inline asm "lazy_reference" and mark symbols as "used"Mehdi Amini
2016-06-27[yaml2obj] Remove --format option in favor of YAML tagsChris Bieneman
2016-06-22[IRObjectFile] Propagate .weak attribute correctly for ASM symbols.Davide Italiano
2016-06-17[IRObjectFile] Handle .weak in RecordStreamer.Davide Italiano
2016-04-08Revert r265817Colin LeMahieu
2016-04-08[llvm-objdump] Printing hex instead of dec by defaultColin LeMahieu
2016-02-29IRObject: Mark extern_weak as weak.Rafael Espindola
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie
2015-07-07Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola
2015-07-07Common symbols are not undefined, at least for ObjectFile.Rafael Espindola