]> granicus.if.org Git - clang/history - lib/Driver
This call-site should have been updated as part of D34304.
[clang] / lib / Driver /
2017-07-06 Gheorghe-Teodor... [OpenMP] Extend CLANG target options with device offloa...
2017-07-06 Gheorghe-Teodor... [OpenMP] Customize CUDA-based tool chain selection
2017-07-05 Simon Atanasyan[driver][mips] Use AddTargetFeature to check arguments...
2017-07-05 Simon Atanasyan[driver][mips] Remove redundant curly brackets. NFC
2017-07-04 Kamil RytarowskiEnable LLVM asan support for NetBSD/amd64
2017-07-01 Joerg SonnenbergerAdd an option group for deprecated warnings. Add the...
2017-07-01 Hiroshi Inouefix trivial typos; NFC
2017-07-01 Brian GesiakUn-revert "[Driver] Add -fdiagnostics-hotness-threshold"
2017-07-01 Brian GesiakRevert "[Driver] Add -fdiagnostics-hotness-threshold"
2017-07-01 Brian Gesiak[Driver] Add -fdiagnostics-hotness-threshold
2017-07-01 Akira HatanakaFix indentation.
2017-07-01 Eric ChristopherUpdate clang support for -mexecute-only/-mpure-code...
2017-07-01 Akira Hatanaka[Driver] Check that the iOS deployment target is iOS...
2017-06-30 Saleem AbdulrasoolDriver: honor -nostdinc and -isystem-after on CrossWindows
2017-06-30 Benjamin Kramer[Driver] Actually report errors during parsing instead...
2017-06-30 Daniel JasperFix heap use after free introduced by r306769.
2017-06-30 Chandler CarruthRemove Clang support for '-fvectorize-slp-aggressive...
2017-06-30 Eric ChristopherUnified logic for computing target ABI in backend and...
2017-06-29 Akira HatanakaInsert llvm_unreachable at the end of a function to...
2017-06-29 George Karpenkov[libFuzzer] Add Fuzzer to the list of sanitizers which...
2017-06-29 George Karpenkov[libFuzzer] Do not link in libFuzzer with -fsanitize...
2017-06-29 Akira Hatanaka[Sema] Issue diagnostics if a new/delete expression...
2017-06-29 Gheorghe-Teodor... [OpenMP] Pass -fopenmp-is-device to preprocessing and...
2017-06-29 Gheorghe-Teodor... [OpenMP] Add support for auxiliary triple specification
2017-06-28 Vedant KumarRemove a redundant call to ArgList::hasFlag. NFC.
2017-06-27 Nikolai BozhenovReapply "Frontend support for Nios2 target"
2017-06-26 Petar Jovanovic[mips] Enable IAS by default for Android 64-bit MIPS...
2017-06-25 Ed SchoutenAdd support for Ananas platform
2017-06-23 Vedant Kumar[ubsan] Disable the object size check at -O0
2017-06-23 Rui UeyamaSort the autocomplete candidates before printing them...
2017-06-23 Saleem AbdulrasoolRevert "Revert r305164/5/7."
2017-06-23 Sam Clegg[WebAssembly] Add default -allow-undefined-file to...
2017-06-21 Alex LorenzRevert r305678: [driver][macOS] Pick the system version...
2017-06-20 Yuka Takahashi[GSoC] Flag value completion for clang
2017-06-19 Alex LorenzAdd missing OS check to r305678
2017-06-19 Alex Lorenz[driver][macOS] Pick the system version for the deploym...
2017-06-16 Yuka TakahashiFix a bug that warnings generated with -M or -MM flags
2017-06-12 Daniel JasperRevert r305164/5/7.
2017-06-11 Saleem Abdulrasooltest: attempt to repair build bots
2017-06-11 Saleem AbdulrasoolDriver: add support for `-gz` and `-gz=`
2017-06-11 Saleem AbdulrasoolDriver: pass along [-]-[no]compress-debug-sections...
2017-06-09 Richard SmithAdd -frewrite-imports flag.
2017-06-09 Nikolai BozhenovRevert of r305066 "Reapply Frontend support for Nios2...
2017-06-09 Nikolai BozhenovReapply "Frontend support for Nios2 target"
2017-06-08 Kostya Serebryany[sanitizer-coverage] one more flavor of coverage: ...
2017-06-08 Nikolai BozhenovRevert "Frontend support for Nios2 target"
2017-06-08 Nikolai BozhenovFrontend support for Nios2 target.
2017-06-08 Alexander Potapenko[sanitizer-coverage] Allow using KASAN instrumentation...
2017-06-07 Petar JovanovicReapply r304929 [mips] Add runtime options to enable...
2017-06-07 Petar JovanovicRevert r304929 [mips] Add runtime options to enable...
2017-06-07 Petar Jovanovic[mips] Add runtime options to enable/disable madd.fmt...
2017-06-07 Dimitry AndricOnly print registered targets for `--version`
2017-06-07 NAKAMURA TakumiUpdate libdeps to add BinaryFormat, introduced in r304864.
2017-06-06 Dimitry AndricPrint registered targets in clang's version information
2017-06-06 Shoaib Meenai[Driver] Don't force .exe suffix for lld
2017-06-05 Renato GolinRevert "[sanitizer-coverage] one more flavor of coverag...
2017-06-03 Galina KistanovaFixed warning: enum constant in boolean context.
2017-06-03 Kostya Serebryany[sanitizer-coverage] one more flavor of coverage: ...
2017-05-31 Reid Kleckner[clang-cl] Implement /diagnostic: flag
2017-05-31 Reid KlecknerFix incorrect spelling of calling conv flag and add...
2017-05-31 Reid Kleckner[clang-cl] Improve default calling convention flag...
2017-05-30 Alexey Bataev[OpenMP][Driver] Put target binary for each offload...
2017-05-25 Jonathan RoelofsAppease more buildbots about r303873
2017-05-25 Jonathan RoelofsDon't defer to the GCC driver for linking arm-baremetal
2017-05-24 Serge PavlovDriver must return non-zero code on errors in command...
2017-05-23 Yuka Takahashi[GSoC] Shell autocompletion for clang
2017-05-23 Galina KistanovaAdded LLVM_FALLTHROUGH to address gcc warning: this...
2017-05-17 Hans Wennborgclang-cl: Fix path-based MSVC version detection
2017-05-11 Serge PavlovReverted r302775
2017-05-11 Serge PavlovDriver must return non-zero code on errors in command...
2017-05-10 James Y Knight[Myriad] Pass -Xclang and -mllvm flags to moviCompile
2017-05-09 Evgeniy Stepanov[asan] A clang flag to enable ELF globals-gc.
2017-05-09 Evgeniy StepanovRemove unnecessary calls to MakeArgString.
2017-05-09 Sam Clegg[WebAssembly] Fix location and -flavor when running lld
2017-05-08 Vedant Kumar[Driver] Don't enable -fsanitize-use-after-scope when...
2017-05-05 Kostya Serebryany[sanitizer-coverage] implement -fsanitize-coverage...
2017-05-05 Jonathan RoelofsMultilib: add dump methods
2017-05-05 Jonathan RoelofsDocument that Multilib flags must be actual flags
2017-05-04 Saleem AbdulrasoolDriver: only inject libstdc++ paths when needed on...
2017-05-04 Sylvestre LedruAdd support of the next Ubuntu (Ubuntu 17.10 - Artful...
2017-05-03 Kostya Serebryany[sanitizer-coverage] add a deprecation warning to the...
2017-05-01 Aaron BallmanThe -coverage-file flag was removed in r280306, and...
2017-04-28 David BlaikieEnable -fno-split-dwarf-inlining even when -gsplit...
2017-04-25 Krzysztof Parzyszek[Hexagon] Handle -O4 when checking optimization level
2017-04-25 Krzysztof Parzyszek[Hexagon] Set -ffp-contract=fast at -O3 unless explicit...
2017-04-24 George KarpenkovFlag -fsanitize=fuzzer to enable libfuzzer
2017-04-21 David BlaikieMove Split DWARF handling to an MC option/command line...
2017-04-21 Ismail DonmezAdd support for openSUSE ARM Triples
2017-04-20 Francis RicciEnable leak sanitizer builds for darwin
2017-04-20 Leslie Zhai[AVR] Add -mmcu option to the driver
2017-04-19 Kostya Serebryany[sanitizer-coverage] deprecate -fsanitize-coverage...
2017-04-19 Kostya Serebryany[sanitizer-coverage] deprecate -fsanitize-coverage...
2017-04-19 Kostya Serebryany[sanitizer-coverage] deprecate some of the stale covera...
2017-04-19 Jonas Hahnfeld[Driver] Unify linking of OpenMP runtime. NFCI.
2017-04-19 Alex LorenzAdd support for editor placeholders to Clang
2017-04-18 Richard Smith[modules-ts] Fold together -x c++ and -x c++-module...
2017-04-18 Manoj Gupta[AArch64][clang] Pass cpu/arch information to assembler...
2017-04-18 Martell MaloneDriver: Better detection of mingw-gcc
2017-04-18 Oliver Stannard[ARM] Add hardware build attributes in assembler
2017-04-14 Erich KeaneMake Gentoo GNU GCC Config override whitespace tolerant
next