| .. |
|
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 a few more symbols to .rodata/.data.rel.ro
|
2009-12-23 17:49:57 +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
|
Fix possible memory leak by using an OwningPtr.
|
2010-01-19 01:29:05 +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
|
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
|
Driver: Add Command::Creator member variable, which tracks the tool that was
|
2009-12-02 03:23:25 +00:00 |
|
Makefile
|
Allow customization for the version line.
|
2009-10-09 17:31:54 +00:00 |
|
OptTable.cpp
|
OptTable: Allow option groups to be used to define "help groups", which will
|
2009-12-04 21:08:40 +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
|
Add ToolChain::getDriver() and use it instead of going through the HostInfo
|
2009-12-21 18:54:17 +00:00 |
|
ToolChains.cpp
|
Remove ../libexec from clang program search path, clang-cc is dead.
|
2010-01-18 19:16:53 +00:00 |
|
ToolChains.h
|
Use -fno-math-errno by default, and remove the IsMathErrnoDefault
|
2010-01-08 02:20:44 +00:00 |
|
Tools.cpp
|
Darwin/ld: Don't pass '-weak_reference_mismatches non-weak' when
|
2010-01-10 00:46:00 +00:00 |
|
Tools.h
|
Remove ';' after method definition. Noticed by clang++, which one would think
|
2009-12-19 17:50:07 +00:00 |
|
Types.cpp
|
Allow clang to pass -x cl through to compiler driver.
|
2010-01-05 06:00:15 +00:00 |