clang-1/lib/Driver
Daniel Dunbar eb840bd0e4 Driver: Enable -integrated-as by default, at least for Darwin/x86 without -static.
- How else will we figure out what is broken, eh?

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103759 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-14 02:03:00 +00:00
..
Action.cpp Driver: Free Action objects. 2010-03-11 18:04:58 +00:00
Arg.cpp Driver: Allow Render{Separate,Joined} option flags on JoinedOrSeparate option types. 2010-03-20 01:12:00 +00:00
ArgList.cpp Driver: Free synthesized derived arguments. 2010-03-11 18:04:53 +00:00
CC1Options.cpp move a few more symbols to .rodata/.data.rel.ro 2009-12-23 17:49:57 +00:00
CMakeLists.txt Sort calls to add_clang_library() 2010-03-22 18:16:06 +00:00
Compilation.cpp Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -v style) to a file. 2010-03-20 08:01:59 +00:00
Driver.cpp Driver: Enable -integrated-as by default, at least for Darwin/x86 without -static. 2010-05-14 02:03:00 +00:00
DriverOptions.cpp spread 'const' love to some variables. this considerably reduces the amount of dirty data around. 2009-12-10 00:07:02 +00:00
HostInfo.cpp Driver/Darwin: Support CCC_ENABLE_NEW_DARWIN_TOOLCHAIN as an environment 2010-03-26 22:41:03 +00:00
InputInfo.h
Job.cpp Driver: Free jobs in JobList and PipedJob instances. 2010-03-11 18:04:49 +00:00
Makefile -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
OptTable.cpp Driver: Allow Render{Separate,Joined} option flags on JoinedOrSeparate option types. 2010-03-20 01:12:00 +00:00
Option.cpp Driver: Take option ID for {Input,Unknown}Option, to drop dependency on actual options. 2009-11-19 04:25:06 +00:00
Phases.cpp
Tool.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ToolChain.cpp Add ToolChain::getDriver() and use it instead of going through the HostInfo 2009-12-21 18:54:17 +00:00
ToolChains.cpp Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this 2010-04-10 18:18:57 +00:00
ToolChains.h Driver: Enable -integrated-as by default, at least for Darwin/x86 without -static. 2010-05-14 02:03:00 +00:00
Tools.cpp Driver/Darwin/i386: Don't allow compiling C++ with -fapple-kext, we don't support the necessary ABI yet. 2010-05-12 18:19:58 +00:00
Tools.h VISIBILITY_HIDDEN was renamed LLVM_LIBRARY_VISIBILITY. 2010-05-11 20:16:05 +00:00
Types.cpp PR5803: clang++: Treat untyped 'C' inputs as C++. 2010-02-17 20:32:58 +00:00