summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmStreamer.cpp
Commit message (Expand)AuthorAge
* 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
* Add missing leading \t when printing .cfi_def_cfa in the asmstreamer.Jim Grosbach2011-05-20
* Now that they're implemented, make the Win64 EH MCAsmStreamer methods callCharles Davis2011-05-20
* Misc code refactorings:Rafael Espindola2011-05-19
* Implement the Win64 EH prolog instruction methods on the base MCStreamer.Charles Davis2011-05-19
* Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) MakeCharles Davis2011-05-19
* Remove comments as Chris requested.Charles Davis2011-05-18
* Fix an obvious typo in r131572.Cameron Zwarich2011-05-18
* Add some more Win64 EH directives:Charles Davis2011-05-18
* Implement the Win64 EH directive methods for the assembly language streamer.Charles Davis2011-05-18
* sets bit 0 of the function address of thumb function in .symtabRafael Espindola2011-05-16
* Add CFIStartSections to the asm printer. Add an assert that at leastRafael Espindola2011-05-10
* Factor some code into a new EmitFrames method.Rafael Espindola2011-05-10
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-01
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-01
* Revert the previous patch while I figure out how to make llvm-gccRafael Espindola2011-04-30
* Enable CFI on OS X.Rafael Espindola2011-04-30
* Implement MCAsmStreamer::EmitEHSymAttributes. Doing this in the asm streamerRafael Espindola2011-04-30
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-30
* Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.Rafael Espindola2011-04-30
* Implement MCAsmStreamer::EmitCFIDefCfa.Rafael Espindola2011-04-29
* Hoist MCLineEntry construction AsmPrinter so that anyone who derives from Asm...Devang Patel2011-04-29