summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAge
* Remove a redundant call to hasRawTextSupport.Rafael Espindola2014-01-31
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov2014-01-30
* Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi2014-01-29
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-28
* Simplify the logic for deciding when to initialize the sections.Rafael Espindola2014-01-24
* Add an emitRawComment function and use it to simplify some uses of EmitRawText.Rafael Espindola2014-01-16
* WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...David Majnemer2014-01-15
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Handle bundled terminators in isBlockOnlyReachableByFallthrough.Jakob Stoklund Olesen2014-01-12
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it'sEric Christopher2013-12-28
* Remove weak vtables. No functional change.Juergen Ributzka2013-12-14
* On ELF and COFF treat linker_private like private.Rafael Espindola2013-12-11
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-10
* Remove incorrect comment and pointless cast.Eric Christopher2013-12-04
* const on its own line is confusing.Eric Christopher2013-12-04
* 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
* Convert two char* that are only ever used as booleans to bool.Rafael Espindola2013-12-02
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-02
* Remove an always true parameter.Rafael Espindola2013-11-28
* Rename DwarfException methods so the new names are consistent with DwarfDebug...Timur Iskhodzhanov2013-11-26
* Reformat const for readability.Eric Christopher2013-11-23
* Error if we see an alias to a declaration.Rafael Espindola2013-11-14
* Use type form of getIntPtrType.Matt Arsenault2013-11-10
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-01
* Produce .weak_def_can_be_hidden for some linkonce_odr valuesRafael Espindola2013-10-30
* Debug Info: code clean up.Manman Ren2013-10-29
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-29
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* Reduce casting and use a fully covered switch.Rafael Espindola2013-10-23
* Fix CodeGen for different size address space GEPsMatt Arsenault2013-10-21
* Emit prefix data after debug and EH directives.Peter Collingbourne2013-10-20
* 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 support for aliases with linkonce_odr.Rafael Espindola2013-10-06
* Rename DataLayout variables TD -> DLMatt Arsenault2013-10-03
* Fixed debug_aranges handling for common symbols.Richard Mitton2013-09-23
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-16
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* AsmPrinter: Get rid of llvm$workaround$fake$stub$David Majnemer2013-08-25
* Add a function object to compare the first or second component of a std::pair.Benjamin Kramer2013-08-24