aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/MachO
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-5/+5
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-096-2/+328
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2312-1580/+1381
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0233-350/+306
* Update LLVM for rebase to r212749.Stephen Hines2014-07-219-39/+133
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-297-11/+23
* Update to LLVM 3.5a.Stephen Hines2014-04-2416-11/+418
* Add test I forgot to git add in r191824.Rafael Espindola2013-10-021-0/+17
* Fixed a crash in the integrated assembler for Mach-O when a symbol differenceKevin Enderby2013-09-051-0/+38
* The darwin integrated assembler for X86 in 64-bit mode is not rejectingKevin Enderby2013-08-291-0/+5
* The integrated darwin assembler can hang in an infinite loop (or get an assert Kevin Enderby2013-08-281-0/+5
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-162-4/+0
* Fix a crash with X86 Mach-O and a subtraction expression where both symbols areKevin Enderby2013-08-121-0/+5
* Using the integrated assembler we'd fail to change section to theEric Christopher2013-08-071-0/+33
* Revert r15266. This fixes llvm.org/pr15266.Rafael Espindola2013-02-141-6/+6
* [ms-inline asm] Add support for lexing binary integers with a [bB] suffix.Chad Rosier2013-02-121-6/+6
* Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky2013-01-254-4/+4
* Add a warning when there is a macro defintion that has named parameters butKevin Enderby2013-01-221-0/+14
* Have the integrated assembler give an error if $1 is used as an identifier inKevin Enderby2013-01-221-0/+5
* [MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.Daniel Dunbar2013-01-221-1/+9
* [MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar2013-01-181-0/+35
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-181-0/+25
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-181-0/+21
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-161-0/+8
* Correct ARM NOP encodingDavid Sehr2012-12-051-1/+1
* Test commit.David Sehr2012-12-051-1/+1
* A test in thid directory was not being run because lit.local.cfg didn'tEli Bendersky2012-12-041-1/+1
* The section is .debug_line.Eric Christopher2012-11-271-1/+1
* Fix for PR14264 cause by commit r167237 which did not take into account aKevin Enderby2012-11-051-0/+17
* Add support for generating dwarf debugging info with assembly filesKevin Enderby2012-11-011-0/+22
* 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