summaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains/Hexagon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused includes of clang/Config/config.hNico Weber2018-04-281-1/+0
* [Hexagon] Emit a warning when -fvectorize is given without -mhvxKrzysztof Parzyszek2018-04-161-7/+14
* [Hexagon] Enable auto-vectorization only when -fvectorize was givenKrzysztof Parzyszek2018-04-121-0/+7
* [Hexagon] Remove -mhvx-double and the corresponding subtarget featureKrzysztof Parzyszek2018-04-031-18/+8
* [Hexagon] Add -ffixed-r19 driver option and translate it to +reserved-r19Krzysztof Parzyszek2018-02-281-5/+9
* [Hexagon] Accept lowercase b in -hvx-length=64b and -hvx-length=128bKrzysztof Parzyszek2018-01-241-1/+1
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-17/+12
* [Hexagon] Add front-end support for Hexagon V65Krzysztof Parzyszek2017-12-131-0/+1
* [Driver] Fix use after free in Hexagon toolchain code.Benjamin Kramer2017-10-181-3/+3
* [Hexagon] Handling of new HVX flags and target-featuresSumanth Gundapaneni2017-10-181-1/+79
* [Hexagon] Move getHexagonTargetFeatures to Hexagon.cpp (NFC)Sumanth Gundapaneni2017-10-041-0/+16
* Introduce -nostdlib++ flag to disable linking the C++ standard library.Nico Weber2017-07-251-1/+2
* [OpenMP] Extend CLANG target options with device offloading kind.Gheorghe-Teodor Bercea2017-07-061-1/+2
* [Hexagon] Handle -O4 when checking optimization levelKrzysztof Parzyszek2017-04-251-1/+2
* [Hexagon] Set -ffp-contract=fast at -O3 unless explicitly specifiedKrzysztof Parzyszek2017-04-251-0/+33
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-0/+457