[Hexagon] Replacing cmp* instructions with ones that contain encoding bits.
[oota-llvm.git] / lib / Target / Hexagon / HexagonHardwareLoops.cpp
2014-11-25 Colin LeMahieu[Hexagon] Replacing cmp* instructions with ones that...
2014-11-21 Colin LeMahieu[Hexagon] Removing SUB_rr and replacing with A2_sub.
2014-08-28 Sid ManningMinor spelling correction.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-01-24 Alp TokerFix known typos
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-09-15 Benjamin KramerReplace some unnecessary vector copies with references.
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-05-01 Jyotsna VermaHexagon: Use multiclass for Jump instructions.
2013-04-23 Jyotsna VermaHexagon: Remove assembler mapped instruction definitions.
2013-04-01 Duncan SandsRemove unused typedef.
2013-03-27 Tim NorthoverSwitch to LLVM support function abs64 to keep VS2008...
2013-02-11 Krzysztof ParzyszekExtend Hexagon hardware loop generation to handle vario...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-07 Matthew CurtisIn hexagon convertToHardwareLoop, don't deref end(...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-08 Jakob Stoklund OlesenDon't use getNextOperandForReg().
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-04-20 Craig TopperConvert more uses of XXXRegisterClass to &XXXRegClass...
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-15 Sirish PandeOptimize redundant sign extends and negation of predicates.
2012-02-15 Eric ChristopherRevert "Optimize redundant sign extends and negation...
2012-02-15 Sirish PandeOptimize redundant sign extends and negation of predicates
2011-12-12 Tony LinthicumHexagon backend support