summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [WinEH] Add some support for code generating catchpadReid Kleckner2015-08-271-2/+3
* Redo "Make global aliases have symbol size equal to their type"John Brawn2015-08-121-0/+14
* Revert "Make global aliases have symbol size equal to their type"John Brawn2015-08-071-10/+0
* If the "CodeView" module flag is set, emit codeview instead of DWARFReid Kleckner2015-08-051-12/+3
* Implement target independent TLS compatible with glibc's emutls.c.Chih-Hung Hsieh2015-07-281-9/+91
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-241-3/+3
* Revert "Remove access to the DataLayout in the TargetMachine"Mehdi Amini2015-07-241-3/+3
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-241-3/+3
* [AsmPrinter] Check for valid constants in handleIndirectSymViaGOTPCRelBruno Cardoso Lopes2015-07-211-1/+1
* Make global aliases have symbol size equal to their typeJohn Brawn2015-07-171-0/+10
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-92/+86
* Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini2015-07-161-9/+9
* Redirect pointerSize query to the TargetMachine in ASMPrinterMehdi Amini2015-07-161-0/+2
* Print the visibility of available_externally functions.Rafael Espindola2015-07-131-1/+1
* Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner2015-07-071-1/+1
* Remove JumpInstrTableInfo.h as it is no longer used.Eric Christopher2015-07-061-1/+0
* [MMI] Use TinyPtrVector instead of PointerUnion with vector.Benjamin Kramer2015-06-291-2/+1
* [AsmPrinter] Fix crash in handleIndirectSymViaGOTPCRelBruno Cardoso Lopes2015-06-251-2/+9
* Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola2015-06-231-4/+3
* [CodeGen] Don't emit a random reference to the personality functionDavid Majnemer2015-06-181-4/+0
* [AsmPrinter] Make isRepeatedByteSequence smarter about odd integer typesBenjamin Kramer2015-06-171-26/+16
OpenPOWER on IntegriCloud