aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFrameInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-03-30[NFC][CodeGen] Tidy up TargetRegisterInfo stack realignment functionsTomas Matheson1-1/+1
2020-06-28Revert accidentally landed patch citing o build errorsmadhur134901-10/+4
2020-06-28Improve stack object printing. NFC.madhur134901-4/+10
2020-04-06[Alignment][NFC] Add DebugStr and operator*Guillaume Chatelet1-2/+3
2020-04-06Revert "[Alignment][NFC] Add DebugStr and operator*"Guillaume Chatelet1-3/+2
2020-04-06[Alignment][NFC] Add DebugStr and operator*Guillaume Chatelet1-2/+3
2020-03-18[Alignment][NFC] Deprecate getTransientStackAlignmentGuillaume Chatelet1-11/+8
2020-01-24[Alignment][NFC] Deprecate Align::None()Guillaume Chatelet1-2/+2
2019-12-10[AArch64] Fix issues with large arrays on stackKiran Chandramohan1-4/+4
2019-09-27[Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet1-20/+19
2019-09-18[Alignment][NFC] Use Align::None instead of 1Guillaume Chatelet1-4/+4
2019-08-21[LLVM][Alignment] Introduce Alignment In MachineFrameInfoGuillaume Chatelet1-11/+14
2019-07-16Fix parameter name comments using clang-tidy. NFC.Rui Ueyama1-1/+1
2019-06-17Describe stack-id as an enumSander de Smalen1-2/+2
2019-04-02Enforce StackID definition in PEISander de Smalen1-2/+7
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-3/+3
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-0/+1
2018-04-09Fix printing of stack id in MachineFrameInfoMatt Arsenault1-1/+1
2017-12-05MachineFrameInfo: Cleanup some parameter naming inconsistencies; NFCMatthias Braun1-17/+19
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-2/+2
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie1-1/+1
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman1-1/+1
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton1-1/+1
2017-07-20Add an ID field to StackObjectsMatt Arsenault1-2/+7
2017-05-05ARM: Compute MaxCallFrame size earlyMatthias Braun1-0/+26
2017-04-26MachineFrameInfo: Move implementation to an own file; NFCMatthias Braun1-0/+218