summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-3/+3
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-3/+3
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-2/+2
* Fix known typosAlp Toker2014-01-241-2/+2
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-10/+9
* Hexagon: Typo fix.Jyotsna Verma2013-05-281-5/+5
* Hexagon: Make helper functions static.Benjamin Kramer2013-05-231-2/+3
* Hexagon: Pass to replace tranfer/copy instructions into combine instructionJyotsna Verma2013-05-141-0/+676
* This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth2012-04-181-475/+0
* HexagonCopyToCombine.cpp: Silence two warnings, -Wunused-variable, with -Asse...NAKAMURA Takumi2012-04-151-0/+2
* Target/Hexagon: Tweak to fix msvc build.NAKAMURA Takumi2012-04-151-2/+2
* Pass to replace tranfer/copy instructions into combine instruction where poss...Sirish Pande2012-04-131-0/+473
OpenPOWER on IntegriCloud