summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Print the visibility of available_externally functions.Rafael Espindola2015-07-131-1/+1
* Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner2015-07-071-1/+1
* Remove JumpInstrTableInfo.h as it is no longer used.Eric Christopher2015-07-061-1/+0
* [MMI] Use TinyPtrVector instead of PointerUnion with vector.Benjamin Kramer2015-06-291-2/+1
* [AsmPrinter] Fix crash in handleIndirectSymViaGOTPCRelBruno Cardoso Lopes2015-06-251-2/+9
* Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola2015-06-231-4/+3
* [CodeGen] Don't emit a random reference to the personality functionDavid Majnemer2015-06-181-4/+0
* [AsmPrinter] Make isRepeatedByteSequence smarter about odd integer typesBenjamin Kramer2015-06-171-26/+16
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-0/+4
* Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...Daniel Sanders2015-06-161-5/+5
* AsmPrinter.cpp: Avoid crashes for targeting like "arm-mingw32". CurrentFnSym ...NAKAMURA Takumi2015-06-141-1/+2
* Reformat.NAKAMURA Takumi2015-06-141-5/+3
* Generalize emitAbsoluteSymbolDiff.Rafael Espindola2015-06-111-19/+1
* Remove MachineModuleInfo::UsedFunctions as it has no users.Pete Cooper2015-06-111-1/+0
* Create a MCSymbolELF.Rafael Espindola2015-06-021-3/+4
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-36/+36
* [WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86Reid Kleckner2015-05-291-0/+1
* Rename Win64Exception.(cpp|h) to WinException.(cpp|h)Reid Kleckner2015-05-281-2/+2
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-15/+13
* AsmPrinter: Compute absolute label difference directlyDuncan P. N. Exon Smith2015-05-211-0/+4
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-8/+8
* Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions. NFC.Akira Hatanaka2015-05-151-1/+1
* Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-051-0/+2
* Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-011-2/+0
* Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-011-0/+2
* Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-011-2/+0
* [WinEH] Add an EH registration and state insertion pass for 32-bit x86Reid Kleckner2015-05-011-0/+2
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-3/+3
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-165/+164
* DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-2/+2
* DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith2015-04-141-2/+2
* DebugInfo: Gut DIVariable and DIGlobalVariableDuncan P. N. Exon Smith2015-04-141-2/+2
* DebugInfo: Gut DIExpressionDuncan P. N. Exon Smith2015-04-141-3/+3
* Refactor a lot of duplicated code for stub output.Rafael Espindola2015-04-071-2/+22
* CodeGen: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-2/+2
* Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-271-1/+1
* [AsmPrinter] Don't assert on GOT equivalent non-constant users.Ahmed Bougacha2015-03-271-1/+1
* At the beginning of doFinalization set the MachineFunction toEric Christopher2015-03-201-0/+5
* Centralize the handling of unique ids for temporary labels.Rafael Espindola2015-03-171-7/+7
* Remove the error prone GetTempSymbol API.Rafael Espindola2015-03-171-12/+0
* Make EmitFunctionHeader a private helper.Rafael Espindola2015-03-171-0/+2
* Convert the easy cases of GetTempSymbol to createTempSymbol.Rafael Espindola2015-03-171-1/+1
* Don't duplicate comment from the .h. NFC.Rafael Espindola2015-03-171-4/+0
* Move the EH symbol to the asm printer and use it for the SJLJ case too.Rafael Espindola2015-03-171-1/+8
* [AsmPrinter] Use the per-function subtarget to emit inline asm instructions thatAkira Hatanaka2015-03-161-1/+5
* [NVPTXAsmPrinter] do not print .align on function headersJingyue Wu2015-03-121-1/+2
* [AsmPrinter][TLOF] Reintroduce AArch64 testBruno Cardoso Lopes2015-03-101-11/+12
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-5/+4
* Print jump tables before exception tables.Rafael Espindola2015-03-091-7/+12
* [AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalentsBruno Cardoso Lopes2015-03-061-4/+5
OpenPOWER on IntegriCloud