]> granicus.if.org Git - clang/history - include/clang/Driver/ToolChain.h
Refactor how the MSVC toolchain searches for a compatibility version.
[clang] / include / clang / Driver / ToolChain.h
2016-12-07 David L. JonesRefactor how the MSVC toolchain searches for a compatib...
2016-11-18 Justin Lebar[CUDA] Driver changes to support CUDA compilation on...
2016-10-27 Samuel Antao[Driver][OpenMP] Add support to create jobs for bundlin...
2016-10-27 Samuel Antao[Driver][OpenMP] Add logic for offloading-specific...
2016-10-07 Mehdi AminiDriver: use StringRef instead of raw pointer in lookupT...
2016-10-07 Mehdi AminiTurn ArchName/BoundArch in Driver from raw pointer...
2016-07-27 Vedant KumarRetry: [Driver] Compute effective target triples once...
2016-07-27 Vedant KumarRevert "[Driver] Compute effective target triples once...
2016-07-18 Vedant Kumar[Driver] Compute effective target triples once per...
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-06-16 Andrey TuretskiyCompilation for Intel MCU (Part 2/3)
2016-05-13 Adrian McCarthyGet default -fms-compatibility-version from cl.exe...
2016-03-29 Ed SchoutenEnable the SafeStack sanitizer on CloudABI by default.
2016-03-01 Steven WuIntroduce -fembed-bitcode driver option
2016-02-12 Jonas Hahnfeld[CMake] Add option to switch default C++ stdlib
2016-01-14 Justin Lebar[CUDA] Invoke ptxas and fatbinary during compilation.
2016-01-07 Justin LebarRemove extraneous "Note t" in comment.
2015-12-19 Paul RobinsonDriver part of debugger tuning.
2015-12-08 Eric ChristopherUpdate comment to reflect that we use other tools via...
2015-11-20 Peter CollingbourneDriver: Defer computation of linker path until it is...
2015-11-17 Artem Belevich[CUDA] added include paths for both sides of CUDA compi...
2015-11-17 Douglas KatzmanAdd trivial utility to append -L arguments to linker...
2015-11-10 Vedant Kumar[Driver] Use platform-appropriate profiling libraries...
2015-10-30 Tim NorthoverDisable SjLj exceptions for watchOS
2015-10-22 Xinliang David Liclang driver toolchain refactoring
2015-10-08 Douglas KatzmanStop messing with the 'g' group of options in CompilerI...
2015-10-07 Benjamin Kramer[VFS] Port driver tool chains to VFS.
2015-10-01 Vasileios KalintirisAllow a ToolChain to compute the path of a compiler...
2015-09-25 Eric ChristopherThe Clang gcc-compatible driver (clang/tools/driver...
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-06-19 Alexey Samsonov[Sanitizers] Provide better diagnostic for sanitizers...
2015-06-17 Alexey SamsonovRevert "[Sanitizers] Provide better diagnostic for...
2015-06-17 Alexey Samsonov[Sanitizers] Provide better diagnostic for sanitizers...
2015-06-12 Douglas KatzmanAllow ToolChain to decide if Clang is not the right...
2015-02-19 Filipe CabecinhasImprove our handling of rtti/sanitize=vptr/sanitize...
2014-12-03 Jonathan RoelofsFix isThreadModelSupported()'s comment. NFC
2014-11-14 Reid KlecknerRemove -fseh-exceptions in favor of checking the triple
2014-10-03 Jonathan RoelofsCFE Knob for: Add a thread-model knob for lowering...
2014-09-15 Reid KlecknerAdd -fseh-exceptions for MinGW-w64
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-11 Hans WennborgIncrease the size of ToolChain::FilePaths
2014-07-29 Bob WilsonSupport LIBRARY_PATH on all Darwin targets.
2014-07-25 Rafael EspindolaReturn a StringRef in getDefaultUniversalArchName.
2014-06-26 Logan ChienImplement the -fuse-ld= option.
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-03-29 Tim NorthoverDriver: implement addClangWarningOptions
2014-03-25 Benjamin KramerFix an logic error in the clang driver preventing crtfa...
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2014-02-12 Jonathan RoelofsAdd Multilib selection machinery
2014-02-12 Jonathan RoelofsRevert 201202
2014-02-12 Jonathan RoelofsAdd Multilib selection machinery
2014-02-11 Josh Magee[stackprotector] Add command line option -fstack-protec...
2013-12-17 Richard BartonLIBRARY_PATH environment variable should only be suppor...
2013-11-17 Rafael EspindolaRemove method that always returns true.
2013-11-09 Rafael EspindolaThis reverts commit r194330, r194329 and r194328.
2013-11-09 David ChisnallAdd support for -fuse-ld=.
2013-11-01 Peter CollingbourneSanitizerArgs: add ability to filter/diagnose unsupport...
2013-09-27 Rafael EspindolaRemove method that always returns true.
2013-08-19 Alexey SamsonovMove SanitizerArgs to the clang Driver
2013-07-30 Chandler CarruthStart keeping track of what work was done to detect...
2013-06-17 Reid Kleckner[Driver] Remove the using namespace directives from...
2013-06-14 Reid Kleckner[Driver] Refactor clang driver to use LLVM's Option...
2013-04-20 Simon AtanasyanSupports Sourcery CodeBench Mips toolchain directories...
2013-04-09 Peter CollingbourneIf the user requested a zero-base-shadow sanitizer...
2013-03-24 Rafael EspindolaReject -no-integrated-as on windows.
2013-03-20 Rafael EspindolaRemove the Tools DensMap from the toolchain.
2013-03-19 Rafael EspindolaFinish refactoring the tool selection logic.
2013-03-18 Rafael EspindolaCentralize the recording of which tools have been const...
2013-03-18 Rafael EspindolaRemove unused argument.
2013-03-18 Rafael EspindolaPass an ArgList to every toolchain constructor. Remove...
2013-03-18 Rafael EspindolaInline ShouldUseIntegratedAssembler and move the docume...
2013-03-18 Rafael EspindolaRefactor a bit of duplicated code to useIntegratedAs.
2013-03-18 Rafael EspindolaRemove unused argument.
2013-03-03 David ChisnallDefault to enabling default-synthesized ivars on all...
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2012-11-21 Chandler CarruthFix the '-fuse-init-array' option to actually be an...
2012-11-19 Chandler CarruthCompletely re-work how the Clang driver interprets...
2012-11-15 Fariborz Jahanianblock extended signatur option. Change previous option
2012-11-08 Daniel DunbarDriver/Darwin: The -arch argument values aren't exactly...
2012-10-04 Benjamin KramerDriver: Link crtfastmath.o if it's available and -ffast...
2012-10-03 Simon AtanasyanRemove useless parameter "WantFile" from Driver::GetPro...
2012-09-23 Rafael EspindolaImplement ToolChain::IsUnwindTablesDefault to reduce...
2012-09-13 Dmitri GribenkoFix Doxygen misuse: refer to parameter names in paragra...
2012-08-21 John McCallScrew around with ObjCRuntime some more, changing the
2012-07-04 David ChisnallHoist the logic for selecting the Objective-C dispatch...
2012-06-20 John McCallRestructure how the driver communicates information...
2012-06-19 Rafael EspindolaAdd a -fuse-init-array option to cc1 and map to the...
2012-05-02 Benjamin KramerDriver: Turn the default value for -fmath-errno into...
2012-02-29 Argyrios Kyrtzidis[driver] Emit an error when trying to use ARC on macosx...
2012-01-31 Chandler CarruthRevert r149083 which is not the direction we're going...
2012-01-26 Joerg SonnenbergerKeep track of the original target the user specified...
2012-01-25 Chandler CarruthSwitch the ToolChain types to all store a Driver refere...
2011-12-17 Chandler CarruthSplit the Windows toolchain definition into its own...
2011-12-07 Daniel DunbarDriver: Add a --rtlib={compiler-rt,libgcc} argument...
2011-11-04 Chandler CarruthSwitch the C++ include interface in the ToolChain to...
2011-11-04 Chandler CarruthSink the handling of -fobjc-arc-cxxlib to live with...
2011-11-04 Chandler CarruthAdd a system include management interface to the toolch...
2011-10-24 David ChisnallEnable experimental support for objc_msgSend with GNUst...
2011-09-20 Chad Rosier[driver] Default to arm mode when using the integrated...
next