summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/HexagonGenInsert.cpp
AgeCommit message (Expand)Author
2025-10-20[Hexagon] Incorrect MIR after "hexinsert" pass (#164021)Alexey Karyakin
2025-08-22[llvm] Remove unused includes of SmallSet.h (NFC) (#154893)Kazu Hirata
2025-08-18[llvm] Replace SmallSet with SmallPtrSet (NFC) (#154068)Kazu Hirata
2025-04-11[NFC][LLVM][Hexagon] Cleanup pass initialization for Hexagon (#134431)Rahul Joshi
2025-02-19[CodeGen] Remove static member function Register::virtReg2Index. NFC (#127962)Craig Topper
2024-07-26[CodeGen] Remove AA parameter of isSafeToMove (#100691)Pengcheng Wang
2024-07-17Rapply "[Target] Use range-based for loops (NFC) (#98844)"Kazu Hirata
2024-07-15Revert "[Target] Use range-based for loops (NFC) (#98844)"Kazu Hirata
2024-07-15[Target] Use range-based for loops (NFC) (#98844)Kazu Hirata
2024-06-11[CodeGen][NewPM] Split `MachineDominatorTree` into a concrete analysis result...paperchalice
2024-03-10Add llvm::min/max_element and use it in llvm/ and mlir/ directories. (#84678)Justin Lebar
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-06-04Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song
2022-06-03[Hexagon][bolt] Remove unneeded cl::ZeroOrMore for cl::opt options. NFCFangrui Song
2022-06-03[llvm] Remove unneeded cl::ZeroOrMore for cl::opt options. NFCFangrui Song
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2021-12-31[Hexagon] Use range-based for loops (NFC)Kazu Hirata
2021-12-12[llvm] Use llvm::reverse (NFC)Kazu Hirata
2021-11-26[Target] Use range-based for loops (NFC)Kazu Hirata
2021-11-23[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-11-22[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-11-22[Target] Use range-based for loops (NFC)Kazu Hirata
2021-11-22[NFC][llvm][Hexagon] Inclusive Terms remove uses of sanity in Hexagon tagetZarko Todorovski
2021-11-09[Hexagon] Use MachineBasicBlock::{successors,predecessors} (NFC)Kazu Hirata
2020-12-20[Target] Use llvm::erase_if (NFC)Kazu Hirata
2020-11-18[NFC] Use [MC]Register for Hexagon targetGaurav Jain
2019-11-23Reland 'Fixed -Wdeprecated-copy warnings. NFCI.'Dávid Bolvanský
2019-11-23Revert 'Fixed -Wdeprecated-copy warnings. NFCI.'Dávid Bolvanský
2019-11-23Fixed -Wdeprecated-copy warnings. NFCI.Dávid Bolvanský
2019-11-13Sink all InitializePasses.h includesReid Kleckner
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-06-21Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFCFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-03-24[Hexagon] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-01-11[Hexagon] Impose limits on container sizes in HexagonGenInsertKrzysztof 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-30[CodeGen] Print "%vreg0" as "%0" 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-07-29[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-07-13[NFC] Move DEBUG_TYPE below includes in HexagonJakub Kuderski
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-02-09Drop graph_ prefixDaniel Berlin
2017-02-09GraphTraits: Add range versions of graph traits functions (graph_nodes, graph...Daniel Berlin
2016-12-14[Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2016-11-18Timer: Track name and description.Matthias Braun
2016-11-10Timer: Remove group-less NamedRegionTimer constructor.Matthias Braun