aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/MachO
Commit message (Expand)AuthorAgeFilesLines
...
* Tidy up.Jim Grosbach2012-01-171-2/+2
* Various crash reporting tools have a problem with the dwarf generated forKevin Enderby2012-01-101-8/+17
* Don't rely on a particular version string for llvm.Nick Lewycky2011-12-131-1/+1
* Don't assume things about the exact details of the LLVM version number,Chandler Carruth2011-12-101-1/+1
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-091-0/+113
* Darwin assembler improved relocs when w/o subsections_via_symbols.Jim Grosbach2011-12-073-1/+7
* Tidy up. Move MachO tests to MachO directory.Jim Grosbach2011-12-077-0/+371
* test/MC: Introduce MC/MachO/ARM, and relocate relax-thumb2-branches.s into it.NAKAMURA Takumi2011-12-062-0/+19
* test/MC: Move relax-thumb2-branches.s from MC/MachO/ to MC/ARM.NAKAMURA Takumi2011-12-061-14/+0
* Fix ARM handling of tBcc branch relaxation.Jim Grosbach2011-12-061-0/+14
* Fixed a bug in the code to create a dwarf file and directory table entires whenKevin Enderby2011-11-011-0/+22
* Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atomKevin Enderby2011-09-081-0/+58
* Some autoconf tests use module level inline asm to test compiler's handling ofEvan Cheng2011-08-241-3/+12
* MachOWriter: Don't crash on fixups with arithmetic, emit a relocation instead...Benjamin Kramer2011-08-121-0/+21
* Move ARM-specific test to ARM directory.Jim Grosbach2011-06-251-17/+0
* Testcase for r133818Jim Grosbach2011-06-241-0/+17
* On MachO, unlike ELF, there should be no relocation to produce the CIE pointer.Rafael Espindola2011-05-101-0/+38
* MCAsmLayout: Add support for computing the symbol offset of variables. NotDaniel Dunbar2011-04-291-0/+8
* MC: Change variable symbols to be recognized as defined, by assigning their s...Daniel Dunbar2011-04-291-0/+446
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* 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