aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-13Merge r101067 from mainline.release_27Tanya Lattner
2010-04-06Merge r100516 from mainline.Tanya Lattner
2010-03-30Merge 98455 from mainline.Tanya Lattner
2010-03-12Merge 98264 from mainline.Tanya Lattner
2010-03-11Merge r98192 from mainline.Tanya Lattner
2010-03-11Merge 97981 from mainline.Tanya Lattner
2010-03-08Disable static analysis support for C++. It is still under active developmen...Ted Kremenek
2010-03-08Create 2.7 release branch.Tanya Lattner
2010-03-08Remove redundant semicolonDouglas Gregor
2010-03-08Make a note for the C++0x future, when we'll have to revisit the jump-diagnos...Douglas Gregor
2010-03-08In C++98/03, an uninitialized variable that has POD class type will beDouglas Gregor
2010-03-08Downgrade errors when trying to catch a pointer or reference toDouglas Gregor
2010-03-08Revert r97925, it only contained the test updates not the actual fix.Chandler Carruth
2010-03-07Downgrade errors when trying to catch a pointer or reference toDouglas Gregor
2010-03-07Robustify callers that rebuild typename type nodes again NULL returnDouglas Gregor
2010-03-07Perform overload resolution when static_cast'ing from aDouglas Gregor
2010-03-07Reference binding via user-defined conversion can compute a bindingDouglas Gregor
2010-03-07Undefine correct macroKovarththanan Rajaratnam
2010-03-07implement support for -Wno-deprecated, PR6534. WhileChris Lattner
2010-03-07Don't rely on implicit conversionKovarththanan Rajaratnam
2010-03-07Rename to addPPCallbacks since we're effectively adding a callback and maybe ...Kovarththanan Rajaratnam
2010-03-07Don't assert if PP already contains a valid PP callback. The PP can handle mu...Kovarththanan Rajaratnam
2010-03-07Add sse4.1 packed min and max intrinsics.Eric Christopher
2010-03-07Add load hint instruction intrinsic.Eric Christopher
2010-03-07Add in movntdqa intrinsic for load hint.Eric Christopher
2010-03-07Add in support for dword multiply and fp dot product intrinsics.Eric Christopher
2010-03-07Add in dot product intrinsics for dpps and dppd.Eric Christopher
2010-03-07Fix for PR6294: we should only delay recording nested dynamic classes if theyEli Friedman
2010-03-07Don't turn off mangling in implicitly extern "C" system headers. GCCDouglas Gregor
2010-03-07Fix 80 col violation.Tanya Lattner
2010-03-07Don't produce debug info when given -g. Fixes PR6529.Rafael Espindola
2010-03-07Fix indentation, use string directly instead of StringRef.Tanya Lattner
2010-03-07Fix some weird patch issue.Tanya Lattner
2010-03-07Implement missing-braces warning and add a test case.Tanya Lattner
2010-03-07disable these dirs which rely on dynamic linking on mingw/cygwinChris Lattner
2010-03-06add mblaze target support, patch by Wesley Peck!Chris Lattner
2010-03-06on both the mac and linux, /usr/local/include is treated Chris Lattner
2010-03-06Rename the new Iterator objects and raise an assertion instead of returning i...Benjamin Kramer
2010-03-06Update the python bindings for recent changes in the CIndex API.Benjamin Kramer
2010-03-06Lowercase for consistencyKovarththanan Rajaratnam
2010-03-06Fix _MM_FROUND_NEARBYINT and move rounding intrinsics to macros.Eric Christopher
2010-03-06Add a message to these asserts.Benjamin Kramer
2010-03-06Use static method in GlobalValueRafael Espindola
2010-03-06PR6515: Implement __builtin_signbit and friends.Eli Friedman
2010-03-06Allow use of byref (__block attributed) arrays insideFariborz Jahanian
2010-03-06Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all),John McCall
2010-03-05When declaring a catch block in C++, make sure that the type beingDouglas Gregor
2010-03-05Augment __has_feature to report that Clang supports adding attribute 'unused'Ted Kremenek
2010-03-05Check if 'Unit' is NULL before trying to iterate over the diagnostics.Ted Kremenek
2010-03-05Add clang version to crashtracer string.Ted Kremenek