summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Simplify conditional. NFCShoaib Meenai2018-01-291-1/+1
* [CodeGen] Ignore private symbols in llvm.used for COFFShoaib Meenai2018-01-261-4/+4
* CodeGen: handle llvm.used properly for COFFSaleem Abdulrasool2018-01-201-0/+30
* [CodeGen] Hoist common AsmPrinter code out of X86, ARM, and AArch64Reid Kleckner2018-01-171-0/+16
* [MC] Fix -stack-size-section on ARMSean Eveson2018-01-171-2/+1
* Reland "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-091-0/+10
* Revert "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-081-10/+0
* Emit Function IDs table for Control Flow GuardAdrian McCarthy2018-01-081-0/+10
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-0/+1
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-35/+35
* Fix for bug PR35549 - Repeated schedule comments.Andrew V. Tischenko2017-12-151-8/+16
* MC/AsmPrinter: Reduce code duplication.Matthias Braun2017-12-141-22/+2
* [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih2017-12-071-4/+2
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-1/+2
* [MC] Function stack size section.Sean Eveson2017-11-301-0/+28
* Revert r319423: [MC] Function stack size section.Sean Eveson2017-11-301-28/+0
* [MC] Function stack size section.Sean Eveson2017-11-301-0/+28
* [CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih2017-11-281-3/+3
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-5/+5
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-2/+2
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* [MC] Adding code padding for performance stability - infrastructure. NFC.Omer Paparo Bivas2017-10-241-4/+29
* CodeGen: Minor cleanups to use MachineInstr::getMF. NFCJustin Bogner2017-10-101-2/+2
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-10-101-17/+16
* [CodeGen] Emit necessary .note sections for -fsplit-stackThan McIntosh2017-09-271-0/+10
* [XRay][CodeGen] Use the current function symbol as the associated symbol for ...Dean Michael Berris2017-09-141-1/+1
* [XRay][CodeGen] Use PIC-friendly code in XRay sleds and remove synthetic refe...Dean Michael Berris2017-09-041-28/+25
* Revert r311525: "[XRay][CodeGen] Use PIC-friendly code in XRay sleds; remove ...Daniel Jasper2017-08-311-25/+28
* [XRay][CodeGen] Use PIC-friendly code in XRay sleds; remove synthetic referen...Dean Michael Berris2017-08-231-28/+25
* Make .file directive to have basename onlyTaewook Oh2017-08-101-1/+3
* [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
OpenPOWER on IntegriCloud