summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/AsmPrinter.h
Commit message (Expand)AuthorAge
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-11
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-13
* Don't indent inside a namespace. Don't duplicate a function name in comment.Rafael Espindola2014-05-09
* CodeGen/AsmPrinter.h: Fix \param in r207369. [-Wdocumentation]NAKAMURA Takumi2014-04-27
* Clarify the doxygen comment for AsmPrinter::EmitDwarfRegOpPiece and addAdrian Prantl2014-04-27
* Debug info: Refactor EmitDwarfRegOpPiece to be a member function ofAdrian Prantl2014-04-27
* [c++11] Tidy up AsmPrinter.cpp.Jim Grosbach2014-04-16
* Use unique_ptr to manage ownership of GCStrategy objects in GCMetadataDavid Blaikie2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Make GetCPISymbol a virtual method.Tim Northover2014-03-29
* Accept Twine's to AsmPrinter::getTempSymbol (refactoring for an incoming change)David Blaikie2014-03-11
* Add support for hashing location information for CU level hashes.Eric Christopher2014-03-08
* Two part patch:Eric Christopher2014-03-07
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* Remove const_cast for STI when parsing inline asmDavid Peixotto2014-02-06
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Move emitInlineAsmEnd to the AsmPrinter interface.Rafael Espindola2014-01-24
* Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it'sEric Christopher2013-12-28
* Reland 196270 "Generalize debug info / EH emission in AsmPrinter"Timur Iskhodzhanov2013-12-03
* Revert r196270, "Generalize debug info / EH emission in AsmPrinter"NAKAMURA Takumi2013-12-03
* Generalize debug info / EH emission in AsmPrinterTimur Iskhodzhanov2013-12-03
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-02
* Remove an always true parameter.Rafael Espindola2013-11-28
* Produce .weak_def_can_be_hidden for some linkonce_odr valuesRafael Espindola2013-10-30
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* Formatting and whitespace.Eric Christopher2013-10-24
* Add support for metadata representing .ident directives.Rafael Espindola2013-10-16
* Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...Justin Holewinski2013-10-11
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* For COFF only: dwarf debug info output a label reference as a section relativ...Carlo Kok2013-08-13
* Debug Info: use module flag to set up Dwarf version.Manman Ren2013-07-02
* Remove address spaces from MC.Rafael Espindola2013-07-02
* DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...David Blaikie2013-06-23
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-19
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling2013-05-01
* Emit the TLS initialization function pointers into the correct section.Bill Wendling2013-04-29
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-27
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-22
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-14
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* [ms-inline asm] Use the asm dialect from the MI to set the parser dialect.Chad Rosier2012-09-05
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-22
* Allow the use of an alternate symbol for calculating a function's size.Hal Finkel2012-02-22