summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused argument from emitModuleMetadata.Eric Christopher2018-04-201-1/+1
* Remove MachineLoopInfo dependency from AsmPrinter.Michael Zolotukhin2018-04-091-7/+24
* Align stubs for external and common global variables to pointer size.Rafael Espindola2018-04-021-0/+1
* Style update. NFC.Rafael Espindola2018-03-291-6/+6
* Use local symbols for creating .stack-size.Rafael Espindola2018-03-261-2/+3
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* Sink Analysis/ObjectUtil(canBeOmittedFromSymbolTable) into IR so it can be le...David Blaikie2018-03-211-2/+1
* [dsymutil] Rename llvm-dsymutil -> dsymutilJonas Devlieghere2018-03-181-1/+1
* TargetMachine: Add address space to getPointerSizeMatt Arsenault2018-03-141-2/+4
* Avoid creating a Constant for each value in a ConstantDataSequential.Alina Sbirlea2018-03-091-9/+14
* test commit: fix typo in comment Simi Pallipurath2018-03-061-1/+1
* [TLS] use emulated TLS if the target supports only this modeChih-Hung Hsieh2018-02-281-1/+1
* [WebAssembly] Add exception handling option and featureHeejin Ahn2018-02-241-0/+3
* [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
OpenPOWER on IntegriCloud