Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
4d7ff6e8639bdce74e39b90370729ad0179ebcca
/
lib
/
Driver
/
ToolChain.cpp
4d7ff6e
Switch the ToolChain types to all store a Driver reference rather than
by Chandler Carruth
· 14 years ago
79cbbdc
Split the Windows toolchain definition into its own file. This is
by Chandler Carruth
· 14 years ago
c24767c
Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow
by Daniel Dunbar
· 14 years ago
ab9fcd0
Switch the C++ include interface in the ToolChain to use the same naming
by Chandler Carruth
· 14 years ago
a461442
Sink the strange '-stdlib=...' flag handling into the C++ include
by Chandler Carruth
· 14 years ago
7ffa032
Sink the handling of -fobjc-arc-cxxlib to live with the other -fobjc-arc
by Chandler Carruth
· 14 years ago
88491fc
Add a system include management interface to the toolchain, and call it
by Chandler Carruth
· 14 years ago
905c45f
Use Triple.isOSDarwin() instead of comparing against Triple::Darwin.
by Bob Wilson
· 14 years ago
61ab80a
[driver] Default to arm mode when using the integrated assembler.
by Chad Rosier
· 14 years ago
5f9e272
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
by Chris Lattner
· 14 years ago
256a76e
Call objc_terminate() instead of abort() when a cleanup throws an
by John McCall
· 14 years ago
9f084a3
Change the driver's logic about Objective-C runtimes: abstract out a
by John McCall
· 14 years ago
13c4f21
Fix the default libc++ header search path to be sysrooted. Radar 9639692.
by Bob Wilson
· 14 years ago
f85e193
Automatic Reference Counting.
by John McCall
· 14 years ago
9d609f2
Driver/Darwin: Sketch initial support for a -mios-simulator-version-min= flag
by Daniel Dunbar
· 14 years ago
fc8f0e1
fix a bunch of comment typos found by codespell. Patch by
by Chris Lattner
· 14 years ago
1ec0ade
Add clang support for cortex-m0 cpus. Patch by James Orr.
by Bob Wilson
· 14 years ago
0bb208c
Remove the storage for -cxx-system-include. Make libcxx toolchain
by Joerg Sonnenberger
· 14 years ago
3fdcc6f
Remove stray emacs mode markers in all these files that was causing emacs to
by Nick Lewycky
· 15 years ago
7433fed
Driver: implement driver automagic support for -lcc_kext
by Shantonu Sen
· 15 years ago
132e35d
Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd.
by Daniel Dunbar
· 15 years ago
b993f5d
Driver: Add a toolchain hook for whether the system has native LLVM support.
by Daniel Dunbar
· 15 years ago
3f16c95
Driver: Add a -stdlib= argument which can be used to select the C++ standard
by Daniel Dunbar
· 15 years ago
641b98b
Driver: Factor out some code for handling the C++ standard library.
by Daniel Dunbar
· 15 years ago
00577ad
Driver: Move Clang "triple" computation routines to method on the
by Daniel Dunbar
· 15 years ago
4180011
Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExtension.
by Daniel Dunbar
· 15 years ago
4a7e889
Driver: Remove some unused arguments.
by Daniel Dunbar
· 15 years ago
ee788e7
Add ToolChain::getDriver() and use it instead of going through the HostInfo
by Daniel Dunbar
· 16 years ago
5ed34f4
Change Get{File,Program}Path to return an std::string (instead of a sys::Path).
by Daniel Dunbar
· 16 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 16 years ago
cb8ab23
(llvm up) Use llvm::Triple for storing target triples.
by Daniel Dunbar
· 16 years ago
950bedd
Fix searching for gcc, we only want executable files.
by Mike Stump
· 16 years ago
af80e1f
Move ToolChain::ShouldUseClangCompiler to
by Daniel Dunbar
· 16 years ago
2154923
Driver: Move actions into Compilation, and construct the compilation earlier.
by Daniel Dunbar
· 16 years ago
d46f0ac
Driver: Add test case for -ccc-clang-archs (which, it turns out, was inverted).
by Daniel Dunbar
· 16 years ago
fa0cda4
Driver: Pass HostInfo reference into ToolChain.
by Daniel Dunbar
· 16 years ago
2ba38ba
Driver: Sketch Tool and ToolChain classes.
by Daniel Dunbar
· 16 years ago