summaryrefslogtreecommitdiff
path: root/test/MC/MachO
Commit message (Expand)AuthorAge
* On MachO, unlike ELF, there should be no relocation to produce the CIE pointer.Rafael Espindola2011-05-10
* MCAsmLayout: Add support for computing the symbol offset of variables. NotDaniel Dunbar2011-04-29
* MC: Change variable symbols to be recognized as defined, by assigning their s...Daniel Dunbar2011-04-29
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar2011-03-28
* MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't haveDaniel Dunbar2011-03-17
* Move arch specific tests in arch specific directories.Devang Patel2011-02-24
* MC/Mach-O/Thumb: Set the thumb bit in the symbol table.Daniel Dunbar2010-12-29
* MC/Mach-O/Thumb: Select appropriate relocation types for Thumb.Daniel Dunbar2010-12-27
* MC/Mach-O/ARM: Start handling some Thumb branches.Daniel Dunbar2010-12-24
* MC/Mach-O/ARM: Don't try to use scattered relocs for BR24 fixups.Daniel Dunbar2010-12-22
* Add reduced test from 8845.Rafael Espindola2010-12-22
* MC/Mach-O/ARM: We always use the SECTDIFF reloc type on ARM, which isDaniel Dunbar2010-12-22
* MC/Mach-O/ARM: Add enough relocation logic to get BR24 relocations.Daniel Dunbar2010-12-22
* MC/Expr: Implemnt more aggressive folding during symbol evaluation usingDaniel Dunbar2010-12-17
* Relax alignment fragments.Rafael Espindola2010-12-15
* Patch by David Meyer to avoid a O(N^2) behaviour when relaxing fragments.Rafael Espindola2010-12-15
* Fix absolute recording of differences of symbols in two sections. Reduced fro...Rafael Espindola2010-12-07
* Fix relocations with weak definitions.Rafael Espindola2010-12-07
* Fix pcrel relocations that cross sections.Rafael Espindola2010-12-07
* Fix a crash reduced from gcc produced assembly.Rafael Espindola2010-12-07
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-06
* There are two reasons why we might want to useRafael Espindola2010-12-04
* Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola2010-12-04
* macho-dump: Fix typo.Daniel Dunbar2010-11-27
* Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instr...Rafael Espindola2010-11-25
* Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby2010-11-19
* Change the 11 byte nop to be a single instruction.Rafael Espindola2010-11-15
* 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