Artem Belevich
|
2b2e574cc3
Ensure that we still parse preprocessed CUDA files as CUDA when we use
|
10 years ago |
Yaron Keren
|
9bd91b686a
Remove many superfluous SmallString::str() calls.
|
10 years ago |
Michael Zolotukhin
|
7ebce5ede9
Add fveclib option.
|
10 years ago |
Justin Bogner
|
223fbc0d02
GCOV: Expose the -coverage-exit-block-before-body flag in clang -cc1
|
10 years ago |
Bob Wilson
|
a6fe515da6
Add clang support for Objective-C application extensions.
|
10 years ago |
Reid Kleckner
|
91a68a7abe
Add -fuse-line-directive flag to control usage of #line with -E
|
10 years ago |
Jacques Pienaar
|
abf9e19821
CUDA: Add option to allow host device functions to call host functions
|
10 years ago |
Rafael Espindola
|
acdbdefe39
Add -funique-section-names and -fno-unique-section-names options.
|
10 years ago |
Manuel Klimek
|
9eb2516a4d
Add -fno-implicit-modules.
|
10 years ago |
Larisse Voufo
|
92f642d7a4
Add -fno-sized-deallocation option for completeness of fix in r229241 in documentation in r229818.
|
10 years ago |
Ben Langmuir
|
40e06d7fc7
Revert adding hostname to module hash
|
10 years ago |
Larisse Voufo
|
cb59dc9022
Rename flags and options to match current naming: from -fdef-sized-delete to -fdefine-sized-deallocation, and from DefaultSizedDelete to DefineSizedDeallocation.
|
10 years ago |
Larisse Voufo
|
4ecf89a2f4
Revise the implementation logic of sized deallocation: Do not automatically generate weak definitions of the sized operator delete (in terms of unsized operator delete). Instead, provide the funcitonality via a new compiler flag, -fdef-sized-delete.
|
10 years ago |
David Majnemer
|
1fc307f60c
Revert "Revert r229082 for a bit, it caused PR22577."
|
10 years ago |
Nico Weber
|
5047124372
Revert r229082 for a bit, it caused PR22577.
|
10 years ago |
David Majnemer
|
a9bdd3bc26
MS ABI: Implement /volatile:ms
|
10 years ago |
Ben Langmuir
|
c6957806f1
Be more conservative about gethostname()'s truncating behaviour
|
10 years ago |
Ben Langmuir
|
4d5e3d60ab
Update r228592 for when gethostname() returns an error
|
10 years ago |
Ben Langmuir
|
0d60789e67
Add missing include from r228592
|
10 years ago |
Ben Langmuir
|
b1d0edf16f
Add the hostname to the module hash to avoid sharing between hosts
|
10 years ago |
Alexey Samsonov
|
edd4ba4530
Allow to specify multiple -fsanitize-blacklist= arguments.
|
10 years ago |
Ben Langmuir
|
00d7f4c344
Add cc1 option '-fmodule-feature' to add custom values for 'requires' decls
|
10 years ago |
David Majnemer
|
9e1c1866cd
The prefix 'Ms-' should be 'MS-'
|
10 years ago |
Sanjay Patel
|
836904e7cf
Process the -fno-signed-zeros optimization flag (PR20870)
|
10 years ago |
Hans Wennborg
|
f561230eea
Implement command line options for stack probe space
|
10 years ago |
Steven Wu
|
49fad97bc9
Adding option -fno-inline-asm to disallow inline asm
|
10 years ago |
Chandler Carruth
|
6c1b926674
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
|
10 years ago |
JF Bastien
|
21f4ef7237
Revert "Insert random noops to increase security against ROP attacks (clang)"
|
10 years ago |
JF Bastien
|
b62cce9cec
Insert random noops to increase security against ROP attacks (clang)
|
10 years ago |
Alexey Samsonov
|
e6c5c3f4be
Reimplement -fsanitize-recover family of flags.
|
10 years ago |