Fix a Mach-O assembler segfault for a subtraction expression with an undefined symbol.
[oota-llvm.git] / test / MC / MachO / ARM /
2014-10-06 Hans WennborgMachObjectWriter: optimize the string table for common...
2014-09-04 Kevin EnderbyAdds the next bit of support for llvm-objdump’s -privat...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-05-30 Tim NorthoverMachO: move test to ARM directory.
2014-04-05 Saleem AbdulrasoolARM: consolidate MachO checks for ARM asm parser
2014-03-25 Kevin EnderbyFix crashes when assembler directives are used that...
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.
2013-12-13 Kevin EnderbyFixed a bug in getARMFixupKindMachOInfo() where three...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2012-12-05 David SehrCorrect ARM NOP encoding
2012-12-05 David SehrTest commit.
2012-12-04 Eli BenderskyA test in thid directory was not being run because...
2012-09-25 Jim GrosbachARM: Darwin BL/BLX relocations to out-of-range symbols.
2012-07-30 Kevin EnderbyFix a bug in ARMMachObjectWriter::RecordRelocation...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-18 Kevin EnderbyFixed a bug in llvm-objdump when disassembling using...
2012-05-15 Kevin EnderbyAdd a test case for r156840, a fix to llvm-objdump...
2012-05-03 Kevin EnderbyFix issues with the ARM bl and blx thumb instructions...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-20 Jim GrosbachARM non-scattered MachO relocations for movw/movt.
2012-03-01 Richard TrieuFix flags for test in MC/MachO/ARM/empty-function-nop.ll
2012-02-28 Jim GrosbachARM implement TargetInstrInfo::getNoopForMachoTarget()
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-24 Jim GrosbachARM Darwin symbol ref differences w/o subsection-via...
2012-01-19 Jim GrosbachAdd testcase.
2012-01-18 Jim GrosbachThumb2 relaxation for LDR(literal).
2012-01-17 Jim GrosbachMC tweak symbol difference resolution for non-local...
2011-12-07 Jim GrosbachDarwin assembler improved relocs when w/o subsections_v...
2011-12-07 Jim GrosbachTidy up. Move MachO tests to MachO directory.
2011-12-06 NAKAMURA Takumitest/MC: Introduce MC/MachO/ARM, and relocate relax...