aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPC.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-07[PowerPC] redesign the target flags (#69695)Chen Zheng1-26/+46
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks1-1/+1
2023-09-07[PowerPC] Add a pass to merge all of the constant global arrays into one pool.Stefan Pintilie1-0/+2
2023-06-19[AIX][TLS] Generate 64-bit local-exec access code sequenceAmy Kwan1-2/+3
2022-12-21[llvm][SelectionDAGISel] support -{start|stop}-{before|after}= for remaining ...Nick Desaulniers1-0/+1
2022-06-20[PowerPC] add a new pass to expand ctr loop pseudosChen Zheng1-0/+2
2022-03-21[PowerPC][NFC] rename file for PPCCTRLoopsVerify pass.Chen Zheng1-2/+0
2022-02-02[PowerPC] Scalar IBM MASS library conversion passMasoud Ataei1-0/+4
2021-07-15[PowerPC] Generate inlined quadword lock free atomic operations via AtomicExpandKai Luo1-0/+2
2021-04-29[AIX][TLS] Add ASM portion changes to support TLSGD relocations to XCOFF objectsVictor Huang1-1/+6
2020-09-23[PowerPC][PCRelative] Thread Local Storage Support for Local DynamicVictor Huang1-0/+9
2020-09-10[PPC][GlobalISel] Add initial GlobalIsel infrastructureKit Barton1-12/+18
2020-08-21[PowerPC][PCRelative] Thread Local Storage Support for Initial ExecKamau Bridgeman1-0/+9
2020-08-20[PowerPC][PCRelative] Thread Local Storage Support for General DynamicKamau Bridgeman1-0/+9
2020-07-28Re-land "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"Jinsong Ji1-2/+0
2020-07-27Revert "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"Jinsong Ji1-0/+2
2020-07-27[PowerPC] Remove QPX/A2Q BGQ/BGP CNK supportJinsong Ji1-2/+0
2020-07-22[PowerPC] Add linker opt for PC Relative GOT indirect accessesStefan Pintilie1-0/+4
2020-04-23[PowerPC][Future] Add missing changes for PC Realtive addressingVictor Huang1-1/+1
2020-04-17[PowerPC][Future] More support for PCRel addressing for global valuesStefan Pintilie1-0/+5
2020-04-09[PowerPC][Future] Initial support for PCRel addressing for constant pool loadsStefan Pintilie1-9/+13
2020-01-24[PowerPC] Delete IsDarwin from AsmPrinter functionsFangrui Song1-3/+2
2020-01-21[PowerPC] Delete PPCSubtarget::isDarwin and isDarwinABIFangrui Song1-9/+0
2019-11-26[PowerPC] [NFC] change PPCLoopPreIncPrep class name after D67088.czhengsz1-2/+2
2019-11-04Lower generic MASSV entries to PowerPC subtarget-specific entriesJinsong Ji1-1/+6
2019-10-06[NFC] Replace 'isDarwin' with 'IsDarwin'Xiangling Liao1-2/+2
2019-07-22[PowerPC] Fix comment on MO_PLT Target Operand Flag. [NFC]Sean Fertile1-2/+2
2019-06-04Include what you use in PPC.hDmitri Gribenko1-1/+0
2019-04-12[PowerPC] Add initialization for some ppc passesKang Zhang1-0/+14
2019-04-12Revert "[PowerPC] Add initialization for some ppc passes"Eric Christopher1-14/+0
2019-04-12[PowerPC] Add initialization for some ppc passesKang Zhang1-0/+14
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-30Remove trailing spaceFangrui Song1-2/+2
2017-12-15[PowerPC] Convert r+r instructions to r+i (pre and post RA)Nemanja Ivanovic1-0/+3
2017-12-13[PowerPC] MachineSSA pass to reduce the number of CR-logical operationsNemanja Ivanovic1-0/+1
2017-09-22[XRay] support conditional return on PPC.Tim Shen1-0/+5
2017-09-12Update branch coalescing to be a PowerPC specific passLei Huang1-0/+1
2017-08-31Temporarily revert "Update branch coalescing to be a PowerPC specific pass"Eric Christopher1-1/+0
2017-08-23Update branch coalescing to be a PowerPC specific passLei Huang1-0/+1
2017-06-29Make the PPCCTRLoops pass depend on being able to access the TargetMachine an...Eric Christopher1-1/+1
2017-06-29[PowerPC] fix potential verification error on __tls_get_addrHiroshi Inoue1-0/+1
2017-06-27[PowerPC] set optimization level in SelectionDAGISelHiroshi Inoue1-1/+2
2017-06-17Remove unused forward declaration.Eric Christopher1-1/+0
2017-03-31Temporarily revert "[PPC] In PPCBoolRetToInt change the bool value to i64 if ...Eric Christopher1-1/+1
2017-03-28[PPC] In PPCBoolRetToInt change the bool value to i64 if the target is ppc64Guozhi Wei1-1/+1
2017-01-16[PowerPC] Expand ISEL instruction into if-then-else sequence.Tony Jiang1-0/+2
2017-01-16Revert "[PowerPC] Expand ISEL instruction into if-then-else sequence."Tony Jiang1-2/+0
2017-01-16[PowerPC] Expand ISEL instruction into if-then-else sequence.Tony Jiang1-0/+2
2016-06-29Drop support for creating $stubs.Rafael Espindola1-10/+9
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+0