summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [WinEH] Add some support for code generating catchpadReid Kleckner2015-08-271-2/+3
* Redo "Make global aliases have symbol size equal to their type"John Brawn2015-08-121-0/+14
* Revert "Make global aliases have symbol size equal to their type"John Brawn2015-08-071-10/+0
* If the "CodeView" module flag is set, emit codeview instead of DWARFReid Kleckner2015-08-051-12/+3
* Implement target independent TLS compatible with glibc's emutls.c.Chih-Hung Hsieh2015-07-281-9/+91
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-241-3/+3
* Revert "Remove access to the DataLayout in the TargetMachine"Mehdi Amini2015-07-241-3/+3
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-241-3/+3
* [AsmPrinter] Check for valid constants in handleIndirectSymViaGOTPCRelBruno Cardoso Lopes2015-07-211-1/+1
* Make global aliases have symbol size equal to their typeJohn Brawn2015-07-171-0/+10
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-92/+86
* Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini2015-07-161-9/+9
* Redirect pointerSize query to the TargetMachine in ASMPrinterMehdi Amini2015-07-161-0/+2
* 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
OpenPOWER on IntegriCloud