index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Driver
/
cl-options.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
driver: Allow -fdebug-compilation-dir=foo in joined form.
Nico Weber
2020-01-10
1
-0
/
+1
*
[Driver] Default to -momit-leaf-frame-pointer for AArch64
Fangrui Song
2019-12-13
1
-1
/
+1
*
Add Windows Control Flow Guard checks (/guard:cf).
Andrew Paverd
2019-10-28
1
-2
/
+7
*
[clang] Accept -ftrivial-auto-var-init in clang-cl
Vitaly Buka
2019-10-07
1
-0
/
+2
*
clang-cl: Ignore the new /ZH options
Hans Wennborg
2019-10-07
1
-0
/
+3
*
Revert r369402 "win: Enable /Zc:twoPhase by default if targeting MSVC 2017 up...
Hans Wennborg
2019-08-22
1
-12
/
+6
*
win: Enable /Zc:twoPhase by default if targeting MSVC 2017 update 3 or newer
Nico Weber
2019-08-20
1
-6
/
+12
*
[Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'
Yuanfang Chen
2019-07-20
1
-11
/
+7
*
[Driver] Refactor interaction between -f(no-)?omit-frame-pointer and -m(no-)?...
Fangrui Song
2019-07-12
1
-5
/
+5
*
Let unaliased Args track which Alias they were created from, and use that in ...
Nico Weber
2019-07-09
1
-3
/
+3
*
clang-cl: Make /d1reportAllClassLayout actually work and improve test
Nico Weber
2019-07-02
1
-1
/
+4
*
Promote -fdebug-compilation-dir from a cc1 flag to clang and clang-cl driver ...
Nico Weber
2019-06-17
1
-0
/
+1
*
Driver: support `/Zc:char8_t` and `/Zc:char8_t-`
Saleem Abdulrasool
2019-05-28
1
-0
/
+7
*
[Driver][Windows] Add dependent lib argument for -fprofile-generate and -fcs-...
Russell Gallop
2019-05-22
1
-4
/
+8
*
ftime-trace as a CoreOption
Alexandre Ganea
2019-05-16
1
-0
/
+1
*
[Driver][Windows] Add dependent lib argument for profile instr generate
Russell Gallop
2019-05-14
1
-1
/
+1
*
clang-cl: Parse /openmp:experimental
Hans Wennborg
2019-04-17
1
-0
/
+1
*
clang-cl: Fix parsing of the /F option (PR41405)
Hans Wennborg
2019-04-10
1
-1
/
+1
*
clang-cl: Expose -fprofile-generate and -fcs-profile-generate (PR41252)
Hans Wennborg
2019-03-29
1
-0
/
+7
*
clang-cl : Parse all /d2 options
Hans Wennborg
2019-03-08
1
-0
/
+1
*
clang-cl: Parse /Qspectre and a few other missing options (PR40964)
Hans Wennborg
2019-03-06
1
-0
/
+5
*
[clang-cl] Whitelist -fbracket-depth=123 in clang-cl
Reid Kleckner
2019-02-21
1
-0
/
+1
*
[clang-cl] support /Oy- on aarch64
Martin Storsjo
2019-02-07
1
-0
/
+4
*
[clang-cl] Ignore space-separated /AI arguments
Reid Kleckner
2019-01-24
1
-0
/
+1
*
[clang-cl] Do not allow using both /Zc:dllexportInlines- and /fallback flag
Takuto Ikuta
2018-11-13
1
-1
/
+1
*
[clang-cl] Add warning for /Zc:dllexportInlines- when the flag is used with /...
Takuto Ikuta
2018-11-09
1
-0
/
+2
*
clang-cl: Add "/clang:" pass-through arg support.
Hans Wennborg
2018-11-08
1
-0
/
+14
*
Add /Zc:DllexportInlines option to clang-cl
Takuto Ikuta
2018-11-03
1
-0
/
+5
*
[clang-cl] Make /Gs imply default stack probes, not /Gs0 (PR39074)
Hans Wennborg
2018-09-26
1
-1
/
+1
*
cl-options.c: Fix negative -cfguard check
Hans Wennborg
2018-09-18
1
-1
/
+1
*
[clang-cl] Enable -march option
Alexandre Ganea
2018-09-10
1
-0
/
+1
*
clang-cl: Expose -fno-crash-diagnostics (PR38574)
Hans Wennborg
2018-08-17
1
-0
/
+1
*
clang-cl: accept -fcrash-diagnostics-dir=
Hans Wennborg
2018-08-10
1
-0
/
+1
*
clang-cl: Support /guard:cf,nochecks
Hans Wennborg
2018-08-10
1
-2
/
+12
*
clang-cl: Parse the new /JMC flag
Hans Wennborg
2018-08-06
1
-0
/
+1
*
[clang-cl] Expose -fblocks and -fno-builtin as driver flags
Reid Kleckner
2018-07-23
1
-0
/
+5
*
Remove redundant -fno-coverage-mapping added in r333761 (already added in r33...
Nico Weber
2018-06-01
1
-1
/
+0
*
clang-cl: Expose -no-canonical-prefixes
Nico Weber
2018-06-01
1
-0
/
+2
*
add test for r332053
Nico Weber
2018-05-29
1
-0
/
+2
*
Revert "[Driver] Use -fuse-line-directives by default in MSVC mode"
Martin Storsjo
2018-05-09
1
-1
/
+0
*
[Driver] Use -fuse-line-directives by default in MSVC mode
Martin Storsjo
2018-05-07
1
-0
/
+1
*
[clang-cl] Print /showIncludes to stderr, if used in combination with /E, /EP...
Erich Keane
2018-05-04
1
-4
/
+2
*
clang-cl: Expose -fmerge-all-constants
Hans Wennborg
2018-04-30
1
-0
/
+1
*
clang-cl: Accept (and ignore) /Zc:__cplusplus.
Nico Weber
2018-04-20
1
-0
/
+9
*
clang-cl: Make /d1PP an alias for -dD (PR36446)
Hans Wennborg
2018-02-20
1
-0
/
+3
*
clang-cl: Parse /permissive-, /Bt, Bt+ (PR32672)
Hans Wennborg
2018-01-24
1
-0
/
+3
*
[clang-cl] Alias /Wall to -Weverything
Reid Kleckner
2017-11-27
1
-1
/
+2
*
clang-cl: Expose --version.
Nico Weber
2017-10-23
1
-0
/
+1
*
Allow /showIncludes with /P
Erich Keane
2017-10-20
1
-0
/
+4
*
Fix test case regresstion from rL315864
Martell Malone
2017-10-15
1
-1
/
+1
[next]