aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/MachO
Commit message (Expand)AuthorAgeFilesLines
* MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar2011-03-281-0/+33
* MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't haveDaniel Dunbar2011-03-171-0/+7
* Move arch specific tests in arch specific directories.Devang Patel2011-02-242-310/+0
* MC/Mach-O/Thumb: Set the thumb bit in the symbol table.Daniel Dunbar2010-12-291-1/+1
* MC/Mach-O/Thumb: Select appropriate relocation types for Thumb.Daniel Dunbar2010-12-271-1/+1
* MC/Mach-O/ARM: Start handling some Thumb branches.Daniel Dunbar2010-12-241-0/+139
* MC/Mach-O/ARM: Don't try to use scattered relocs for BR24 fixups.Daniel Dunbar2010-12-221-24/+38
* Add reduced test from 8845.Rafael Espindola2010-12-221-0/+25
* MC/Mach-O/ARM: We always use the SECTDIFF reloc type on ARM, which isDaniel Dunbar2010-12-221-17/+72
* MC/Mach-O/ARM: Add enough relocation logic to get BR24 relocations.Daniel Dunbar2010-12-221-0/+102
* MC/Expr: Implemnt more aggressive folding during symbol evaluation usingDaniel Dunbar2010-12-171-0/+129
* Relax alignment fragments.Rafael Espindola2010-12-151-5/+5
* Patch by David Meyer to avoid a O(N^2) behaviour when relaxing fragments.Rafael Espindola2010-12-151-5/+5
* Fix absolute recording of differences of symbols in two sections. Reduced fro...Rafael Espindola2010-12-071-0/+64
* Fix relocations with weak definitions.Rafael Espindola2010-12-071-0/+141
* Fix pcrel relocations that cross sections.Rafael Espindola2010-12-071-0/+107
* Fix a crash reduced from gcc produced assembly.Rafael Espindola2010-12-071-0/+122
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-061-2/+2
* There are two reasons why we might want to useRafael Espindola2010-12-041-1/+1
* Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola2010-12-041-0/+25
* macho-dump: Fix typo.Daniel Dunbar2010-11-2728-29/+29
* Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instr...Rafael Espindola2010-11-251-1/+1
* Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby2010-11-191-23/+34
* Change the 11 byte nop to be a single instruction.Rafael Espindola2010-11-151-2/+2
* 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