r363475 - Fixed the --print-supported-cpus test

2019-06-15 Thread Ziang Wan via cfe-commits
Author: ziangwan725 Date: Fri Jun 14 16:34:40 2019 New Revision: 363475 URL: http://llvm.org/viewvc/llvm-project?rev=363475&view=rev Log: Fixed the --print-supported-cpus test Add constraints for the test that require specific backend targets to be registered. Remove trailing whitespace in the d

r363464 - Add --print-supported-cpus flag for clang.

2019-06-15 Thread Ziang Wan via cfe-commits
Author: ziangwan725 Date: Fri Jun 14 14:42:21 2019 New Revision: 363464 URL: http://llvm.org/viewvc/llvm-project?rev=363464&view=rev Log: Add --print-supported-cpus flag for clang. This patch allows clang users to print out a list of supported CPU models using clang [--target=] --print-supported-

r366972 - [Sema] Enable -Wimplicit-float-conversion for integral to floating point precision loss

2019-07-24 Thread Ziang Wan via cfe-commits
Author: ziangwan725 Date: Wed Jul 24 17:32:50 2019 New Revision: 366972 URL: http://llvm.org/viewvc/llvm-project?rev=366972&view=rev Log: [Sema] Enable -Wimplicit-float-conversion for integral to floating point precision loss Issue an warning when the code tries to do an implicit int -> float co

r367497 - [Sema] Enable -Wimplicit-float-conversion for integral to floating point precision loss

2019-07-31 Thread Ziang Wan via cfe-commits
Author: ziangwan725 Date: Wed Jul 31 17:16:43 2019 New Revision: 367497 URL: http://llvm.org/viewvc/llvm-project?rev=367497&view=rev Log: [Sema] Enable -Wimplicit-float-conversion for integral to floating point precision loss Issue an warning when the code tries to do an implicit int -> float co

r367502 - [Sema] Enable -Wimplicit-float-conversion for integral to floating point precision loss

2019-07-31 Thread Ziang Wan via cfe-commits
Author: ziangwan725 Date: Wed Jul 31 18:39:21 2019 New Revision: 367502 URL: http://llvm.org/viewvc/llvm-project?rev=367502&view=rev Log: [Sema] Enable -Wimplicit-float-conversion for integral to floating point precision loss Fix one test case for it to be system-independent. Modified: cfe/

r364362 - print-supported-cpus quality of life patch.

2019-06-25 Thread Ziang Wan via cfe-commits
Author: ziangwan725 Date: Tue Jun 25 16:57:14 2019 New Revision: 364362 URL: http://llvm.org/viewvc/llvm-project?rev=364362&view=rev Log: print-supported-cpus quality of life patch. Claim all input files so that clang does not give a warning. Add two short-cut aliases: -mcpu=? and -mtune=?. Modi