summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineFrameInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Fix issues with large arrays on stackKiran Chandramohan2019-12-101-4/+4
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-20/+19
* [Alignment][NFC] Use Align::None instead of 1Guillaume Chatelet2019-09-181-4/+4
* [LLVM][Alignment] Introduce Alignment In MachineFrameInfoGuillaume Chatelet2019-08-211-11/+14
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* Describe stack-id as an enumSander de Smalen2019-06-171-2/+2
* Enforce StackID definition in PEISander de Smalen2019-04-021-2/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-3/+3
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* Fix printing of stack id in MachineFrameInfoMatt Arsenault2018-04-091-1/+1
* MachineFrameInfo: Cleanup some parameter naming inconsistencies; NFCMatthias Braun2017-12-051-17/+19
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+2
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-2/+2
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* Add an ID field to StackObjectsMatt Arsenault2017-07-201-2/+7
* ARM: Compute MaxCallFrame size earlyMatthias Braun2017-05-051-0/+26
* MachineFrameInfo: Move implementation to an own file; NFCMatthias Braun2017-04-261-0/+218
OpenPOWER on IntegriCloud