aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver
AgeCommit message (Expand)Author
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-06Enable default @synthesize by default.Ted 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-27Re-enable the Darwin ARM integrated assembler.Jim Grosbach
2012-02-26A follow-up to r151482 which added support for powerpc and powerpc64Chandler Carruth
2012-02-26Add support for PPC and PPC64 multiarch toolchains on Debain.Chandler Carruth
2012-02-25Temporarily revert r151288:Chad Rosier
2012-02-23ARM: enable the integrated assembler by default for Darwin.Jim Grosbach
2012-02-22Revert part of r148839 and keep DefaultTargetTriple in the form adjustedJoerg Sonnenberger
2012-02-22[driver] Add a warning for when -mcpu= is specified without an argument. ThereChad Rosier
2012-02-22Provide a way to disable auto-generation of preprocessed files during clang Chad Rosier
2012-02-20Fixing the working-directory option so that it stores the proper directory.Aaron Ballman
2012-02-19Implement a -gcc-toolchain command line option that does the same asRafael Espindola
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-15Fix copy-and-paste error in commentDavid Chisnall
2012-02-15First pass at Solaris toolchain support. This version compiles and links helloDavid Chisnall
2012-02-14include clang's config.h unconditionally (v2)Dylan Noblesmith
2012-02-13When generating diagnostic information due to a clang failure, allow multipleChad Rosier
2012-02-13Delete a simplistic helper function now that llvm::Triple can provideChandler Carruth
2012-02-11Begin refactoring to use the newly added triple predicates forChandler Carruth
2012-02-10Have the driver pass CPU and target feature information to cc1as.Jim Grosbach
2012-02-09Correct comment Clang C++ use in production.David Blaikie
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-06- Turn the other distribution checks into range compares.Benjamin Kramer
2012-02-06Consolidate the ubuntu detection logic a bit, add an entry for Ubuntu 12.04 a...Benjamin Kramer
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2012-02-03Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>Bob Wilson
2012-02-03Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola
2012-02-02back out r149504Dylan Noblesmith
2012-02-01include clang's config.h unconditionallyDylan Noblesmith
2012-01-31Use new Triple::getMacOSXVersion function.Bob Wilson
2012-01-31Fix more fallout from the introduction of "macosx" and "ios" triples.Bob Wilson
2012-01-31Revert r149083 which is not the direction we're going in the ClangChandler Carruth
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