aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-reduce
AgeCommit message (Expand)AuthorFilesLines
2024-04-08llvm-reduce: Reduce nuw/nsw flags from truncMatt Arsenault1-0/+5
2024-03-19[RemoveDIs][NFC] Rename DPValue -> DbgVariableRecord (#85216)Stephen Tozer2-7/+7
2024-03-12[RemoveDIs][NFC] Rename common interface functions for DPValues->DbgRecords (...Stephen Tozer1-1/+1
2024-03-11[CodeGen] Do not pass MF into MachineRegisterInfo methods. NFC. (#84770)Jay Foad1-1/+1
2024-03-11[RemoveDIs][NFC] Rename DPValues->DbgRecords in llvm-reduce's ReduceDPValues ...Stephen Tozer4-9/+9
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini1-1/+1
2024-03-05Use the new ThreadPoolInterface base class instead of the concrete implementa...Mehdi Amini1-2/+2
2024-02-20[RemoveDIs][NFC] Introduce DbgRecord base class [1/3] (#78252)Orlando Cazalet-Hyams3-6/+6
2024-02-08[NFC][RemoveDIs] Remove conditional compilation for RemoveDIs (#81149)Jeremy Morse1-6/+2
2024-01-23[llvm-reduce][DebugInfo] Support reducing non-instruction debug-info (#78995)Jeremy Morse5-2/+89
2023-12-13llvm-reduce: Handle disjoint flagMatt Arsenault1-0/+3
2023-12-13llvm-reduce: Handle nneg flagMatt Arsenault1-0/+3
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata2-2/+2
2023-12-05[llvm-reduce] Remove unnecessary includes (NFC)Kazu Hirata3-4/+0
2023-12-04[CodeGen] Split off PseudoSourceValueManager into separate header (NFC) (#73327)Nikita Popov1-0/+1
2023-12-03[llvm] Stop including vector (NFC)Kazu Hirata5-5/+0
2023-11-30[llvm-reduce] Stop including llvm/ADT/SetVector.h (NFC)Kazu Hirata1-1/+0
2023-11-30[llvm-reduce] Remove unreachable branch (NFC)Youngsuk Kim1-6/+0
2023-11-22[IR] Don't include GenericDomTreeConstruction.h in header (NFC)Nikita Popov1-0/+1
2023-11-14[llvm] Remove no-op ptr-to-ptr bitcasts (NFC)Youngsuk Kim1-1/+1
2023-11-13[llvm] Remove no-op ptr-to-ptr bitcasts (NFC)Youngsuk Kim1-1/+1
2023-11-11[llvm] Stop including llvm/ADT/DenseMap.h (NFC)Kazu Hirata1-1/+0
2023-11-11[llvm] Stop including llvm/ADT/SmallSet.h (NFC)Kazu Hirata1-1/+0
2023-11-11[llvm] Stop including llvm/ADT/SmallString.h (NFC)Kazu Hirata1-1/+0
2023-10-31llvm-reduce: Handle cloning for MachineJumpTableInfo (#69086)Matt Arsenault1-0/+22
2023-10-22[llvm] Stop including llvm/ADT/iterator_range.h (NFC)Kazu Hirata2-2/+0
2023-10-04Introduce and use codegen::createTargetMachineForTriple()Alex Richardson1-19/+5
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks1-1/+1
2023-09-01[llvm] Fix duplicate word typos. NFCFangrui Song1-2/+2
2023-08-23llvm-reduce: Fix invalid reduction from breaking phi operandsMatt Arsenault1-1/+8
2023-07-27[CodeGen] Store call frame size in MachineBasicBlockJay Foad1-0/+2
2023-07-26[ADT] Support iterating size-based integer ranges.Ivan Kosarev1-1/+1
2023-07-25[Support] Change SetVector's default template parameter to SmallVector<*, 0>Fangrui Song1-1/+1
2023-07-25Revert rGfae7b98c221b5b28797f7b56b656b6b819d99f27 "[Support] Change SetVector...Simon Pilgrim1-1/+1
2023-07-25[Support] Change SetVector's default template parameter to SmallVector<*, 0>Fangrui Song1-1/+1
2023-07-18[llvm] Remove uses of isOpaqueOrPointeeTypeEquals() (NFC)Nikita Popov1-7/+1
2023-07-17Revert "[llvm-reduce] Reduce function calling convention"Arthur Eubanks1-3/+0
2023-07-17[llvm-reduce] Reduce global value linkageArthur Eubanks1-0/+10
2023-07-17[llvm-reduce] Reduce function calling conventionArthur Eubanks1-0/+3
2023-07-13Revert "[CodeGen] Store SP adjustment in MachineBasicBlock. NFCI."Oliver Stannard1-2/+0
2023-07-12[CodeGen] Store SP adjustment in MachineBasicBlock. NFCI.Jay Foad1-0/+2
2023-06-30llvm-reduce: Fix not preserving uselistorder with bitcodeMatt Arsenault1-1/+2
2023-06-27[llvm] Move AttributeMask to a separate headerElliot Goodrich1-0/+1
2023-06-20llvm-reduce: Fix introducing invalid uses of intrinsicsMatt Arsenault1-0/+6
2023-05-15[llvm-reduce] Only write reduced output after we've saved itArthur Eubanks1-4/+4
2023-05-03Split out `CodeGenTypes` from `CodeGen` for LLT/MVTNAKAMURA Takumi1-0/+1
2023-04-17[nfc][llvm] Replace pointer cast functions in PointerUnion by llvm casting fu...Shraiysh Vaishay2-2/+2
2023-04-17[CMake] Reorder and reformat depsNAKAMURA Takumi1-1/+1
2023-04-10[MachineOutliner] Add IsOutlined to MachineFunctionwangpc1-0/+1
2023-03-22[CodeGen] Fix type of MachineRegisterInfo::RegAllocHints. NFC.Jay Foad1-1/+1