summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
AgeCommit message (Expand)Author
2025-03-06[CodeGen] Use Register or MCRegister. NFCCraig Topper
2024-09-02[CodeGen] Update a few places that were passing Register to raw_ostream::oper...Craig Topper
2024-06-05[NewPM][CodeGen] Port `localstackalloc` to new pass manager (#94303)paperchalice
2023-01-09[LocalStackSlotAllocation] Minor simplifications. NFCCraig Topper
2022-05-04[iwyu] Handle regressions in libLLVM header includeserge-sans-paille
2022-04-20LocalStackSlotAllocation: Combine debug printing statementsMatt Arsenault
2022-04-20LocalStackSlotAllocation: Stop creating unused virtual registerMatt Arsenault
2022-02-17[CodeGen] Return better Changed status from LocalStackSlotAllocationJay Foad
2021-12-14[AArch64][SVE] Fix handling of stack protection with SVEJohn Brawn
2021-11-25[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-02-13[CodeGen] Use range-based for loops (NFC)Kazu Hirata
2021-01-22Change materializeFrameBaseRegister() to return registerStanislav Mekhanoshin
2020-09-16LocalStackSlotAllocation: Swap order of checkMatt Arsenault
2020-07-27[SVE] Don't use LocalStackAllocation for SVE objectsDavid Sherwood
2020-04-01[Alignment][NFC] Transition to MachineFrameInfo::getObjectAlign()Guillaume Chatelet
2019-11-13Sink all InitializePasses.h includesReid Kleckner
2019-08-21[LLVM][Alignment] Introduce Alignment In MachineFrameInfoGuillaume Chatelet
2019-07-25[CodeGen] Don't resolve the stack protector frame accesses until PEIFrancis Visoiu Mistrih
2019-07-17[PEI] Don't re-allocate a pre-allocated stack protector slotFrancis Visoiu Mistrih
2019-07-17[CodeGen][NFC] Simplify checks for stack protector index checkingFrancis Visoiu Mistrih
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-07-13CodeGen: Remove pipeline dependencies on StackProtector; NFCMatthias Braun
2018-07-12Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipe...Matthias Braun
2018-07-12CodeGen: Remove pipeline dependencies on StackProtector; NFCMatthias Braun
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-09[DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen
2018-04-06[CodeGen] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie
2017-10-10CodeGen: Minor cleanups to use MachineInstr::getMF. NFCJustin Bogner
2017-10-10[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun
2016-10-26Fix nondeterministic output in local stack slot alloc passMatt Arsenault
2016-10-18Fix differences in codegen between Linux and Windows toolchainsMandeep Singh Grang
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun
2016-06-30CodeGen: Use MachineInstr& in LocalStackSlotAllocation, NFCDuncan P. N. Exon Smith
2015-10-09CodeGen: Remove more ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith
2015-03-20[ARM] Fix handling of thumb1 out-of-range frame offsetsJohn Brawn
2014-12-01[Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...Philip Reames
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-02Simplify resolveFrameIndex() signature.Jim Grosbach
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-02-23LocalStackSlotAllocation: Turn one-iteration loop into if.Benjamin Kramer
2014-02-01[stackprotector] Implement the sspstrong rules for stack layout.Josh Magee
2013-12-19[stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee
2013-11-29Teach LocalStackSlotAllocation that stackmaps/patchpoints don't have rangeLang Hames