Nico Weber
|
5aa74affa5
Add -add-plugin flag, which runs plugins in addition to codegen.
|
14 years ago |
Fariborz Jahanian
|
b466d01e46
Add all options needed to support -fapple-kext. wip.
|
14 years ago |
Fariborz Jahanian
|
112c3307aa
Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.
|
14 years ago |
Ted Kremenek
|
c32647d111
Add -fobjc-default-synthesized-properties flag
|
14 years ago |
Ted Kremenek
|
c478a1425c
Add WIP prototype of a new buffer overflow
|
14 years ago |
Peter Collingbourne
|
91252d115b
Implement -cl-std=
|
14 years ago |
Peter Collingbourne
|
4400cb8c54
Implement -cl-mad-enable
|
14 years ago |
Peter Collingbourne
|
f0840820b4
Implement -cl-fast-relaxed-math
|
14 years ago |
Peter Collingbourne
|
5f67e13fcd
Implement -cl-unsafe-math-optimizations
|
14 years ago |
Peter Collingbourne
|
5d729a3d8e
Implement -cl-finite-math-only
|
14 years ago |
Peter Collingbourne
|
0982136cb7
Implement -cl-single-precision-constant
|
14 years ago |
Peter Collingbourne
|
61e07861dd
Implement -cl-opt-disable
|
14 years ago |
Peter Collingbourne
|
0a3c03cb1f
Refactor optimisation level code
|
14 years ago |
Peter Collingbourne
|
53c92be3b2
Introduce CompilerInvocation::setLangDefaults function
|
14 years ago |
Peter Collingbourne
|
895fcca55a
Driver, Frontend: add CUDA language support
|
14 years ago |
Michael J. Spencer
|
03013fa9a0
Merge System into Support.
|
14 years ago |
John McCall
|
f351424139
Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals
|
14 years ago |
Chris Lattner
|
39b49bcaad
now the FileManager has a FileSystemOpts ivar, stop threading
|
14 years ago |
Chris Lattner
|
7ad97ffa63
give FileManager a 'FileSystemOptions' ivar, which will be used
|
14 years ago |
Argyrios Kyrtzidis
|
1380a147d4
-Rename -Wargument-larger-than -> -Wlarge-by-value-copy
|
14 years ago |
Argyrios Kyrtzidis
|
3532fdd1db
Introduce option -Wargument-larger-than[=N] which warns about function definitions if they take by-value
|
14 years ago |
Argyrios Kyrtzidis
|
389db16c63
Implement -working-directory.
|
15 years ago |
John McCall
|
1fb0caaa7b
Substantially revise how clang computes the visibility of a declaration to
|
15 years ago |
Michael J. Spencer
|
dae4ac4fe5
Reorganize predefined macros for all Windows targets.
|
15 years ago |
Michael J. Spencer
|
20249a1af2
Fix Whitespace.
|
15 years ago |
Ted Kremenek
|
6648e5d387
"Fix" bogus idempotent operations warning due to loop unrolling not unrolling enough loops to show that an invariant
|
15 years ago |
Dan Gohman
|
4d5625e15b
Wire up the -fstrict-aliasing and -fno-strict-aliasing options
|
15 years ago |
Argyrios Kyrtzidis
|
3e78593b1c
Introduce command line option -error-on-deserialized-decl that is accompanied by a name
|
15 years ago |
Argyrios Kyrtzidis
|
b972858068
Introduce command line option -dump-deserialized-decls which is used to print the PCH decls that got deserialized, for testing purposes.
|
15 years ago |
Douglas Gregor
|
a9f4f620da
Eliminate the (de-)serialization of code completion results, now that
|
15 years ago |