summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* add TCE target support, patch by Pekka J!Chris Lattner2010-03-041-0/+4
* Driver: Allow driver title (for --help) to be overridden by clients.Daniel Dunbar2010-02-251-2/+3
* PR5803: clang++: Treat untyped 'C' inputs as C++.Daniel Dunbar2010-02-171-0/+11
* Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc.Daniel Dunbar2010-02-111-2/+7
* Driver: Fix infinite loop and wrong message on invalid -ccc-clang-arch argument.Daniel Dunbar2010-02-111-4/+2
* Driver: Add -[no-]integrated-as for clang.Daniel Dunbar2010-02-031-14/+41
* ASTUnit: Don't check that input files exist when parsing ASTs from the commandDaniel Dunbar2010-01-251-6/+5
* Rename getClangFullVendorVersion() to getClangFullVersion().Ted Kremenek2010-01-231-1/+1
* Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cp...Ted Kremenek2010-01-221-7/+1
* (1) Rename getClangSubversionRevision() to getClangRevision(), andTed Kremenek2010-01-221-3/+1
* Rename getClangSubversionPath() -> getClangRepositoryPath() and have it retur...Ted Kremenek2010-01-221-1/+1
* Driver: Lift clang resource directory computation to the Driver object.Daniel Dunbar2010-01-201-0/+8
* Fix possible memory leak by using an OwningPtr.Ted Kremenek2010-01-191-5/+5
* Remove some dead variables clang-analyzer found.Benjamin Kramer2009-12-251-5/+1
* Driver: Fix '... -O4 -O0 ...', which was generating bitcode.Daniel Dunbar2009-12-231-2/+5
* Driver: When linking, don't warn about unused arguments which are obviously onlyDaniel Dunbar2009-12-221-0/+5
* Remove several .c_str() to be forward-compatible with StringRef.Jeffrey Yasskin2009-12-081-3/+3
* Shorten the help test for -no-canonical-prefixes, put it behind HelpHidden andRafael Espindola2009-12-071-0/+3
* Unbreak -ccc-cxx and -ccc-clang-cxx defaulting.Daniel Dunbar2009-12-051-2/+3
* Driver: Switch -ccc-* options to using the standard options functionality.Daniel Dunbar2009-12-041-167/+38
* Add OptTable::PrintHelp.Daniel Dunbar2009-12-031-0/+2
* What the FIXMEs want, the FIXMEs shall have.Daniel Dunbar2009-11-251-4/+3
* Factor out OptTable::ParseArgs, for parsing an entire argument vector.Daniel Dunbar2009-11-191-28/+11
* Driver: ArgList doesn't depend on Options.h anymore.Daniel Dunbar2009-11-191-2/+2
* Driver: Switch to using explicit {getLast,has}ArgNoClaim functions instead of...Daniel Dunbar2009-11-191-1/+1
* Use Option::matches instead of direct ID comparison.Daniel Dunbar2009-11-191-3/+3
* Driver: Split OptTable out into OptTable.{h,cpp}Daniel Dunbar2009-11-191-0/+1
* Driver: Rework OptTable to have no dependency on the options it manages.Daniel Dunbar2009-11-181-1/+1
* Allow customization for the version line.Mike Stump2009-10-091-0/+3
* Provide a common set of routines in Version.h that return SubversionDouglas Gregor2009-10-051-15/+4
* Push "clang-is-production" logic up to tools/driver, and make it hittable byDaniel Dunbar2009-09-221-13/+15
* Improve driver error message when only running the preprocessor and an input isDaniel Dunbar2009-09-171-4/+13
* Change Get{File,Program}Path to return an std::string (instead of a sys::Path).Daniel Dunbar2009-09-091-15/+11
* Push bound architecture name into Compilation::getArgsForToolChain.Daniel Dunbar2009-09-091-7/+7
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-2/+1
* Validate arguments to -arch.Daniel Dunbar2009-09-081-0/+10
* Rename HostInfo::getToolChain to HostInfo::CreateToolChain, and don't recreateDaniel Dunbar2009-09-081-13/+8
* Simplify.Daniel Dunbar2009-09-081-7/+2
* Fix ShouldUseClangCompiler to use llvm::Triple.Daniel Dunbar2009-09-081-28/+22
* Tweak & reflow comments, and delete trailing whitespace.Daniel Dunbar2009-09-081-193/+173
* Add -ccc-install-dir option for faking installation path.Daniel Dunbar2009-09-041-1/+7
* Update.Mike Stump2009-09-031-0/+4
* Add driver support for -emit-ast and AST compilation steps.Daniel Dunbar2009-09-011-9/+13
* Remove arch normalization from Driver, this should be unnecessary now thatDaniel Dunbar2009-08-241-14/+0
* API changes to match llvm ToT.Chris Lattner2009-08-231-4/+4
* Reenable clang using clang-cc for C++ and all archs by default.Daniel Dunbar2009-08-231-1/+1
* Temporarily switch clang back to not using clang-cc by default for C++, and onlyDaniel Dunbar2009-08-231-1/+14
* Second half of, clang, AuroraUX toolchain support.Edward O'Callaghan2009-08-221-0/+2
* Switch the driver back to always using clang-cc by default (for C++, andDaniel Dunbar2009-07-231-4/+3
* driver: Print --version on stdout, to match gcc.Daniel Dunbar2009-07-211-7/+7
OpenPOWER on IntegriCloud