aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-06[Hexagon] Adding dealloc_return encoding and absolute address stores.Colin LeMahieu1-1/+1
2014-12-29[Hexagon] Adding allocframe, post-increment circular immediate stores, post-i...Colin LeMahieu1-2/+2
2014-12-26[Hexagon] Adding deallocframe and circular addressing loads.Colin LeMahieu1-2/+2
2014-11-21[Hexagon] Removing SUB_rr and replacing with A2_sub.Colin LeMahieu1-1/+1
2014-11-18[Hexagon] Converting from ADD_rr to A2_add which has encoding bits.Colin LeMahieu1-1/+1
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-9/+5
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-7/+14
2014-06-27Remove unnecessary caching of the subtarget for HexagonFrameLowering and remo...Eric Christopher1-2/+2
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-2/+2
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-4/+4
2013-05-16Remove dead calls to addFrameMove.Rafael Espindola1-25/+0
2013-05-11Change getFrameMoves to return a const reference.Rafael Espindola1-5/+3
2013-05-10Fix unused variable error.Jyotsna Verma1-2/+1
2013-05-10Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.Jyotsna Verma1-14/+40
2013-05-01Hexagon: Use multiclass for Jump instructions.Jyotsna Verma1-1/+1
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky1-0/+15
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2012-12-05Fix misplaced closing brace.Matthew Curtis1-1/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-7/+7
2012-05-30Extract some pointer hacking to a function.Jakob Stoklund Olesen1-22/+22
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper1-1/+1
2012-03-05Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper1-4/+4
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2012-02-06Hexagon: Remove forbidden iostream includes (it introduces static initializers)Benjamin Kramer1-11/+10
2011-12-12fix warningTony Linthicum1-1/+1
2011-12-12Hexagon backend supportTony Linthicum1-0/+333