summaryrefslogtreecommitdiff
path: root/test/Object/X86
AgeCommit message (Expand)AuthorFilesLines
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie1-2/+2
2015-07-07Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola1-0/+3
2015-07-07Common symbols are not undefined, at least for ObjectFile.Rafael Espindola1-0/+9
2015-07-06llvm-nm: treat weak undefined as undefined.Rafael Espindola1-0/+9
2015-07-06Fix printing of common symbols.Rafael Espindola1-0/+3
2015-06-25llvm-nm: print 'n' instead of '?'Rafael Espindola1-1/+6
2015-06-24Change how symbol sizes are handled in lib/Object.Rafael Espindola1-0/+7
2015-06-04Move test that depends on x86 to the x86 directory.Rafael Espindola1-0/+9
2014-10-29Fix getRelocationValueString to return the symbol name for EM_386.Jan Wen Voung1-3/+3
2014-09-02Nuke MCAnalysis.Sean Silva4-251/+0
2014-08-17Fix an off-by-one bug in the target independent llvm-objdump.Rafael Espindola1-0/+10
2014-07-30Use "weak alias" instead of "alias weak"Rafael Espindola1-1/+1
2014-07-08Changed the lvm-nm alias "-s" for -print-armap to "-M".Kevin Enderby1-1/+1
2014-07-03Move test since it now depends on the x86 backend.Rafael Espindola1-0/+45
2014-07-03Add support for inline asm symbols in llvm-ar.Rafael Espindola1-0/+20
2014-06-09Reduce verbiage of lit.local.cfg filesAlp Toker1-2/+1
2014-05-09[yaml2obj] Follow-up to the r208228 and r208406. Remove duplicated YAMLSimon Atanasyan1-3/+0
2014-05-09Mark yaml2obj-elf-x86-rel.yaml as XFAIL:vg_leak for now. This has two pairs o...NAKAMURA Takumi1-0/+1
2014-05-07[yaml2obj] Support ELF x86 relocations.Simon Atanasyan1-0/+43
2014-04-10YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer1-1/+1
2014-04-09Revert "YAMLIO: Encode ambiguous hex strings explicitly"Filipe Cabecinhas1-1/+1
2014-04-09YAMLIO: Encode ambiguous hex strings explicitlyDavid Majnemer1-1/+1
2014-04-03Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola1-0/+20
2014-01-25Fix "llvm-objdump -d -r" to show relocations inline for ELF filesMark Seaborn1-0/+35
2013-10-16Create an atom with just the data that failed to disassemble.Rafael Espindola1-2/+12
2013-08-21MC CFG: Remap enough for data too, analoguous to r188873.Ahmed Bougacha1-0/+48
2013-08-21Add testcase for r188873: MCTextAtom boundaries.Ahmed Bougacha1-0/+39
2013-08-21Add basic YAML MC CFG testcase.Ahmed Bougacha1-0/+86
2013-08-21MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha1-0/+18
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar1-2/+0
2013-06-21Revert "Put r184469 disassembler test back on X86"Sean Silva1-46/+0
2013-06-21Put r184469 disassembler test back on X86Renato Golin1-0/+46
2013-06-06Move the test for the data in code into the ARM directory as it is an ARMKevin Enderby1-7/+0
2013-06-06Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby1-0/+7
2013-05-24Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha1-0/+30
2013-05-14Object: Fix Mach-O relocation printing.Ahmed Bougacha1-0/+35
2012-12-17Teach MachO which sections contain codeTim Northover1-0/+3
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky1-8/+1
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2-5/+13
2011-11-01Move x86-specific tests into X86 folder.Eli Friedman3-0/+91