summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmStreamer.cpp
Commit message (Expand)AuthorAge
* PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella2012-10-15
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-07
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-07
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-23
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-22
* Fix typo in assembly directive. Noticed by inspection.Eric Christopher2012-05-31
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-11
* Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it.Rafael Espindola2012-03-03
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-28
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-03
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-27
* Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola2012-01-23
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Don't print an unused label before .cfi_endproc.Rafael Espindola2012-01-09
* Don't print a label before .cfi_startproc when we don't need to. This makesRafael Espindola2012-01-07
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-07
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-17
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-09
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Support .code32 and .code64 in X86 assembler.Evan Cheng2011-07-27
* Remove one last reference to Target in MC library.Evan Cheng2011-07-26
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-15
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-14
* Fix comment.Evan Cheng2011-07-08
* This patch adds a flag in MCAsmInfo that indicates whether dwarf registerAkira Hatanaka2011-07-07
* Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad2011-06-23
* Revert r133513:Eric Christopher2011-06-23
* Remove the subclassing. This will be moved to the ASM printer.Bill Wendling2011-06-20
* * Override the "EmitBytes" function, since it can sneak values in that way.Bill Wendling2011-06-18
* Remove false assertion.Bill Wendling2011-06-17
* Disable for another investigation.Bill Wendling2011-06-17
* Support only DwarfCFI or SjLj exception handling in LSDA decoder.Bill Wendling2011-06-17
* SjLj exception handling LSDA decoding support wasn't represented correctly. UseBill Wendling2011-06-17
* Disable to investigate ARM failure.Bill Wendling2011-06-17
* Use the verbose asm flag instead of a new flag for decoding the LSDA.Bill Wendling2011-06-17
* Add an option that allows one to "decode" the LSDA.Bill Wendling2011-06-17
* Don't hardcode the %reg format in the streamer.Rafael Espindola2011-06-02
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-30
* Add a parameter to the Win64 EH section getters to get a section with aCharles Davis2011-05-27
* Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues withCharles Davis2011-05-25
* Add methods to parse the SEH directives to the COFFAsmParser. Implement someCharles Davis2011-05-22