Revert part of r241149, "Fix PR23872: Integrated assembler error message when using...
[oota-llvm.git] / test / MC / MachO /
2015-06-25 Bruno Cardoso Lopes[AsmPrinter] Fix crash in handleIndirectSymViaGOTPCRel
2015-06-23 Daniel JasperRevert r240302 ("Bring r240130 back.").
2015-06-22 Rafael EspindolaBring r240130 back.
2015-06-19 Nico WeberRevert 240130, it caused crashes (repro in PR23900).
2015-06-19 Rafael EspindolaMake all temporary symbols unnamed.
2015-06-18 Rafael EspindolaImprove the --expand-relocs handling of MachO.
2015-06-18 Rafael EspindolaPass --expand-relocs to a few more tests.
2015-06-04 Jim GrosbachMC: Remove obsolete MachO UseAggressiveSymbolFolding.
2015-05-18 Tim NorthoverAArch64: work around ld64 bug more aggressively.
2015-04-03 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-04-02 Peter CollingbourneRevert r233595, "MC: For variable symbols, maintain...
2015-03-30 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-03-27 Ahmed Bougacha[AsmPrinter] Don't assert on GOT equivalent non-constan...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-10 Bruno Cardoso Lopes[AsmPrinter][TLOF] Reintroduce AArch64 test
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] Remove AArch64 test to appease buildbots
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] XFAIL AArch64 test to appease buildbots
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] Make AArch64 test a bit more flexible
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] Split tests and move to appropriate...
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] 32-bit MachO support for replacing...
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] ARM64 MachO support for replacing...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-12 Rafael EspindolaLearn that __DATA,__objc_classrefs is not atomized...
2015-01-19 Rafael EspindolaAdd r224985 back with fixes.
2015-01-14 Rafael EspindolaAdd a test that would have found the issue with r225644.
2015-01-14 Rafael EspindolaRevert "Add r224985 back with two fixes."
2015-01-12 Rafael EspindolaAdd r224985 back with two fixes.
2015-01-07 Rafael EspindolaAdd a test that would have found the issue in r224935.
2015-01-06 Rafael EspindolaAdd a testcase that would have found the problem in...
2015-01-06 Lang HamesRevert r225048: It broke ObjC on AArch64.
2014-12-31 Rafael EspindolaAdd r224985 back with a fix.
2014-12-31 Rafael EspindolaAdd a test for the recent compiler-rt build failure.
2014-12-31 Rafael EspindolaRevert "Remove doesSectionRequireSymbols."
2014-12-30 Rafael EspindolaRemove doesSectionRequireSymbols.
2014-12-30 Rafael EspindolaSimplify test a bit.
2014-12-30 Rafael EspindolaConvert test to llvm-readobj. NFC.
2014-12-29 Rafael EspindolaConvert test to llvm-readobj. NFC.
2014-12-29 Rafael EspindolaConvert test to FileCheck. NFC.
2014-12-26 Rafael EspindolaConvert test to llvm-readobj. NFC.
2014-12-26 Rafael EspindolaUse llvm-readobj. NFC.
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-11 Duncan P. N. Exon... IR: Canonicalize metadata formatting, NFC
2014-11-04 Rafael EspindolaDon't produce relocations for a difference in a section...
2014-11-02 Rafael EspindolaUpdate test to use llvm-readobj. NFC.
2014-10-24 Kevin EnderbyFix a Mach-O assembler segfault for a subtraction expre...
2014-10-21 Rafael EspindolaDrop support for an old version of ld64 (from darwin 9).
2014-10-21 Rafael EspindolaConvert two tests to use llvm-readobj.
2014-10-06 Hans WennborgMachObjectWriter: optimize the string table for common...
2014-09-22 Frederic Riss[dwarfdump] Dump full filenames as DW_AT_(decl|call...
2014-09-05 Frederic Riss[dwarfdump] Dump DW_AT_(decl|call)_line attribute value...
2014-09-05 Frederic RissReapply "[dwarfdump] Add missing DW_LANG_Mips_Assembler...
2014-09-04 Frederic RissRevert "[dwarfdump] Add missing DW_LANG_Mips_Assembler...
2014-09-04 Frederic Riss[dwarfdump] Add missing DW_LANG_Mips_Assembler case...
2014-09-04 Kevin EnderbyAdds the next bit of support for llvm-objdump’s -privat...
2014-07-22 Tim NorthoverX86: drop relocations on __eh_frame sections globally.
2014-07-04 Tim Northoverllvm-readobj: fix MachO relocatoin printing a bit.
2014-06-23 Kevin EnderbyChange the default input for llvm-nm to be a.out instea...
2014-06-23 Rafael EspindolaStop producing func.eh symbols on Darwin.
2014-06-20 Rafael EspindolaAlways use a temp symbol for CIE.
2014-06-20 Rafael EspindolaDon't produce eh_frame relocations when targeting the...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-05-30 Tim NorthoverMachO: move test to ARM directory.
2014-05-30 Tim NorthoverMachO: support N_INDR aliases in assembly files.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-21 Eric ChristopherThis command line option is only used in one place...
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-04-15 Quentin Colombet[MC] Emit an error if cfi_startproc is used before...
2014-04-05 Saleem AbdulrasoolARM: consolidate MachO checks for ARM asm parser
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-25 Kevin EnderbyFix crashes when assembler directives are used that...
2014-03-21 Rafael EspindolaMove codegen test over to MC.
2014-03-21 Rafael EspindolaSplit out the MC part of this test.
2014-03-20 Rafael EspindolaConvert another CodeGen test into a MC test.
2014-03-20 Rafael EspindolaConvert CodeGen test into a more specific MC test.
2014-03-18 NAKAMURA TakumiMove yet another test that requires ARM to an ARM test...
2014-03-18 Jim GrosbachMove tests that require ARM to an ARM test directory.
2014-03-18 Jim GrosbachDarwin: Add assembler directives to create version...
2014-03-17 NAKAMURA Takumillvm/test/MC/MachO/gen-dwarf-cpp.s: Relax an expression...
2014-03-17 David BlaikieDebugInfo: Improve reuse of file table entries in asm...
2014-03-17 David BlaikieTest case
2014-02-14 Diego NovilloSupport DWARF discriminators in object streamer.
2014-01-24 Alp TokerFix known typos
2013-12-13 Kevin EnderbyFixed a bug in getARMFixupKindMachOInfo() where three...
2013-12-04 Kevin EnderbyFix a bug in darwin's 32-bit X86 handling of evaluating...
2013-10-02 Rafael EspindolaAdd test I forgot to git add in r191824.
2013-09-05 Kevin EnderbyFixed a crash in the integrated assembler for Mach...
2013-08-29 Kevin EnderbyThe darwin integrated assembler for X86 in 64-bit mode...
2013-08-28 Kevin EnderbyThe integrated darwin assembler can hang in an infinite...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-12 Kevin EnderbyFix a crash with X86 Mach-O and a subtraction expressio...
2013-08-07 Eric ChristopherUsing the integrated assembler we'd fail to change...
2013-02-14 Rafael EspindolaRevert r15266. This fixes llvm.org/pr15266.
2013-02-12 Chad Rosier[ms-inline asm] Add support for lexing binary integers...
2013-01-25 Eli BenderskyNow that llvm-dwarfdump supports flags to specify which...
2013-01-22 Kevin EnderbyAdd a warning when there is a macro defintion that...
2013-01-22 Kevin EnderbyHave the integrated assembler give an error if $1 is...
2013-01-22 Daniel Dunbar[MC/Mach-O] Load commands are supposed to 8-byte aligne...
2013-01-18 Daniel Dunbar[MC/Mach-O] Implement integrated assembler support...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add support for linker options in Mach...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add AsmParser support for .linker_option...
next