summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix potential use after free.Benjamin Kramer2011-12-261-2/+1
* fix for PR11634Anton Yartsev2011-12-231-0/+1
* Last part of support for generating dwarf for assembly source files. This getsKevin Enderby2011-12-221-1/+26
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+4
* Fix an abiguous-else warning from GCC. I have no idea why Clang doesn'tChandler Carruth2011-12-171-1/+2
* C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith2011-12-161-0/+5
* gcov-style profiling support for OpenBSD. Patch by Jonathan Gray.Eli Friedman2011-12-151-4/+14
OpenPOWER on IntegriCloud