aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
2012-03-08Implement -fno-dwarf2-cfi-asm on linux too.Rafael Espindola
2012-03-06[driver] What was implemented in r152130 was actually -fno-inline-functions, notChad Rosier
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2012-03-06[driver] Add support for -fno-inline.Chad Rosier
2012-03-01[analyzer] Turn inlining on by default for better testing exposure.Anna Zaks
2012-03-01Add a flag -fthread-sanitizer.Kostya Serebryany
2012-02-29Add -C when linking on Solaris so that the error messages are understandable ...David Chisnall
2012-02-29[driver] Emit an error when trying to use ARC on macosx earlier than 10.6Argyrios Kyrtzidis
2012-02-28Add -lm by default on Solaris.David Chisnall
2012-02-28It turns out -fno-cxa-atexit just produces broken code, so disable it on Sola...David Chisnall
2012-02-28Some more Solaris fixes. Now successfully building libc++ on Solaris with cl...David Chisnall
2012-02-18Default to not using __cxa_atexit on Solaris.David Chisnall
2012-02-16Tweak link order on Solaris so that global ctors work.David Chisnall
2012-02-15Remove the unuseful -fdiagnostics-show-nameDavid Blaikie
2012-02-15Add some Solaris include paths and fix a -lgcc_eh that apparently should be -...David Chisnall
2012-02-15First pass at Solaris toolchain support. This version compiles and links helloDavid Chisnall
2012-02-10Have the driver pass CPU and target feature information to cc1as.Jim Grosbach
2012-02-07Filter a few more options not recognized by gcc. <rdar://problem/10814020>Bob Wilson
2012-02-06Rewrite the debug action handling to take -verify into account.Eric Christopher
2012-02-06Update the command line here and update the comment, we're just goingEric Christopher
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-03Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>Bob Wilson
2012-01-30[analyzer] Rename the checker as per Ted's comment. Remove the referenceAnna Zaks
2012-01-26Remove the ToolTriple logic in NetBSD, which was completely broken byJoerg Sonnenberger
2012-01-26Enable several checkers under --analyze for general testing.Ted Kremenek
2012-01-25Delete the driver's HostInfo class. This abstraction just never reallyChandler Carruth
2012-01-23Add support for -fno-optimize-sibling-calls. Currently only implemented in theNick Lewycky
2012-01-21[Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7.NAKAMURA Takumi
2012-01-20Reenable DeadStoresChecker under --analyze, and move the IdempotentOperations...Ted Kremenek
2012-01-18In the driver, -fmodules enables modules for C/Objective-C but oneDouglas Gregor
2012-01-13remove assertions in the Hexagon backend specific clang driverSebastian Pop
2012-01-12Adjust set of default checkers.Ted Kremenek
2012-01-11Fix -mfpu parsing on ARM.Evgeniy Stepanov
2012-01-10Add support for the androideabi environment to our triple support, andChandler Carruth
2012-01-10Add -g to the cc1as flags only if we're dealing with an originalEric Christopher
2012-01-10Remove extraneous braces.Eric Christopher
2012-01-06Revert r147664; it's breaking clang regression tests.Eli Friedman
2012-01-06Silence GCC warnings.Jakub Staszak
2012-01-04Driver/Darwin: Remove a hack that avoided passing -demangle to iOS linkers.Daniel Dunbar
2012-01-03Fixed by Chandler in r147434.Chad Rosier
2012-01-03Add -fno-modules to the driver, to turn off modules (although they're off by ...Douglas Gregor
2012-01-03Rename the command-line option for mapping #include/#import over toDouglas Gregor
2012-01-02Fix PR11685 by implementing -ffast-math and its various friends in theChandler Carruth
2011-12-26Fix potential use after free.Benjamin Kramer
2011-12-23fix for PR11634Anton Yartsev
2011-12-22Last part of support for generating dwarf for assembly source files. This getsKevin Enderby
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-17Fix an abiguous-else warning from GCC. I have no idea why Clang doesn'tChandler Carruth
2011-12-16C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith