summaryrefslogtreecommitdiff
path: root/test/Object/X86
AgeCommit message (Expand)Author
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
2015-07-06llvm-nm: treat weak undefined as undefined.Rafael Espindola
2015-07-06Fix printing of common symbols.Rafael Espindola
2015-06-25llvm-nm: print 'n' instead of '?'Rafael Espindola
2015-06-24Change how symbol sizes are handled in lib/Object.Rafael Espindola
2015-06-04Move test that depends on x86 to the x86 directory.Rafael Espindola
2014-10-29Fix getRelocationValueString to return the symbol name for EM_386.Jan Wen Voung
2014-09-02Nuke MCAnalysis.Sean Silva
2014-08-17Fix an off-by-one bug in the target independent llvm-objdump.Rafael Espindola
2014-07-30Use "weak alias" instead of "alias weak"Rafael Espindola
2014-07-08Changed the lvm-nm alias "-s" for -print-armap to "-M".Kevin Enderby
2014-07-03Move test since it now depends on the x86 backend.Rafael Espindola
2014-07-03Add support for inline asm symbols in llvm-ar.Rafael Espindola
2014-06-09Reduce verbiage of lit.local.cfg filesAlp Toker
2014-05-09[yaml2obj] Follow-up to the r208228 and r208406. Remove duplicated YAMLSimon Atanasyan
2014-05-09Mark yaml2obj-elf-x86-rel.yaml as XFAIL:vg_leak for now. This has two pairs o...NAKAMURA Takumi
2014-05-07[yaml2obj] Support ELF x86 relocations.Simon Atanasyan
2014-04-10YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer
2014-04-09Revert "YAMLIO: Encode ambiguous hex strings explicitly"Filipe Cabecinhas
2014-04-09YAMLIO: Encode ambiguous hex strings explicitlyDavid Majnemer
2014-04-03Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola
2014-01-25Fix "llvm-objdump -d -r" to show relocations inline for ELF filesMark Seaborn
2013-10-16Create an atom with just the data that failed to disassemble.Rafael Espindola
2013-08-21MC CFG: Remap enough for data too, analoguous to r188873.Ahmed Bougacha
2013-08-21Add testcase for r188873: MCTextAtom boundaries.Ahmed Bougacha
2013-08-21Add basic YAML MC CFG testcase.Ahmed Bougacha
2013-08-21MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-06-21Revert "Put r184469 disassembler test back on X86"Sean Silva
2013-06-21Put r184469 disassembler test back on X86Renato Golin
2013-06-06Move the test for the data in code into the ARM directory as it is an ARMKevin Enderby