aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-06[CodeGen] Port DeadMachineInstructionElim to new pass manager (#80582)paperchalice1-24/+42
2023-06-01[CodeGen] Make use of MachineInstr::all_defs and all_uses. NFCI.Jay Foad1-19/+17
2023-04-17Fix uninitialized pointer members in CodeGenAkshay Khadse1-2/+2
2022-09-13DeadMachineInstructionElim: Don't repeat per-function initMatt Arsenault1-4/+7
2022-09-12DeadMachineInstructionElim: Fix typoMatt Arsenault1-2/+1
2022-09-12DeadMachineInstructionElim: Switch to using LiveRegUnitsMatt Arsenault1-43/+9
2022-03-16Cleanup codegen includesserge-sans-paille1-1/+0
2022-03-10Revert "Cleanup codegen includes"Nico Weber1-0/+1
2022-03-10Cleanup codegen includesserge-sans-paille1-1/+0
2021-12-05[GlobalISel] Allow DBG_VALUE to use undefined vregs before LiveDebugValues.Jack Andersen1-3/+3
2021-11-25[llvm] Use range-based for loops (NFC)Kazu Hirata1-6/+3
2021-11-24[LLVM][NFC]Inclusive language: remove occurances of sanity check/test from llvmZarko Todorovski1-1/+1
2021-11-01[CodeGen] Use make_early_inc_range (NFC)Kazu Hirata1-12/+8
2021-02-12[CodeGen] Use range-based for loops (NFC)Kazu Hirata1-4/+2
2020-11-21[DeadMachineInstrctionElim] Post order visit all blocks and Iteratively run D...Andrew Wei1-5/+16
2020-01-14[codegen,amdgpu] Enhance MIR DIE and re-arrange it for AMDGPU.Michael Liao1-0/+9
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders1-3/+3
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders1-3/+3
2019-04-09Revert LIS handling in MachineDCEStanislav Mekhanoshin1-28/+2
2019-04-05[AMDGPU] Add MachineDCE pass after RenameIndependentSubregsStanislav Mekhanoshin1-2/+28
2019-03-20Allow machine dce to remove uses in the same instructionStanislav Mekhanoshin1-3/+5
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-1/+1
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun1-1/+1
2017-12-13Remove redundant includes from lib/CodeGen.Michael Zolotukhin1-1/+0
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-1/+1
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun1-2/+2
2017-02-15Fix typosMatt Arsenault1-1/+1
2016-09-11CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MIDuncan P. N. Exon Smith1-8/+1
2016-06-21Make DeadMachineInstructionElim preserve CFGMatt Arsenault1-0/+5
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor1-1/+1
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar1-1/+1
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor1-1/+1
2015-09-09Save LaneMask with livein registersMatthias Braun1-2/+2
2015-08-24MachineBasicBlock: Add liveins() method returning an iterator_rangeMatthias Braun1-3/+2
2015-07-24Use make_range(rbegin(), rend()) to allow foreach loops. NFC.Pete Cooper1-9/+6
2015-07-07Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner1-1/+1
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-05-19MachineInstr: Remove unused parameter.Matthias Braun1-1/+1
2015-01-13Add the llvm.frameallocate and llvm.recoverframeallocation intrinsicsReid Kleckner1-0/+4
2014-10-14Remove unnecessary TargetMachine.h includes.Eric Christopher1-1/+0
2014-08-13[Cleanup] Utility function to erase instruction and mark DBG_ValuesGerolf Hoflehner1-12/+3
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-2/+2
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+4
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-1/+1