aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetAsmInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-35/+0
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-31/+0
* Eliminate TargetAsmInfo::getCompactUnwindEncoding. This get rid of theEvan Cheng2011-07-181-8/+0
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-8/+0
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-21/+0
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-151-17/+0
* There is a cyclic dependency between MC and Target if this method is out-of-l...Bill Wendling2011-07-121-1/+4
* Move a function out-of-line.Bill Wendling2011-07-071-4/+3
* Add a target hook to encode the compact unwind information.Bill Wendling2011-07-071-5/+7
* Constify getCompactUnwindRegNum.Bill Wendling2011-07-061-2/+2
* Add target a target hook to get the register number used by the compact unwindBill Wendling2011-06-301-0/+4
* Use the presence of the __compact_unwind section to indicate that a targetBill Wendling2011-06-231-4/+0
* Allow the AsmInfo to query for the compact unwind section.Bill Wendling2011-06-231-0/+4
* Allow the AsmInfo to query the TLOF to see if it supports compact unwind.Bill Wendling2011-06-231-0/+4
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-301-0/+4
* Add a parameter to the Win64 EH section getters to get a section with aCharles Davis2011-05-271-4/+4
* Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.Charles Davis2011-05-241-0/+9
* Allow access to the .pdata and .xdata sections through the TargetAsmInfoCharles Davis2011-05-221-0/+8
* Add support for producing .deubg_frame sections.Rafael Espindola2011-05-101-0/+4
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-011-2/+2
* Forward isFunctionEHFrameSymbolPrivate. If it is false, produce the foo.ehRafael Espindola2011-04-281-0/+4
* include/llvm/Target/TargetAsmInfo.h: Fix a warning.NAKAMURA Takumi2011-04-221-1/+1
* Compute the size of the FDE encoding instead of hard coding it. UpdateRafael Espindola2011-04-221-0/+4
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-3/+3
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-0/+75
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-75/+0
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-0/+75
* move the MCAsmInfo .cpp/.h files into the right Chris Lattner2009-08-221-527/+0
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-5/+5
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-131-0/+8
* split "JumpTableDirective" (an existing hack) into a PIC and nonPICChris Lattner2009-08-111-4/+6
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-111-2/+8
* 1. Make MCSection an abstract class.Chris Lattner2009-08-081-8/+0
* eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.Chris Lattner2009-08-081-0/+10
* remove a bunch of now-dead crud from the asmprinter and TAI interfaces.Chris Lattner2009-08-071-14/+0
* Fix some column padding bugs, reorganize things as suggested by ChrisDavid Greene2009-08-051-2/+5
* remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs.Chris Lattner2009-08-051-14/+0
* rip out SectionEndDirectiveSuffix support, only uses byChris Lattner2009-08-041-7/+0
* move dwarf debug info section selection stuff from TAI toChris Lattner2009-08-021-91/+0
* Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner2009-08-021-4/+3
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-021-5/+1
* remove the dead PreferredEHDataFormat TAI hook: its now deadChris Lattner2009-08-021-5/+0
* move getDwarfExceptionSection from TAI to TLOF and rename it to Chris Lattner2009-08-021-7/+0
* convert ctors/dtors section to be in TLOF instead ofChris Lattner2009-08-021-16/+0
* Remove "JumpTableDataSection" from TAI, instead, have AsmPrinterChris Lattner2009-08-011-8/+0
* REmove dead fields of TAI.Chris Lattner2009-08-011-26/+0
* PreferredEHDataFormat is always call with data and global, but this wholeChris Lattner2009-07-311-14/+2
* move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it toChris Lattner2009-07-311-10/+0
* Fix build.Benjamin Kramer2009-07-311-0/+1
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-311-1/+0