summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similarDmitry Polukhin2016-04-051-39/+44
* [AsmPrinter] Print aliases in topological orderTim Shen2016-03-311-1/+18
* [MachO] Add MachO alt-entry directive support.Lang Hames2016-03-151-1/+6
* WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFCDuncan P. N. Exon Smith2016-02-271-1/+1
* [X86] Use the correct alignment for COMDAT constant pool entriesDavid Majnemer2016-02-211-3/+4
* Rename WinCodeViewLineTables to CodeViewDebug, similar to DwarfDebugReid Kleckner2016-01-141-2/+2
* [TLS] New lower emutls pass, fix linkage bugs.Chih-Hung Hsieh2016-01-131-71/+13
* AsmPrinter: Fix wrong OS X versions being emitted for darwin triplesMatthias Braun2016-01-131-14/+18
* [CodeGen] Use generic printAsOperand machinery instead of hand rolling itDavid Majnemer2015-12-251-3/+7
* [ASMPrinter] Fix missing handling of DW_OP_bit_pieceKeno Fischer2015-12-221-0/+3
* Clean up the processing of dbg.value in various placesKeno Fischer2015-12-191-0/+22
* AsmPrinter: Use emitGlobalConstantFP to emit elements of constant dataJustin Bogner2015-12-081-16/+4
* Emit function alias to data as a function symbol.Evgeniy Stepanov2015-12-041-0/+5
* AsmPrinter: Simplify emitting FP elements in sequential data. NFCJustin Bogner2015-12-031-26/+15
* Stop producing .data.rel sections.Rafael Espindola2015-11-181-7/+2
* Use TargetRegisterInfo for printing MachineOperand register commentsDan Gohman2015-11-171-7/+15
* Drop prelink support.Rafael Espindola2015-11-171-6/+4
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-141-1/+2
* Delete dead code.Rafael Espindola2015-11-031-3/+0
* ARM: support .watchos_version_min and .tvos_version_min.Tim Northover2015-10-281-4/+12
* [CodeGen] Mark setjmp/catchret MBBs address-takenJoseph Tremoulet2015-10-231-2/+5
* [WinEH] Teach AsmPrinter about funcletsDavid Majnemer2015-09-291-0/+8
* [WinEH] Fix ip2state table emission with funcletsReid Kleckner2015-09-281-2/+2
OpenPOWER on IntegriCloud