Merging r260587:
[oota-llvm.git] / test / Object / X86 /
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-07-07 Rafael EspindolaDelete UnknownAddress. It is a perfectly valid symbol...
2015-07-07 Rafael EspindolaCommon symbols are not undefined, at least for ObjectFile.
2015-07-06 Rafael Espindolallvm-nm: treat weak undefined as undefined.
2015-07-06 Rafael EspindolaFix printing of common symbols.
2015-06-25 Rafael Espindolallvm-nm: print 'n' instead of '?'
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-04 Rafael EspindolaMove test that depends on x86 to the x86 directory.
2014-10-29 Jan Wen VoungFix getRelocationValueString to return the symbol name...
2014-09-02 Sean SilvaNuke MCAnalysis.
2014-08-17 Rafael EspindolaFix an off-by-one bug in the target independent llvm...
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-08 Kevin EnderbyChanged the lvm-nm alias "-s" for -print-armap to ...
2014-07-03 Rafael EspindolaMove test since it now depends on the x86 backend.
2014-07-03 Rafael EspindolaAdd support for inline asm symbols in llvm-ar.
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-05-09 Simon Atanasyan[yaml2obj] Follow-up to the r208228 and r208406. Remove...
2014-05-09 NAKAMURA TakumiMark yaml2obj-elf-x86-rel.yaml as XFAIL:vg_leak for...
2014-05-07 Simon Atanasyan[yaml2obj] Support ELF x86 relocations.
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-04-09 Filipe CabecinhasRevert "YAMLIO: Encode ambiguous hex strings explicitly"
2014-04-09 David MajnemerYAMLIO: Encode ambiguous hex strings explicitly
2014-04-03 Rafael EspindolaImplement getRelocationAddress for MachO and ET_REL...
2014-01-25 Mark SeabornFix "llvm-objdump -d -r" to show relocations inline...
2013-10-16 Rafael EspindolaCreate an atom with just the data that failed to disass...
2013-08-21 Ahmed BougachaMC CFG: Remap enough for data too, analoguous to r188873.
2013-08-21 Ahmed BougachaAdd testcase for r188873: MCTextAtom boundaries.
2013-08-21 Ahmed BougachaAdd basic YAML MC CFG testcase.
2013-08-21 Ahmed BougachaMC: ObjectSymbolizer can now recognize external functio...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-06-21 Sean SilvaRevert "Put r184469 disassembler test back on X86"
2013-06-21 Renato GolinPut r184469 disassembler test back on X86
2013-06-06 Kevin EnderbyMove the test for the data in code into the ARM directo...
2013-06-06 Kevin EnderbyTeach llvm-objdump with the -macho parser how to use...
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-05-14 Ahmed BougachaObject: Fix Mach-O relocation printing.
2012-12-17 Tim NorthoverTeach MachO which sections contain code
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-11-01 Eli FriedmanMove x86-specific tests into X86 folder.