summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR 31534: When emitting both DWARF unwind tables and debug information,Joerg Sonnenberger2017-01-051-1/+23
* [XRay] Merge instrumentation point table emission code into AsmPrinter.Dean Michael Berris2017-01-031-0/+57
* Reapply "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2017-01-021-1/+3
* Refactor the DIExpression fragment query interface (NFC)Adrian Prantl2016-12-221-3/+4
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-1/+1
* Revert "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2016-12-081-1/+1
* [CodeGen] Fix invalid DWARF info on Win64Keno Fischer2016-12-081-1/+1
* [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl2016-12-051-4/+4
* [MC] Refactor emitELFSize to make usage more consistent. NFC.Dan Gohman2016-12-011-5/+3
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-12-011-5/+4
* Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"Eric Christopher2016-12-011-4/+5
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-5/+4
* Move FrameInstructions from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-2/+1
* Rely on a single DWARF version instead of having two copiesGreg Clayton2016-11-231-0/+8
* CodeGen: simplify TargetMachine::getSymbol interface. NFC.Tim Northover2016-11-221-1/+1
* [AsmPrinter] Enable codeview for windows-itaniumShoaib Meenai2016-11-211-1/+2
* Timer: Track name and description.Matthias Braun2016-11-181-16/+31
* Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to helpEric Christopher2016-10-141-1/+1
* Improve DEBUG_VALUE assembly comments for spilled bitpiecesReid Kleckner2016-10-051-7/+7
* Use StringRef in Registry API (NFC)Mehdi Amini2016-10-011-2/+2
* Remove getTargetTriple and update all uses to use the Triple offEric Christopher2016-10-011-8/+2
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-191-0/+10
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-161-16/+10
* Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"Renato Golin2016-09-081-10/+0
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-081-0/+10
* Revert r279564. It introduces undefined behavior (binding a reference to aRichard Smith2016-08-231-0/+2
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-231-2/+0
* Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...Matthias Braun2016-08-231-7/+0
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-231-0/+7
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* [MC] Delete use of *structors_used.Davide Italiano2016-08-081-12/+0
* [ConstnatFolding] Teach the folder how to fold ConstantVectorDavid Majnemer2016-07-291-2/+2
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-5/+5
* AsmPrinter: Fix emitKill() not flush()ing a raw_string_ostreamMatthias Braun2016-07-091-1/+1
* 80-column and comment fixups.Eric Christopher2016-07-011-5/+8
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-301-4/+4
* Use isPositionIndependent in a few more places.Rafael Espindola2016-06-281-1/+1
* Move isPositionIndependent up to AsmPrinter.Rafael Espindola2016-06-271-0/+4
* IR: Introduce Module::global_objects().Peter Collingbourne2016-06-221-10/+4
* doesSetDirectiveSuppressesReloc -> doesSetDirectiveSuppressReloc, theJoerg Sonnenberger2016-06-181-2/+2
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-1/+1
* Fix BSS global handling in AsmPrinterNirav Dave2016-06-141-35/+33
* [MC] Rename EmitFill to emitFillPetr Hosek2016-06-011-2/+2
* CodeGen: Move the call to DwarfDebug::beginModule() out of the constructor.Peter Collingbourne2016-05-201-0/+1
* Fail early on unknown appending linkage variables.Rafael Espindola2016-05-161-6/+3
* Return a StringRef from getSection.Rafael Espindola2016-05-111-1/+1
* Merge two unreachable cases.Rafael Espindola2016-05-111-2/+1
* CodeGen: Use PLT relocations for relative references to unnamed_addr functions.Peter Collingbourne2016-04-221-5/+25
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+1
* [GCC] Attribute ifunc support in llvmDmitry Polukhin2016-04-071-2/+7
OpenPOWER on IntegriCloud