aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-42/+26
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-12/+42
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-7/+11
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+0
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-484/+473
* Update to LLVM 3.5a.Stephen Hines2014-04-241-28/+50
* Produce .weak_def_can_be_hidden for some linkonce_odr valuesRafael Espindola2013-10-301-1/+1
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-0/+1
* Formatting and whitespace.Eric Christopher2013-10-241-9/+8
* Add support for metadata representing .ident directives.Rafael Espindola2013-10-161-0/+2
* Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...Justin Holewinski2013-10-111-0/+4
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-0/+2
* For COFF only: dwarf debug info output a label reference as a section relativ...Carlo Kok2013-08-131-3/+5
* Debug Info: use module flag to set up Dwarf version.Manman Ren2013-07-021-0/+2
* Remove address spaces from MC.Rafael Espindola2013-07-021-2/+2
* DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...David Blaikie2013-06-231-2/+2
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-191-1/+2
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-4/+0
* Remove the MachineMove class.Rafael Espindola2013-05-131-4/+3
* Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling2013-05-011-1/+0
* Emit the TLS initialization function pointers into the correct section.Bill Wendling2013-04-291-0/+1
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-271-0/+3
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-221-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-141-4/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* [ms-inline asm] Use the asm dialect from the MI to set the parser dialect.Chad Rosier2012-09-051-1/+3
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-221-0/+7
* 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