| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove unused functions. | Eli Friedman | 2013-09-10 | 1 | -11/+0 |
* | MCObjectFileInfo.cpp: Fix a couple of possible typo(s), s/DwarfPub/DwarfGnuPu... | NAKAMURA Takumi | 2013-09-10 | 1 | -2/+2 |
* | Set the encoding to '0' if we don't have an MAB. | Bill Wendling | 2013-09-09 | 1 | -2/+1 |
* | Add the gnu pubnames and pubtypes sections to the mc object file | Eric Christopher | 2013-09-09 | 1 | -0/+24 |
* | Call generateCompactUnwindEncodings() right before we need to output the fram... | Bill Wendling | 2013-09-09 | 5 | -14/+15 |
* | Generate compact unwind encoding from CFI directives. | Bill Wendling | 2013-09-09 | 2 | -0/+10 |
* | Improve handling of .file, .include and .incbin directives to | Yunzhong Gao | 2013-09-05 | 1 | -12/+16 |
* | Fix comments to reflect reality. | Bill Wendling | 2013-09-05 | 1 | -6/+2 |
* | Add names for mach-o permissions bits and use the symbol names in place of ma... | Nick Kledzik | 2013-09-04 | 1 | -2/+4 |
* | Add missing header line. | Bill Wendling | 2013-09-04 | 1 | -0/+1 |
* | Use ArrayRef instead of explicit container. | Bill Wendling | 2013-09-04 | 1 | -2/+2 |