Sebastian Pop
|
560b6b60eb
set the underlying value of “#pragma STDC FP_CONTRACT” on by default
|
9 years ago |
Kostya Serebryany
|
6c177e5153
[sanitizer-coverage] add yet another flavour of coverage instrumentation: trace-pc-guard. The intent is to eventually replace all of {bool coverage, 8bit-counters, trace-pc} with just this one. Clang part
|
9 years ago |
Adam Nemet
|
8a7af2f320
Reapply r281276 with passing -emit-llvm in one of the tests
|
9 years ago |
Adam Nemet
|
8503d6943b
Revert "Add -fdiagnostics-show-hotness"
|
9 years ago |
Adam Nemet
|
fd2a481cd9
Add -fdiagnostics-show-hotness
|
9 years ago |
Nick Lewycky
|
1051c8caca
Add -fprofile-dir= to clang.
|
9 years ago |
Richard Smith
|
3ec1cdd422
Unrevert r280035 now that the clang-cl bug it exposed has been fixed by
|
9 years ago |
Nico Weber
|
b9b3e3d8ba
Revert r280035 (and followups r280057, r280085), it caused PR30195
|
9 years ago |
Sjoerd Meijer
|
6b5129d8da
This adds new options -fdenormal-fp-math and passes through option -ffast-math
|
9 years ago |
Kostya Serebryany
|
e79bfe02bf
[sanitizer-coverage] add two more modes of instrumentation: trace-div and trace-gep, mostly usaful for value-profile-based fuzzing; clang part
|
9 years ago |
Richard Smith
|
cf55ebf630
C++ Modules TS: driver support for building modules.
|
9 years ago |
Hans Wennborg
|
216f664759
Add support for -fdiagnostics-absolute-paths: printing absolute paths in diagnostics
|
9 years ago |
Richard Smith
|
d605534140
C++ Modules TS: add frontend support for building pcm files from module
|
9 years ago |
David Blaikie
|
ba62c3b9c9
DebugInfo: Add flag to CU to disable emission of inline debug info into the skeleton CU
|
9 years ago |
Manman Ren
|
8c1ac8c452
Module: add -fprebuilt-module-path to support loading prebuilt modules.
|
9 years ago |
Richard Smith
|
da550a42bb
PR18417: Increase -ftemplate-depth to the value 1024 recommended by the C++
|
9 years ago |
Yaxun Liu
|
0221f4a136
[OpenCL] Handle -cl-fp32-correctly-rounded-divide-sqrt
|
9 years ago |
Yaxun Liu
|
864b7d21ba
[OpenCL][AMDGPU] Add support for -cl-denorms-are-zero
|
9 years ago |
Gabor Horvath
|
f12ee3b775
[analyzer] Command line option to show enabled checker list.
|
9 years ago |
Benjamin Kramer
|
b9bcf99bd8
Move helpers into anonymous namespaces. NFC.
|
9 years ago |
Matt Masten
|
8cbdbbd822
Initial vectorization support for svml calls (short vector math library).
|
9 years ago |
Yaxun Liu
|
427517d100
[OpenCL] Generate opaque type for sampler_t and function call for the initializer
|
9 years ago |
Nirav Dave
|
a1f12249e8
Add flags to toggle preservation of assembly comments
|
9 years ago |
Manman Ren
|
cefd54750c
Modules: add command line option fmodules-disable-diagnostic-validation
|
9 years ago |
Richard Smith
|
9ae609fe2b
Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and mark
|
9 years ago |
Mehdi Amini
|
2e23251d3e
[NFC] Header cleanup
|
9 years ago |
Aaron Ballman
|
d1642265a7
Add XRay flags to Clang. We implement two flags to control the XRay behaviour:
|
9 years ago |
Yaxun Liu
|
d42f2ae10e
[OpenCL] Fixes failures in test/Driver/opencl.cl.
|
9 years ago |
Pierre Gousseau
|
4e7c8ba2f7
[PCH] Add a fno-pch-timestamp option to cc1 to disable inclusion of timestamps in PCH files.
|
9 years ago |
Yaxun Liu
|
fa0c7543fa
[OpenCL] Add missing -cl-no-signed-zeros option into driver
|
9 years ago |