Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / Target / Hexagon / HexagonVLIWPacketizer.cpp
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-15 Colin LeMahieu[Hexagon] Moving pass declarations out of header and...
2015-04-22 Krzysztof Parzyszek[Hexagon] Treat CFI as solo instructions
2015-03-23 Colin LeMahieu[Hexagon] Simplify boolean expression
2015-03-11 Eric ChristopherHave getCalleeSavedRegs take a non-null MachineFunction...
2015-02-09 Colin LeMahieu[Hexagon] Removing more V4 predicates since V4 is the...
2015-02-05 Colin LeMahieu[Hexagon] Renaming Y2_barrier. Fixing issues where...
2015-01-16 Colin LeMahieu[Hexagon] Updating call/jump instruction patterns.
2014-12-30 Colin LeMahieu[Hexagon] Updating constant extender def, adding alu...
2014-12-29 Colin LeMahieu[Hexagon] Adding allocframe, post-increment circular...
2014-12-29 Colin LeMahieu[Hexagon] Adding post-increment register form stores...
2014-12-26 Colin LeMahieu[Hexagon] Adding deallocframe and circular addressing...
2014-12-19 Colin LeMahieu[Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.
2014-12-18 Colin LeMahieuReverting 224550, was not ready for commit.
2014-12-18 Colin LeMahieu[Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.
2014-12-10 Colin LeMahieu[Hexagon] Adding encodings for JR class instructions...
2014-10-14 Eric ChristopherRemove the TargetMachine from DFAPacketizer since it...
2014-10-04 Benjamin KramerRemove unnecessary copying or replace it with moves...
2014-09-08 Sid ManningSpelling correction
2014-08-20 Alexey SamsonovCleanup: Delete seemingly unused reference to MachineDo...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
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-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-05 Alp TokerCorrect word hyphenations
2013-05-23 Benjamin KramerHexagon: Make helper functions static.
2013-05-14 Jyotsna VermaHexagon: ArePredicatesComplement should not restrict...
2013-05-10 Jyotsna VermaHexagon: Fix switch statements in GetDotOldOp and IsNew...
2013-05-10 Jyotsna VermaHexagon: Fix switch cases in HexagonVLIWPacketizer...
2013-05-09 Jyotsna VermaHexagon: Remove switch cases from GetDotNewPredOp and...
2013-05-06 Krzysztof ParzyszekPrint IR from Hexagon MI passes with -print-before...
2013-05-06 Jyotsna VermaHexagon: Add multiclass/encoding bits for the New-Value...
2013-05-02 Jyotsna VermaHexagon: Honor __builtin_expect by using branch probabi...
2013-05-01 Jyotsna VermaHexagon: Use multiclass for Jump instructions.
2013-03-28 Jyotsna VermaHexagon: Replace switch-case in isDotNewInst with TSFlags.
2013-03-05 Jyotsna VermaHexagon: Use MO operand flags to mark constant extended...
2013-03-01 Jyotsna VermaHexagon: Add constant extender support framework.
2013-02-13 Jyotsna VermaHexagon: Use absolute addressing mode loads/stores...
2013-02-01 Jyotsna VermaReplace LDriu*[bhdw]_indexed_V4 instructions with ...
2012-12-20 Jyotsna VermaAdd TSFlags to ALU32 type instructions for constant...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-29 Jakob Stoklund OlesenRename hasVolatileMemoryRef() to hasOrderedMemoryRef().
2012-06-22 Hal FinkelRevert r158679 - use case is unclear (and it increases...
2012-06-18 Hal FinkelAllow up to 64 functional units per processor itinerary.
2012-05-14 Brendon CahoonRevert 156634 upon request until code improvement chang...
2012-05-11 Sirish PandeRemove warnings from HexagonVLIWPacketizer.
2012-05-11 Brendon CahoonHexagon constant extender support.
2012-05-07 Jakob Stoklund OlesenAdd an MF argument to TRI::getPointerRegClass() and...
2012-05-03 Sirish PandeSupport for target dependent Hexagon VLIW packetizer.
2012-04-23 Chandler CarruthRevert r155365, r155366, and r155367. All three of...
2012-04-23 Sirish PandeSupport for Hexagon VLIW Packetizer.
2012-04-18 Chandler CarruthThis reverts a long string of commits to the Hexagon...
2012-04-13 Sirish PandeAdd support for Hexagon Architectural feature, New...
2012-04-13 Craig TopperSilence various build warnings from Hexagon backend...
2012-04-12 Sirish PandeHexagonPacketizer patch.