| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move the STT_FILE symbols out of the normal symbol table processing for | Joerg Sonnenberger | 2013-10-29 | 3 | -22/+33 |
| * | ARM: allow .thumb_func to be separated from symbol definition | Tim Northover | 2013-10-25 | 1 | -0/+2 |
| * | MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa... | David Blaikie | 2013-10-24 | 2 | -5/+4 |
| * | MC: Support multiple sections with the same name in the same comdat group | David Blaikie | 2013-10-22 | 2 | -14/+23 |
| * | Whitespace | David Blaikie | 2013-10-22 | 1 | -2/+2 |
| * | Emit DWARF line entries for all data in the instruction stream. | Peter Collingbourne | 2013-10-20 | 1 | -0/+1 |
| * | MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asm | Hans Wennborg | 2013-10-18 | 3 | -13/+21 |
| * | Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output" | Hans Wennborg | 2013-10-18 | 4 | -37/+19 |
| * | Re-commit r192758 - MC: quote tricky symbol names in asm output | Hans Wennborg | 2013-10-17 | 4 | -19/+37 |
| * | Create an atom with just the data that failed to disassemble. | Rafael Espindola | 2013-10-16 | 1 | -2/+4 |
| * | Fix MCDataAtom never calling remap when adding data. | Rafael Espindola | 2013-10-16 | 1 | -1/+1 |
| * | Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti... | NAKAMURA Takumi | 2013-10-16 | 4 | -38/+20 |
| * | Add a MCAsmInfoELF class and factor some code into it. | Rafael Espindola | 2013-10-16 | 2 | -0/+24 |
| * | MC: Better handling of tricky symbol and section names | Hans Wennborg | 2013-10-16 | 4 | -20/+38 |
| * | Move .ident handling to MCStreamer. | Rafael Espindola | 2013-10-16 | 7 | -24/+43 |
| * | MC: Don't assume incoming StringRef's are null terminated. | Will Dietz | 2013-10-13 | 2 | -7/+2 |
| * | Add a MCTargetStreamer interface. | Rafael Espindola | 2013-10-08 | 8 | -195/+45 |
| * | Fix the documentation of getDefaultSubtargetFeatures. | Rafael Espindola | 2013-10-07 | 1 | -2/+1 |
| * | Remove some really nasty uses of hasRawTextSupport. | Rafael Espindola | 2013-10-05 | 7 | -45/+48 |
| * | reverting per request | Jack Carter | 2013-10-04 | 1 | -3/+1 |
| * | [MC][AsmParser] Hook for post assembly file processing | Jack Carter | 2013-10-04 | 1 | -2/+5 |
| * | [llvm-c][Disassembler] When printing latency information, fall back to the | Quentin Colombet | 2013-10-03 | 2 | -1/+34 |
| * | [llvm-c][Disassembler] When printing latency information, skip scheduling | Quentin Colombet | 2013-10-02 | 1 | -1/+3 |
| * | [llvm-c][Disassembler] Add an option to print latency information in | Quentin Colombet | 2013-10-02 | 2 | -0/+63 |
| * | Add Support For .bss Named Section Directive For Darwin Targets. | Rafael Espindola | 2013-10-02 | 1 | -0/+5 |
| * | [llvm-c][Disassembler] Add an option to reproduce in disassembled output the | Quentin Colombet | 2013-10-01 | 1 | -8/+45 |
| * | [MC] When MCInstPrint::printAnnotation uses a comment stream, it has to ensure | Quentin Colombet | 2013-10-01 | 1 | -2/+6 |
| * | MCParser/Debug info: Accept line number 0 as a legitimate value, since | Adrian Prantl | 2013-09-26 | 1 | -2/+2 |
| * | Implements parsing and emitting of .cfi_window_save in MC. | Venkatraman Govindaraju | 2013-09-26 | 4 | -1/+35 |
| * | MC: Add support for treating $ as a reference to the PC | David Majnemer | 2013-09-25 | 2 | -3/+14 |
| * | MC: Remove vestigial PCSymbol field from AsmInfo | David Majnemer | 2013-09-25 | 1 | -1/+0 |
| * | MachO: Improve backend diagnostic for overalignment. | Jim Grosbach | 2013-09-24 | 1 | -1/+2 |
| * | Make the size and expr arguments of .fill directive optional. | Roman Divacky | 2013-09-24 | 1 | -16/+21 |
| * | Fixed debug_aranges handling for common symbols. | Richard Mitton | 2013-09-23 | 1 | -4/+4 |
| * | Provide basic type safety for array_pod_sort comparators. | Benjamin Kramer | 2013-09-22 | 3 | -11/+9 |
| * | ELF: Parse types in directives like binutils gas | David Majnemer | 2013-09-21 | 1 | -20/+43 |
| * | Initialize BSSSection explicitly in InitMachOMCObjectFileInfo() to appease msvc. | NAKAMURA Takumi | 2013-09-21 | 1 | -0/+3 |
| * | MC: Tidy up. | Jim Grosbach | 2013-09-20 | 1 | -743/+723 |
| * | Added support for generate DWARF .debug_aranges sections automatically. | Richard Mitton | 2013-09-19 | 7 | -11/+43 |
| * | Remove extraneous space, the asm printing infrastructure adds a space | Eric Christopher | 2013-09-19 | 1 | -1/+0 |
| * | Fix X86 subtarget to not overwrite the autodetected features by calling InitM... | Craig Topper | 2013-09-18 | 1 | -0/+5 |
| * | COFF: Ensure that objects produced by LLVM link with /safeseh | Reid Kleckner | 2013-09-17 | 1 | -5/+14 |
| * | COFF: Emit all MCSymbols rather than filtering out some of them | Reid Kleckner | 2013-09-17 | 1 | -19/+3 |
| * | COFF: Remove ExportSection, which has been dead since r114823 | Reid Kleckner | 2013-09-17 | 1 | -5/+0 |
| * | Use reference instead of copy. | Jakub Staszak | 2013-09-16 | 1 | -1/+1 |
| * | ELF: Add support for the exclude section bit for gas compat. | Benjamin Kramer | 2013-09-15 | 2 | -5/+12 |
| * | MC: Add support for '?' flags in .section directives | David Majnemer | 2013-09-15 | 1 | -2/+20 |
| * | Fix alignment of unwind data. | Kai Nacke | 2013-09-15 | 1 | -7/+12 |
| * | Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH | Kai Nacke | 2013-09-15 | 1 | -5/+21 |
| * | Remove unused StringRef that no compiler warned about, I wonder why. | Benjamin Kramer | 2013-09-14 | 1 | -1/+0 |