Go to file
Owen Anderson b88cc2fc52 Small improvement to InstrinsicEmitter::EmitAttributes. This change removes the “pushing” and “clearing” of the SmallVector and instead uses const arrays to pass the attributeKinds to AttributeSet::get .
Patch by Aditya Nandakumar.

llvm-svn: 194899
2013-11-16 00:20:01 +00:00
clang Corrected comment about MS prgama warning. 2013-11-16 00:16:03 +00:00
clang-tools-extra Reworked moduleImport example with real data. 2013-11-15 23:26:14 +00:00
compiler-rt Revert premature instructions to build __sync_fetch_* 2013-11-15 23:26:29 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc s/_CLC_DECL/_CLC_DEF/ 2013-10-31 15:50:53 +00:00
libcxx Fix-it suggestion for fixing min or max defines on Windows. 2013-11-15 23:41:01 +00:00
libcxxabi If libc++ has not declared bad_array_length, then declare it here just so that it gets into the binary. 2013-11-07 17:16:37 +00:00
lld Use range-based for loop. 2013-11-15 23:53:32 +00:00
lldb test: Remove annotation for now-fixed FreeBSD issue pr15302 2013-11-15 21:33:30 +00:00
llvm Small improvement to InstrinsicEmitter::EmitAttributes. This change removes the “pushing” and “clearing” of the SmallVector and instead uses const arrays to pass the attributeKinds to AttributeSet::get . 2013-11-16 00:20:01 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly PassManagerBase has moved into the legacy namespace as of r194324; match it here. 2013-11-12 17:10:46 +00:00