- 75358d2 Driver: Sketch FreeBSD tool chain. - Patch by Ed Schouten! by Daniel Dunbar · 16 years ago
- 776dbd8 Driver: Unbreak ArgList::hasFlag. by Daniel Dunbar · 16 years ago
- 46562b9 Fix -MD with no -MT when -o is specified (and fix test case). by Daniel Dunbar · 16 years ago
- cd8e4c4 Driver: Support -M and -MM. by Daniel Dunbar · 16 years ago
- a5a7bd0 Improve dependency file support. by Daniel Dunbar · 16 years ago
- 478edc2 Driver: Track which original arguments an arg is derived from, so that by Daniel Dunbar · 16 years ago
- 9120f17 Driver: Add test case for darwin::Preprocess and darwin::Compile by Daniel Dunbar · 16 years ago
- a2094e7 Driver: Make sure to claim -### before emitting "unused argument" warnings. by Daniel Dunbar · 16 years ago
- a3ec60e Driver: Finish porting Darwin::Preprocess and Compile port (still by Daniel Dunbar · 16 years ago
- 40f1265 Driver: Start porting Darwin::Preprocess and Compile implementations by Daniel Dunbar · 16 years ago
- b9f3a77 Driver: Pass -f[no-]pascal-strings on to clang, even if it has been by Daniel Dunbar · 16 years ago
- 08c65e0 Driver: -print-libgcc-file-name was searching wrong path list. by Daniel Dunbar · 16 years ago
- 950bedd Fix searching for gcc, we only want executable files. by Mike Stump · 16 years ago
- a44ae13 Remove dead code. by Mike Stump · 16 years ago
- 02633b5 Driver: Add darwin::Link tool. by Daniel Dunbar · 16 years ago
- d7b88c2 Driver: Fix a number of option definition mismatches (flags instead of by Daniel Dunbar · 16 years ago
- 70c8db1 Driver: Print the correct target when printing the version. by Daniel Dunbar · 16 years ago
- d73fe9b Driver: Move GetReleaseVersion to static Driver::GetReleaseVersion method. by Daniel Dunbar · 16 years ago
- 524b9fb Driver: Add ArgList::AddAllArgsTranslated; for forwarding options to by Daniel Dunbar · 16 years ago
- 92b3699 hopefully fix VC++ build error. by Chris Lattner · 16 years ago
- ec069ed Driver: Implement Darwin_X86 tool chain level argument translation. by Daniel Dunbar · 16 years ago
- 4e7e9cf Driver: Handle -Xarch_, including warning for nasty -Xarch_ use cases by Daniel Dunbar · 16 years ago
- f6dd66b Driver: Replace Option::ForwardToGCC by Option::DriverOption (which by Daniel Dunbar · 16 years ago
- ea728ac Driver: Fix typo in JoinedAndSeparateArg::render. by Daniel Dunbar · 16 years ago
- f3cad36 Driver: Prep for tool chain specific argument translation. by Daniel Dunbar · 16 years ago
- cf51ece gcc 4.3 finds my use of ^ suspicious. by Daniel Dunbar · 16 years ago
- 9b646da Turn on -analyzer-eagerly-assume by default when using 'clang-cc' to perform by Ted Kremenek · 16 years ago
- 337a627 Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc. by Daniel Dunbar · 16 years ago
- 6256d36 Driver: Warn when 'clang' is used to compile a source file we could by Daniel Dunbar · 16 years ago
- 0f99d2e Driver: Change default use of "clang" compiler. by Daniel Dunbar · 16 years ago
- af80e1f Move ToolChain::ShouldUseClangCompiler to by Daniel Dunbar · 16 years ago
- b3fd500 Driver: Translate -fverbose-asm for LLVM backend. by Daniel Dunbar · 16 years ago
- a43a21e Really fix cmake style builds. by Mike Stump · 16 years ago
- 9e3a224 Driver: Result files shouldn't be removed on failure when -save-temps by Daniel Dunbar · 16 years ago
- fe2e04a Driver: ArgList::getLastArg was in fact returning the first matching arg. by Daniel Dunbar · 16 years ago
- 546654a Driver: Forward -MMD (not -MM) to clang-cc; this got lost in by Daniel Dunbar · 16 years ago
- 82fa7c5 Install clang-cc to libexec/clang-cc (instead of bin/clang-cc). by Daniel Dunbar · 16 years ago
- d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
- a428df8 Driver: lipo wasn't being called correctly (translation failure from by Daniel Dunbar · 16 years ago
- 7547f74 Driver: Make argument parsing fast. by Daniel Dunbar · 16 years ago
- 8a7e66d Driver: Fix off by one in computation of first searchable option. by Daniel Dunbar · 16 years ago
- a880db0 Driver: Add two special groups of "whitelisted" options which we know by Daniel Dunbar · 16 years ago
- b355692 Driver: Check that options are ordered properly (outside of by Daniel Dunbar · 16 years ago
- c50b00d Driver: Setup file and program search paths in tool chains. by Daniel Dunbar · 16 years ago
- 3fe51c4 Driver: Drop code for checking bounds in SeparateArg::render, this by Daniel Dunbar · 16 years ago
- b0c4df5 Driver: Implement 'missing argument' error. by Daniel Dunbar · 16 years ago
- 378fd73 fix PR3859: crash with 'cc -V' by Nuno Lopes · 16 years ago
- af96def Driver: Give Compilation::Execute total control over the Driver result by Daniel Dunbar · 16 years ago
- e33bea4 ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. by Daniel Dunbar · 16 years ago
- 049853d Driver: Switch to using -include-pth. by Daniel Dunbar · 16 years ago
- fc6a899 Driver: Parse Darwin version out of target triple. by Daniel Dunbar · 16 years ago
- 8cac5f7 Driver: Add and use darwin::Assemble tool. by Daniel Dunbar · 16 years ago
- ee51031 Driver: Add two option overload for AddAllArgValues. by Daniel Dunbar · 16 years ago
- 38dd3d5 Driver: Add Arg::getAsString and use when dumping arguments to by Daniel Dunbar · 16 years ago
- 71061bf strictly evaluate SVN_REVISION so that svnversion is run once instead of 4 times. by Chris Lattner · 16 years ago
- ca3459e Driver: Implement -print-search-dirs. by Daniel Dunbar · 16 years ago
- 8eddb3f Driver: Sketch Darwin tool chains. by Daniel Dunbar · 16 years ago
- ff7488d Driver: Add darwin::Lipo tool. by Daniel Dunbar · 16 years ago
- 3917608 Driver: Move tool chain implementations into ToolChains.cpp. by Daniel Dunbar · 16 years ago
- b7b61b2 Driver: Temporary hack to allow -ccc-print-bindings to work (for by Daniel Dunbar · 16 years ago
- 55b3b5f Driver/clang: -mattr strings were not comma separated. by Daniel Dunbar · 16 years ago
- 56b10ab Driver: Compilation::Execute wasn't returning result code correctly. by Daniel Dunbar · 16 years ago
- ceafbc8 Driver: Executing piped jobs with a single command is easy. by Daniel Dunbar · 16 years ago
- 05494a7 Driver: Claim unused input arguments when emitting "input file unused" by Daniel Dunbar · 16 years ago
- 7587719 Driver: Claim -arch options when pipelining, and claim arguments that by Daniel Dunbar · 16 years ago
- 115a792 Driver: Handle "linker input" arguments. by Daniel Dunbar · 16 years ago
- 42f7fc2 Driver: Add Arg::renderAsInput; this is a messy area and something I by Daniel Dunbar · 16 years ago
- 5697aa0 Driver: Fix bug in translating -O to clang, add clang-translation test case. by Daniel Dunbar · 16 years ago
- ecc6362 Driver: Resolve program path for "cp" (used as part of transparent gcc by Daniel Dunbar · 16 years ago
- 60ccc76 Driver: Forcibly disable pipe support until we can execute them, the by Daniel Dunbar · 16 years ago
- 84603bc Driver: Delete the temporary files llvm::sys::Path::makeUnique by Daniel Dunbar · 16 years ago
- c8ea24e Make -j8 safe. by Mike Stump · 16 years ago
- 49b98e7 Driver: Execute jobs; no pipe support yet. by Daniel Dunbar · 16 years ago
- e530ad4 Driver: Cleanup temporary/result files. by Daniel Dunbar · 16 years ago
- 632f50e Driver: Lookup program names using llvm::sys::Program::FindProgramByName by Daniel Dunbar · 16 years ago
- d227fe7 The eventual name of this will be clang, might as well start now. by Mike Stump · 16 years ago
- 0edefeb Driver: Support ToolChain specific path lists to search for files and programs. by Daniel Dunbar · 16 years ago
- 8f12e27 Move generated file to ObjDir. by Mike Stump · 16 years ago
- 214399e Driver: Construct temporary file names. by Daniel Dunbar · 16 years ago
- 8944c38 Add revision information. by Mike Stump · 16 years ago
- af2e4ba Driver: Don't warn about unused arguments if there are Driver errors by Daniel Dunbar · 16 years ago
- e70295b Fix URL trimming for version information. by Mike Stump · 16 years ago
- 5d023c3 Improve version number. by Mike Stump · 16 years ago
- 1d46033 Driver: Port Clang argument translation. by Daniel Dunbar · 16 years ago
- 56c5594 Driver: Bug fix, derived .gch names sometimes started with "/". by Daniel Dunbar · 16 years ago
- 18a7f33 Driver: Add argument translation utilities to ArgList. by Daniel Dunbar · 16 years ago
- b488c1d Driver: Lift out common GCC tool and implement generic GCC tool by Daniel Dunbar · 16 years ago
- d09986a Driver: Add assert and FIXME; arguments which act as linker inputs by Daniel Dunbar · 16 years ago
- 21fd6ac Driver: Provide Arg::render implementations. by Daniel Dunbar · 16 years ago
- 6d954d7 Driver: Add "d" flag to Options.def for options which are completely by Daniel Dunbar · 16 years ago
- 871adcf Driver: ConstructJob also needs to know the destination (where to put by Daniel Dunbar · 16 years ago
- aa469f6 Driver: Print version on stderr to match [gc]cc. by Daniel Dunbar · 16 years ago
- 24b5560 Driver: Implement -### (hard to tell, since we don't actually by Daniel Dunbar · 16 years ago
- 5ab483b Driver: Claim inputs when we bind the InputAction. by Daniel Dunbar · 16 years ago
- d57ac59 Driver: Rename Command::Argv to Command::Arguments to make it clearer by Daniel Dunbar · 16 years ago
- 028801c Driver: Don't claim inputs when pipelining, a tool should eventually by Daniel Dunbar · 16 years ago
- 62cf601 Driver: Add a dash of const. by Daniel Dunbar · 16 years ago
- 47ac7d2 Driver: Stub out Tool::ConstructJob. by Daniel Dunbar · 16 years ago
- aa3e0d2 Driver: Fix Compilation::getArgsForToolChain, local variable was by Daniel Dunbar · 16 years ago
- c811b6c Driver: Add two normalizations for powerpc. - PR3830 by Daniel Dunbar · 16 years ago