summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/ToolChain.h
Commit message (Expand)AuthorAgeFilesLines
* Fix isThreadModelSupported()'s comment. NFCJonathan Roelofs2014-12-031-1/+1
* Remove -fseh-exceptions in favor of checking the tripleReid Kleckner2014-11-141-3/+0
* CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & sin...Jonathan Roelofs2014-10-031-0/+6
* Add -fseh-exceptions for MinGW-w64Reid Kleckner2014-09-151-0/+3
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Increase the size of ToolChain::FilePathsHans Wennborg2014-08-111-1/+1
* Support LIBRARY_PATH on all Darwin targets.Bob Wilson2014-07-291-3/+4
* Return a StringRef in getDefaultUniversalArchName.Rafael Espindola2014-07-251-1/+1
* Implement the -fuse-ld= option.Logan Chien2014-06-261-0/+4
* [C++11] Use 'nullptr'Craig Topper2014-05-061-1/+1
* Driver: implement addClangWarningOptionsTim Northover2014-03-291-0/+3
* Fix an logic error in the clang driver preventing crtfastmath.o from linking ...Benjamin Kramer2014-03-251-1/+1
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-4/+4
* Add Multilib selection machineryJonathan Roelofs2014-02-121-0/+5
* Revert 201202Jonathan Roelofs2014-02-121-5/+0
* Add Multilib selection machineryJonathan Roelofs2014-02-121-0/+5
* [stackprotector] Add command line option -fstack-protector-strongJosh Magee2014-02-111-1/+1
* LIBRARY_PATH environment variable should only be supported on a native compiler.Richard Barton2013-12-171-0/+3
* Remove method that always returns true.Rafael Espindola2013-11-171-4/+0
* This reverts commit r194330, r194329 and r194328.Rafael Espindola2013-11-091-3/+0
* Add support for -fuse-ld=.David Chisnall2013-11-091-0/+3
* SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.Peter Collingbourne2013-11-011-0/+2
* Remove method that always returns true.Rafael Espindola2013-09-271-4/+0
* Move SanitizerArgs to the clang DriverAlexey Samsonov2013-08-191-0/+3
* Start keeping track of what work was done to detect a GCC installationChandler Carruth2013-07-301-0/+7
* [Driver] Remove the using namespace directives from headersReid Kleckner2013-06-171-34/+40
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-3/+11
* Supports Sourcery CodeBench Mips toolchain directories tree.Simon Atanasyan2013-04-201-0/+3
* If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne2013-04-091-3/+7
* Reject -no-integrated-as on windows.Rafael Espindola2013-03-241-1/+1
* Remove the Tools DensMap from the toolchain.Rafael Espindola2013-03-201-2/+11
* Finish refactoring the tool selection logic.Rafael Espindola2013-03-191-1/+1
* Centralize the recording of which tools have been constructed.Rafael Espindola2013-03-181-3/+7
* Remove unused argument.Rafael Espindola2013-03-181-1/+1
* Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola2013-03-181-2/+3
* Inline ShouldUseIntegratedAssembler and move the documentation toRafael Espindola2013-03-181-0/+1
* Refactor a bit of duplicated code to useIntegratedAs.Rafael Espindola2013-03-181-0/+2
* Remove unused argument.Rafael Espindola2013-03-181-2/+1
* Default to enabling default-synthesized ivars on all platformsDavid Chisnall2013-03-031-1/+1
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Fix the '-fuse-init-array' option to actually be an option.Chandler Carruth2012-11-211-3/+3
* Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth2012-11-191-8/+7
* block extended signatur option. Change previous optionFariborz Jahanian2012-11-151-0/+4
* Driver/Darwin: The -arch argument values aren't exactly the arch names from aDaniel Dunbar2012-11-081-0/+4
* Driver: Link crtfastmath.o if it's available and -ffast-math is specified.Benjamin Kramer2012-10-041-0/+7
* Remove useless parameter "WantFile" from Driver::GetProgramPath().Simon Atanasyan2012-10-031-1/+1
* Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit.Rafael Espindola2012-09-231-1/+1
* Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko2012-09-131-2/+2
* Screw around with ObjCRuntime some more, changing theJohn McCall2012-08-211-2/+2