.. |
Action.cpp
|
Remove tabs, and whitespace cleanups.
|
2009-09-09 15:08:12 +00:00 |
Arg.cpp
|
Remove tabs, and whitespace cleanups.
|
2009-09-09 15:08:12 +00:00 |
ArgList.cpp
|
Add an arg_iterator, for iterating over a subset of arguments in an ArgList.
|
2009-11-25 11:33:30 +00:00 |
CC1Options.cpp
|
Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we then manually pass to the command line library; eventually the latter grossness should be fixed by a real API when creating the target machine.
|
2009-11-29 07:18:39 +00:00 |
CMakeLists.txt
|
Add missing dependency for CMake.
|
2009-11-19 07:37:40 +00:00 |
Compilation.cpp
|
Fix for Path::isSpecialFile to Path::isRegularFile API in rev 89765.
|
2009-11-25 06:33:27 +00:00 |
Driver.cpp
|
What the FIXMEs want, the FIXMEs shall have.
|
2009-11-25 11:53:23 +00:00 |
DriverOptions.cpp
|
Driver: Move INPUT and UNKNOWN sentinel options into the OptParser.td file.
|
2009-11-19 18:47:17 +00:00 |
HostInfo.cpp
|
Use Option::matches instead of direct ID comparison.
|
2009-11-19 03:26:40 +00:00 |
InputInfo.h
|
Driver: Handle "linker input" arguments.
|
2009-03-19 07:29:38 +00:00 |
Job.cpp
|
Remove tabs, and whitespace cleanups.
|
2009-09-09 15:08:12 +00:00 |
Makefile
|
Allow customization for the version line.
|
2009-10-09 17:31:54 +00:00 |
OptTable.cpp
|
Factor out OptTable::ParseArgs, for parsing an entire argument vector.
|
2009-11-19 06:35:06 +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
|
ccc/Driver: Normalize phase spelling in -ccc-print-phases.
|
2009-03-13 17:52:07 +00:00 |
Tool.cpp
|
Remove tabs, and whitespace cleanups.
|
2009-09-09 15:08:12 +00:00 |
ToolChain.cpp
|
Change Get{File,Program}Path to return an std::string (instead of a sys::Path).
|
2009-09-09 22:33:00 +00:00 |
ToolChains.cpp
|
Driver: ArgList doesn't depend on Options.h anymore.
|
2009-11-19 04:25:22 +00:00 |
ToolChains.h
|
Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver,
|
2009-11-17 08:07:36 +00:00 |
Tools.cpp
|
Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we then manually pass to the command line library; eventually the latter grossness should be fixed by a real API when creating the target machine.
|
2009-11-29 07:18:39 +00:00 |
Tools.h
|
ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=.
|
2009-09-10 04:57:17 +00:00 |
Types.cpp
|
Recognize .hpp as a C++ header.
|
2009-11-22 22:08:27 +00:00 |