Go to file
Kyle Butt fe916828ee IfConversion: factor out 2 functions to skip debug instrs. NFC
Skipping debug instructions occurrs repeatedly, factor it out.

llvm-svn: 277902
2016-08-06 01:52:31 +00:00
clang Fix typos from r277797 and unused variable from r277889. 2016-08-06 01:44:06 +00:00
clang-tools-extra [include-fixer] Correct some header mappings. 2016-08-05 11:54:34 +00:00
compiler-rt [sanitizer] allocator: move TransferBatch into SizeClassAllocator64/SizeClassAllocator32 because we actually need different iplementations for the 64- and 32-bit case. NFC; the following patches will make the TransferBatch implementations differ 2016-08-06 01:24:11 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Make min follow the OCL 1.0 specs 2016-07-25 22:36:22 +00:00
libcxx Add MSVC specifics to .gitignore. Patch from STL@microsoft.com 2016-08-03 05:51:19 +00:00
libcxxabi Attempt to bring peace to -Werror buildbots. 2016-07-19 20:35:09 +00:00
libunwind unwind: disable executable stacks 2016-08-05 21:35:28 +00:00
lld ExportTrie nodes need to be visisted in order. 2016-08-05 21:37:12 +00:00
lldb The lack of classes in the hash table is not an error - it's very legitimately possible for a process to define no ObjC classes of its own. Discovered by debugging /bin/ls 2016-08-06 00:57:07 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm IfConversion: factor out 2 functions to skip debug instrs. NFC 2016-08-06 01:52:31 +00:00
openmp Fixed x2APIC discovery for 256-processor architectures. 2016-08-05 15:59:11 +00:00
parallel-libs [StreamExecutor] Add kernel types 2016-08-05 16:05:44 +00:00
polly [CodeGen] Use MapVector instead of DenseMap. 2016-08-05 16:45:51 +00:00