summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonHardwareLoops.cpp
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-13
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Fix known typosAlp Toker2014-01-24
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Replace some unnecessary vector copies with references.Benjamin Kramer2013-09-15
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Hexagon: Use multiclass for Jump instructions.Jyotsna Verma2013-05-01
* Hexagon: Remove assembler mapped instruction definitions.Jyotsna Verma2013-04-23
* Remove unused typedef.Duncan Sands2013-04-01
* Switch to LLVM support function abs64 to keep VS2008 happy.Tim Northover2013-03-27
* Extend Hexagon hardware loop generation to handle various additional cases:Krzysztof Parzyszek2013-02-11
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* In hexagon convertToHardwareLoop, don't deref end() iteratorMatthew Curtis2012-12-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Don't use getNextOperandForReg().Jakob Stoklund Olesen2012-08-08
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Optimize redundant sign extends and negation of predicates.Sirish Pande2012-02-15
* Revert "Optimize redundant sign extends and negation of predicates"Eric Christopher2012-02-15
* Optimize redundant sign extends and negation of predicatesSirish Pande2012-02-15
* Hexagon backend supportTony Linthicum2011-12-12