aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ThumbRegisterInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun1-4/+4
2016-06-12Pass DebugLoc and SDLoc by const ref.Benjamin Kramer1-60/+58
2016-01-14Update to use new name alignTo().Rui Ueyama1-1/+1
2015-03-12Move a variable into the assert where it's used - fixes a -AssertsEric Christopher1-2/+1
2015-03-12In preparation for moving ARM's TargetRegisterInfo to the TargetMachineEric Christopher1-0/+624
2009-07-02Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...David Goodwin1-755/+0
2009-06-29Implement Thumb2 ldr.Evan Cheng1-3/+3
2009-06-27Simplify a bitAnton Korobeynikov1-24/+22
2009-06-27ARM refactoring. Step 2: split RegisterInfoAnton Korobeynikov1-0/+757