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
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-
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
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
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/
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