Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] Guard the generation of lookup table | Sumanth Gundapaneni | 2017-06-30 | 1 | -0/+8 |
| | | | | | | | | The llvm flag "-hexagon-emit-lookup-tables" guards the generation of lookup table generated from a switch statement. Differential Revision: https://reviews.llvm.org/D34819 llvm-svn: 306877 | ||||
* | [TargetTransformInfo, API] Add a list of operands to TTI::getUserCost | Evgeny Astigeevich | 2017-06-29 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | The changes are a result of discussion of https://reviews.llvm.org/D33685. It solves the following problem: 1. We can inform getGEPCost about simplified indices to help it with calculating the cost. But getGEPCost does not take into account the context which GEPs are used in. 2. We have getUserCost which can take the context into account but we cannot inform about simplified indices. With the changes getUserCost will have access to additional information as getGEPCost has. The one parameter getUserCost is also provided. Differential Revision: https://reviews.llvm.org/D34057 llvm-svn: 306674 | ||||
* | [LoopUnroll] Pass SCEV to getUnrollingPreferences hook. NFCI. | Geoff Berry | 2017-06-28 | 1 | -1/+1 |
| | | | | | | | | | | Reviewers: sanjoy, anna, reames, apilipenko, igor-laevsky, mkuper Subscribers: jholewinski, arsenm, mzolotukhin, nemanjai, nhaehnle, javed.absar, mcrosier, llvm-commits Differential Revision: https://reviews.llvm.org/D34531 llvm-svn: 306554 | ||||
* | [Hexagon] Consider zext/sext of a load to i32 to be free | Krzysztof Parzyszek | 2016-08-19 | 1 | -0/+25 |
| | | | | llvm-svn: 279248 | ||||
* | [Hexagon] Use loop data prefetch on Hexagon | Krzysztof Parzyszek | 2016-07-22 | 1 | -0/+8 |
| | | | | llvm-svn: 276422 | ||||
* | [Hexagon] Edit a comment. NFC | Krzysztof Parzyszek | 2015-08-05 | 1 | -7/+1 |
| | | | | llvm-svn: 244130 | ||||
* | [Hexagon] Implement TargetTransformInfo for Hexagon | Krzysztof Parzyszek | 2015-08-05 | 1 | -0/+44 |
Author: Brendon Cahoon <bcahoon@codeaurora.org> llvm-svn: 244089 |