| Age | Commit message (Expand) | Author |
| 2012-02-07 | Fix indentation and an 80-column violation. | Chad Rosier |
| 2012-02-07 | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer |
| 2012-02-07 | In r149662, setDiagnosticMapping was modified to not allow warnings mapped to | Chad Rosier |
| 2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
| 2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith |
| 2012-02-04 | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer |
| 2012-02-04 | Move Storage and StorageAllocator out of the PartialDiagnostic class so we ca... | Benjamin Kramer |
| 2012-02-03 | Change the fixed array of FixitHints to a SmallVector to lift off | Argyrios Kyrtzidis |
| 2012-02-03 | [frontend] Don't allow a mapping to a warning override an error/fatal mapping. | Chad Rosier |
| 2012-02-02 | Back out my heinous hack that tricked the module generation mechanism | Douglas Gregor |
| 2012-01-31 | Use the new Triple::getMacOSXVersion function in another place. | Bob Wilson |
| 2012-01-31 | Fix "long double" and __SIZE_TYPE__ on powerpc, now with test fix. | Nico Weber |
| 2012-01-30 | Revert r149285, it breaks test/Preprocessor/init.c. | Nico Weber |
| 2012-01-30 | Fix "long double" and __SIZE_TYPE__ on powerpc. | Nico Weber |
| 2012-01-30 | Introduce TargetInfo::hasFeature() to query various feature names in | Douglas Gregor |
| 2012-01-30 | Thread a TargetInfo through to the module map; we'll need it for | Douglas Gregor |
| 2012-01-29 | Complain about attempts to use 'protected' visibility on targets | John McCall |
| 2012-01-28 | Use defined-at-zero behavior for CLZ/CTZ builtins on PowerPC. | Bob Wilson |
| 2012-01-28 | DiagnosticsEngine::setMappingToAllDiagnostics() does not need to return bool, | Argyrios Kyrtzidis |
| 2012-01-27 | Introduce module attributes into the module map grammar, along with a | Douglas Gregor |
| 2012-01-27 | Due to a bug, -Wno-everything works like -Weverything. Fix the bug by having | Argyrios Kyrtzidis |
| 2012-01-26 | Make clz/ctz builtins defined for zero on ARM targets. rdar://10732455 | Bob Wilson |
| 2012-01-20 | rename -ccc-host-triple into -target | Sebastian Pop |
| 2012-01-17 | fix for PR11655 | Anton Yartsev |
| 2012-01-17 | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie |
| 2012-01-17 | Remove unnecessary default cases in switches over enums. | David Blaikie |
| 2012-01-13 | Revert r148138; it's causing test failures. | Eli Friedman |
| 2012-01-13 | remove assertions in the Hexagon backend specific clang driver | Sebastian Pop |
| 2012-01-13 | rename -ccc-host-triple into -target | Sebastian Pop |
| 2012-01-11 | Fix -mfpu parsing on ARM. | Evgeniy Stepanov |
| 2012-01-10 | Add definitions for AMD's bobcat (aka btver1) | Benjamin Kramer |
| 2012-01-10 | Enable POPCNT and LZCNT with sse4a. | Benjamin Kramer |
| 2012-01-10 | Factor the repetitive cpu macro definition into a helper function. | Benjamin Kramer |
| 2012-01-09 | Merge AVX/AVX2 into the SSE level. | Craig Topper |
| 2012-01-06 | __FLT_EVAL_METHOD__ should be 1 on NetBSD/i386, since it defaults to | Joerg Sonnenberger |
| 2012-01-04 | Store the submodules of a module in source order, as they are stored | Douglas Gregor |
| 2012-01-04 | Penryn doesn't support sse4.2, don't enable it in the first place. | Benjamin Kramer |
| 2012-01-03 | Re-uglify #public and #private to #__public_macro and #__private_macro. | Douglas Gregor |
| 2012-01-03 | Eliminate the uglified keyword __import_module__ for importing | Douglas Gregor |
| 2012-01-03 | Under -fmodules, accept #public <macroname> and #private <macroname> | Douglas Gregor |
| 2011-12-31 | Implement support for module requirements, which indicate the language | Douglas Gregor |
| 2011-12-30 | Add FMA4 feature flag. Intrinsics coming soon. Also make sse4a feature flag i... | Craig Topper |
| 2011-12-29 | Add popcnt feature flag to match gcc. This flag is implied when sse42 is enab... | Craig Topper |
| 2011-12-28 | Add a target hook for FLT_EVAL_METHOD and use it to set the value on x86 with... | Benjamin Kramer |
| 2011-12-26 | Partially revert r147195; lib/Basic/Version.cpp conditionally depends on conf... | Eli Friedman |
| 2011-12-25 | Add BMI, BMI2, and LZCNT feature flags to enable adding intrinsics. | Craig Topper |
| 2011-12-23 | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer |
| 2011-12-22 | remove unneeded config.h includes | Dylan Noblesmith |
| 2011-12-22 | Add support for bitcasts to vector type in Evaluate. | Eli Friedman |
| 2011-12-21 | Fix bugs in SourceManager::computeMacroArgsCache() and add a unit test for it. | Argyrios Kyrtzidis |