aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmStreamer.cpp
AgeCommit message (Expand)Author
2012-03-03Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it.Rafael Espindola
2012-02-28On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-02-03Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka
2012-01-27Better diagnostic for malformed .org assembly directive.Jim Grosbach
2012-01-23Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie
2012-01-09Don't print an unused label before .cfi_endproc.Rafael Espindola
2012-01-07Don't print a label before .cfi_startproc when we don't need to. This makesRafael Espindola
2012-01-07Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola
2011-12-17Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola
2011-12-09The second part of support for generating dwarf for assembly source files. ThisKevin Enderby
2011-10-17Add support for a new extension to the .file directive:Nick Lewycky
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson
2011-09-01Don't drop alignment info on local common symbols.Benjamin Kramer
2011-07-27Support .code32 and .code64 in X86 assembler.Evan Cheng
2011-07-26Remove one last reference to Target in MC library.Evan Cheng
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng
2011-07-20Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2011-07-15Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng
2011-07-14Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng
2011-07-08Fix comment.Evan Cheng
2011-07-07This patch adds a flag in MCAsmInfo that indicates whether dwarf registerAkira Hatanaka
2011-06-23Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad
2011-06-23Revert r133513:Eric Christopher
2011-06-20Remove the subclassing. This will be moved to the ASM printer.Bill Wendling
2011-06-18* Override the "EmitBytes" function, since it can sneak values in that way.Bill Wendling
2011-06-17Remove false assertion.Bill Wendling
2011-06-17Disable for another investigation.Bill Wendling
2011-06-17Support only DwarfCFI or SjLj exception handling in LSDA decoder.Bill Wendling
2011-06-17SjLj exception handling LSDA decoding support wasn't represented correctly. UseBill Wendling
2011-06-17Disable to investigate ARM failure.Bill Wendling
2011-06-17Use the verbose asm flag instead of a new flag for decoding the LSDA.Bill Wendling
2011-06-17Add an option that allows one to "decode" the LSDA.Bill Wendling
2011-06-02Don't hardcode the %reg format in the streamer.Rafael Espindola
2011-05-30Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola
2011-05-27Add a parameter to the Win64 EH section getters to get a section with aCharles Davis
2011-05-25Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues withCharles Davis
2011-05-22Add methods to parse the SEH directives to the COFFAsmParser. Implement someCharles Davis
2011-05-20Add missing leading \t when printing .cfi_def_cfa in the asmstreamer.Jim Grosbach
2011-05-20Now that they're implemented, make the Win64 EH MCAsmStreamer methods callCharles Davis
2011-05-19Misc code refactorings:Rafael Espindola
2011-05-19Implement the Win64 EH prolog instruction methods on the base MCStreamer.Charles Davis
2011-05-19Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) MakeCharles Davis
2011-05-18Remove comments as Chris requested.Charles Davis
2011-05-18Fix an obvious typo in r131572.Cameron Zwarich
2011-05-18Add some more Win64 EH directives:Charles Davis