summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsConstantIslandPass.cpp
AgeCommit message (Expand)Author
2025-09-14[Mips] Remove `size` operand of LwRxPcTcp16 / LwRxPcTcpX16 (#157348)Sergei Barannikov
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-05-23[NFC][CodeGen] Adopt MachineFunctionProperties convenience accessors (#141101)Rahul Joshi
2025-05-16[NFC] Address bit-field storage sizes to ensure ideal packing (#139825)Oliver Hunt
2024-11-16[Mips] Remove unused includes (NFC) (#116499)Kazu Hirata
2024-08-26[Mips] Use a range-based for loop (NFC) (#106004)Kazu Hirata
2024-08-25[Mips] clang-format prescanForConstants (NFC)Kazu Hirata
2024-08-24[Mips] Remove a trivial variable (NFC) (#105940)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
2022-09-04Revert "[llvm] Use range-based for loops (NFC)"Vitaly Buka
2022-09-03[llvm] Use range-based for loops (NFC)Kazu Hirata
2022-05-26[Target] use getSubtarget<> instead of static_cast<>(getSubtarget())Zongwei Lan
2022-03-16[NFC][CodeGen] Rename some functions in MachineInstr.h and remove duplicated ...Shengchen Kan
2022-01-01[Target] Use range-based for loops (NFC)Kazu Hirata
2021-11-28[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-11-27[Target] Use range-based for loops (NFC)Kazu Hirata
2021-11-22[Target] Use range-based for loops (NFC)Kazu Hirata
2021-01-05[NFC] Add the getSizeInBytes() interface for MachineConstantPoolValueQingShan Zhang
2020-12-06[Mips] Use llvm::is_contained (NFC)Kazu Hirata
2020-05-12[CodeGen] Use Align in MachineConstantPool.Craig Topper
2020-01-24[Alignment][NFC] Deprecate Align::None()Guillaume Chatelet
2019-11-03[mips] Split long lines in the code. NFCSimon Atanasyan
2019-09-27[Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet
2019-09-18[Alignment][NFC] Remove LogAlignment functionsGuillaume Chatelet
2019-09-18[Alignment][NFC] Use Align::None instead of 1Guillaume 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-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-07-30Remove trailing spaceFangrui Song
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-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
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-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-08-03[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...Eugene Zelenko
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-01-30[Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko
2017-01-28Cleanup dump() functions.Matthias Braun
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun
2016-08-12ADT: Remove all ilist_iterator => pointer casts, NFCDuncan P. N. Exon Smith
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer
2016-07-28TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFCSjoerd Meijer
2016-07-15Reapply "Mips: Avoid implicit iterator conversions, NFC"Duncan P. N. Exon Smith