aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/AsmPrinter.h
AgeCommit message (Expand)Author
2013-04-22Clarify that llvm.used can contain aliases.Rafael Espindola
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-05[ms-inline asm] Use the asm dialect from the MI to set the parser dialect.Chad Rosier
2012-06-22Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky
2012-02-22Allow the use of an alternate symbol for calculating a function's size.Hal Finkel
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2012-01-26tidy up forward declarations.Chris Lattner
2012-01-26Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy
2012-01-25Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov
2011-10-27Teach our Dwarf emission to use the string pool.Nick Lewycky
2011-06-19Fix a FIXME by making GlobalVariable::getInitializer() return aJay Foad
2011-05-28When generating code for Win64 EH, emit StartProc and EndProc directives.Charles Davis
2011-05-27Make size computation less brittle.Rafael Espindola
2011-05-10Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola
2011-05-06Yet more dead code.Rafael Espindola
2011-05-06Update comments.Rafael Espindola
2011-05-06More dead code elimination.Rafael Espindola
2011-04-29Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.Rafael Espindola
2011-04-28Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel
2011-04-27Revert r130178. It turned out to be not the optimal path to emit complex loca...Devang Patel
2011-04-26Let dwarf writer allocate extra space in the debug location expression. This ...Devang Patel
2011-04-21Refactor.Devang Patel
2011-04-15Some refactoring suggested by Anton Korobeynikov.Rafael Espindola
2011-04-15Add 129518 back with a fix for when we are producing eh just because of debug...Rafael Espindola
2011-04-15Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi
2011-04-14Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola
2011-02-23Omit private_extern declarations of extern symbols; followup toStuart Hastings
2011-01-14Add CFI directives-based frame information emission. Not hooked yet.Anton Korobeynikov
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-17refactor the interface to EmitInlineAsm a bit, no functionality change.Chris Lattner
2010-09-13Fix linux/msvc build, move include.Benjamin Kramer
2010-09-13Attempt to fix the Linux build.Owen Anderson
2010-09-02Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel
2010-08-07Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman
2010-07-21For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumbJim Grosbach
2010-07-21tidy upJim Grosbach
2010-07-01Trailing whitespace.Mikhail Glushenkov
2010-06-29Revert r107205 and r107207.Bill Wendling
2010-06-29Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling
2010-04-28Rework global alignment computation again. Now we do round upChris Lattner
2010-04-28Emit debug info for byval parameters.Devang Patel
2010-04-28further simplify EmitAlignment by eliminating the Chris Lattner
2010-04-28remove a dead argument to EmitAlignment.Chris Lattner
2010-04-17Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman
2010-04-16Add support to emit dwarf ranges.Devang Patel
2010-04-06propagate cookie management out one layer of function calls.Chris Lattner
2010-04-05change AsmPrinter to use DwarfDebug/DwarfException directlyChris Lattner
2010-04-051) make DIE take AsmPrinter instead of DwarfPrinter.Chris Lattner