aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/DetectDeadLanes.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders1-9/+9
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders1-19/+19
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-18/+17
2017-12-13Remove redundant includes from lib/CodeGen.Michael Zolotukhin1-1/+0
2017-11-30[CodeGen] Print "%vreg0" as "%0" in both MIR and debug outputFrancis Visoiu Mistrih1-6/+6
2017-11-28[CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih1-1/+1
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-2/+2
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie1-1/+1
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun1-2/+1
2017-03-30Spelling mistakes in comments. NFCI.Simon Pilgrim1-1/+1
2016-12-16Implement LaneBitmask::any(), use it to replace !none(), NFCIKrzysztof Parzyszek1-1/+1
2016-12-15Extract LaneBitmask into a separate typeKrzysztof Parzyszek1-12/+12
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini1-1/+1
2016-08-24MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/...Matthias Braun1-2/+2
2016-06-15Make DetectDeadLanes preserve CFGMatt Arsenault1-0/+5
2016-05-06DetectDeadLanes: Increase precision when detecting undef inputsMatthias Braun1-53/+121
2016-05-06DetectDeadLanes: Cleanup, assert on some impossible cases.Matthias Braun1-9/+8
2016-04-28[CodeGen] Remove extra ';'Marcin Koscielnicki1-1/+1
2016-04-28CodeGen: Add DetectDeadLanes pass.Matthias Braun1-0/+530