[llvm-branch-commits] [cfe-branch] r114908 - in /cfe/branches/Apple/whitney-IB: clang-merge-list.txt llvm-merge-list.txt

Daniel Dunbar daniel at zuster.org
Mon Sep 27 15:15:46 PDT 2010


Author: ddunbar
Date: Mon Sep 27 17:15:46 2010
New Revision: 114908

URL: http://llvm.org/viewvc/llvm-project?rev=114908&view=rev
Log:
Update LLVM and Clang merge lists.

Modified:
    cfe/branches/Apple/whitney-IB/clang-merge-list.txt
    cfe/branches/Apple/whitney-IB/llvm-merge-list.txt

Modified: cfe/branches/Apple/whitney-IB/clang-merge-list.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney-IB/clang-merge-list.txt?rev=114908&r1=114907&r2=114908&view=diff
==============================================================================
--- cfe/branches/Apple/whitney-IB/clang-merge-list.txt (original)
+++ cfe/branches/Apple/whitney-IB/clang-merge-list.txt Mon Sep 27 17:15:46 2010
@@ -1,153 +1,22 @@
-# Darwin/ARM seems to support mac68k align as well.
-104828
+# <rdar://problem/8414119> enum >= (enum)0 comparison should not generate any warnings
+114695
 
-# Fixed missing initialization of member. Should we enable unused argument warning?.
-104829
+# <rdar://problem/8461525> Implement API to retrieve the lexical and semantic parents of a cursor
+114587
 
-# When we've parsed a nested-name-specifier in a member access expression,
-# "forget" about the object type; only the nested-name-specifier matters for name
-# lookup purposes. Fixes PR7239.
-104834
+# <rdar://problem/8467189> clang reports wrong container for @property declared in @protocol and class extension (but not @interface)
+114693
 
-# <rdar://problem/8027844> Clang does not compile for..in in Objective-C++ source correctly
-104837
+# <rdar://problem/8470644> Extraneous results with caching of global completions
+114704
 
-# Additional empty class layout tests.
-104838
-104839
+# <rdar://problem/8476497> libclang should enable LLVM multithreading
+114760
 
-# Fix 80-column.
-104847
+# <rdar://problem/8477345> Precompiled preambles are failing when prefix headers are involved
+114774
 
-# Remove clang_isFromMainFile().
-104849
+# <rdar://problem/8479999> Enable caching of global code completions in "editing" options
+114810
 
-# MemoryBuffer::getSTDIN may return a null pointer if an error occurs.
-104856
 
-# More work on the empty subobject map. This code is not yet used.
-104861
-
-# Silence warning about "enumeral and non-enumeral type in conditional expression".
-104863
-
-# When null-initializing bases with data member pointers, don't assert on
-# virtual bases. Just initialize them to null.
-104868
-
-# When handling raw_ostream errors manually, use clear_error() so that
-# raw_ostream doesn't try to do its own error handling.
-104880
-
-# Add a comment to mention the memory ownership situation.
-104886
-
-# Tweak the fix-it for a copy constructor declared to take its argument
-# by-value. We now only prepend a space if it is needed.
-104889
-
-# Implement a code-completion hook for the receiver of an Objective-C
-# message. This completion gives better results than just using the "expression"
-# completion, which is effectively what happened before.
-104895
-
-# Fix typo.
-104898
-
-# Make -code-completion-patterns only cover multi-line code completions. Plus,
-# tweak a few completion patterns to better reflect the language grammar.
-104905
-
-# Do not produce types as valid code completions when we're in an expression
-# context in C/Objective-C, or when we're in an
-# @interface/@implementation/@protocol in Objective-C(++).
-104908
-
-# Don't put method bodies into code completions unless code patterns are turned on.
-104909
-
-# PR7230.
-104917
-
-# Frontend: Sprinkle in some C++ header paths for ARM/Darwin. Also, don't add
-# x86 paths on non-x86.
-104921
-
-# When we complain about a member being inaccessible due to a constraint along
-# an access path, add another note pointing at the member we actually found.
-104937
-
-# Optimize and complete associated-class-and-namespace collection from a type.
-104938
-
-# Test case for r104938.
-104939
-
-# Don't just skip over the entire tag definition if the parser action didn't
-# give us a decl back.  Makes -cc1 -parse-noop handle a substantially larger
-# amount of the C++ grammar.
-104940
-
-# PR7243.
-104942
-
-# <rdar://problem/8037512> Crash in objc exception rethrow
-104964
-
-# PR6762.
-104991
-
-# <rdar://problem/8020384> [gcc testsuite] [clang-32 regression] miscompile of unicode pascal strings
-104996
-
-# Update "users manual", PR2461 has been fixed.
-104997
- personality function name when using SjLj exceptions.
-104999
-
-# <rdar://problem/8040273> [driver] clang is invoking -cc1as with wrong option
-104955
-
-# <rdar://problem/8033209> support #pragma options align=power
-104864
-104865
-104998
-105000
-
-# <rdar://problem/8042105> valgrind errors in ElaboratedTypeLoc
-105062
-
-# <rdar://problem/8042325> Merge C++ header paths for PowerPC
-105083
-105084
-
-# <rdar://problem/8041787> crash in clang_getTypeDeclaration
-105111
-
-# <rdar://problem/8043322> accept '#pragma options align=mac68k' on powerpc
-105116
-
-# <rdar://problem/8043418> Use expected type to adjust priorities of code-completion results
-105128
-105137
-
-# <rdar://problem/80435>28 4A57: clang cra# <rdar://problem/8043528> clang crash in code completion
-105152
-
-# <rdar://problem/8044142> [fuzz] segmentation fault in clang::Sema::CodeCompeCletall
-105175
-
-# <rdar://problem/8044088> [fuzz] Assertion failed: (getLang().CPlusPlus && "Call sites of this function should be guarded by checking for C++")
-105178
-
-# <rdar://problem/8044135> [fuzz] Assertion failed: (Loc >= BufferStart && L<=oc  BufferEnd && "Location out of range for this buffer!")
-105181
-105182
-
-# <rdar://problem/8042673> #warning is no longer a separate 'type' of warning
-105188
-
-# <rdar://problem/7905186> missing ';' not reported before Objective-C message expressions
-105221
-105222
-105229

