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