summaryrefslogtreecommitdiff
path: root/test/MC/MachO
Commit message (Expand)AuthorAge
* MC/Mach-O/i386: Fix a crash in relocation handling.Daniel Dunbar2010-09-17
* Change section_data dumping to print hex numbers instead of usingRafael Espindola2010-09-11
* fix the encoding of the "jump on *cx" family of instructions,Chris Lattner2010-09-08
* MC/X86: Add aliases for Jcc variants.Kevin Enderby2010-05-27
* Add a quick test of relocations.Eric Christopher2010-05-27
* Add support for initialized global data for darwin tls. Update commentsEric Christopher2010-05-25
* A more combo tls testcase.Eric Christopher2010-05-19
* Few more simple tls testcases.Eric Christopher2010-05-19
* Quick test to make sure we're emitting the tbss section correctly.Eric Christopher2010-05-18
* Fixed the problem with a branch to "0b" that was not parsed by llvm-mcKevin Enderby2010-05-18
* MC/Mach-O: Implement support for setting indirect symbol table offset in sect...Daniel Dunbar2010-05-18
* Added support in MC for Directional Local Labels.Kevin Enderby2010-05-17
* MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sectio...Daniel Dunbar2010-05-17
* MC/Mach-O: Reverse order of SymbolData scanning when emitting instructions.Daniel Dunbar2010-05-17
* MC/Mach-O: Fix some differences in symbol flag handling.Daniel Dunbar2010-05-17
* MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only beDaniel Dunbar2010-05-14
* MC/Mach-O: Add another zerofill test to improve coverage.Daniel Dunbar2010-05-13
* MC/Mach-O/x86_64: Add a new hook for checking whether a particular section canDaniel Dunbar2010-05-12
* MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixupDaniel Dunbar2010-05-11
* MC/Mach-O x86_64: Switch to using fragment atom symbol.Daniel Dunbar2010-05-11
* MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use aDaniel Dunbar2010-05-10
* Fix i386 relocations to Weak Definitions. The relocation entries should beKevin Enderby2010-05-07
* MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support forDaniel Dunbar2010-05-05
* MC/Mach-O/x86_64: Relocations in debug sections should use local relocationsDaniel Dunbar2010-05-05
* MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations!Daniel Dunbar2010-03-29
* MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment addres...Daniel Dunbar2010-03-25
* MC/Mach-O: Remove Darwin host specific tests, we don't need them anymore.Daniel Dunbar2010-03-20
* MC/Mach-O: Tweak optimal_nop test to be host independent.Daniel Dunbar2010-03-20
* Fixed the encoding problems of the crc32 instructions. All had the Operand sizeKevin Enderby2010-03-19
* MC/Mach-O/x86_64: Add relocation support.Daniel Dunbar2010-03-19
* MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ...Daniel Dunbar2010-03-19
* MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar2010-03-15
* xfail properlyChris Lattner2010-03-14
* xfail these tests temporarily to get teh buildbots back to happy land.Chris Lattner2010-03-14
* MC/X86_64: Symbol support.Daniel Dunbar2010-03-13
* MC/Mach-O: Initial x86_64 support.Daniel Dunbar2010-03-13
* MC/Mach-O: PCrel relocations weren't using the right base address, they areDaniel Dunbar2010-03-13
* MC/Mach-O: Implement initial support for relaxation.Daniel Dunbar2010-03-12
* MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse...Daniel Dunbar2010-03-11
* MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is...Daniel Dunbar2010-03-10
* MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustm...Daniel Dunbar2010-03-09
* MC/Macho-O: Align the zerofill section itself to the maximum alignment.Daniel Dunbar2010-03-08
* MC/Mach-O: Fix address compution for zero fill sections.Daniel Dunbar2010-03-08
* This is a patch to the assembler frontend to detect when aligning a textKevin Enderby2010-02-25
* MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch ofDaniel Dunbar2010-02-02
* MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.Daniel Dunbar2010-02-02
* Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" soKevin Enderby2009-10-07
* llvm-mc: Support .comm emission.Daniel Dunbar2009-08-28
* llvm-mc: Support .zerofill emission.Daniel Dunbar2009-08-28
* For now, only run MC tests if X86 is configured.Daniel Dunbar2009-08-27