summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AsmPrinter] Constify needsCFIMoves. NFCFrancis Visoiu Mistrih2017-07-191-1/+1
* Drop the LLVM mangler escape when printing the IR name in assembly commentsReid Kleckner2017-06-301-1/+3
* [XRay] Reduce synthetic references emitted by XRayDean Michael Berris2017-06-211-8/+6
* IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne2017-06-121-5/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-2/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-3/+3
* Check hasPersonalityFn before calling getPersonalityFnReid Kleckner2017-05-311-4/+5
* [EH] Fix the LSDA that we emit for unknown EH personalitiesReid Kleckner2017-05-311-4/+15
* AsmPrinter: mark the beginning and the end of a function in verbose modeFrancis Visoiu Mistrih2017-05-231-2/+8
* [XRay] Use wordsize-dependent alignment for indexDean Michael Berris2017-05-041-3/+3
* [XRay] Create an Index of sleds per functionDean Michael Berris2017-05-041-13/+39
* Turn DISubprogram into a variable-length node.Adrian Prantl2017-04-261-1/+1
* Revert "Turn DISubprogram into a variable-length node."Adrian Prantl2017-04-261-1/+1
* Turn DISubprogram into a variable-length node.Adrian Prantl2017-04-261-1/+1
* Print complete DIExpressions in the assembler output DEBUG_VALUE comments.Adrian Prantl2017-04-251-34/+16
* Bring back the ability opt out of padding zero-byte functions by not providin...Daniel Sanders2017-04-251-2/+7
* Don't emit CFI instructions at the end of a functionAdrian Prantl2017-04-241-0/+10
* Add a testcase for DIExpression(DW_OP_stack_value)Adrian Prantl2017-04-241-0/+2
* Re-commit r301040 "X86: Don't emit zero-byte functions on Windows"Hans Wennborg2017-04-211-7/+10
* Revert r301040 "X86: Don't emit zero-byte functions on Windows"Hans Wennborg2017-04-211-9/+7
* X86: Don't emit zero-byte functions on WindowsHans Wennborg2017-04-211-7/+9
* [APInt] Use lshrInPlace to replace lshr where possibleCraig Topper2017-04-181-1/+1
* PR32382: Fix emitting complex DWARF expressions.Adrian Prantl2017-04-181-6/+6
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-171-2/+2
* This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko2017-04-141-10/+36
* Move llvm::canBeOmittedFromSymbolTable() to Analysis.Peter Collingbourne2017-03-311-0/+1
* CodeGen: Use the source filename as the argument to .file, rather than the mo...Peter Collingbourne2017-03-151-1/+1
* Ensure that prefix data is preserved with subsections-via-symbolsPeter Collingbourne2017-03-151-2/+17
* [XRay] Allow logging the first argument of a function call.Dean Michael Berris2017-03-061-0/+3
* OptDiag: Summarize the instruction count in asm-printerJustin Bogner2017-02-241-1/+13
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-141-31/+70
* [DebugInfo] Rename EmitDebugValue to EmitDebugThreadLocal (NFC)Simon Dardis2017-02-081-1/+1
* [mips] Fix debug information for __thread variablePetar Jovanovic2017-01-201-0/+9
* Don't create a comdat group for a dropped def with initializerTeresa Johnson2017-01-181-2/+5
* 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
OpenPOWER on IntegriCloud