]> granicus.if.org Git - clang/history - lib/Driver/Tools.cpp
[Static Analyzer] Turn on some nullability checks by default.
[clang] / lib / Driver / Tools.cpp
2015-09-14 Gabor Horvath[Static Analyzer] Turn on some nullability checks by...
2015-09-14 Douglas KatzmanDriver should forward at most one gdwarf-N flag to...
2015-09-14 Rafael Espindola[Solaris] Add -lc also when linking shared libraries
2015-09-11 Douglas Katzman[Shave]: pass -isystem dirs and "-Wa," args to moviAsm
2015-09-11 Akira HatanakaRecord function attribute "stackrealign" instead of...
2015-09-11 Richard Smith[modules] Don't load files specified by -fmodule-file...
2015-09-11 Reid Kleckner[Driver] Use UniversalCRT on Windows if available
2015-09-10 Alexey Bataev[OPENMP] Generate threadprivates as TLS variables by...
2015-09-08 Douglas Katzman[Shave]: add a -MT option to moviCompile if there wasn...
2015-09-03 Dan Gohman[WebAssembly] Initial WebAssembly support in clang
2015-09-03 Daniel Sanders[mips] Added support for choosing between traps and...
2015-09-03 Oliver Stannard[ARM] Allow passing/returning of __fp16 arguments
2015-09-03 Oliver StannardRevert 246755 as it breaks buildbots
2015-09-03 Oliver Stannard[ARM] Allow passing/returning of __fp16 arguments
2015-09-02 Douglas KatzmanRemove inadvertent debug output from prior change.
2015-09-02 Douglas KatzmanUse new utility function to clean leading junk from...
2015-09-02 Douglas Katzman[Shave]: pass through more clang options to moviCompile
2015-08-31 Rafael EspindolaStop hardcoding GCC paths in crt/ld.so lookup.
2015-08-30 Chandler CarruthUpdate for several APIs in LLVM that now use StringRefs...
2015-08-30 Chandler CarruthUpdate for API change in LLVM: ARMTargetParser class...
2015-08-28 Sylvestre LedruSupport Debian s390x multiarch paths
2015-08-27 Adrian PrantlAdd a -gmodules option to the driver and a -dwarf-ext...
2015-08-26 Akira Hatanaka[ARM] Error out if float-ab=hard and abi=apcs-gnu on...
2015-08-24 Akira HatanakaRevert r245866.
2015-08-24 Akira Hatanaka[ARM] Error out on apple darwin platforms if float...
2015-08-21 James Y KnightStop treating -static as overriding -fPIC: they are...
2015-08-20 Evgeniy StepanovRevert r245344.
2015-08-20 Douglas Katzman[Sparc] Add '-EL' when invoking gcc to link little...
2015-08-20 Aaron BallmanSilence a "not all control paths return a value" warnin...
2015-08-19 James Y KnightProperly pass through the PIC mode to the integrated...
2015-08-19 Vladimir Sukharev[ARM] Proper generic cpus handling
2015-08-19 Alexey Bataev[OPENMP] Link libomp.lib on Windows
2015-08-18 Evgeniy Stepanov[sanitizer] Add -lutil to static runtime link flags.
2015-08-15 James Y KnightTiny cleanup: move some Triple variables up to the...
2015-08-10 John Brawn[Driver] Fix handling of -fbuiltin/-fcommon when combin...
2015-08-09 Yaron KerenTeach mingw toolchain driver to properly emit static...
2015-08-05 Diego NovilloAdd -fno-coverage-mapping flag.
2015-08-05 Diego NovilloAdd flags to disable profile generation.
2015-08-05 Reid KlecknerAdd -gcodeview and -gdwarf to control which type Clang...
2015-08-05 Douglas KatzmanClaim arguments that belong to 'clang_ignored_gcc_optim...
2015-08-03 Douglas Katzman[SHAVE] Pass all -f, -g, -O, -W options through directl...
2015-07-30 David BlaikieSplit DWARF: Allow -gmlt/-gsplit-dwarf to override...
2015-07-30 Renato Golin[ARM] Allow setting the generic features for native...
2015-07-30 Ulrich WeigandAdd support for System z vector language extensions
2015-07-29 Douglas KatzmanUse the AddAllArgs overload which accepts an ArrayRef...
2015-07-29 Akira Hatanaka[AArch64] Pass subtarget feature "+strict-align".
2015-07-28 Akira Hatanaka[ARM] Pass subtarget feature "+strict-align".
2015-07-28 Chih-Hung HsiehAdd -femulated-tls flag to select the emulated TLS...
2015-07-28 Alexandros LamprineasUse TargetParser to parse -mhwdiv command line option...
2015-07-27 Renato Golin[ARM] Implement -Wa,-mfpu and friends for assemblers
2015-07-27 Renato Golin[ARM] Changes to Arch/CPU handling to help with -Wa...
2015-07-27 Akira Hatanaka[AArch64] Unconditionally pass subtarget feature reserv...
2015-07-27 Douglas KatzmanRename {Hexagon,NaCl}_TC to {Hexagon,NaCl}ToolChain...
2015-07-27 Renato GolinSetting ARM dynamic linker name from commandline
2015-07-27 David Majnemer[clang-cl] Handle -O correctly
2015-07-25 David Majnemer[clang-cl] Add fallback support for /Zl
2015-07-25 Akira Hatanaka[AArch64] Pass subtarget feature "+reserve-x18" instead...
2015-07-24 David Majnemer[clang-cl] Implement support for the /Zl flag
2015-07-23 Renato Golin[Compiler-RT] Remove dependency on libgcc_s/eh
2015-07-22 Reid Kleckner[mingw] Add support for -rtlib option and -stdlib optio...
2015-07-22 Renato GolinPass -I options to integrates and external assemblers
2015-07-21 Akira Hatanaka[ARM] Pass subtarget feature "+reserve-r9" instead...
2015-07-20 Akira HatanakaRevert r242736.
2015-07-20 Akira Hatanaka[ARM] Pass subtarget feature "+reserve-r9" instead...
2015-07-20 Artem BelevichFixed style issues pointed out by Justin Bogner.
2015-07-20 Gabor BallabasAllow case-insensitive values for -mtune for AArch64...
2015-07-18 Tom StellardDriver/ToolChain/AMDGPU: Attempt to fix buildbots after...
2015-07-18 Tom StellardDriver: Add AMDGPU toolchain
2015-07-17 Steven WuFix -save-temp when using objc-arc, sanitizer and profiling
2015-07-17 Petar Jovanovic[Mips] Set mips64r6 as default CPU for MIPS64 Android
2015-07-17 Justin BognerDriver: Determine file names for crash reports more...
2015-07-16 Akira Hatanaka[ARM] Pass subtarget feature "+no-movt" instead of...
2015-07-14 Reid Kleckner[clang-cl] Disable C++ exceptions a different way
2015-07-14 Yaron KerenAdd support for -fuse-ld= in the mingw toolchain driver.
2015-07-13 Artem Belevich[cuda] Driver changes to compile and stitch together...
2015-07-13 Samuel Antao[OpenMP] Add TLS-based implementation for threadprivate...
2015-07-13 Rafael EspindolaThis reverts commit r242058, r242065, r242067.
2015-07-13 Artem Belevich[cuda] Driver changes to compile and stitch together...
2015-07-10 Reid KlecknerDisable C++ EH by default for clang-cl and MSVC environ...
2015-07-10 Eric ChristopherRefactor PPC ABI handling to accept and silently ignore...
2015-07-10 Diego NovilloFactor PGO and coverage flag processing out of Clang...
2015-07-10 Daniel JasperRe-use a single SmallString instance to reduce the...
2015-07-09 Diego NovilloAdd GCC-compatible flags -fprofile-generate and -fprofi...
2015-07-08 Petar Jovanovic[MIPS] Add support for direct-to-nacl in Clang
2015-07-07 Akira HatanakaAdd a comment to explain how the decision to pass featu...
2015-07-07 Akira Hatanaka[ARM] Pass subtarget feature "+long-calls" instead...
2015-07-06 Yaron KerenSupport -pthread in mingw toolchain.
2015-07-06 Teresa JohnsonResubmit "Pass down the -flto option to the -cc1 job...
2015-07-02 Yaron KerenSupport mingw-w64 and mingw.org toolchains at any insta...
2015-07-02 Peter CollingbourneMake getArchNameForCompilerRTLib return the right thing...
2015-07-02 Peter CollingbourneDriver: add support for linking the UBSan runtime libra...
2015-06-30 Reid Kleckner[clang-cl] Use /arch: to set the base target CPU
2015-06-29 Douglas KatzmanMore range-based for loops. NFC
2015-06-29 Douglas KatzmanComment fixes. NFC.
2015-06-26 Douglas Katzmanclang-format some of the files in lib/Driver. NFC
2015-06-25 Douglas KatzmanUse more range-based for loops
2015-06-23 Douglas KatzmanPedantically rename all Tool subclasses to be nouns...
2015-06-23 Jim GrosbachDriver: Pass -I options to cc1as for .include search...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
next