| Commit message (Expand) | Author | Age | Files | Lines |
* | PowerPC: add EmitTCEntry class for TOC creation | Adhemerval Zanella | 2012-10-15 | 1 | -0/+9 |
* | Fix alignment of .comm and .lcomm on mingw32. | Benjamin Kramer | 2012-09-07 | 1 | -4/+7 |
* | MC: Overhaul handling of .lcomm | Benjamin Kramer | 2012-09-07 | 1 | -5/+8 |
* | Fix a bunch of -Wdocumentation warnings. | Dmitri Gribenko | 2012-08-23 | 1 | -1/+1 |
* | EmitZerofill should take a 64-bit size or else it's chopping off large zero-f... | Evan Cheng | 2012-06-22 | 1 | -2/+2 |
* | Fix typo in assembly directive. Noticed by inspection. | Eric Christopher | 2012-05-31 | 1 | -1/+1 |
* | Refactor data-in-code annotations. | Jim Grosbach | 2012-05-18 | 1 | -0/+16 |
* | Tidy up. Trailing whitespace. | Jim Grosbach | 2012-05-11 | 1 | -1/+1 |
* | Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it. | Rafael Espindola | 2012-03-03 | 1 | -1/+1 |
* | On ELF, create relocations to the abbreviation and line sections when producing | Rafael Espindola | 2012-02-28 | 1 | -2/+4 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 1 | -2/+2 |
* | Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is | Akira Hatanaka | 2012-02-03 | 1 | -0/+8 |
* | Better diagnostic for malformed .org assembly directive. | Jim Grosbach | 2012-01-27 | 1 | -2/+3 |
* | Add support for .cfi_signal_frame. Fixes pr11762. | Rafael Espindola | 2012-01-23 | 1 | -0/+11 |
* | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 2012-01-10 | 1 | -1/+0 |
* | Don't print an unused label before .cfi_endproc. | Rafael Espindola | 2012-01-09 | 1 | -5/+9 |
* | Don't print a label before .cfi_startproc when we don't need to. This makes | Rafael Espindola | 2012-01-07 | 1 | -5/+5 |
* | Split Finish into Finish and FinishImpl to have a common place to do end of | Rafael Espindola | 2012-01-07 | 1 | -2/+2 |
* | Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the | Rafael Espindola | 2011-12-17 | 1 | -0/+6 |
* | The second part of support for generating dwarf for assembly source files. This | Kevin Enderby | 2011-12-09 | 1 | -0/+4 |
* | Add support for a new extension to the .file directive: | Nick Lewycky | 2011-10-17 | 1 | -8/+27 |
* | Don't attach annotations to MCInst's. Instead, have the disassembler return,... | Owen Anderson | 2011-09-15 | 1 | -1/+1 |
* | Don't drop alignment info on local common symbols. | Benjamin Kramer | 2011-09-01 | 1 | -3/+12 |
* | Support .code32 and .code64 in X86 assembler. | Evan Cheng | 2011-07-27 | 1 | -2/+3 |
* | Remove one last reference to Target in MC library. | Evan Cheng | 2011-07-26 | 1 | -1/+1 |
* | Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA... | Evan Cheng | 2011-07-25 | 1 | -5/+5 |
* | Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th... | Evan Cheng | 2011-07-23 | 1 | -1/+1 |
* | Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. | Evan Cheng | 2011-07-20 | 1 | -1/+0 |
* | Add MCObjectFileInfo and sink the MCSections initialization code from | Evan Cheng | 2011-07-20 | 1 | -2/+15 |
* | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng | 2011-07-18 | 1 | -2/+3 |
* | Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest | Evan Cheng | 2011-07-15 | 1 | -4/+4 |
* | Unfortunately several files in MC are badly violating layering rule by using | Evan Cheng | 2011-07-14 | 1 | -4/+5 |
* | Fix comment. | Evan Cheng | 2011-07-08 | 1 | -1/+1 |
* | This patch adds a flag in MCAsmInfo that indicates whether dwarf register | Akira Hatanaka | 2011-07-07 | 1 | -1/+1 |
* | Reinstate r133513 (reverted in r133700) with an additional fix for a | Jay Foad | 2011-06-23 | 1 | -4/+4 |
* | Revert r133513: | Eric Christopher | 2011-06-23 | 1 | -4/+4 |
* | Remove the subclassing. This will be moved to the ASM printer. | Bill Wendling | 2011-06-20 | 1 | -379/+0 |
* | * Override the "EmitBytes" function, since it can sneak values in that way. | Bill Wendling | 2011-06-18 | 1 | -1/+18 |
* | Remove false assertion. | Bill Wendling | 2011-06-17 | 1 | -3/+1 |
* | Disable for another investigation. | Bill Wendling | 2011-06-17 | 1 | -1/+2 |
* | Support only DwarfCFI or SjLj exception handling in LSDA decoder. | Bill Wendling | 2011-06-17 | 1 | -1/+5 |
* | SjLj exception handling LSDA decoding support wasn't represented correctly. Use | Bill Wendling | 2011-06-17 | 1 | -17/+15 |
* | Disable to investigate ARM failure. | Bill Wendling | 2011-06-17 | 1 | -1/+2 |
* | Use the verbose asm flag instead of a new flag for decoding the LSDA. | Bill Wendling | 2011-06-17 | 1 | -2/+2 |
* | Add an option that allows one to "decode" the LSDA. | Bill Wendling | 2011-06-17 | 1 | -3/+365 |
* | Don't hardcode the %reg format in the streamer. | Rafael Espindola | 2011-06-02 | 1 | -6/+10 |
* | Use the dwarf->llvm mapping to print register names in the cfi | Rafael Espindola | 2011-05-30 | 1 | -5/+25 |
* | Add a parameter to the Win64 EH section getters to get a section with a | Charles Davis | 2011-05-27 | 1 | -1/+3 |
* | Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues with | Charles Davis | 2011-05-25 | 1 | -0/+9 |
* | Add methods to parse the SEH directives to the COFFAsmParser. Implement some | Charles Davis | 2011-05-22 | 1 | -2/+2 |