| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r15266. This fixes llvm.org/pr15266. | Rafael Espindola | 2013-02-14 | 1 | -6/+6 |
* | [ms-inline asm] Add support for lexing binary integers with a [bB] suffix. | Chad Rosier | 2013-02-12 | 1 | -6/+6 |
* | Now that llvm-dwarfdump supports flags to specify which DWARF section to dump, | Eli Bendersky | 2013-01-25 | 4 | -4/+4 |
* | Add a warning when there is a macro defintion that has named parameters but | Kevin Enderby | 2013-01-22 | 1 | -0/+14 |
* | Have the integrated assembler give an error if $1 is used as an identifier in | Kevin Enderby | 2013-01-22 | 1 | -0/+5 |
* | [MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit. | Daniel Dunbar | 2013-01-22 | 1 | -1/+9 |
* | [MC/Mach-O] Implement integrated assembler support for linker options. | Daniel Dunbar | 2013-01-18 | 1 | -0/+35 |
* | [MC/Mach-O] Add support for linker options in Mach-O files. | Daniel Dunbar | 2013-01-18 | 1 | -0/+25 |
* | [MC/Mach-O] Add AsmParser support for .linker_option directive. | Daniel Dunbar | 2013-01-18 | 1 | -0/+21 |
* | We want the dwarf AT_producer for assembly source files to match clang's | Kevin Enderby | 2013-01-16 | 1 | -0/+8 |
* | Correct ARM NOP encoding | David Sehr | 2012-12-05 | 1 | -1/+1 |
* | Test commit. | David Sehr | 2012-12-05 | 1 | -1/+1 |
* | A test in thid directory was not being run because lit.local.cfg didn't | Eli Bendersky | 2012-12-04 | 1 | -1/+1 |
* | The section is .debug_line. | Eric Christopher | 2012-11-27 | 1 | -1/+1 |
* | Fix for PR14264 cause by commit r167237 which did not take into account a | Kevin Enderby | 2012-11-05 | 1 | -0/+17 |
* | Add support for generating dwarf debugging info with assembly files | Kevin Enderby | 2012-11-01 | 1 | -0/+22 |
* | MachO: direct-to-object attribute for data-in-code markers. | Jim Grosbach | 2012-10-01 | 2 | -1/+109 |
* | X86_32: Large Symbol+Offset relocations. | Jim Grosbach | 2012-09-26 | 1 | -0/+36 |
* | ARM: Darwin BL/BLX relocations to out-of-range symbols. | Jim Grosbach | 2012-09-25 | 1 | -0/+43 |
* | Assembler: Darwin variables defined via .set are no-dead-strip. | Jim Grosbach | 2012-09-13 | 1 | -0/+158 |
* | Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM. | Bill Wendling | 2012-08-08 | 2 | -0/+29 |
* | Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cpp | Kevin Enderby | 2012-07-30 | 1 | -0/+44 |
* | Refactor data-in-code annotations. | Jim Grosbach | 2012-05-18 | 1 | -0/+33 |
* | Fixed a bug in llvm-objdump when disassembling using -macho option for a binary | Kevin Enderby | 2012-05-18 | 1 | -0/+5 |
* | Add a test case for r156840, a fix to llvm-objdump when disassembling using | Kevin Enderby | 2012-05-15 | 1 | -0/+20 |
* | Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits | Kevin Enderby | 2012-05-03 | 1 | -0/+19 |
* | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky | 2012-03-25 | 2 | -16/+2 |
* | ARM non-scattered MachO relocations for movw/movt. | Jim Grosbach | 2012-03-20 | 1 | -0/+23 |
* | Fix flags for test in MC/MachO/ARM/empty-function-nop.ll | Richard Trieu | 2012-03-01 | 1 | -4/+4 |
* | ARM implement TargetInstrInfo::getNoopForMachoTarget() | Jim Grosbach | 2012-02-28 | 1 | -0/+15 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 4 | -11/+26 |
* | Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses a | Kevin Enderby | 2012-01-31 | 1 | -0/+27 |
* | ARM Darwin symbol ref differences w/o subsection-via-symbols. | Jim Grosbach | 2012-01-24 | 1 | -0/+18 |
* | Add testcase. | Jim Grosbach | 2012-01-19 | 1 | -0/+13 |
* | Thumb2 relaxation for LDR(literal). | Jim Grosbach | 2012-01-18 | 1 | -0/+13 |
* | MC tweak symbol difference resolution for non-local symbols. | Jim Grosbach | 2012-01-17 | 3 | -5/+7 |
* | Tidy up. | Jim Grosbach | 2012-01-17 | 1 | -2/+2 |
* | Various crash reporting tools have a problem with the dwarf generated for | Kevin Enderby | 2012-01-10 | 1 | -8/+17 |
* | Don't rely on a particular version string for llvm. | Nick Lewycky | 2011-12-13 | 1 | -1/+1 |
* | Don't assume things about the exact details of the LLVM version number, | Chandler Carruth | 2011-12-10 | 1 | -1/+1 |
* | The second part of support for generating dwarf for assembly source files. This | Kevin Enderby | 2011-12-09 | 1 | -0/+113 |
* | Darwin assembler improved relocs when w/o subsections_via_symbols. | Jim Grosbach | 2011-12-07 | 3 | -1/+7 |
* | Tidy up. Move MachO tests to MachO directory. | Jim Grosbach | 2011-12-07 | 7 | -0/+371 |
* | test/MC: Introduce MC/MachO/ARM, and relocate relax-thumb2-branches.s into it. | NAKAMURA Takumi | 2011-12-06 | 2 | -0/+19 |
* | test/MC: Move relax-thumb2-branches.s from MC/MachO/ to MC/ARM. | NAKAMURA Takumi | 2011-12-06 | 1 | -14/+0 |
* | Fix ARM handling of tBcc branch relaxation. | Jim Grosbach | 2011-12-06 | 1 | -0/+14 |
* | Fixed a bug in the code to create a dwarf file and directory table entires when | Kevin Enderby | 2011-11-01 | 1 | -0/+22 |
* | Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atom | Kevin Enderby | 2011-09-08 | 1 | -0/+58 |
* | Some autoconf tests use module level inline asm to test compiler's handling of | Evan Cheng | 2011-08-24 | 1 | -3/+12 |
* | MachOWriter: Don't crash on fixups with arithmetic, emit a relocation instead... | Benjamin Kramer | 2011-08-12 | 1 | -0/+21 |