summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debug info: Bugfix for r201190: DW_OP_piece takes bytes, not bits.Adrian Prantl2014-02-121-2/+3
* Reapply r201180 with an additional error path.Adrian Prantl2014-02-111-3/+27
* Revert "Debug info: Emit values in subregisters that do not have a separate"Adrian Prantl2014-02-111-22/+3
* whitespaceAdrian Prantl2014-02-111-1/+1
* Debug info: Emit values in subregisters that do not have a separateAdrian Prantl2014-02-111-3/+22
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-091-2/+2
* Pass the Mangler by reference.Rafael Espindola2014-02-081-7/+9
* Fix a bug with .weak_def_can_be_hidden: Mutable variables cannot use it.Rafael Espindola2014-02-071-0/+12
* Refactor logic into a function predicate.Rafael Espindola2014-02-071-14/+19
* Remove support for not using .loc directives.Rafael Espindola2014-02-051-3/+0
* Use the default values.Rafael Espindola2014-02-041-1/+1
* Remove a redundant call to hasRawTextSupport.Rafael Espindola2014-01-311-1/+1
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov2014-01-301-3/+11
* Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi2014-01-291-11/+3
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+10
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-281-3/+11
* Simplify the logic for deciding when to initialize the sections.Rafael Espindola2014-01-241-1/+1
* 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
OpenPOWER on IntegriCloud