summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/AsmPrinter.h
Commit message (Expand)AuthorAge
* 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
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* tidy up forward declarations.Chris Lattner2012-01-26
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-26
* Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov2012-01-25
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-27
* Fix a FIXME by making GlobalVariable::getInitializer() return aJay Foad2011-06-19
* When generating code for Win64 EH, emit StartProc and EndProc directives.Charles Davis2011-05-28
* Make size computation less brittle.Rafael Espindola2011-05-27
* Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola2011-05-10
* Yet more dead code.Rafael Espindola2011-05-06
* Update comments.Rafael Espindola2011-05-06