- 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
- 10ffa9a Driver: Ditch Driver::DefaultToolChain, this can vary between compilations. by Daniel Dunbar · 16 years ago
- e29cd6f Driver: I was too hasty in free'ing Actions, we sometimes share by Daniel Dunbar · 16 years ago
- 6d91b04 Driver: Initialize Arg::Claimed 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
- ec29d36 Driver: Implement JoinedAndSeparateArg::getValue and add parsing test case. by Daniel Dunbar · 16 years ago
- b25c7c1 Driver: UnknownHostInfo was always returning 0. by Daniel Dunbar · 16 years ago
- 8f25c79 Driver: Use PrettyStackTrace. by Daniel Dunbar · 16 years ago
- 7e4534d Driver: Release Host, ToolChain, and Tool implementations. by Daniel Dunbar · 16 years ago
- d46f0ac Driver: Add test case for -ccc-clang-archs (which, it turns out, was inverted). by Daniel Dunbar · 16 years ago
- 5c3c1d7 Driver: Add -ccc-print-bindings option (for testing); the Python by Daniel Dunbar · 16 years ago
- 31b1e54 Driver: Add name to Tool (for testing/debugging) and move GCC_* tools by Daniel Dunbar · 16 years ago
- aae82f1 GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace. by Chris Lattner · 16 years ago
- 985b825 Driver: GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace. by Daniel Dunbar · 16 years ago
- 9c073ff Driver: Stub out generic GCC tool selection (missed a file) by Daniel Dunbar · 16 years ago
- 670b7f4 Driver: Stub out generic GCC tool selection. by Daniel Dunbar · 16 years ago
- 83b08eb Driver: Stub out generic GCC tool chain implementation. by Daniel Dunbar · 16 years ago
- baf0775 Driver: Make sure to get the default arch name from the tool chain, not the by Daniel Dunbar · 16 years ago
- fa0cda4 Driver: Pass HostInfo reference into ToolChain. by Daniel Dunbar · 16 years ago
- e504952 Driver: Pass Driver reference down into Host info, which will need it by Daniel Dunbar · 16 years ago
- ec504fd Driver: Fix typo ArgList destructor. by Daniel Dunbar · 16 years ago
- 1fd6c4b Driver: Hide HostInfo implementations. by Daniel Dunbar · 16 years ago
- cd4e186 Driver: Add two option form of ArgList::getLastArg. by Daniel Dunbar · 16 years ago
- 441d060 Driver: Add logic for computing where to put job outputs (pipe, by Daniel Dunbar · 16 years ago
- 3494bb1 Add ArgList::MakeArgString and make ArgList::Make* const. by Daniel Dunbar · 16 years ago
- 70c1684 Fix unused variable warning in -Asserts mode. by Daniel Dunbar · 16 years ago
- a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 16 years ago
- f353c8c Driver: Implement majority tool binding logic. by Daniel Dunbar · 16 years ago
- 586dc23 Driver: Migrate some data into the Compilation; after pipelining by Daniel Dunbar · 16 years ago
- 2ba38ba Driver: Sketch Tool and ToolChain classes. by Daniel Dunbar · 16 years ago
- 411f2e4 Driver: claim input arguments when building phases. by Daniel Dunbar · 16 years ago
- 8d2554a Driver: Start warning about unused arguments. by Daniel Dunbar · 16 years ago
- 8022fd4 Driver: Update ArgList::{hasArg,getLastArg} to optionally claim the by Daniel Dunbar · 16 years ago
- 4db938c Driver: Add types::{isAcceptedByClang,isCXX} predicates. by Daniel Dunbar · 16 years ago
- 789e220 Driver: Add simple Job classes, simple wrappers for information about by Daniel Dunbar · 16 years ago
- 0c3f599 Driver: Action vtables were still hungry. by Daniel Dunbar · 16 years ago
- f40ed17 Driver: Provide food and shelter for Action vtables. by Daniel Dunbar · 16 years ago
- 57b704d Driver: Sprinkle some consts in, stub out BuildJobs method. by Daniel Dunbar · 16 years ago
- 1368954 Driver: For universal builds, handle archs in the order they were seen. by Daniel Dunbar · 16 years ago
- 83dd21f Driver: Fix '-x none' handling. by Daniel Dunbar · 16 years ago
- 2093335 ccc/Driver: Normalize phase spelling in -ccc-print-phases. by Daniel Dunbar · 16 years ago
- 3dbd6c5 Driver: Some minor bug fixes. by Daniel Dunbar · 16 years ago
- c0dfd53 Driver: Fix think in ArgList::MakeIndex. by Daniel Dunbar · 16 years ago
- ab83543 Driver: Return 0 from BuildCompilation on -ccc-print-phases, -ccc-print-options. by Daniel Dunbar · 16 years ago