Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add optimization bisect opt-in calls for Hexagon passes | Andrew Kaylor | 2016-04-26 | 1 | -0/+6 |
| | | | | | | Differential Revision: http://reviews.llvm.org/D19509 llvm-svn: 267593 | ||||
* | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -5/+4 |
| | | | | | | | | | | | | | | Removed some unused headers, replaced some headers with forward class declarations. Found using simple scripts like this one: clear && ack --cpp -l '#include "llvm/ADT/IndexedMap.h"' | xargs grep -L 'IndexedMap[<]' | xargs grep -n --color=auto 'IndexedMap' Patch by Eugene Kosov <claprix@yandex.ru> Differential Revision: http://reviews.llvm.org/D19219 From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 266595 | ||||
* | [Hexagon] Use S2_lsr_i_r instead of S2_extractu to obtain upper halfword | Krzysztof Parzyszek | 2016-01-14 | 1 | -3/+2 |
| | | | | llvm-svn: 257815 | ||||
* | [Hexagon] Handle HVX registers in bit simplification | Krzysztof Parzyszek | 2016-01-14 | 1 | -0/+6 |
| | | | | llvm-svn: 257811 | ||||
* | [Hexagon] Do not insert non-phis before phis in bit simplification | Krzysztof Parzyszek | 2016-01-13 | 1 | -7/+19 |
| | | | | llvm-svn: 257606 | ||||
* | [Hexagon] Bit-based instruction simplification | Krzysztof Parzyszek | 2015-10-20 | 1 | -0/+2778 |
Analyze bit patterns of operands and values of instructions to perform various simplifications, dead/redundant code elimination, etc. llvm-svn: 250868 |