.. |
Action.h
|
Driver: Free Action objects.
|
2010-03-11 18:04:58 +00:00 |
Arg.h
|
Remove tabs, and whitespace cleanups.
|
2009-09-09 15:08:12 +00:00 |
ArgList.h
|
Driver: Move some argument lookup utilities into driver::ArgList.
|
2010-05-20 16:54:55 +00:00 |
CC1AsOptions.h
|
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 |
CC1AsOptions.td
|
clang -cc1as: Add -help, -version, and -mllvm support.
|
2010-05-20 18:15:20 +00:00 |
CC1Options.h
|
Driver: Move INPUT and UNKNOWN sentinel options into the OptParser.td file.
|
2009-11-19 18:47:17 +00:00 |
CC1Options.td
|
Driver: Add clang -cc1 -mrelax-all option, which sets relaxes all instructions when using -integrated-as.
|
2010-05-27 05:39:39 +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.h
|
Push bound architecture name into Compilation::getArgsForToolChain.
|
2009-09-09 18:36:01 +00:00 |
Driver.h
|
Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable
|
2010-04-01 18:21:41 +00:00 |
DriverDiagnostic.h
|
add the ability to associate 'category' names with diagnostics
|
2010-05-04 20:44:26 +00:00 |
HostInfo.h
|
add TCE target support, patch by Pekka J!
|
2010-03-04 21:07:38 +00:00 |
Job.h
|
Driver: Free jobs in JobList and PipedJob instances.
|
2010-03-11 18:04:49 +00:00 |
Makefile
|
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 |
OptParser.td
|
OptTable: Allow option groups to be used to define "help groups", which will
|
2009-12-04 21:08:40 +00:00 |
OptSpecifier.h
|
Add an arg_iterator, for iterating over a subset of arguments in an ArgList.
|
2009-11-25 11:33:30 +00:00 |
OptTable.h
|
OptTable: Allow option groups to be used to define "help groups", which will
|
2009-12-04 21:08:40 +00:00 |
Option.h
|
Driver: Take option ID for {Input,Unknown}Option, to drop dependency on actual options.
|
2009-11-19 04:25:06 +00:00 |
Options.h
|
Driver: Move INPUT and UNKNOWN sentinel options into the OptParser.td file.
|
2009-11-19 18:47:17 +00:00 |
Options.td
|
Driver: Add support for -m[no-]relax-all, and make it the default at -O0.
|
2010-05-27 06:18:05 +00:00 |
Phases.h
|
Driver: Pull Phase info into separate file.
|
2009-03-13 11:27:05 +00:00 |
Tool.h
|
Driver: Add Tool::ShortName, intended to be a human readable name for the tool.
|
2010-05-22 00:37:18 +00:00 |
ToolChain.h
|
NeXT: Clean up dispatch method policy selection.
|
2010-04-24 17:56:46 +00:00 |
Types.def
|
Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc.
|
2010-02-11 03:16:21 +00:00 |
Types.h
|
PR5803: clang++: Treat untyped 'C' inputs as C++.
|
2010-02-17 20:32:58 +00:00 |
Util.h
|
Driver: Stub out Tool::ConstructJob.
|
2009-03-18 06:00:36 +00:00 |