aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Allow the use of an alternate symbol for calculating a function's size.Hal Finkel2012-02-221-0/+5
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-4/+2
* tidy up forward declarations.Chris Lattner2012-01-261-9/+3
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-261-0/+6
* Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov2012-01-251-1/+1
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-271-0/+5
* Fix a FIXME by making GlobalVariable::getInitializer() return aJay Foad2011-06-191-2/+2
* When generating code for Win64 EH, emit StartProc and EndProc directives.Charles Davis2011-05-281-0/+2
* Make size computation less brittle.Rafael Espindola2011-05-271-4/+0
* Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola2011-05-101-1/+6
* Yet more dead code.Rafael Espindola2011-05-061-4/+0
* Update comments.Rafael Espindola2011-05-061-1/+4
* More dead code elimination.Rafael Espindola2011-05-061-2/+0
* Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.Rafael Espindola2011-04-291-0/+2
* Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel2011-04-281-0/+4
* Revert r130178. It turned out to be not the optimal path to emit complex loca...Devang Patel2011-04-271-2/+1
* Let dwarf writer allocate extra space in the debug location expression. This ...Devang Patel2011-04-261-1/+2
* Refactor.Devang Patel2011-04-211-0/+3
* Some refactoring suggested by Anton Korobeynikov.Rafael Espindola2011-04-151-0/+1
* Add 129518 back with a fix for when we are producing eh just because of debug...Rafael Espindola2011-04-151-0/+2
* Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi2011-04-151-2/+0
* Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola2011-04-141-0/+2
* Omit private_extern declarations of extern symbols; followup toStuart Hastings2011-02-231-1/+2
* Add CFI directives-based frame information emission. Not hooked yet.Anton Korobeynikov2011-01-141-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* refactor the interface to EmitInlineAsm a bit, no functionality change.Chris Lattner2010-11-171-1/+2
* Fix linux/msvc build, move include.Benjamin Kramer2010-09-131-1/+0
* Attempt to fix the Linux build.Owen Anderson2010-09-131-0/+1
* Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel2010-09-021-0/+6
* Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman2010-08-071-0/+1
* For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumbJim Grosbach2010-07-211-0/+4
* tidy upJim Grosbach2010-07-211-1/+1
* Trailing whitespace.Mikhail Glushenkov2010-07-011-71/+71
* Revert r107205 and r107207.Bill Wendling2010-06-291-1/+1
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-1/+1
* Rework global alignment computation again. Now we do round upChris Lattner2010-04-281-7/+2
* Emit debug info for byval parameters.Devang Patel2010-04-281-1/+6
* further simplify EmitAlignment by eliminating the Chris Lattner2010-04-281-7/+3
* remove a dead argument to EmitAlignment.Chris Lattner2010-04-281-6/+2
* Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman2010-04-171-1/+1
* Add support to emit dwarf ranges.Devang Patel2010-04-161-0/+6
* propagate cookie management out one layer of function calls.Chris Lattner2010-04-061-1/+1
* change AsmPrinter to use DwarfDebug/DwarfException directlyChris Lattner2010-04-051-6/+10
* 1) make DIE take AsmPrinter instead of DwarfPrinter.Chris Lattner2010-04-051-6/+11
* Move EmitFrameMoves into AsmPrinter.Chris Lattner2010-04-041-1/+11
* missed a header :(Chris Lattner2010-04-041-0/+10
* move some more stuff to asmprinter.Chris Lattner2010-04-041-0/+9
* simplify some code.Chris Lattner2010-04-041-0/+9
* move gettemplabel and getdwlabel to AsmPrinter and renameChris Lattner2010-04-041-31/+41
* move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner2010-04-041-0/+10