summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge r101067 from mainline.release_27Tanya Lattner2010-04-133-6/+24
* Merge r100516 from mainline.Tanya Lattner2010-04-061-1/+1
* Merge 98455 from mainline.Tanya Lattner2010-03-301-2/+2
* Merge 98264 from mainline.Tanya Lattner2010-03-122-8/+20
* Merge r98192 from mainline.Tanya Lattner2010-03-111-4/+4
* Merge 97981 from mainline.Tanya Lattner2010-03-112-2/+23
* Disable static analysis support for C++. It is still under active developmen...Ted Kremenek2010-03-081-3/+1
* Create 2.7 release branch.Tanya Lattner2010-03-080-0/+0
* Remove redundant semicolonDouglas Gregor2010-03-081-1/+1
* Make a note for the C++0x future, when we'll have to revisit the jump-diagnos...Douglas Gregor2010-03-081-0/+2
* In C++98/03, an uninitialized variable that has POD class type will beDouglas Gregor2010-03-084-19/+39
* Downgrade errors when trying to catch a pointer or reference toDouglas Gregor2010-03-084-10/+17
* Revert r97925, it only contained the test updates not the actual fix.Chandler Carruth2010-03-082-3/+3
* Downgrade errors when trying to catch a pointer or reference toDouglas Gregor2010-03-072-3/+3
* Robustify callers that rebuild typename type nodes again NULL returnDouglas Gregor2010-03-073-0/+23
* Perform overload resolution when static_cast'ing from aDouglas Gregor2010-03-074-5/+69
* Reference binding via user-defined conversion can compute a bindingDouglas Gregor2010-03-073-14/+44
* Undefine correct macroKovarththanan Rajaratnam2010-03-071-14/+14
* implement support for -Wno-deprecated, PR6534. WhileChris Lattner2010-03-076-46/+49
* Don't rely on implicit conversionKovarththanan Rajaratnam2010-03-071-2/+2
* Rename to addPPCallbacks since we're effectively adding a callback and maybe ...Kovarththanan Rajaratnam2010-03-073-15/+15
* Don't assert if PP already contains a valid PP callback. The PP can handle mu...Kovarththanan Rajaratnam2010-03-071-1/+0
* Add sse4.1 packed min and max intrinsics.Eric Christopher2010-03-071-0/+49
* Add load hint instruction intrinsic.Eric Christopher2010-03-071-0/+8
* Add in movntdqa intrinsic for load hint.Eric Christopher2010-03-071-0/+1
* Add in support for dword multiply and fp dot product intrinsics.Eric Christopher2010-03-071-0/+17
* Add in dot product intrinsics for dpps and dppd.Eric Christopher2010-03-071-0/+2
* Fix for PR6294: we should only delay recording nested dynamic classes if theyEli Friedman2010-03-072-1/+14
* Don't turn off mangling in implicitly extern "C" system headers. GCCDouglas Gregor2010-03-072-6/+4
* Fix 80 col violation.Tanya Lattner2010-03-071-1/+2
* Don't produce debug info when given -g. Fixes PR6529.Rafael Espindola2010-03-072-1/+8
* Fix indentation, use string directly instead of StringRef.Tanya Lattner2010-03-071-5/+4
* Fix some weird patch issue.Tanya Lattner2010-03-071-1/+1
* Implement missing-braces warning and add a test case.Tanya Lattner2010-03-074-1/+23
* disable these dirs which rely on dynamic linking on mingw/cygwinChris Lattner2010-03-071-0/+7
* add mblaze target support, patch by Wesley Peck!Chris Lattner2010-03-061-0/+131
* on both the mac and linux, /usr/local/include is treated Chris Lattner2010-03-061-1/+1
* Rename the new Iterator objects and raise an assertion instead of returning i...Benjamin Kramer2010-03-061-10/+12
* Update the python bindings for recent changes in the CIndex API.Benjamin Kramer2010-03-061-88/+88
* Lowercase for consistencyKovarththanan Rajaratnam2010-03-063-5/+5
* Fix _MM_FROUND_NEARBYINT and move rounding intrinsics to macros.Eric Christopher2010-03-061-25/+5
* Add a message to these asserts.Benjamin Kramer2010-03-061-3/+3
* Use static method in GlobalValueRafael Espindola2010-03-061-11/+1
* PR6515: Implement __builtin_signbit and friends.Eli Friedman2010-03-063-0/+23
* Allow use of byref (__block attributed) arrays insideFariborz Jahanian2010-03-062-2/+6
* Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all),John McCall2010-03-065-0/+120
* When declaring a catch block in C++, make sure that the type beingDouglas Gregor2010-03-052-5/+66
* Augment __has_feature to report that Clang supports adding attribute 'unused'Ted Kremenek2010-03-052-1/+10
* Check if 'Unit' is NULL before trying to iterate over the diagnostics.Ted Kremenek2010-03-051-1/+2
* Add clang version to crashtracer string.Ted Kremenek2010-03-051-1/+2