summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp
AgeCommit message (Expand)Author
2025-05-23[NFC][CodeGen] Adopt MachineFunctionProperties convenience accessors (#141101)Rahul Joshi
2025-04-14[NFC][LLVM][PowerPC] Cleanup pass initialization for PowerPC (#134422)Rahul Joshi
2024-11-14[PowerPC] Remove unused includes (NFC) (#116163)Kazu Hirata
2021-11-22[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-06-01[various] Remove or use variables which are unused but set.Michael Benfield
2020-01-30[PowerPC][Future] Branch Distance Estimation For Prefixed InstructionsStefan Pintilie
2020-01-24[Alignment][NFC] Deprecate Align::None()Guillaume Chatelet
2019-09-27[Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet
2019-09-18[Alignment][NFC] Remove LogAlignment functionsGuillaume Chatelet
2019-09-12[Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet
2019-09-11[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet
2019-09-05[LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders
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-03-26[PPC] Refactor PPCBranchSelector.cppGuozhi Wei
2019-03-06[PPC] Adjust the computed branch offset for the possible shorter distanceGuozhi Wei
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-01-13Remove unused lambda captures. NFCMalcolm Parsons
2016-10-03[PowerPC] Account for the ELFv2 function prologue during branch selectionHal Finkel
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-09-04[PowerPC] During branch relaxation, recompute padding offsets before each ite...Hal Finkel
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun
2016-07-28TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFCSjoerd Meijer
2016-07-27PowerPC: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith
2016-04-04Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff
2015-10-20PowerPC: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-01-03[PowerPC] Use 16-byte alignment for modern cores for functions/loopsHal Finkel
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-02-28Add CR-bit tracking to the PowerPC backend for i1 valuesHal Finkel
2013-05-21Fix PPC branch selection for counter-based branchesHal Finkel
2013-02-13Add registration for PPC-specific passes to allow the IR to be dumpedKrzysztof Parzyszek
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-06-08Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2011-07-26Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng
2010-08-23tyopsGabor Greif
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson