summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix 80-column violation.Chad Rosier2012-01-141-1/+2
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-1/+1
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-1/+1
* rename DefaultHostTriple into DefaultTargetTripleSebastian Pop2012-01-131-5/+5
* [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...NAKAMURA Takumi2011-11-291-1/+7
* Teach the driver about failure result files, which are compilationPeter Collingbourne2011-11-211-1/+6
* Driver: Remove the signal number from the "command failed" diagnostic.Benjamin Kramer2011-11-191-1/+1
* [driver] If we're only linking, don't warn about unused arguments which areChad Rosier2011-11-051-2/+3
* In addition to dumping preprocessed source, dump a script with the command lineChad Rosier2011-11-021-2/+23
* Stop disabling integrated assembler with -static. <rdar://problem/10175391>Bob Wilson2011-10-301-10/+2
* Use Triple.isOSDarwin() instead of comparing against Triple::Darwin.Bob Wilson2011-10-141-1/+3
* Rip out flags for controlling C++ "production mode" separately.Bob Wilson2011-10-041-4/+1
* Revert my --working-directory option, which wasn't well thought through.Daniel Dunbar2011-09-301-8/+0
* Driver: Fix two bad typos that were breaking the buildbots.Benjamin Kramer2011-09-281-2/+1
* Check for GCC paths that have the target triple in them. This is required fo...David Chisnall2011-09-271-9/+22
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-2/+3
* Driver: Use sys::Process::SetWorkingDirectory, for consistency.Daniel Dunbar2011-09-231-7/+2
* Driver: Explicitly include <unistd.h>, libstdc++'s <map> pulls it in, libc++ ...Benjamin Kramer2011-09-231-0/+6
* Driver: Add a --working-directory option which can be used to cause the compilerDaniel Dunbar2011-09-231-0/+7
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-1/+0
* More missing header inclusions from llvm_unreachable migration.David Blaikie2011-09-231-0/+1
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-2/+2
* [driver] Add support for the COMPILER_PATH environment variable, which adds theChad Rosier2011-09-141-2/+10
* [driver] When clang crashes, don't try to generate diagnostics (i.e., Chad Rosier2011-09-061-0/+17
* Add the resource directory to the search path for Driver::GetFilePath,Peter Collingbourne2011-09-061-3/+8
* Cleanup r138662 per Ben and David's suggestions, thanks.Chad Rosier2011-08-261-14/+7
* Make sure the std::string isn't deallocated prior to use. Many thanks to EliChad Rosier2011-08-261-5/+5
* [driver] When generating temporary files allow a prefix to be added. In manyChad Rosier2011-08-261-5/+17
* [driver] Do not add -kext to the link command line when compiling with Chad Rosier2011-08-251-17/+0
* Add support for a verifier to the driver. Currently only verifies debugEric Christopher2011-08-231-2/+21
* [driver] Don't generate diagnostics (i.e., preprocessed source) if reading Chad Rosier2011-08-181-2/+14
* Fix else style. No functionality change intended.Chad Rosier2011-08-171-1/+2
* Fix typo.Eric Christopher2011-08-171-9/+9
* [driver] When generating clang failure diagnostics, don't try to preprocess Chad Rosier2011-08-121-0/+14
* [driver] Refactor a bit to enable a few fixes when generating diagnostics. N...Chad Rosier2011-08-121-14/+25
* Fix cmake for r136702 (at least for the most part). Chandler has been kind Chad Rosier2011-08-021-2/+2
* Temporarily revert parts of r136702 to make cmake builds happy.Chad Rosier2011-08-021-2/+2
* When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier2011-08-021-9/+65
* The -fapple-kext flag was designed to "do the right thing" for building code forChad Rosier2011-07-271-28/+56
* Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...Chris Lattner2011-07-231-2/+2
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-16/+16
* Temporarily revert r135614 while I fix the cmake build.Chad Rosier2011-07-201-65/+9
* When the compiler crashes, the compiler driver now produces diagnostic inform...Chad Rosier2011-07-201-9/+65
* Correctly handle sysroot prefix in -print-search-dirs. Makes libtoolJoerg Sonnenberger2011-07-161-1/+10
* Prevent the -save-temps flag from modifying the input file if the input filenameChad Rosier2011-07-151-0/+9
* Driver: Factor out IsUsingLTO helper function.Daniel Dunbar2011-06-211-7/+14
* Identifiers with _CapitalLetter are reserved, so don't use them. Prefer theNick Lewycky2011-06-041-7/+7
* A StringRef-ication of the DiagnosticIDs API and internals.Argyrios Kyrtzidis2011-05-251-3/+4
* Rename ContainsCompileAction to ContainsCompileOrAssembleAction toJoerg Sonnenberger2011-05-061-5/+5
* Driver: Suppress some additional warnings with -Qunused-arguments.Daniel Dunbar2011-04-201-0/+4
OpenPOWER on IntegriCloud