Age | Commit message (Expand) | Author |
2012-04-04 | Reduce variable scope. | David Blaikie |
2012-04-04 | [driver] Create a new -mfpmath= option, which is used to control whether clang | Chad Rosier |
2012-04-04 | modern objc translator. Add more | Fariborz Jahanian |
2012-04-04 | Remove unused argument. | Fariborz Jahanian |
2012-04-02 | Use -rewrite-legacy-objc as clang argument for translating | Fariborz Jahanian |
2012-04-01 | Ignore unused --serialize-diagnostics option when using llvm-gcc. | Bob Wilson |
2012-03-29 | ARM backend knows about cortex-m4. The front end should too. | Jim Grosbach |
2012-03-27 | Move the emission of strict enum range metadata behind a flag (the same | Chandler Carruth |
2012-03-26 | [driver] Fix unused argument warnings. | Chad Rosier |
2012-03-26 | [driver] -mkernel implies -fno-common, so claim the arg to avoid an unused | Chad Rosier |
2012-03-26 | [driver] -mkernel implies -fno-builtin, so claim the arg to avoid an unused | Chad Rosier |
2012-03-23 | Add support for MIPS' floating ABIs (hard, soft and single) to clang driver. | Akira Hatanaka |
2012-03-21 | Duplicated code is bad. At least make it consistent. | Bob Wilson |
2012-03-19 | Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer ... | Nico Weber |
2012-03-15 | [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches | Chad Rosier |
2012-03-15 | Reapply r152745 (reverted in 152765) now that compiler-rt is fixed. | David Blaikie |
2012-03-15 | Revert r152745 as it's breaking the internal buildbots. | Chad Rosier |
2012-03-14 | Provide -Wnull-conversion separately from -Wconversion. | David Blaikie |
2012-03-13 | [driver] Clang should report an error for -faltivec on non-ppc. | Chad Rosier |
2012-03-13 | Tweak linkage order for solaris. | David Chisnall |
2012-03-12 | Address some of the concerns by Chandler. | Bill Wendling |
2012-03-12 | Have clang pay attention to the LIBRARY_PATH environment variable. | Bill Wendling |
2012-03-10 | Use VersionTuple to manage macosx versions in the driver. No functionality ch... | Benjamin Kramer |
2012-03-09 | Update comment after r152140. Clarify a bit too. | Nico Weber |
2012-03-08 | [analyzer] Rework inlining related command line options. | Anna Zaks |
2012-03-08 | Implement -fno-dwarf2-cfi-asm on linux too. | Rafael Espindola |
2012-03-06 | [driver] What was implemented in r152130 was actually -fno-inline-functions, not | Chad Rosier |
2012-03-06 | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek |
2012-03-06 | Add 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-01 | Add a flag -fthread-sanitizer. | Kostya Serebryany |
2012-02-29 | Add -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.6 | Argyrios Kyrtzidis |
2012-02-28 | Add -lm by default on Solaris. | David Chisnall |
2012-02-28 | It turns out -fno-cxa-atexit just produces broken code, so disable it on Sola... | David Chisnall |
2012-02-28 | Some more Solaris fixes. Now successfully building libc++ on Solaris with cl... | David Chisnall |
2012-02-18 | Default to not using __cxa_atexit on Solaris. | David Chisnall |
2012-02-16 | Tweak link order on Solaris so that global ctors work. | David Chisnall |
2012-02-15 | Remove the unuseful -fdiagnostics-show-name | David Blaikie |
2012-02-15 | Add some Solaris include paths and fix a -lgcc_eh that apparently should be -... | David Chisnall |
2012-02-15 | First pass at Solaris toolchain support. This version compiles and links hello | David Chisnall |
2012-02-10 | Have the driver pass CPU and target feature information to cc1as. | Jim Grosbach |
2012-02-07 | Filter a few more options not recognized by gcc. <rdar://problem/10814020> | Bob Wilson |
2012-02-06 | Rewrite the debug action handling to take -verify into account. | Eric Christopher |
2012-02-06 | Update the command line here and update the comment, we're just going | Eric Christopher |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-03 | Fix -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 reference | Anna Zaks |
2012-01-26 | Remove the ToolTriple logic in NetBSD, which was completely broken by | Joerg Sonnenberger |