summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPC.h
AgeCommit message (Expand)Author
2025-08-27[PowerPC] Add DMR and WACC COPY support (#149129)Maryam Moghadas
2025-05-06Register assembly printer passes (#138348)Matthias Braun
2025-03-12Move PowerPC-specific MCSymbolRefExpr::VariantKind to PPCMCExprFangrui Song
2024-11-12[PPC] Replace PPCMergeStringPool with GlobalMerge for Linux (#114850)Zaara Syeda
2024-06-04Reland "[NewPM][CodeGen] Port selection dag isel to new pass manager" (#94149)paperchalice
2024-06-02Revert "[NewPM][CodeGen] Port selection dag isel to new pass manager" (#94146)paperchalice
2024-06-02[NewPM][CodeGen] Port selection dag isel to new pass manager (#83567)paperchalice
2024-03-01[PowerPC] Support local-dynamic TLS relocation on AIX (#66316)Felix (Ting Wang)
2023-12-07[PowerPC] redesign the target flags (#69695)Chen Zheng
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks
2023-09-07[PowerPC] Add a pass to merge all of the constant global arrays into one pool.Stefan Pintilie
2023-06-19[AIX][TLS] Generate 64-bit local-exec access code sequenceAmy Kwan
2022-12-21[llvm][SelectionDAGISel] support -{start|stop}-{before|after}= for remaining ...Nick Desaulniers
2022-06-20[PowerPC] add a new pass to expand ctr loop pseudosChen Zheng
2022-03-21[PowerPC][NFC] rename file for PPCCTRLoopsVerify pass.Chen Zheng
2022-02-02[PowerPC] Scalar IBM MASS library conversion passMasoud Ataei
2021-07-15[PowerPC] Generate inlined quadword lock free atomic operations via AtomicExpandKai Luo
2021-04-29[AIX][TLS] Add ASM portion changes to support TLSGD relocations to XCOFF objectsVictor Huang
2020-09-23[PowerPC][PCRelative] Thread Local Storage Support for Local DynamicVictor Huang
2020-09-10[PPC][GlobalISel] Add initial GlobalIsel infrastructureKit Barton
2020-08-21[PowerPC][PCRelative] Thread Local Storage Support for Initial ExecKamau Bridgeman
2020-08-20[PowerPC][PCRelative] Thread Local Storage Support for General DynamicKamau Bridgeman
2020-07-28Re-land "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"Jinsong Ji
2020-07-27Revert "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"Jinsong Ji
2020-07-27[PowerPC] Remove QPX/A2Q BGQ/BGP CNK supportJinsong Ji
2020-07-22[PowerPC] Add linker opt for PC Relative GOT indirect accessesStefan Pintilie
2020-04-23[PowerPC][Future] Add missing changes for PC Realtive addressingVictor Huang
2020-04-17[PowerPC][Future] More support for PCRel addressing for global valuesStefan Pintilie
2020-04-09[PowerPC][Future] Initial support for PCRel addressing for constant pool loadsStefan Pintilie
2020-01-24[PowerPC] Delete IsDarwin from AsmPrinter functionsFangrui Song
2020-01-21[PowerPC] Delete PPCSubtarget::isDarwin and isDarwinABIFangrui Song
2019-11-26[PowerPC] [NFC] change PPCLoopPreIncPrep class name after D67088.czhengsz
2019-11-04Lower generic MASSV entries to PowerPC subtarget-specific entriesJinsong Ji
2019-10-06[NFC] Replace 'isDarwin' with 'IsDarwin'Xiangling Liao
2019-07-22[PowerPC] Fix comment on MO_PLT Target Operand Flag. [NFC]Sean Fertile
2019-06-04Include what you use in PPC.hDmitri Gribenko
2019-04-12[PowerPC] Add initialization for some ppc passesKang Zhang
2019-04-12Revert "[PowerPC] Add initialization for some ppc passes"Eric Christopher
2019-04-12[PowerPC] Add initialization for some ppc passesKang Zhang
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2017-12-15[PowerPC] Convert r+r instructions to r+i (pre and post RA)Nemanja Ivanovic
2017-12-13[PowerPC] MachineSSA pass to reduce the number of CR-logical operationsNemanja Ivanovic
2017-09-22[XRay] support conditional return on PPC.Tim Shen
2017-09-12Update branch coalescing to be a PowerPC specific passLei Huang
2017-08-31Temporarily revert "Update branch coalescing to be a PowerPC specific pass"Eric Christopher
2017-08-23Update branch coalescing to be a PowerPC specific passLei Huang
2017-06-29Make the PPCCTRLoops pass depend on being able to access the TargetMachine an...Eric Christopher
2017-06-29[PowerPC] fix potential verification error on __tls_get_addrHiroshi Inoue
2017-06-27[PowerPC] set optimization level in SelectionDAGISelHiroshi Inoue