aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonHardwareLoops.cpp
AgeCommit message (Expand)Author
2013-04-01Remove unused typedef.Duncan Sands
2013-03-27Switch to LLVM support function abs64 to keep VS2008 happy.Tim Northover
2013-02-11Extend Hexagon hardware loop generation to handle various additional cases:Krzysztof Parzyszek
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-07In hexagon convertToHardwareLoop, don't deref end() iteratorMatthew Curtis
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-08-08Don't use getNextOperandForReg().Jakob Stoklund Olesen
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-04-20Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-02-15Optimize redundant sign extends and negation of predicates.Sirish Pande
2012-02-15Revert "Optimize redundant sign extends and negation of predicates"Eric Christopher
2012-02-15Optimize redundant sign extends and negation of predicatesSirish Pande
2011-12-12Hexagon backend supportTony Linthicum