summaryrefslogtreecommitdiff
path: root/test/MC/MachO
Commit message (Expand)AuthorAge
* Fix known typosAlp Toker2014-01-24
* Fixed a bug in getARMFixupKindMachOInfo() where three ARM fixup kindsKevin Enderby2013-12-13
* Fix a bug in darwin's 32-bit X86 handling of evaluating fixups. Kevin Enderby2013-12-04
* Add test I forgot to git add in r191824.Rafael Espindola2013-10-02
* Fixed a crash in the integrated assembler for Mach-O when a symbol differenceKevin Enderby2013-09-05
* The darwin integrated assembler for X86 in 64-bit mode is not rejectingKevin Enderby2013-08-29
* The integrated darwin assembler can hang in an infinite loop (or get an assert Kevin Enderby2013-08-28
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Fix a crash with X86 Mach-O and a subtraction expression where both symbols areKevin Enderby2013-08-12
* Using the integrated assembler we'd fail to change section to theEric Christopher2013-08-07
* Revert r15266. This fixes llvm.org/pr15266.Rafael Espindola2013-02-14
* [ms-inline asm] Add support for lexing binary integers with a [bB] suffix.Chad Rosier2013-02-12
* Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky2013-01-25
* Add a warning when there is a macro defintion that has named parameters butKevin Enderby2013-01-22
* Have the integrated assembler give an error if $1 is used as an identifier inKevin Enderby2013-01-22
* [MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.Daniel Dunbar2013-01-22
* [MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar2013-01-18
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-18
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-18
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-16
* Correct ARM NOP encodingDavid Sehr2012-12-05
* Test commit.David Sehr2012-12-05
* A test in thid directory was not being run because lit.local.cfg didn'tEli Bendersky2012-12-04
* The section is .debug_line.Eric Christopher2012-11-27
* Fix for PR14264 cause by commit r167237 which did not take into account aKevin Enderby2012-11-05
* Add support for generating dwarf debugging info with assembly filesKevin Enderby2012-11-01
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-01
* X86_32: Large Symbol+Offset relocations.Jim Grosbach2012-09-26
* ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach2012-09-25
* Assembler: Darwin variables defined via .set are no-dead-strip.Jim Grosbach2012-09-13
* Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.Bill Wendling2012-08-08
* Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cppKevin Enderby2012-07-30
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-18
* Add a test case for r156840, a fix to llvm-objdump when disassembling usingKevin Enderby2012-05-15
* Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bitsKevin Enderby2012-05-03
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* ARM non-scattered MachO relocations for movw/movt.Jim Grosbach2012-03-20
* Fix flags for test in MC/MachO/ARM/empty-function-nop.llRichard Trieu2012-03-01
* ARM implement TargetInstrInfo::getNoopForMachoTarget()Jim Grosbach2012-02-28
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses aKevin Enderby2012-01-31
* ARM Darwin symbol ref differences w/o subsection-via-symbols.Jim Grosbach2012-01-24
* Add testcase.Jim Grosbach2012-01-19
* Thumb2 relaxation for LDR(literal).Jim Grosbach2012-01-18
* MC tweak symbol difference resolution for non-local symbols.Jim Grosbach2012-01-17
* Tidy up.Jim Grosbach2012-01-17
* Various crash reporting tools have a problem with the dwarf generated forKevin Enderby2012-01-10
* Don't rely on a particular version string for llvm.Nick Lewycky2011-12-13
* Don't assume things about the exact details of the LLVM version number,Chandler Carruth2011-12-10