summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/HexagonSplitDouble.cpp
AgeCommit message (Expand)Author
2025-04-11[NFC][LLVM][Hexagon] Cleanup pass initialization for Hexagon (#134431)Rahul Joshi
2025-01-30[CodeGen] Use non-static Register::virtRegIndex() instead of static Register:...Craig Topper
2024-07-09[CodeGen][NewPM] Port `machine-loops` to new pass manager (#97793)paperchalice
2023-04-15[Target] Use range-based for loops (NFC)Kazu Hirata
2022-08-28[Target] Qualify auto in range-based for loops (NFC)Kazu Hirata
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-01-19[NFC] Use Register instead of unsignedJim Lin
2022-01-01[Target] Use range-based for loops (NFC)Kazu Hirata
2021-08-30[InstrInfo] Use 64-bit immediates for analyzeCompare() (NFCI)Nikita Popov
2021-05-30[NFCI] Move DEBUG_TYPE definition below #includesMindong Chen
2021-01-27[llvm] Use append_range (NFC)Kazu Hirata
2021-01-24[Target] Use llvm::append_range (NFC)Kazu Hirata
2021-01-23Revert "[Target] Use llvm::append_range (NFC)"Kazu Hirata
2021-01-23[Target] Use llvm::append_range (NFC)Kazu Hirata
2020-11-18[NFC] Use [MC]Register for Hexagon targetGaurav Jain
2020-04-03CodeGen: Convert some TII hooks to use RegisterMatt Arsenault
2020-03-30[Alignment][NFC] Use Align version of getMachineMemOperandGuillaume Chatelet
2020-03-27[Alignment][NFC] MachineMemOperand::getAlign/getBaseAlignGuillaume Chatelet
2019-12-19Make more use of MachineInstr::mayLoadOrStore.Jay Foad
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders
2019-02-24[Hexagon, SystemZ] Be super conservative about atomicsPhilip Reames
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-09[DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen
2018-05-04[Hexagon] Remove leftover debugging code after r331527Krzysztof Parzyszek
2018-05-04[Hexagon] Handle non-immediate constants in HexagonSplitDoubleKrzysztof Parzyszek
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2018-03-23[Hexagon] Boost profit for word-mask immediates, reduce for othersKrzysztof Parzyszek
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-28[CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-07-29[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-07-07[Hexagon] Fix some more -Wimplicit-fallthrough warnings. NFCI.Simon Pilgrim
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-03-31[Hexagon] Remove unused variablesKrzysztof Parzyszek
2017-01-28Cleanup dump() functions.Matthias Braun
2016-12-19[Hexagon] Restore minimum profit check accidentally changed in r290024Malcolm Parsons
2016-12-17[Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2016-11-09[Hexagon] Separate Hexagon subreg indices for different register classesKrzysztof Parzyszek
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner
2016-08-12Use the range variant of remove_if instead of unpacking begin/endDavid Majnemer
2016-08-10[Hexagon] Use integer instructions for floating point immediatesKrzysztof Parzyszek
2016-07-15[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...Justin Lebar
2016-07-15Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith