Go to file
Duncan P. N. Exon Smith 29c524983b ARM: Remove implicit iterator conversions, NFC
Remove remaining implicit conversions from MachineInstrBundleIterator to
MachineInstr* from the ARM backend.  In most cases, I made them less attractive
by preferring MachineInstr& or using a ranged-based for loop.

Once all the backends are fixed I'll make the operator explicit so that this
doesn't bitrot back.

llvm-svn: 274920
2016-07-08 20:21:17 +00:00
clang Fix flag name in comment in cuda-version-check.cu. 2016-07-08 17:59:24 +00:00
clang-tools-extra [include-fixer] Don't add qualifiers to symbols which have global scope operator. 2016-07-08 14:28:43 +00:00
compiler-rt Add runtime support for __cpu_model (__builtin_cpu_supports) 2016-07-08 16:28:54 +00:00
debuginfo-tests
libclc configure: Remove device specific defines 2016-06-17 20:30:50 +00:00
libcxx Fix typo in #ifdef; leave tests commented out b/c gcc 4.8 harks on them. 2016-07-08 16:59:54 +00:00
libcxxabi Fix [libcxxabi] Fix warning about uninitialized const member. 2016-06-15 19:59:16 +00:00
libunwind [PATCH] [libunwind][ehabi] Use early returns where possible. 2016-07-08 12:13:31 +00:00
lld Attempt to fix buildbots. 2016-07-08 19:59:11 +00:00
lldb Make IsSyntheticChildrenGenerated() virtual so that dynamic and synthetic values can refer back to their parents 2016-07-08 18:39:36 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm ARM: Remove implicit iterator conversions, NFC 2016-07-08 20:21:17 +00:00
openmp Improving EPCC performance when linking with hwloc 2016-07-08 17:43:21 +00:00
parallel-libs Change mailing list names in README 2016-06-24 22:50:09 +00:00
polly Fix assertion due to buildMemoryAccess. 2016-07-08 12:38:28 +00:00