Age | Commit message (Expand) | Author |
2012-01-26 | Enable several checkers under --analyze for general testing. | Ted Kremenek |
2012-01-25 | Delete the driver's HostInfo class. This abstraction just never really | Chandler Carruth |
2012-01-23 | Add support for -fno-optimize-sibling-calls. Currently only implemented in the | Nick 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-20 | Reenable DeadStoresChecker under --analyze, and move the IdempotentOperations... | Ted Kremenek |
2012-01-18 | In the driver, -fmodules enables modules for C/Objective-C but one | Douglas Gregor |
2012-01-13 | remove assertions in the Hexagon backend specific clang driver | Sebastian Pop |
2012-01-12 | Adjust set of default checkers. | Ted Kremenek |
2012-01-11 | Fix -mfpu parsing on ARM. | Evgeniy Stepanov |
2012-01-10 | Add support for the androideabi environment to our triple support, and | Chandler Carruth |
2012-01-10 | Add -g to the cc1as flags only if we're dealing with an original | Eric Christopher |
2012-01-10 | Remove extraneous braces. | Eric Christopher |
2012-01-06 | Revert r147664; it's breaking clang regression tests. | Eli Friedman |
2012-01-06 | Silence GCC warnings. | Jakub Staszak |
2012-01-04 | Driver/Darwin: Remove a hack that avoided passing -demangle to iOS linkers. | Daniel Dunbar |
2012-01-03 | Fixed by Chandler in r147434. | Chad Rosier |
2012-01-03 | Add -fno-modules to the driver, to turn off modules (although they're off by ... | Douglas Gregor |
2012-01-03 | Rename the command-line option for mapping #include/#import over to | Douglas Gregor |
2012-01-02 | Fix PR11685 by implementing -ffast-math and its various friends in the | Chandler Carruth |
2011-12-26 | Fix potential use after free. | Benjamin Kramer |
2011-12-23 | fix for PR11634 | Anton Yartsev |
2011-12-22 | Last part of support for generating dwarf for assembly source files. This gets | Kevin Enderby |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-12-17 | Fix an abiguous-else warning from GCC. I have no idea why Clang doesn't | Chandler Carruth |
2011-12-16 | C++11 constexpr: Add note stacks containing backtraces if constant evaluation | Richard Smith |
2011-12-15 | gcov-style profiling support for OpenBSD. Patch by Jonathan Gray. | Eli Friedman |
2011-12-14 | Fix typos. | Rafael Espindola |
2011-12-14 | Don't use the frame pointer on linux x86 and x86_64 if optimizing. This | Rafael Espindola |
2011-12-12 | Fix "control may reach end of non-void function" warning. | Nick Lewycky |
2011-12-12 | Hexagon backend support | Tony Linthicum |
2011-12-09 | Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, and | Daniel Dunbar |
2011-12-08 | Misc Minix-specific changes to clang: | Eli Friedman |
2011-12-08 | Minor cleanup. Avoid redundant getTriple() calls. | Bob Wilson |
2011-12-07 | Driver/Linux: Fix the ASAN library path to match current compiler-rt | Daniel Dunbar |
2011-12-06 | [asan] Mac: do not link dynamic libs with the asan-rt, use -undefined dynamic... | Kostya Serebryany |
2011-12-06 | Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack | Nick Lewycky |
2011-12-05 | Add -mstack-alignment=X and fix -mstackrealign handling now that the | Joerg Sonnenberger |
2011-12-05 | [asan] don't require libstdc++ for asan on linux. Mac fix will go separately | Kostya Serebryany |
2011-11-30 | Get the -march argument based on the target MIPS architecture or cpu and pass | Akira Hatanaka |
2011-11-30 | when -faddress-sanitizer is present, add required flags to the linker command... | Kostya Serebryany |
2011-11-29 | Change processor names. Patch by Simon Atanasyan. | Akira Hatanaka |
2011-11-28 | A couple driver fixes for PPC Linux. Patches by Michael Kostylev. PR11444/P... | Eli Friedman |
2011-11-21 | Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same | Richard Smith |
2011-11-21 | Change the linker emulation name for FreeBSD/PPC32. | Roman Divacky |
2011-11-21 | Teach the driver about failure result files, which are compilation | Peter Collingbourne |
2011-11-17 | clang/Darwin: Use the compiler-rt provided profile library. | Daniel Dunbar |
2011-11-16 | Add -f[no-]address-sanitizer flag | Kostya Serebryany |
2011-11-14 | Don't track depfiles as result files which need to be cleaned up on failure. | Matt Beaumont-Gay |
2011-11-11 | Add top-level driver option '--serialize-diagnostics' for serialize compiler ... | Ted Kremenek |
2011-11-08 | Misc fixes for clang driver on Mips Linux. Patch by Simon Atanasyan. | Eli Friedman |