summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonConstPropagation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+2
* [Hexagon] Make getHexagonSubRegIndex take reference instead of pointerKrzysztof Parzyszek2017-09-251-1/+1
* Exclude more unused functions from release build.Florian Hahn2017-07-311-0/+4
* Guard print() functions only used by dump() functions.Florian Hahn2017-07-311-0/+2
* [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-07-261-16/+26
* [Hexagon] Fix -Wimplicit-fallthrough warnings. NFCI.Simon Pilgrim2017-07-071-0/+1
* [llvm] Remove double semicolonsMandeep Singh Grang2017-06-061-1/+1
* [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2016-12-141-89/+51
* [Hexagon] Separate Hexagon subreg indices for different register classesKrzysztof Parzyszek2016-11-091-8/+10
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* [Hexagon] Standardize next batch of pseudo instructionsKrzysztof Parzyszek2016-08-161-7/+7
* [Hexagon] Use integer instructions for floating point immediatesKrzysztof Parzyszek2016-08-101-9/+7
* [HexagonConstPropagation] Remove dead code.Davide Italiano2016-07-301-22/+0
* [Hexagon] Perform bit arithmetic on unsigned to avoid accidentally shifting n...Benjamin Kramer2016-07-301-2/+2
* Fixed MSVC out of range shift warningSimon Pilgrim2016-07-291-1/+1
* Fix build breaks after r277028Krzysztof Parzyszek2016-07-281-0/+1
* [Hexagon] Implement MI-level constant propagationKrzysztof Parzyszek2016-07-281-0/+3208
OpenPOWER on IntegriCloud