aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/IfConversion.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-08-07[X86][NFC]Remove dead code in IfConversion.cppXinWang101-7/+6
2023-04-23Clean come dead codeWang, Xin101-3/+0
2023-04-20Fix uninitialized class membersAkshay Khadse1-2/+2
2023-04-18[MC] Simplify uses of subregs/superregs. NFC.Jay Foad1-12/+2
2023-04-18[MC] Use subregs/superregs instead of MCSubRegIterator/MCSuperRegIterator. NFC.Jay Foad1-8/+6
2023-04-17Fix uninitialized pointer members in CodeGenAkshay Khadse1-5/+5
2023-02-07[llvm][IfConversion] update successor list when merging INLINEASM_BRNick Desaulniers1-0/+9
2022-03-16Cleanup codegen includesserge-sans-paille1-3/+1
2022-03-10Revert "Cleanup codegen includes"Nico Weber1-1/+3
2022-03-10Cleanup codegen includesserge-sans-paille1-3/+1
2022-01-30[CodeGen] Use default member initialization (NFC)Kazu Hirata1-2/+2
2021-07-11[IfCvt] Don't use pristine register for counting liveins for predicated instr...David Green1-6/+6
2021-05-15IfConverter::MeetIfcvtSizeLimit - Fix uninitialized variable warnings. NFCI.Simon Pilgrim1-1/+1
2021-04-19[CSSPGO] Flip SkipPseudoOp to true for MIR APIs.Hongtao Yu1-8/+8
2020-12-31[CodeGen] Construct SmallVector with iterator ranges (NFC)Kazu Hirata1-2/+1
2020-10-21Add "SkipDead" parameter to TargetInstrInfo::DefinesPredicateNicholas Guy1-2/+2
2020-07-01[NFC] Clean up uses of MachineModuleInfoWrapperPassYuanfang Chen1-8/+2
2020-05-07Correctly modify the CFG in IfConverter, and then remove theJames Y Knight1-5/+7
2020-04-20BranchFolding.h - cleanup includes and forward declarations. NFC.Simon Pilgrim1-0/+1
2020-04-08[IfConversion] Disallow TrueBB == FalseBB for valid diamondsMikael Holmen1-0/+5
2020-02-27[CallSiteInfo] Handle bundles when updating call site infoDjordje Todorovic1-2/+2
2020-02-10[CSInfo] Use isCandidateForCallSiteEntry() when updating the CSInfoDjordje Todorovic1-4/+4
2020-01-28[MBFI] Move BranchFolding::MBFIWrapper to its own files. NFC.Hiroshi Yamauchi1-1/+1
2019-12-09[PGO][PGSO] Instrument the code gen / target passes.Hiroshi Yamauchi1-2/+7
2019-12-06Revert "[PGO][PGSO] Instrument the code gen / target passes."Hiroshi Yamauchi1-7/+2
2019-12-06[PGO][PGSO] Instrument the code gen / target passes.Hiroshi Yamauchi1-2/+7
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+2
2019-10-10[IfCvt][ARM] Optimise diamond if-conversion for code sizeOliver Stannard1-17/+116
2019-10-08[DebugInfo][If-Converter] Update call site info during the optimizationNikola Prica1-0/+16
2019-09-30[NewPM] Port MachineModuleInfo to the new pass manager.Yuanfang Chen1-4/+8
2019-09-26 [IfConversion] Disallow TBB == FBB for valid trianglesMikael Holmen1-0/+3
2019-09-09[IfConversion] Correctly handle cases where analyzeBranch fails.Eli Friedman1-0/+6
2019-09-05[IfConversion] Fix diamond conversion with unanalyzable branches.Eli Friedman1-2/+8
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders1-2/+2
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-8/+8
2019-04-23Use llvm::stable_sortFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-09[NFC] fix trivial typos in commentsHiroshi Inoue1-2/+2
2018-11-06LivePhysRegs/IfConversion: Change some types from unsigned to MCPhysReg; NFCMatthias Braun1-10/+10
2018-07-16[CodeGen] Fix inconsistent declaration parameter nameFangrui Song1-1/+1
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-26/+27
2018-05-09[DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen1-9/+9
2018-04-19[if-converter] Handle BBs that terminate in ret during diamond conversionKrzysztof Parzyszek1-11/+28
2018-04-08[TargetSchedule] shrink interface for init(); NFCISanjay Patel1-1/+1
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun1-1/+1
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih1-16/+15
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-3/+3
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie1-1/+1
2017-10-10CodeGen: Minor cleanups to use MachineInstr::getMF. NFCJustin Bogner1-3/+2
2017-09-22[CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include W...Eugene Zelenko1-20/+35