summaryrefslogtreecommitdiff
path: root/include/clang/Driver/ToolChain.h
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Driver: implement addClangWarningOptionsTim Northover2014-03-29
* Fix an logic error in the clang driver preventing crtfastmath.o from linking ...Benjamin Kramer2014-03-25
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-09
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Add Multilib selection machineryJonathan Roelofs2014-02-12
* Revert 201202Jonathan Roelofs2014-02-12
* Add Multilib selection machineryJonathan Roelofs2014-02-12
* [stackprotector] Add command line option -fstack-protector-strongJosh Magee2014-02-11
* LIBRARY_PATH environment variable should only be supported on a native compiler.Richard Barton2013-12-17
* Remove method that always returns true.Rafael Espindola2013-11-17
* This reverts commit r194330, r194329 and r194328.Rafael Espindola2013-11-09
* Add support for -fuse-ld=.David Chisnall2013-11-09
* SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.Peter Collingbourne2013-11-01
* Remove method that always returns true.Rafael Espindola2013-09-27
* Move SanitizerArgs to the clang DriverAlexey Samsonov2013-08-19
* Start keeping track of what work was done to detect a GCC installationChandler Carruth2013-07-30
* [Driver] Remove the using namespace directives from headersReid Kleckner2013-06-17
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* Supports Sourcery CodeBench Mips toolchain directories tree.Simon Atanasyan2013-04-20
* If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne2013-04-09
* Reject -no-integrated-as on windows.Rafael Espindola2013-03-24
* Remove the Tools DensMap from the toolchain.Rafael Espindola2013-03-20
* Finish refactoring the tool selection logic.Rafael Espindola2013-03-19
* Centralize the recording of which tools have been constructed.Rafael Espindola2013-03-18
* Remove unused argument.Rafael Espindola2013-03-18
* Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola2013-03-18
* Inline ShouldUseIntegratedAssembler and move the documentation toRafael Espindola2013-03-18
* Refactor a bit of duplicated code to useIntegratedAs.Rafael Espindola2013-03-18
* Remove unused argument.Rafael Espindola2013-03-18
* Default to enabling default-synthesized ivars on all platformsDavid Chisnall2013-03-03
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* Fix the '-fuse-init-array' option to actually be an option.Chandler Carruth2012-11-21
* Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth2012-11-19
* block extended signatur option. Change previous optionFariborz Jahanian2012-11-15
* Driver/Darwin: The -arch argument values aren't exactly the arch names from aDaniel Dunbar2012-11-08
* Driver: Link crtfastmath.o if it's available and -ffast-math is specified.Benjamin Kramer2012-10-04
* Remove useless parameter "WantFile" from Driver::GetProgramPath().Simon Atanasyan2012-10-03
* Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit.Rafael Espindola2012-09-23
* Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko2012-09-13
* Screw around with ObjCRuntime some more, changing theJohn McCall2012-08-21
* Hoist the logic for selecting the Objective-C dispatch method into the runtimeDavid Chisnall2012-07-04
* Restructure how the driver communicates information about theJohn McCall2012-06-20
* Add a -fuse-init-array option to cc1 and map to the UseInitArray targetRafael Espindola2012-06-19
* Driver: Turn the default value for -fmath-errno into a proper target hook and...Benjamin Kramer2012-05-02
* [driver] Emit an error when trying to use ARC on macosx earlier than 10.6Argyrios Kyrtzidis2012-02-29
* Revert r149083 which is not the direction we're going in the ClangChandler Carruth2012-01-31
* Keep track of the original target the user specified beforeJoerg Sonnenberger2012-01-26
* Switch the ToolChain types to all store a Driver reference rather thanChandler Carruth2012-01-25
* Split the Windows toolchain definition into its own file. This isChandler Carruth2011-12-17