Modified: cfe/branches/Apple/whitney-IB/llvm-merge-list.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney-IB/llvm-merge-list.txt?rev=114908&r1=114907&r2=114908&view=diff
==============================================================================
--- cfe/branches/Apple/whitney-IB/llvm-merge-list.txt (original)
+++ cfe/branches/Apple/whitney-IB/llvm-merge-list.txt Mon Sep 27 17:15:46 2010
@@ -1,119 +1,2 @@
-# <rdar://problem/7986634> llvm-mc doesn't recognize instructions case insensitively
-104183
-
-# <rdar://problem/7973870> integrated-as crashes with "sfence"
-104203
-
-# <rdar://problem/7995898> llvm-mc doesn't recognize "pause"
-104204
-
-# <rdar://problem/7973752> pushf/popf not recognized
-104228
-104231
-
-# <rdar://problem/7997760> ... misencode of 'movq %mm0,0x10(%rdi)
-104244
-
-# <rdar://problem/8009352> MC misassembles movq of 64-bit constant
-104270
-104271
-104272
-104275
-
-# PR7135 - cast unsigned long -> double -> int gets assertion with -mno-mmx
-104308
-104336
-104337
-
-# PR7167 - Assertion failure "Unexpected illegal type!" in LegalizeDAG.cpp when using shufflevector
-104257
-
-# <rdar://problem/7739628> llvmgcc42-2324.6 causing PPC/Altivec mismatches?
-104238
-
-# TLS
-104163
-104197
-104201
-
-# String trashing cleanup.
-104223
-
-# llvm-mc option cleanup.
-104303
-
-# llvm-mc ELF prep work from mfleming.
-104264
-104316
-104317
-104318
-
-# Test XFAIL line fix.
-104190
-
-# <rdar://oblrem/8014869> ... unrecognized instructions 'retl'
-104394
-
-# <rdar://problem/7966070> ... 'setz' is unrecognized
-# <rdar://problem/8013393> llvm-mc does not recognize "jz"/"jnz"
-104435
-
-# <rdar://problem/7749809> sext checking for immediates isinstruction dependent
-104452
-104453
-
-# Misc streamer patches.
-104334
-104463
-104466
-104467
-
-# <rdar://problem/7973854> llvm-mc does not recognize many "cmov" variants
-104549
-
-# <rdar://problem/8017582> [vecLib] misencode of 'movd %r8, %mm'
-104552
-
-# <rdar://problem/7928306> Add categories to diagnostics
-104567
-
-# <rdar://problem/8017638> "aeskeygenassist" not supported
-104617
-
-# <rdar://problem/8017515> ... misencode of btq
-104621
-
-# <rdar://problem/7968844> ... SSE comparison instructions aren't matched
-104622
-104626
-
-# <rdar://problem/7995856> fmul and friend are encoded backwards
-104634
-
-# <rdar://problem/8017519> ... movl %cs, %eax isn't recognized
-104731
-
-# <rdar://problem/8031708> llvm-mc should avoid creating unnecessary fragments with -mc-relax-all
-104689
-104696
-104697
-104698
-104699
-104707
-104709
-104713
-104735
-104736
-104747
-
-# Random ambiguous instr fix.
-104757
-
-# <rdar://problem/8017595> llvm-mc doesn't recognize "jc"
-104890
-
-# <rdar://problem/8033374> mov %cr0, foo gets: Assertion failed: (isVirtualRegister(RegNo) && "Unknown physical register!")
-104994
-
-# <rdar://problem/8017522> [Libm] fwait unrecognized
-105001
+# <rdar://problem/8400094> [regression] [MultiSource/Benchmarks/Bullet/bullet.exec] inliner miscompile of btGjkEpa2 at -O3 -flto
+114781





More information about the llvm-branch-commits mailing list