summaryrefslogtreecommitdiff
path: root/clang/test/Driver/ppc-features.cpp
AgeCommit message (Expand)Author
2023-08-01[Driver] -###: exit with code 1 if hasErrorOccurredFangrui Song
2023-07-30Revert D156363 "[Driver] -###: exit with code 1 if hasErrorOccurred"Fangrui Song
2023-07-29[Driver] -###: exit with code 1 if hasErrorOccurredFangrui Song
2023-07-28Revert D156363 "[Driver] -###: exit with code 1 if hasErrorOccurred"Fangrui Song
2023-07-28[Driver] -###: exit with code 1 if hasErrorOccurredFangrui Song
2021-09-23Fix -fno-unwind-tables -fasynchronous-unwind-tables to emit unwind tablesFangrui Song
2021-01-12[PowerPC] Add support for embedded devices with EFPU2Nemanja Ivanovic
2021-01-11clang: Always pass PowerPC endian information to GNU asNathan Chancellor
2021-01-02[PowerPC] Enable OpenMP for powerpcle target. [5/5]Brandon Bergren
2021-01-02[PowerPC] Support powerpcle target in Clang [3/5]Brandon Bergren
2020-12-21[Driver] Default Generic_GCC ppc/ppc64/ppc64le to -fasynchronous-unwind-tablesFangrui Song
2020-12-07[PowerPC][Clang] Remove QPX supportJinsong Ji
2020-11-24[test] Clean up ppc-features.cpp and improve testsFangrui Song
2020-06-16[PowerPC] Add -m[no-]power10-vector clang and llvm optionAhsan Saghir
2020-01-10[Driver][PowerPC] Move powerpcspe logic from cc1 to DriverFangrui Song
2019-09-05Add -m(no)-spe to clangJustin Hibbits
2018-04-11[PowerPC] Option for secure plt modeStrahinja Petrovic
2017-07-27[PowerPC] Pass CPU to assembler with -no-integrated-asNemanja Ivanovic
2017-03-21Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher
2017-03-20Turn on HTM on power8 and later (including powerpc64le) since it'sEric Christopher
2016-10-02[PowerPC] Enable soft-float for PPC64, and +soft-float -> -hard-floatHal Finkel
2016-08-30[PowerPC] Add support for -mlongcallHal Finkel
2015-12-14[PowerPC] Fix make-check issuesPetar Jovanovic
2015-12-14[Power PC] add soft float support for ppc32Petar Jovanovic
2015-07-13[OpenMP] Add TLS-based implementation for threadprivate directive.Samuel Antao
2015-04-09Added flag to disable isel instruction on PPC target. Using regular branches ...Olivier Sallenave
2015-02-10[PowerPC] Remove the --no-tls-optimize workaround from the clang driverBill Schmidt
2015-02-06[PowerPC] Re-disable linker optimizations for nowBill Schmidt
2015-02-05[PowerPC] Revert workaround for TLS linker bugBill Schmidt
2015-01-29[PowerPC] Work around TLS linker bugUlrich Weigand
2015-01-15[PowerPC] Add a target option for invariant function descriptorsHal Finkel
2015-01-06[PowerPC] Add support for -mcmpbHal Finkel
2014-10-10[PowerPC] Add feature for Power8 vector extensionsBill Schmidt
2014-10-06Turn on the integrated assembler by default for ppc64 andEric Christopher
2014-06-26Add ppc64/power8 as a targetWill Schmidt
2014-03-24Update the parameters passed to the assembler and linker forWill Schmidt
2014-02-28Add -mcrbits/-mno-crbits to control the PowerPC CR-bit-tracking featureHal Finkel
2013-10-16Add minimal command line support for the VSX powerpc processor.Eric Christopher
2013-10-16Rework ppc options handling into a features group.Eric Christopher
2013-07-26[PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2013-03-30Add support for gcc-compatible -mfprnd -mno-fprnd PPC optionsHal Finkel
2013-03-28Add support for gcc-compatible -mpopcntd -mno-popcntd PPC optionsHal Finkel
2013-03-28Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC optionsHal Finkel
2013-02-01Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector inst...Hal Finkel