Age | Commit message (Expand) | Author |
2010-03-16 | Give SourceManager a Diagnostic object with which to report errors, | Douglas Gregor |
2010-03-15 | Add some <cstdio> includes to unbreak the buildbots | Douglas Gregor |
2010-03-15 | Introduce a new BufferResult class to act as the return type of | Douglas Gregor |
2010-03-12 | Reintroduce r98340 and r98341 now without copy/paste errors. | Kovarththanan Rajaratnam |
2010-03-12 | Back out r98340 abd r98341 | Kovarththanan Rajaratnam |
2010-03-12 | fix PR6584: __SSE3__ not defined with -mss3 | Nuno Lopes |
2010-03-12 | Switch parameter order for consistency (no functionality change) | Kovarththanan Rajaratnam |
2010-03-12 | Add keywords using StringRef | Kovarththanan Rajaratnam |
2010-03-10 | Fix -Wsign-compare warning reported by clang++. | Ted Kremenek |
2010-03-06 | add mblaze target support, patch by Wesley Peck! | Chris Lattner |
2010-03-05 | Make sure the raw_string_ostream gets flushed so we don't accidentally return... | Benjamin Kramer |
2010-03-04 | add TCE target support, patch by Pekka J! | Chris Lattner |
2010-03-04 | Add in disabled case as well. | Eric Christopher |
2010-03-04 | Add in -msse4.1 and -msse4.2 options and continuing a rather | Eric Christopher |
2010-03-03 | add framework for ARM builtins, Patch by Edmund Grimley Evans! | Chris Lattner |
2010-03-03 | Use SVN_REVISION, not SVN_VERSION. | Ted Kremenek |
2010-03-03 | Make getClangRevision() check that SVN_VERSION is an empty string | Ted Kremenek |
2010-03-02 | Add in some more MIPS command line options. | Eric Christopher |
2010-02-27 | Robustify SourceManager::getLocation(), so that it returns an | Douglas Gregor |
2010-02-19 | Use a little binary header in serialized diagnostics to help the deserializer... | Douglas Gregor |
2010-02-18 | Re-apply my diagnostics-capture patch for CIndex, with some tweaks to | Douglas Gregor |
2010-02-18 | Rework how CIndex handles diagnostics. Rather than using a callback, | Douglas Gregor |
2010-02-16 | add freebsd/ppc[64] support, patch by Nathan Whitehorn, PR6318 | Chris Lattner |
2010-02-16 | Re-applying 96173. Looks like finally I got the test case right. | Sanjiv Gupta |
2010-02-15 | reverting back 96242 as it still causes a test failure. | Sanjiv Gupta |
2010-02-15 | Re-applying 96173 with corresponding changes in test. | Sanjiv Gupta |
2010-02-14 | temporarily revert 96173, it is causing test failures. | Chris Lattner |
2010-02-14 | renamed pic16 specifiic macros. | Sanjiv Gupta |
2010-02-12 | Fix bug I introduced with assinging a temporary to a StringRef. | Ted Kremenek |
2010-02-12 | Make the following functions thread-safe but having them return an std::strin... | Ted Kremenek |
2010-02-12 | fix a bug in SourceManager::getInstantiationLocSlowCase, where | Chris Lattner |
2010-02-11 | Suppress warnings if their instantiation location is in a system header, not | John McCall |
2010-02-10 | Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes | Daniel Dunbar |
2010-02-05 | First stage of adding AltiVec support | John Thompson |
2010-02-01 | Don't explicitly force utf strings into the __TEXT,__ustring | Chris Lattner |
2010-01-30 | Simplify FreeBSD version parsing. | Benjamin Kramer |
2010-01-30 | Yay for more StringRefs. | Anders Carlsson |
2010-01-30 | StringRef-ize the TargetInfo::ConstraintInfo constructor. | Anders Carlsson |
2010-01-30 | We don't need to place 0 in the URL string now that we return a StringRef. | Benjamin Kramer |
2010-01-30 | Fix alignment for msp430 integer types. | Anton Korobeynikov |
2010-01-28 | Introduce serialization and deserialization of diagnostic information | Douglas Gregor |
2010-01-27 | ARM/APCS: Fix alignment of long double. | Daniel Dunbar |
2010-01-27 | Add support for 3dnow and 3dnowa, and define the target macros accordingly. (... | Anders Carlsson |
2010-01-26 | Driver/Darwin: Stuff iPhoneOS into environment portion of the (llvm/clang) tr... | Daniel Dunbar |
2010-01-24 | -fno-rtti is now the default. | Chris Lattner |
2010-01-23 | Rename getClangFullVendorVersion() to getClangFullVersion(). | Ted Kremenek |
2010-01-22 | Add 'clang_getClangVersion()' function to CIndex. This exposes the full Clan... | Ted Kremenek |
2010-01-22 | Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cp... | Ted Kremenek |
2010-01-22 | (1) Rename getClangSubversionRevision() to getClangRevision(), and | Ted Kremenek |
2010-01-22 | Rename getClangSubversionPath() -> getClangRepositoryPath() and have it retur... | Ted Kremenek |