aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFrameInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
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