summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add an emitRawComment function and use it to simplify some uses of EmitRawText.Rafael Espindola2014-01-161-5/+4
* WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...David Majnemer2014-01-151-0/+4
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-2/+0
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-141-0/+2
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-2/+0
* Handle bundled terminators in isBlockOnlyReachableByFallthrough.Jakob Stoklund Olesen2014-01-121-7/+7
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-4/+3
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-6/+11
* Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it'sEric Christopher2013-12-281-4/+0
* Remove weak vtables. No functional change.Juergen Ributzka2013-12-141-0/+3
* On ELF and COFF treat linker_private like private.Rafael Espindola2013-12-111-1/+1
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-101-1/+2
* Remove incorrect comment and pointless cast.Eric Christopher2013-12-041-2/+1
* const on its own line is confusing.Eric Christopher2013-12-041-2/+2
* Reland 196270 "Generalize debug info / EH emission in AsmPrinter"Timur Iskhodzhanov2013-12-031-45/+49
* Revert r196270, "Generalize debug info / EH emission in AsmPrinter"NAKAMURA Takumi2013-12-031-49/+45
* Generalize debug info / EH emission in AsmPrinterTimur Iskhodzhanov2013-12-031-45/+49
* Convert two char* that are only ever used as booleans to bool.Rafael Espindola2013-12-021-2/+2
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-021-5/+2
* Remove an always true parameter.Rafael Espindola2013-11-281-6/+2
* Rename DwarfException methods so the new names are consistent with DwarfDebug...Timur Iskhodzhanov2013-11-261-3/+3
* Reformat const for readability.Eric Christopher2013-11-231-6/+4
* Error if we see an alias to a declaration.Rafael Espindola2013-11-141-0/+5
* Use type form of getIntPtrType.Matt Arsenault2013-11-101-1/+1
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-011-4/+2
* Produce .weak_def_can_be_hidden for some linkonce_odr valuesRafael Espindola2013-10-301-7/+20
* Debug Info: code clean up.Manman Ren2013-10-291-2/+2
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-291-2/+2
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-9/+12
* Reduce casting and use a fully covered switch.Rafael Espindola2013-10-231-9/+14
* Fix CodeGen for different size address space GEPsMatt Arsenault2013-10-211-2/+2
* Emit prefix data after debug and EH directives.Peter Collingbourne2013-10-201-4/+4
* Add support for metadata representing .ident directives.Rafael Espindola2013-10-161-0/+18
* Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...Justin Holewinski2013-10-111-5/+5
* Add support for aliases with linkonce_odr.Rafael Espindola2013-10-061-1/+1
* Rename DataLayout variables TD -> DLMatt Arsenault2013-10-031-34/+34
* Fixed debug_aranges handling for common symbols.Richard Mitton2013-09-231-0/+3
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-191-0/+3
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-161-0/+4
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-1/+1
* AsmPrinter: Get rid of llvm$workaround$fake$stub$David Majnemer2013-08-251-10/+0
* Add a function object to compare the first or second component of a std::pair.Benjamin Kramer2013-08-241-7/+2
* Make a few more things const.Bill Wendling2013-08-151-2/+2
* Use a reference instead of making an unnecessary copy. Also use 'const'.Bill Wendling2013-08-151-3/+3
* For COFF only: dwarf debug info output a label reference as a section relativ...Carlo Kok2013-08-131-2/+2
* Using the integrated assembler we'd fail to change section to theEric Christopher2013-08-071-2/+3
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-021-0/+4
* Revert r187597, "Bugfix for making the DWARF debug strings and labels to code...NAKAMURA Takumi2013-08-021-4/+0
OpenPOWER on IntegriCloud