aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/MachO
Commit message (Expand)AuthorAgeFilesLines
* MC/Mach-O/i386: Fix a crash in relocation handling.Daniel Dunbar2010-09-171-32/+36
* Change section_data dumping to print hex numbers instead of usingRafael Espindola2010-09-1118-34/+34
* fix the encoding of the "jump on *cx" family of instructions,Chris Lattner2010-09-081-1/+1
* MC/X86: Add aliases for Jcc variants.Kevin Enderby2010-05-271-0/+106
* Add a quick test of relocations.Eric Christopher2010-05-271-0/+174
* Add support for initialized global data for darwin tls. Update commentsEric Christopher2010-05-251-87/+125
* A more combo tls testcase.Eric Christopher2010-05-191-0/+232
* Few more simple tls testcases.Eric Christopher2010-05-193-0/+279
* Quick test to make sure we're emitting the tbss section correctly.Eric Christopher2010-05-181-0/+114
* Fixed the problem with a branch to "0b" that was not parsed by llvm-mcKevin Enderby2010-05-181-12/+15
* MC/Mach-O: Implement support for setting indirect symbol table offset in sect...Daniel Dunbar2010-05-181-0/+188
* Added support in MC for Directional Local Labels.Kevin Enderby2010-05-171-0/+92
* MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sectio...Daniel Dunbar2010-05-171-7/+73
* MC/Mach-O: Reverse order of SymbolData scanning when emitting instructions.Daniel Dunbar2010-05-171-0/+100
* MC/Mach-O: Fix some differences in symbol flag handling.Daniel Dunbar2010-05-171-29/+105
* MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only beDaniel Dunbar2010-05-141-46/+52
* MC/Mach-O: Add another zerofill test to improve coverage.Daniel Dunbar2010-05-131-0/+109
* MC/Mach-O/x86_64: Add a new hook for checking whether a particular section canDaniel Dunbar2010-05-121-66/+128
* MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixupDaniel Dunbar2010-05-111-78/+90
* MC/Mach-O x86_64: Switch to using fragment atom symbol.Daniel Dunbar2010-05-111-22/+48
* MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use aDaniel Dunbar2010-05-101-25/+29
* Fix i386 relocations to Weak Definitions. The relocation entries should beKevin Enderby2010-05-071-38/+56
* MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support forDaniel Dunbar2010-05-051-15/+26
* MC/Mach-O/x86_64: Relocations in debug sections should use local relocationsDaniel Dunbar2010-05-051-21/+56
* MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations!Daniel Dunbar2010-03-291-18/+53
* MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment addres...Daniel Dunbar2010-03-251-24/+166
* MC/Mach-O: Remove Darwin host specific tests, we don't need them anymore.Daniel Dunbar2010-03-203-758/+0
* MC/Mach-O: Tweak optimal_nop test to be host independent.Daniel Dunbar2010-03-202-6/+232
* Fixed the encoding problems of the crc32 instructions. All had the Operand sizeKevin Enderby2010-03-191-0/+11
* MC/Mach-O/x86_64: Add relocation support.Daniel Dunbar2010-03-193-0/+901
* MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ...Daniel Dunbar2010-03-191-45/+73
* MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar2010-03-152-0/+2039
* xfail properlyChris Lattner2010-03-141-1/+1
* xfail these tests temporarily to get teh buildbots back to happy land.Chris Lattner2010-03-141-0/+1
* MC/X86_64: Symbol support.Daniel Dunbar2010-03-131-144/+293
* MC/Mach-O: Initial x86_64 support.Daniel Dunbar2010-03-132-7/+564
* MC/Mach-O: PCrel relocations weren't using the right base address, they areDaniel Dunbar2010-03-131-0/+14
* MC/Mach-O: Implement initial support for relaxation.Daniel Dunbar2010-03-122-0/+68
* MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse...Daniel Dunbar2010-03-111-0/+71
* MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is...Daniel Dunbar2010-03-101-0/+55
* MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustm...Daniel Dunbar2010-03-091-0/+62
* MC/Macho-O: Align the zerofill section itself to the maximum alignment.Daniel Dunbar2010-03-082-1/+16
* MC/Mach-O: Fix address compution for zero fill sections.Daniel Dunbar2010-03-081-0/+35
* This is a patch to the assembler frontend to detect when aligning a textKevin Enderby2010-02-251-0/+156
* MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch ofDaniel Dunbar2010-02-022-0/+555
* MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.Daniel Dunbar2010-02-021-0/+14
* Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" soKevin Enderby2009-10-071-39/+52
* llvm-mc: Support .comm emission.Daniel Dunbar2009-08-281-0/+114
* llvm-mc: Support .zerofill emission.Daniel Dunbar2009-08-284-0/+501
* For now, only run MC tests if X86 is configured.Daniel Dunbar2009-08-271-1/+4