aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/MachO
Commit message (Expand)AuthorAgeFilesLines
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-012-1/+109
* X86_32: Large Symbol+Offset relocations.Jim Grosbach2012-09-261-0/+36
* ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach2012-09-251-0/+43
* Assembler: Darwin variables defined via .set are no-dead-strip.Jim Grosbach2012-09-131-0/+158
* Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.Bill Wendling2012-08-082-0/+29
* Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cppKevin Enderby2012-07-301-0/+44
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-0/+33
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-181-0/+5
* Add a test case for r156840, a fix to llvm-objdump when disassembling usingKevin Enderby2012-05-151-0/+20
* Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bitsKevin Enderby2012-05-031-0/+19
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-252-16/+2
* ARM non-scattered MachO relocations for movw/movt.Jim Grosbach2012-03-201-0/+23
* Fix flags for test in MC/MachO/ARM/empty-function-nop.llRichard Trieu2012-03-011-4/+4
* ARM implement TargetInstrInfo::getNoopForMachoTarget()Jim Grosbach2012-02-281-0/+15
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-164-11/+26
* Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses aKevin Enderby2012-01-311-0/+27
* ARM Darwin symbol ref differences w/o subsection-via-symbols.Jim Grosbach2012-01-241-0/+18
* Add testcase.Jim Grosbach2012-01-191-0/+13
* Thumb2 relaxation for LDR(literal).Jim Grosbach2012-01-181-0/+13
* MC tweak symbol difference resolution for non-local symbols.Jim Grosbach2012-01-173-5/+7
* 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