.. |
Action.cpp
|
Driver: Add an explicit dsymutil action.
|
2010-06-04 18:28:36 +00:00 |
Arg.cpp
|
Driver: Eliminate Arg subclasses, which are now unnecessary.
|
2010-06-09 22:31:08 +00:00 |
ArgList.cpp
|
Driver: Add an explicit argument translation phase to the driver itself. We are going to need this to handle things like -Xassembler, -Xpreprocessor, and -Xlinker which we might have to introspect.
|
2010-06-11 22:00:26 +00:00 |
CC1AsOptions.cpp
|
Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts approximately the same interface as 'llvm-mc'.
|
2010-05-20 17:49:16 +00:00 |
CC1Options.cpp
|
Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts approximately the same interface as 'llvm-mc'.
|
2010-05-20 17:49:16 +00:00 |
CMakeLists.txt
|
Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts approximately the same interface as 'llvm-mc'.
|
2010-05-20 17:49:16 +00:00 |
Compilation.cpp
|
Driver: Add an explicit argument translation phase to the driver itself. We are going to need this to handle things like -Xassembler, -Xpreprocessor, and -Xlinker which we might have to introspect.
|
2010-06-11 22:00:26 +00:00 |
Driver.cpp
|
Driver: Switch Compilation to return the translated arguments by default.
|
2010-06-11 22:43:38 +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
|
Driver: Handle "linker input" arguments.
|
2009-03-19 07:29:38 +00:00 |
Job.cpp
|
Driver: Free jobs in JobList and PipedJob instances.
|
2010-03-11 18:04:49 +00:00 |
Makefile
|
Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles.
|
2010-06-08 20:44:43 +00:00 |
OptTable.cpp
|
Driver: Change OptTable::ParseArg to take any ArgList.
|
2010-06-11 22:00:17 +00:00 |
Option.cpp
|
Driver: Change OptTable::ParseArg to take any ArgList.
|
2010-06-11 22:00:17 +00:00 |
Phases.cpp
|
ccc/Driver: Normalize phase spelling in -ccc-print-phases.
|
2009-03-13 17:52:07 +00:00 |
Tool.cpp
|
Driver: Add Tool::ShortName, intended to be a human readable name for the tool.
|
2010-05-22 00:37:18 +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: Add an explicit argument translation phase to the driver itself. We are going to need this to handle things like -Xassembler, -Xpreprocessor, and -Xlinker which we might have to introspect.
|
2010-06-11 22:00:26 +00:00 |
ToolChains.h
|
Driver: Add an explicit argument translation phase to the driver itself. We are going to need this to handle things like -Xassembler, -Xpreprocessor, and -Xlinker which we might have to introspect.
|
2010-06-11 22:00:26 +00:00 |
Tools.cpp
|
Driver: Fix arg_iterator typing to reflect that it is really an iterator over Arg*s.
|
2010-06-11 22:00:13 +00:00 |
Tools.h
|
Driver: Add an explicit dsymutil action.
|
2010-06-04 18:28:36 +00:00 |
Types.cpp
|
Driver: Support invoking Clang on .ll or .bc inputs.
|
2010-06-07 23:28:45 +00:00 |