aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-01-26Add -fbinutils-version= to gate ELF features on the specified binutils versionFangrui Song1-3/+5
2021-01-20[AArch64] Add support for the GNU ILP32 ABIAmanieu d'Antras1-5/+14
2021-01-12[llvm] Remove redundant string initialization (NFC)Kazu Hirata1-1/+1
2021-01-02[PowerPC] Add the LLVM triple for powerpcle [1/5]Brandon Bergren1-0/+1
2020-12-16[XCOFF][AIX] Emit EH information in traceback tablediggerlin1-0/+23
2020-12-14[NFC] cleanup cg-profile emission on TargetLowerinngZequan Wu1-84/+2
2020-12-10[CSSPGO] Pseudo probe encoding and emission.Hongtao Yu1-0/+24
2020-12-10Revert "[CSSPGO] Pseudo probe encoding and emission."Mitch Phillips1-24/+0
2020-12-10[CSSPGO] Pseudo probe encoding and emission.Hongtao Yu1-0/+24
2020-12-08[CodeGen] Add text section prefix for COFF object filePan, Tao1-2/+6
2020-12-02[XCOFF][AIX] Generate LSDA data and compact unwind section on AIXjasonliu1-1/+5
2020-11-19[llvm][IR] Add dso_local_equivalent ConstantLeonard Chan1-0/+19
2020-11-13[CGProfile] allows bitcast in metadata node storing function pointersYuanfang Chen1-1/+1
2020-11-09[XCOFF] Enable explicit sections on AIXjasonliu1-15/+33
2020-11-03[CodeGen] Fix regression from D83655Jessica Clarke1-1/+2
2020-11-02[AsmPrinter] Split up .gcc_except_tableFangrui Song1-0/+36
2020-10-14[llvm] Set the default for -bbsections-cold-text-prefix to .text.split.Snehasish Kumar1-1/+1
2020-10-02[XCOFF] Enable -fdata-sections on AIXjasonliu1-21/+29
2020-09-29[CodeGen] emit CG profile for COFF object fileZequan Wu1-10/+55
2020-09-27Revert "Reland [CodeGen] emit CG profile for COFF object file"Arthur Eubanks1-14/+52
2020-09-24[llvm] Add -bbsections-cold-text-prefix to emit cold clusters to a different ...Snehasish Kumar1-1/+2
2020-09-24Reland [CodeGen] emit CG profile for COFF object fileZequan Wu1-52/+14
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