summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[COFF] Use comdat shared constants for MinGW as well"Martin Storsjo2018-07-261-1/+1
* [COFF] Use comdat shared constants for MinGW as wellMartin Storsjo2018-07-251-1/+1
* [COFF] Hoist constant pool handling from X86AsmPrinter into AsmPrinterMartin Storsjo2018-07-251-0/+20
* CodeGen: Don't create address significance table entries for thread-local var...Peter Collingbourne2018-07-181-1/+2
* CodeGen: Add a target option for emitting .addrsig directives for all address...Peter Collingbourne2018-07-171-0/+8
* Recommit r335333 "[MC] - Add .stack_size sections into groups and link them w...George Rimar2018-06-221-1/+2
* Revert r335332 "[MC] - Add .stack_size sections into groups and link them wit...George Rimar2018-06-221-2/+1
* [MC] - Add .stack_size sections into groups and link them with .textGeorge Rimar2018-06-221-1/+2
* [DWARF] Rework debug line parsing to use llvm::Error and callbacksJames Henderson2018-05-101-0/+5
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-1/+1
* [DebugInfo] Convert intrinsic llvm.dbg.label to MachineInstr.Shiva Chen2018-05-091-0/+30
* [AsmPrinter] Allow emitting codeview for any windows targetMartin Storsjo2018-05-081-2/+1
* Add assertion to padding size calculation, NFCKrzysztof Parzyszek2018-05-021-0/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-5/+5
* 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
OpenPOWER on IntegriCloud