summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Fix some typos. NFC.Mandeep Singh Grang2017-09-151-1/+1
* [Hexagon] Switch to parameterized register classes for HVXKrzysztof Parzyszek2017-09-151-1/+1
* [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-07-291-16/+25
* [Hexagon] Start using regmasks on callsKrzysztof Parzyszek2017-02-171-12/+12
* Revert "[Hexagon] Start using regmasks on calls"Rafael Espindola2017-02-171-11/+11
* [Hexagon] Start using regmasks on callsKrzysztof Parzyszek2017-02-161-11/+11
* Fix "left shift of negative value -1" introduced by r294805Vitaly Buka2017-02-111-1/+1
* [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2016-12-161-16/+37
* Fix spelling mistakes in Hexagon target comments. NFC.Simon Pilgrim2016-11-171-1/+1
* [Hexagon] Separate Hexagon subreg indices for different register classesKrzysztof Parzyszek2016-11-091-4/+4
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* Make analyzeBranch family of instruction names consistentMatt Arsenault2016-09-141-4/+4
* This reapplies r281304. The issue was that I had missedSjoerd Meijer2016-09-141-6/+2
* Revert of r281304 as it is causing build bot failures in hexagonSjoerd Meijer2016-09-131-2/+6
* This adds a new field isAdd to MCInstrDesc. The ARM and Hexagon instructionSjoerd Meijer2016-09-131-6/+2
* MachineLoop: add methods findLoopControlBlock and findLoopPreheaderSjoerd Meijer2016-08-151-62/+11
* [Hexagon] Allow non-returning calls in hardware loopsKrzysztof Parzyszek2016-08-111-2/+2
* [Hexagon] Use integer instructions for floating point immediatesKrzysztof Parzyszek2016-08-101-2/+2
* [Hexagon] Find speculative loop preheader in hardware loop generationKrzysztof Parzyszek2016-07-271-10/+57
* Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar2016-07-151-11/+11
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-301-5/+5
* Add optimization bisect opt-in calls for Hexagon passesAndrew Kaylor2016-04-261-0/+2
* Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"Duncan P. N. Exon Smith2016-02-221-2/+2
* CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFCDuncan P. N. Exon Smith2016-02-211-2/+2
* Hexagon: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-6/+4
* Fix some comment typos.Benjamin Kramer2015-08-081-3/+3
* [Hexagon] Moving pass declarations out of header and in to implementation fil...Colin LeMahieu2015-06-151-0/+1
* [Hexagon] Generate hardware loop for a vectorized loopBrendon Cahoon2015-05-141-7/+46
* [Hexagon] Remove dead constant assignment in hardware loop passBrendon Cahoon2015-05-141-3/+9
* [Hexagon] Check for underflow/wrap in hardware loop passBrendon Cahoon2015-05-141-55/+307
* [Hexagon] Generate loop1 instruction for nested loopsBrendon Cahoon2015-05-131-56/+83
* [Hexagon] Generate hardware loop when loop has a critical edgeBrendon Cahoon2015-05-131-13/+37
* [Hexagon] Generate more hardware loopsBrendon Cahoon2015-05-081-133/+206
* [Hexagon] Update AnalyzeBranch, etc target hooksBrendon Cahoon2015-05-081-6/+8
* Remove the remaining uses of abs64 and nuke it.Benjamin Kramer2015-03-091-1/+1
* [Hexagon] Renaming A2_subri, A2_andir, A2_orir. Fixing formatting.Colin LeMahieu2015-02-051-1/+1
* [Hexagon] Renaming A2_addi and formatting.Colin LeMahieu2015-02-051-4/+4
* Remove unused class variables and update calls to get the subtargetEric Christopher2015-02-021-11/+3
* [Hexagon] Removing old versions of cmph and updating references.Colin LeMahieu2015-01-141-1/+1
* [Hexagon] Deleting versions of compare-not that don't have encoding informati...Colin LeMahieu2015-01-141-2/+2
* [Hexagon] Removing old variants of instructions and updating references.Colin LeMahieu2014-12-191-1/+1
* [Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.Colin LeMahieu2014-12-191-6/+6
* Reverting 224550, was not ready for commit.Colin LeMahieu2014-12-181-6/+6
* [Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.Colin LeMahieu2014-12-181-6/+6
* [Hexagon] Updating doubleword shift usages to new versions.Colin LeMahieu2014-12-161-1/+1
* [Hexagon] Adding encodings for JR class instructions. Updating complier usages.Colin LeMahieu2014-12-101-2/+2
* [Hexagon] Updating rr/ri 32/64 transfer encodings and adding tests.Colin LeMahieu2014-12-091-4/+4
* [Hexagon] Adding cmp* immediate form instructions.Colin LeMahieu2014-11-261-3/+3
* [Hexagon] Replacing cmp* instructions with ones that contain encoding bits.Colin LeMahieu2014-11-251-3/+3
* [Hexagon] Removing SUB_rr and replacing with A2_sub.Colin LeMahieu2014-11-211-1/+1
OpenPOWER on IntegriCloud