Go to file
Benjamin Kramer a0396e4583 X86: Rename the CLMUL target feature to PCLMUL.
It was renamed in gcc/gas a while ago and causes all kinds of
confusion because it was named differently in llvm and clang.

llvm-svn: 157745
2012-05-31 14:34:17 +00:00
clang Allow some BugReports to opt-out of PathDiagnostic callstack pruning until we have significantly 2012-05-31 06:03:17 +00:00
compiler-rt tsan: fix a typo 2012-05-31 14:24:10 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Add pow builtin. 2012-05-29 17:42:56 +00:00
libcxx The rules for emplace in map, multimap, unordered_map and unordered_multimap changed a while back and I'm just now updating to these new rules. In a nutshell, you've got to know you're emplacing to a pair and use one of pair's constructors. I made one extension: If you want to emplace the key and default construct the mapped_type, you can just emplace(key), as opposed to emplace(piecewise_construct, forward_as_tuple(key), forward_as_tuple()). 2012-05-25 22:04:21 +00:00
libcxxabi Fix bug in cxa_demangle involving template substitution. 2012-05-02 15:38:11 +00:00
lld Remove some compilation warnings. 2012-05-22 14:45:44 +00:00
lldb FreeBSD patch by Viktor Kutuzov 2012-05-31 07:49:36 +00:00
llvm X86: Rename the CLMUL target feature to PCLMUL. 2012-05-31 14:34:17 +00:00
polly www: Add GPGPU Code Generation Documentation. 2012-05-30 13:54:02 +00:00