summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonFixupHwLoops.cpp
AgeCommit message (Expand)Author
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-03-23[Hexagon] Correct update of instruction offet in HW loop fixupKrzysztof Parzyszek
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-08-10[Hexagon] Use isMetaInstruction instead of isDebugValueKrzysztof Parzyszek
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-01-13[CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun
2016-07-29[Hexagon] Referencify MachineInstr in HexagonInstrInfo, NFCKrzysztof Parzyszek
2016-07-12Hexagon: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith
2016-05-13[scan-build] fix dead store warnings emitted on LLVM Hexagon code baseKrzysztof Parzyszek
2016-04-26Add optimization bisect opt-in calls for Hexagon passesAndrew Kaylor
2016-04-04Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-06-15[Hexagon] Moving pass declarations out of header and in to implementation fil...Colin LeMahieu
2015-04-27[Hexagon] Use constant extenders to fix up hardware loopsBrendon Cahoon
2015-04-22[Hexagon] Some cleanup of instruction selection codeKrzysztof Parzyszek
2014-12-19[Hexagon] Removing old variants of instructions and updating references.Colin LeMahieu
2014-12-19[Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.Colin LeMahieu
2014-12-18Reverting 224550, was not ready for commit.Colin LeMahieu
2014-12-18[Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.Colin LeMahieu
2014-12-09[Hexagon] Updating rr/ri 32/64 transfer encodings and adding tests.Colin LeMahieu
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth
2013-02-11Extend Hexagon hardware loop generation to handle various additional cases:Krzysztof Parzyszek