summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp
Commit message (Expand)AuthorAgeFilesLines
* [IR] Split out target specific intrinsic enums into separate headersReid Kleckner2019-12-111-0/+1
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [Hexagon] Fix typo. NFCShoaib Meenai2019-10-231-1/+1
* [Hexagon] Rework VLCR algorithmKrzysztof Parzyszek2019-07-011-59/+161
* [Hexagon] Fix reuse bug in Vector Loop Carried Reuse passBrendon Cahoon2019-04-121-3/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-18/+21
* Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...David Blaikie2018-03-281-0/+1
* Fix inconsistent line endings in HexagonVectorLoopCarriedReuse.cpp. NFC.Dimitry Andric2017-12-181-7/+7
* Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman2017-11-031-8/+7
* [Hexagon] Check vector elements for equivalence in the HexagonVectorLoopCarri...Ron Lieberman2017-10-021-1/+16
* [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-09-281-31/+73
* Reverted r313993.Galina Kistanova2017-09-271-15/+0
* Check vector elements for equivalence in the HexagonVectorLoopCarriedReuse passPranav Bhandarkar2017-09-221-0/+15
* HexagonVectorLoopCarriedReuse.cpp: Apply LLVM_ATTRIBUTE_UNUSED. [-Wunused-fun...NAKAMURA Takumi2017-09-221-0/+2
* Reformat.NAKAMURA Takumi2017-09-221-2/+2
* Fix unused variable warning.Richard Trieu2017-09-211-2/+1
* Enable the reuse of values computed in a previous loop iteration.Pranav Bhandarkar2017-09-211-0/+579
OpenPOWER on IntegriCloud