| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add missing leading \t when printing .cfi_def_cfa in the asmstreamer. | Jim Grosbach | 2011-05-20 | 1 | -1/+1 |
* | Now that they're implemented, make the Win64 EH MCAsmStreamer methods call | Charles Davis | 2011-05-20 | 1 | -0/+26 |
* | Misc code refactorings: | Rafael Espindola | 2011-05-19 | 1 | -1/+1 |
* | Implement the Win64 EH prolog instruction methods on the base MCStreamer. | Charles Davis | 2011-05-19 | 1 | -10/+10 |
* | Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) Make | Charles Davis | 2011-05-19 | 1 | -21/+31 |
* | Remove comments as Chris requested. | Charles Davis | 2011-05-18 | 1 | -48/+12 |
* | Fix an obvious typo in r131572. | Cameron Zwarich | 2011-05-18 | 1 | -2/+2 |
* | Add some more Win64 EH directives: | Charles Davis | 2011-05-18 | 1 | -0/+36 |
* | Implement the Win64 EH directive methods for the assembly language streamer. | Charles Davis | 2011-05-18 | 1 | -0/+77 |
* | sets bit 0 of the function address of thumb function in .symtab | Rafael Espindola | 2011-05-16 | 1 | -1/+2 |
* | Add CFIStartSections to the asm printer. Add an assert that at least | Rafael Espindola | 2011-05-10 | 1 | -0/+19 |
* | Factor some code into a new EmitFrames method. | Rafael Espindola | 2011-05-10 | 1 | -2/+2 |
* | GCC uses a different encoding of pointers in the FDE when using | Rafael Espindola | 2011-05-01 | 1 | -0/+3 |
* | Simplify the handling of pcrel relocations on ELF. Now we do the right thing | Rafael Espindola | 2011-05-01 | 1 | -3/+2 |
* | Revert the previous patch while I figure out how to make llvm-gcc | Rafael Espindola | 2011-04-30 | 1 | -3/+0 |
* | Enable CFI on OS X. | Rafael Espindola | 2011-04-30 | 1 | -0/+3 |
* | Implement MCAsmStreamer::EmitEHSymAttributes. Doing this in the asm streamer | Rafael Espindola | 2011-04-30 | 1 | -3/+31 |
* | Add all the plumbing needed for MC to expand cfi to the old tables in | Rafael Espindola | 2011-04-30 | 1 | -4/+44 |
* | Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr. | Rafael Espindola | 2011-04-30 | 1 | -0/+11 |
* | Implement MCAsmStreamer::EmitCFIDefCfa. | Rafael Espindola | 2011-04-29 | 1 | -1/+4 |
* | Hoist MCLineEntry construction AsmPrinter so that anyone who derives from Asm... | Devang Patel | 2011-04-29 | 1 | -3/+0 |
* | Factor a bit of code to MCStreamer::EmitLabel. Keep track of the last | Rafael Espindola | 2011-04-27 | 1 | -3/+1 |