aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-09-22Revert "[CodeGen] emit CG profile for COFF object file"Reid Kleckner1-14/+52
2020-09-18[COFF] Move per-global .drective emission from AsmPrinter to TLOFCOFFReid Kleckner1-25/+60
2020-09-18[CodeGen] emit CG profile for COFF object fileZequan Wu1-52/+14
2020-08-25[TargetLoweringObjectFileImpl] Make .llvmbc and .llvmcmd non-SHF_ALLOCFangrui Song1-1/+2
2020-08-11[AIX][XCOFF] change the operand of branch instruction from symbol name to qua...diggerlin1-22/+13
2020-08-10[XCOFF][AIX] Use TE storage mapping class when large code model is enabledjasonliu1-2/+5
2020-08-10[AIX] Static init frontend recovery and backend supportXiangling Liao1-4/+4
2020-08-06[XCOFF][AIX] Put each jump table in an independent section if -ffunction-sect...jasonliu1-4/+11
2020-08-03[MC] Set sh_link to 0 if the associated symbol is undefinedFangrui Song1-1/+1
2020-07-30[XCOFF][AIX] Enable -ffunction-sectionsjasonliu1-3/+24
2020-07-23Fix -Wparentheses warning - add missing brackets around the entire assertion ...Simon Pilgrim1-5/+5
2020-07-22[XCOFF] Enable symbol alias for AIXjasonliu1-5/+13
2020-07-09[SVE] Remove calls to VectorType::getNumElements from CodeGenChristopher Tetreault1-1/+1
2020-07-06[XCOFF][AIX] Give symbol an internal name when desired symbol name contains i...jasonliu1-1/+1
2020-06-29[Alignment][NFC] migrate DataLayout::getPreferredAlignmentGuillaume Chatelet1-8/+8
2020-06-02Options for Basic Block Sections, enabled in D68063 and D73674.Sriraman Tallam1-1/+1
2020-05-29[AIX] Emit AvailableExternally Linkage on AIXXiangling Liao1-5/+3
2020-05-27[NFC][XCOFF][AIX] Return function entry point symbol with dedicate functionjasonliu1-0/+8
2020-05-24[TargetLoweringObjectFileImpl] Use llvm::transformOrivej Desh1-1/+1
2020-05-21[Target] Use Align in TargetLoweringObjectFile::getSectionForConstant.Craig Topper1-14/+14
2020-05-12[TargetLoweringObjectFileImpl] Produce .text.hot. instead of .text.hot for -f...Fangrui Song1-2/+6
2020-04-30[AIX] emit .extern and .weak directive linkagediggerlin1-3/+7
2020-04-24Use .text.unlikely and .text.eh prefixes for MachineBasicBlock sections.Snehasish Kumar1-16/+16
2020-04-17[XCOFF][AIX] Fix getSymbol to return the correct qualname when necessaryjasonliu1-0/+34
2020-04-16[MC][ELF] Put explicit section name symbols into entry size compatible sectionsbd1976llvm1-45/+134
2020-04-15[MC] Rename MCSection*::getSectionName() to getName(). NFCFangrui Song1-2/+2
2020-04-15[NFC] correct "thier" to "their"Josh Stone1-1/+1
2020-04-14[WebAssembly] Emit .llvmcmd and .llvmbc as custom sectionsSam Clegg1-0/+8
2020-04-13Extend BasicBlock sections to allow specifying clusters of basic blocks in th...Rahman Lavaee1-31/+21
2020-04-13Revert "Extend BasicBlock sections to allow specifying clusters of basic blocks"Rahman Lavaee1-21/+31
2020-04-13Extend BasicBlock sections to allow specifying clusters of basic blocksRahman Lavaee1-31/+21
2020-04-10Clean up usages of asserting vector getters in TypeChristopher Tetreault1-2/+2
2020-03-26[AIX] discard the label in the csect of function description and use qualname...diggerlin1-3/+5
2020-03-20[X86] Reland D71360 Clean up UseInitArray initialization for X86ELFTargetObje...Fangrui Song1-0/+1
2020-03-20Temporarily Revert "[X86] Reland D71360 Clean up UseInitArray initialization ...Eric Christopher1-1/+0
2020-03-20[X86] Reland D71360 Clean up UseInitArray initialization for X86ELFTargetObje...Fangrui Song1-0/+1
2020-03-16Basic Block Sections support in LLVM.Sriraman Tallam1-1/+53
2020-03-11Fix conflict value for metadata "Objective-C Garbage Collection" in the mix o...Jin Lin1-0/+9
2020-03-06[AIX] Handle LinkOnceODRLinkage and AppendingLinkage for static init gloabl a...Xiangling Liao1-0/+4
2020-02-29[MC] Add MCStreamer::emitInt{8,16,32,64}Fangrui Song1-8/+8
2020-02-28Reland: [Coverage] Revise format to reduce binary sizeVedant Kumar1-0/+2
2020-02-28Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar1-2/+0
2020-02-28[Coverage] Revise format to reduce binary sizeVedant Kumar1-0/+2
2020-02-20[WebAssembly] Remove unneeded getWasmKindForNamedSection functionSam Clegg1-12/+0
2020-02-14[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}Fangrui Song1-8/+8
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song1-6/+6
2020-02-14[MC] De-capitalize some MCStreamer::Emit* functionsFangrui Song1-7/+7
2020-02-10[AIX][XCOFF] Support Mergeable2ByteCString and Mergeable4ByteCStringdiggerlin1-3/+0
2020-02-06[MC][ELF] Rename MC related "Associated" to "LinkedToSym"Fangrui Song1-10/+10
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2