aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-30[Hexagon] Dropping old combine instructions without encodings.Colin LeMahieu1-6/+6
2014-12-09[Hexagon] Updating rr/ri 32/64 transfer encodings and adding tests.Colin LeMahieu1-8/+8
2014-12-09[Hexagon] Adding word combine dot-new form and replacing old combine opcode.Colin LeMahieu1-4/+4
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-3/+2
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+3
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-3/+3
2014-04-28[C++] Use 'nullptr'.Craig Topper1-1/+1
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-3/+3
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-2/+2
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-2/+2
2014-01-24Fix known typosAlp Toker1-2/+2
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-10/+9
2013-05-28Hexagon: Typo fix.Jyotsna Verma1-5/+5
2013-05-23Hexagon: Make helper functions static.Benjamin Kramer1-2/+3
2013-05-14Hexagon: Pass to replace tranfer/copy instructions into combine instructionJyotsna Verma1-0/+676
2012-04-18This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth1-475/+0
2012-04-15HexagonCopyToCombine.cpp: Silence two warnings, -Wunused-variable, with -Asse...NAKAMURA Takumi1-0/+2
2012-04-15Target/Hexagon: Tweak to fix msvc build.NAKAMURA Takumi1-2/+2
2012-04-13Pass to replace tranfer/copy instructions into combine instruction where poss...Sirish Pande1-0/+473