summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tweak linkage order for solaris.David Chisnall2012-03-131-1/+2
* Address some of the concerns by Chandler.Bill Wendling2012-03-121-14/+11
* Have clang pay attention to the LIBRARY_PATH environment variable.Bill Wendling2012-03-121-41/+44
* Use VersionTuple to manage macosx versions in the driver. No functionality ch...Benjamin Kramer2012-03-101-5/+2
* Update comment after r152140. Clarify a bit too.Nico Weber2012-03-091-1/+2
* [analyzer] Rework inlining related command line options.Anna Zaks2012-03-081-1/+1
* Implement -fno-dwarf2-cfi-asm on linux too.Rafael Espindola2012-03-081-10/+7
* [driver] What was implemented in r152130 was actually -fno-inline-functions, notChad Rosier2012-03-061-2/+2
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-1/+24
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-9/+26
* [driver] Add support for -fno-inline.Chad Rosier2012-03-061-0/+3
* [analyzer] Turn inlining on by default for better testing exposure.Anna Zaks2012-03-011-0/+2
* Add a flag -fthread-sanitizer.Kostya Serebryany2012-03-011-0/+4
* Add -C when linking on Solaris so that the error messages are understandable ...David Chisnall2012-02-291-0/+3
* [driver] Emit an error when trying to use ARC on macosx earlier than 10.6Argyrios Kyrtzidis2012-02-291-0/+3
* Add -lm by default on Solaris.David Chisnall2012-02-281-0/+1
* It turns out -fno-cxa-atexit just produces broken code, so disable it on Sola...David Chisnall2012-02-281-1/+1
* Some more Solaris fixes. Now successfully building libc++ on Solaris with cl...David Chisnall2012-02-281-5/+10
* Default to not using __cxa_atexit on Solaris.David Chisnall2012-02-181-0/+1
* Tweak link order on Solaris so that global ctors work.David Chisnall2012-02-161-1/+1
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-151-5/+0
* Add some Solaris include paths and fix a -lgcc_eh that apparently should be -...David Chisnall2012-02-151-1/+1
* First pass at Solaris toolchain support. This version compiles and links helloDavid Chisnall2012-02-151-0/+120
* Have the driver pass CPU and target feature information to cc1as.Jim Grosbach2012-02-101-0/+61
* Filter a few more options not recognized by gcc. <rdar://problem/10814020>Bob Wilson2012-02-071-3/+17
* Rewrite the debug action handling to take -verify into account.Eric Christopher2012-02-061-0/+1
* Update the command line here and update the comment, we're just goingEric Christopher2012-02-061-0/+2
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-7/+7
* Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>Bob Wilson2012-02-031-6/+1
* [analyzer] Rename the checker as per Ted's comment. Remove the referenceAnna Zaks2012-01-301-1/+0
* Remove the ToolTriple logic in NetBSD, which was completely broken byJoerg Sonnenberger2012-01-261-4/+2
* Enable several checkers under --analyze for general testing.Ted Kremenek2012-01-261-0/+9
* Delete the driver's HostInfo class. This abstraction just never reallyChandler Carruth2012-01-251-1/+0
* Add support for -fno-optimize-sibling-calls. Currently only implemented in theNick Lewycky2012-01-231-0/+3
* [Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7.NAKAMURA Takumi2012-01-211-12/+0
* Reenable DeadStoresChecker under --analyze, and move the IdempotentOperations...Ted Kremenek2012-01-201-0/+2
* In the driver, -fmodules enables modules for C/Objective-C but oneDouglas Gregor2012-01-181-2/+10
* remove assertions in the Hexagon backend specific clang driverSebastian Pop2012-01-131-51/+28
* Adjust set of default checkers.Ted Kremenek2012-01-121-2/+0
* Fix -mfpu parsing on ARM.Evgeniy Stepanov2012-01-111-1/+12
* Add support for the androideabi environment to our triple support, andChandler Carruth2012-01-101-0/+10
* Add -g to the cc1as flags only if we're dealing with an originalEric Christopher2012-01-101-6/+15
* Remove extraneous braces.Eric Christopher2012-01-101-2/+1
* Revert r147664; it's breaking clang regression tests.Eli Friedman2012-01-061-1/+1
* Silence GCC warnings.Jakub Staszak2012-01-061-1/+1
* Driver/Darwin: Remove a hack that avoided passing -demangle to iOS linkers.Daniel Dunbar2012-01-041-7/+1
* Fixed by Chandler in r147434.Chad Rosier2012-01-031-1/+0
* Add -fno-modules to the driver, to turn off modules (although they're off by ...Douglas Gregor2012-01-031-2/+3
* Rename the command-line option for mapping #include/#import over toDouglas Gregor2012-01-031-1/+1
* Fix PR11685 by implementing -ffast-math and its various friends in theChandler Carruth2012-01-021-18/+84
OpenPOWER on IntegriCloud