summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetAsmInfo.h
Commit message (Expand)AuthorAge
* 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
* Eliminate TargetAsmInfo::getCompactUnwindEncoding. This get rid of theEvan Cheng2011-07-18
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* 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
* There is a cyclic dependency between MC and Target if this method is out-of-l...Bill Wendling2011-07-12
* Move a function out-of-line.Bill Wendling2011-07-07
* Add a target hook to encode the compact unwind information.Bill Wendling2011-07-07
* Constify getCompactUnwindRegNum.Bill Wendling2011-07-06
* Add target a target hook to get the register number used by the compact unwindBill Wendling2011-06-30
* Use the presence of the __compact_unwind section to indicate that a targetBill Wendling2011-06-23
* Allow the AsmInfo to query for the compact unwind section.Bill Wendling2011-06-23
* Allow the AsmInfo to query the TLOF to see if it supports compact unwind.Bill Wendling2011-06-23
* 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
* Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.Charles Davis2011-05-24
* Allow access to the .pdata and .xdata sections through the TargetAsmInfoCharles Davis2011-05-22
* Add support for producing .deubg_frame sections.Rafael Espindola2011-05-10
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-01
* Forward isFunctionEHFrameSymbolPrivate. If it is false, produce the foo.ehRafael Espindola2011-04-28
* include/llvm/Target/TargetAsmInfo.h: Fix a warning.NAKAMURA Takumi2011-04-22
* Compute the size of the FDE encoding instead of hard coding it. UpdateRafael Espindola2011-04-22
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-10
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-09
* move the MCAsmInfo .cpp/.h files into the right Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-13
* split "JumpTableDirective" (an existing hack) into a PIC and nonPICChris Lattner2009-08-11
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-11
* 1. Make MCSection an abstract class.Chris Lattner2009-08-08
* eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.Chris Lattner2009-08-08
* remove a bunch of now-dead crud from the asmprinter and TAI interfaces.Chris Lattner2009-08-07
* Fix some column padding bugs, reorganize things as suggested by ChrisDavid Greene2009-08-05
* remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs.Chris Lattner2009-08-05
* rip out SectionEndDirectiveSuffix support, only uses byChris Lattner2009-08-04
* move dwarf debug info section selection stuff from TAI toChris Lattner2009-08-02
* Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner2009-08-02
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-02
* remove the dead PreferredEHDataFormat TAI hook: its now deadChris Lattner2009-08-02
* move getDwarfExceptionSection from TAI to TLOF and rename it to Chris Lattner2009-08-02
* convert ctors/dtors section to be in TLOF instead ofChris Lattner2009-08-02
* Remove "JumpTableDataSection" from TAI, instead, have AsmPrinterChris Lattner2009-08-01
* REmove dead fields of TAI.Chris Lattner2009-08-01
* PreferredEHDataFormat is always call with data and global, but this wholeChris Lattner2009-07-31
* move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it toChris Lattner2009-07-31
* Fix build.Benjamin Kramer2009-07-31
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-31