summaryrefslogtreecommitdiffstats
path: root/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* use DEFAULT_SYSROOTSebastian Pop2012-04-161-5/+3
* Correct indentationDavid Blaikie2012-04-151-22/+22
* [driver] In general, the driver claims redundant args and uses the last arg.Chad Rosier2012-04-071-0/+1
* Use -rewrite-legacy-objc as clang argument for translating Fariborz Jahanian2012-04-021-0/+3
* Update FIXME.Bill Wendling2012-03-121-1/+1
* [driver] Don't try to generate diagnostic information for linker crashes.Chad Rosier2012-03-071-0/+4
* Whitespace.Chad Rosier2012-03-061-1/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+3
* Revert part of r148839 and keep DefaultTargetTriple in the form adjustedJoerg Sonnenberger2012-02-221-0/+6
* [driver] Add a warning for when -mcpu= is specified without an argument. ThereChad Rosier2012-02-221-0/+6
* Provide a way to disable auto-generation of preprocessed files during clang Chad Rosier2012-02-221-0/+3
* Fixing the working-directory option so that it stores the proper directory.Aaron Ballman2012-02-201-5/+7
* Implement a -gcc-toolchain command line option that does the same asRafael Espindola2012-02-191-10/+10
* First pass at Solaris toolchain support. This version compiles and links helloDavid Chisnall2012-02-151-0/+3
* include clang's config.h unconditionally (v2)Dylan Noblesmith2012-02-141-5/+2
* When generating diagnostic information due to a clang failure, allow multipleChad Rosier2012-02-131-9/+10
* Correct comment Clang C++ use in production.David Blaikie2012-02-091-1/+1
* Rewrite the debug action handling to take -verify into account.Eric Christopher2012-02-061-18/+16
* Update the command line here and update the comment, we're just goingEric Christopher2012-02-061-3/+2
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-3/+3
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* back out r149504Dylan Noblesmith2012-02-021-2/+5
* include clang's config.h unconditionallyDylan Noblesmith2012-02-011-5/+2
* Revert r149083 which is not the direction we're going in the ClangChandler Carruth2012-01-311-24/+22
* Keep track of the original target the user specified beforeJoerg Sonnenberger2012-01-261-22/+24
* Restore a tiny bit of functionality that I completely overlooked in theChandler Carruth2012-01-251-1/+4
* Remove the 'ToolTriple' concept from the NetBSD toolchain along with myChandler Carruth2012-01-251-1/+1
* Delete still more remnants of the now dead HostInfo. The janitoring willChandler Carruth2012-01-251-1/+0
* Delete the driver's HostInfo class. This abstraction just never reallyChandler Carruth2012-01-251-53/+119
* Remove the TargetTriple object that I added to the Driver recently. ThisChandler Carruth2012-01-251-12/+12
* Start hoisting the logic for computing the target triple into its ownChandler Carruth2012-01-241-8/+14
* Remove HostInfo::useDriverDriver(). This was only used in two placesChandler Carruth2012-01-241-4/+6
* Hoist the targeted triple object into an actual object in the Driver.Chandler Carruth2012-01-241-3/+7
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-1/+1
* 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