summaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/BypassSlowDivision.cpp
AgeCommit message (Expand)Author
2025-11-06[NFC][LLVM][Transforms/Utils] Fix indentation inside namespace (#166624)Rahul Joshi
2025-04-25BypassSlowDivision: Use use_empty instead of hasNUses(0) (#137345)Matt Arsenault
2024-11-04[Utils] Remove unused includes (NFC) (#114748)Kazu Hirata
2024-06-27[IR] Add getDataLayout() helpers to BasicBlock and Instruction (#96902)Nikita Popov
2024-06-24Revert "[IR][NFC] Update IRBuilder to use InsertPosition (#96497)"Stephen Tozer
2024-06-24[IR][NFC] Update IRBuilder to use InsertPosition (#96497)Stephen Tozer
2023-10-16Revert "[ValueTracking] Remove by-ref computeKnownBits() overloads (NFC)"Nikita Popov
2023-10-16[ValueTracking] Remove by-ref computeKnownBits() overloads (NFC)Nikita Popov
2023-08-01Revert "[CodeGenPrepare][NFC] Update the dominator tree instead of rebuilding...Jordan Rupprecht
2023-08-01[CodeGenPrepare][NFC] Update the dominator tree instead of rebuilding itMomchil Velikov
2023-02-19Use APInt::getSignificantBits instead of APInt::getMinSignedBits (NFC)Kazu Hirata
2022-12-14Don't include Optional.hKazu Hirata
2022-12-12Transforms/Utils: llvm::Optional => std::optionalFangrui Song
2022-12-06[ADT] Don't including None.h (NFC)Kazu Hirata
2022-12-02[Transforms] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-23[NFC] Replaced BB->getInstList().{erase(),pop_front(),pop_back()} with eraseF...Vasileios Porpodas
2020-06-18BypassSlowDivision: Fix dropping debug infoMatt Arsenault
2020-06-07SmallPtrSet::find -> SmallPtrSet::countBenjamin Kramer
2019-10-01[BypassSlowDivision][CodeGenPrepare] avoid crashing on unused code (PR43514)Sanjay Patel
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-21[BypassSlowDivision] Teach bypass slow division not to interfere with div by ...Craig Topper
2018-06-04Move Analysis/Utils/Local.h back to TransformsDavid Blaikie
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-03-21Fix a couple of layering violations in TransformsDavid Blaikie
2017-12-04[BypassSlowDivision] Improve our handling of divisions by constantsSanjoy Das
2017-10-17[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko
2017-09-29Revert "[BypassSlowDivision] Improve our handling of divisions by constants"Sanjoy Das
2017-09-26[BypassSlowDivision] Improve our handling of divisions by constantsSanjoy Das
2017-08-24[BypassSlowDivision] move map helper code to header; NFCSanjay Patel
2017-05-12[KnownBits] Add bit counting methods to KnownBits struct and use them where p...Craig Topper
2017-04-26[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...Craig Topper
2017-04-02[BypassSlowDivision] Do not bypass division of hash-like valuesNikolai Bozhenov
2017-03-02[BypassSlowDivision] Use ValueTracking to simplify run-time checksNikolai Bozhenov
2017-03-02[BypassSlowDivision] Refactor fast division insertion logic (NFC)Nikolai Bozhenov
2016-11-16[BypassSlowDivision] Handle division by constant numerators better.Justin Lebar
2016-11-16[BypassSlowDivision] Simplify partially-tautological if statement.Justin Lebar
2016-10-28Don't leave unused divs/rems sitting around in BypassSlowDivision.Justin Lebar
2016-10-28Don't claim the udiv created in BypassSlowDivision is exact.Justin Lebar
2016-01-04Clarify that the bypassSlowDivision optimization operates on a single BB [v2]Eric Christopher
2015-10-13TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2014-04-25[C++] Use 'nullptr'. Transforms edition.Craig Topper
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2013-03-04Bypass Slow DividesPreston Gurd
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-04This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd
2012-10-03This Patch corrects a problem whereby the optimization to use a faster dividePreston Gurd
2012-09-14Stylistic and 80-col fixesEvan Cheng