- 5ed34f4 Change Get{File,Program}Path to return an std::string (instead of a sys::Path). by Daniel Dunbar · 15 years ago
- 4954018 Push bound architecture name into Compilation::getArgsForToolChain. by Daniel Dunbar · 15 years ago
- 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
- 36df290 Validate arguments to -arch. by Daniel Dunbar · 15 years ago
- d7502d0 Rename HostInfo::getToolChain to HostInfo::CreateToolChain, and don't recreate by Daniel Dunbar · 15 years ago
- 3f30ddf Simplify. by Daniel Dunbar · 15 years ago
- a6046be Fix ShouldUseClangCompiler to use llvm::Triple. by Daniel Dunbar · 15 years ago
- a823183 Tweak & reflow comments, and delete trailing whitespace. by Daniel Dunbar · 15 years ago
- da64141 Add -ccc-install-dir option for faking installation path. by Daniel Dunbar · 15 years ago
- 4f711c4 Update. by Mike Stump · 15 years ago
- 5915fbf Add driver support for -emit-ast and AST compilation steps. by Daniel Dunbar · 15 years ago
- b1e5e66 Remove arch normalization from Driver, this should be unnecessary now that by Daniel Dunbar · 15 years ago
- d57a7ef API changes to match llvm ToT. by Chris Lattner · 15 years ago
- 8bde505 Reenable clang using clang-cc for C++ and all archs by default. by Daniel Dunbar · 15 years ago
- 4a12408 Temporarily switch clang back to not using clang-cc by default for C++, and only by Daniel Dunbar · 15 years ago
- e7925a0 Second half of, clang, AuroraUX toolchain support. by Edward O'Callaghan · 15 years ago
- dfaf4b3 Switch the driver back to always using clang-cc by default (for C++, and by Daniel Dunbar · 15 years ago
- 7930072 driver: Print --version on stdout, to match gcc. - Patch by Jean-Daniel Dupas by Daniel Dunbar · 15 years ago
- c88a88f Driver: Move Compilation::Execute to Driver::ExecuteCompilation. by Daniel Dunbar · 15 years ago
- f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
- 3ee96ba Stub out printing of the thread model with -v. by Daniel Dunbar · 15 years ago
- 12cfe03 Fake support for -print-multi-* by Daniel Dunbar · 15 years ago
- 6b3454a Fix for PR4140: Add the start of a Linux toolchain (basically, just by Eli Friedman · 15 years ago
- cb8ab23 (llvm up) Use llvm::Triple for storing target triples. by Daniel Dunbar · 15 years ago
- 683ca38 Reformat a comment by Daniel Dunbar · 15 years ago
- 63be57a Add --analyze-auto. by Daniel Dunbar · 16 years ago
- 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 16 years ago
- 866cdc3 Revert r70424. We don't need it by Douglas Gregor · 16 years ago
- ee24266 Add PCH version to the -v output by Douglas Gregor · 16 years ago
- 214e872 Enable PCH by default by Douglas Gregor · 16 years ago
- ab41e63 Add a header containing the Clang version; make the driver use this by Douglas Gregor · 16 years ago
- fc68bca Turn PCH off by default, yet again. I'm happier about it this time, though by Douglas Gregor · 16 years ago
- f527ce4 Trying turning on PCH by default yet again. We might actually a chance at success now by Douglas Gregor · 16 years ago
- e60ee1d Turn off PCH by default, again by Douglas Gregor · 16 years ago
- 48cac20 One more crazy try with PCH-by-default by Douglas Gregor · 16 years ago
- 79db6a2 Turn of PCH by default. I got the info I was looking for by Douglas Gregor · 16 years ago
- cf11b52 Another shot at switching PCH on by default, now that we've cleaned up some bugs and improved performance. Will be reverted after Mr. Speedy gets done with it by Douglas Gregor · 16 years ago
- 7b3b24e Revert my PCH change. I'm happy now by Douglas Gregor · 16 years ago
- c58fe35 Temporarily try to build with PCH by default. Revert this change once by Douglas Gregor · 16 years ago
- 3ca7ee9 Look at the TMP environment variable as well. by Daniel Dunbar · 16 years ago
- b03417f Also look at the TEMP environment variable as a place to put temporary files. by Daniel Dunbar · 16 years ago
- f60c63a If defined, use TMPDIR environment variable as location for temporary files. by Daniel Dunbar · 16 years ago
- df91ef3 Preliminary PCH support in the driver by Douglas Gregor · 16 years ago
- fec26bd Driver: Allow using clang as a precompiler, even if it is an unsupported arch. by Daniel Dunbar · 16 years ago
- c35d71f Driver: Add --help-hidden by Daniel Dunbar · 16 years ago
- a1e2fd9 Driver: CCC_ADD_ARGS could end up using dangling pointers. by Daniel Dunbar · 16 years ago
- 1e23f5f Driver: Add 'q' flag for options which shouldn't be reported as unused. by Daniel Dunbar · 16 years ago
- e06dc21 Driver: Handle -dumpversion, this is used by some configuration scripts. by Daniel Dunbar · 16 years ago
- 4f53b29 Driver: Automatically suppress warnings for duplicate versions of by Daniel Dunbar · 16 years ago
- bf4a676 Driver: Add -Qunused-arguments option to suppress driver "unused by Daniel Dunbar · 16 years ago
- 6cc73de Wire --version to normal -v version text. by Daniel Dunbar · 16 years ago
- 78d8a08 Driver: Allow -ccc-gcc-name to specify the name/path to use when by Daniel Dunbar · 16 years ago
- bf54a06 Quick and dirty (!) fix to make sure we use powerpc in triples. - PR3922 by Daniel Dunbar · 16 years ago
- 91e28af Driver: Implement basic --help text. by Daniel Dunbar · 16 years ago
- 75358d2 Driver: Sketch FreeBSD tool chain. - Patch by Ed Schouten! by Daniel Dunbar · 16 years ago
- cd8e4c4 Driver: Support -M and -MM. by Daniel Dunbar · 16 years ago
- a2094e7 Driver: Make sure to claim -### before emitting "unused argument" warnings. 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
- 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
- 92b3699 hopefully fix VC++ build error. by Chris Lattner · 16 years ago
- f3cad36 Driver: Prep for tool chain specific argument translation. by Daniel Dunbar · 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
- c50b00d Driver: Setup file and program search paths in tool chains. by Daniel Dunbar · 16 years ago
- b0c4df5 Driver: Implement 'missing argument' error. by Daniel Dunbar · 16 years ago
- e33bea4 ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. by Daniel Dunbar · 16 years ago
- 38dd3d5 Driver: Add Arg::getAsString and use when dumping arguments to by Daniel Dunbar · 16 years ago
- ca3459e Driver: Implement -print-search-dirs. by Daniel Dunbar · 16 years ago
- b7b61b2 Driver: Temporary hack to allow -ccc-print-bindings to work (for 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
- 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
- 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
- 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
- 56c5594 Driver: Bug fix, derived .gch names sometimes started with "/". by Daniel Dunbar · 16 years ago
- d09986a Driver: Add assert and FIXME; arguments which act as linker inputs 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
- 5ab483b Driver: Claim inputs when we bind the InputAction. 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
- c811b6c Driver: Add two normalizations for powerpc. - PR3830 by Daniel Dunbar · 16 years ago
- 10ffa9a Driver: Ditch Driver::DefaultToolChain, this can vary between compilations. by Daniel Dunbar · 16 years ago
- 2154923 Driver: Move actions into Compilation, and construct the compilation earlier. by Daniel Dunbar · 16 years ago
- 5796bf4 Driver: Add test for binding of precompile; exposed bug due to my by Daniel Dunbar · 16 years ago