aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonRegisterInfo.cpp
AgeCommit message (Expand)Author
2013-03-22Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w...Jyotsna Verma
2013-02-22Remove code copied from GenRegisterInfo.inc.Andrew Trick
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky
2013-01-31[PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-09-04Porting Hexagon MI Scheduler to the new API.Sergei Larin
2012-05-30Fix some uses of getSubRegisters() to use getSubReg() instead.Jakob Stoklund Olesen
2012-05-10Hexagon V5 FP Support.Sirish Pande
2012-04-23Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth
2012-04-23Hexagon V5 (floating point) support.Sirish Pande
2012-04-18This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth
2012-04-16Hexagon V5 (Floating Point) Support.Sirish Pande
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-03-04Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper
2012-02-22Efficient pattern for store truncate. Patch by Evandro Menezes.Sirish Pande
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-02-06Hexagon: Remove forbidden iostream includes (it introduces static initializers)Benjamin Kramer
2011-12-27Clean up some Release build warnings.Benjamin Kramer
2011-12-15Add MCTargetDesc library to Hexagon targetTony Linthicum
2011-12-12Hexagon backend supportTony Linthicum