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

Daniel Dunbar daniel at zuster.org
Tue Jan 11 11:04:21 PST 2011


Author: ddunbar
Date: Tue Jan 11 13:04:21 2011
New Revision: 123250

URL: http://llvm.org/viewvc/llvm-project?rev=123250&view=rev
Log:
Remove stray merge lists from clone.

Removed:
    cfe/branches/Apple/palisade-IB/clang-merge-list.txt
    cfe/branches/Apple/palisade-IB/llvm-merge-list.txt

Removed: cfe/branches/Apple/palisade-IB/clang-merge-list.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/palisade-IB/clang-merge-list.txt?rev=123249&view=auto
==============================================================================
--- cfe/branches/Apple/palisade-IB/clang-merge-list.txt (original)
+++ cfe/branches/Apple/palisade-IB/clang-merge-list.txt (removed)
@@ -1,532 +0,0 @@
-# Reversion of r117678, which broke various projects.
-117829
-
-# <rdar://problem/8614832> Massive log spam of entries like "0.0579 (100.0%"
-117910
-
-# <rdar://problem/8614470> linker crash during project build
-117887
-
-# <rdar://problem/8613075> clang is leaking a ton of small allocations
-117912
-
-# <rdar://problem/8580129> crash at clang::SourceManager::isBeforeInTranslationUnit const + 509
-117946
-
-# <rdar://problem/8084251> crash at clang::Sema::MaybeBindToTemporary
-117954
-
-# <rdar://problem/8501494> crash at clang::TextDiagnosticPrinter::HandleDiagnostic + 153
-117990
-
-# <rdar://problem/8622014> private extern visibility is wrong
-118034
-
-# <rdar://problem/8621026> stop erroring on -fasm-blocks
-118037
-
-# <rdar://problem/8622647> visibility of static locals is wrong
-118065
-
-# <rdar://problem/7824372> [sema] [diags] poor recovery with missing @end
-117991
-
-# <rdar://problem/8435969> #pragma clang diagnostic ... in prefix header has no effect when prefix header is precompiled
-118303
-
-# <rdar://problem/8437790> clang issues unfixable double warnings for static locals
-118500
-
-# <rdar://problem/8494798> Synthesized ivars aren't added as completions
-118052
-
-# <rdar://problem/8510737> Emit RTTI info for nullptr_t
-118236
-118238
-
-# <rdar://problem/8540491> [g++.dg/ext/asm6.C] Assertion failed: (ExprTemporaries.empty() && "Leftover temporaries in function")
-117961
-118001
-
-# <rdar://problem/8583824> Implement -fworking-directory=path
-118203
-
-# <rdar://problem/8595462> problems coloring functions inside an @implementation (clang_annotateTokens())
-118109
-118111
-
-# <rdar://problem/8595749> clang_getCursor() returns the wrong def when there's more than one in a statement
-117973
-
-# <rdar://problem/8600419> crash in clang::ASTContext::getASTRecordLayout()
-117942
-
-# <rdar://problem/8605692> Documentation: allow deprecating enumerators
-118435
-
-# <rdar://problem/8608173> Execute clang_parseTranslationUnit() on a separate thread with a larger stack
-118223
-118224
-118273
-118274
-118278
-
-# <rdar://problem/8611113> [PR8507] crash when using double pointer-to-member in if clause
-117850
-
-# <rdar://problem/8611125> [PR8505] compiler crash with forward declarations and templates
-118235
-
-# <rdar://problem/8617189> invalid SourceRange object
-118132
-118297
-
-# <rdar://problem/8618574> [PR8462] Argument deduction failure in function templates
-117983
-
-# <rdar://problem/8620459> [PR7419] Fail to recognize that return types match through two typedefs
-118211
-
-# <rdar://problem/8620467> [PR7425] function arguments which are const references fail to compile when passed an instantiation of a template function
-118407
-
-# <rdar://problem/8620492> [PR7611] Not emitting covariant thunk
-118466
-
-# <rdar://problem/8620510> [PR7666] Variable size array function parameters cause clang to segfault
-118019
-
-# <rdar://problem/8620524> [PR7851] clang++ can't compile CryptoPP 5.6.0
-118066
-
-# <rdar://problem/8620546> [PR7896] c++ crash with overloading and using decl in class template
-118239
-
-# <rdar://problem/8620582> [PR7905] clang c++ crash with compound literal with array with templated element type
-118428
-
-# <rdar://problem/8620692> [PR8013] clang c++ calling address of overload set fails
-118508
-
-# <rdar://problem/8620772> [PR8182] wrong constructor choice (templates)
-118418
-
-# <rdar://problem/8620775> [PR8234] Assertion when instantiating template
-118314
-
-# <rdar://problem/8620812> [PR8477] "overloaded operator '[]' is ambiguous" error, probably false
-118178
-
-# <rdar://problem/8621849> build failure
-118366
-
-# <rdar://problem/8627225> No completion for class method declared in class extension
-118443
-
-# <rdar://problem/8635664> crash in clang at clang: clang::Sema::InstantiateMemInitializers + 729
-118306
-118313
-
-# <rdar://problem/8639728> IdentifierIterator object always leaked (leak during code completion)
-118371
-
-# <rdar://problem/8639730> StringSet<> possibly leaking in CaclulateHiddenNames (leak during code completion)
-118372
-
-# <rdar://problem/8640439> [PR8230] invalid cast to reference to function is allowed
-118400
-
-# <rdar://problem/8642434> AttrNonNullChecker crashes when reasoning about transparent unions
-118472
-118473
-
-# <rdar://problem/8644056> [libc++ support] Add __nullptr keyword (available in all C++ modes)
-118482
-
-# <rdar://problem/8644873> [PR8567] Incorrect code for VLA pointers
-118468
-118483
-
-# <rdar://problem/8645186> Integrate fix for PR8001: not seeing declaration of constructors for previously declared template class
-118454
-
-# <rdar://problem/8645331> [PR8025] clang c++ diagnostic for bitfield with non-integral type missing source location
-118481
-
-# <rdar://problem/8645380> Out-of-line declarations/definitions show up in code-completion results
-118484
-
-# <rdar://problem/8645527> Add clang_getSpellingLocation() API
-118495
-
-# Patch from dchisnall (for clean merges).
-118170
-
-# <rdar://problem/8621295> disable Clang 2.0 ObjC extensions (-fnon-fragile-abi2)
-118786
-
-# <rdar://problem/6839683> analyzer treats load from non-null, harded coded address as an 'undefined value'
-118852
-
-# <rdar://problem/8592657> [qoi] Clang should do something with -Oz
-119003
-
-# <rdar://problem/8608293> cant use a.b.c syntax inside a for (x in y) loop in a block
-118425
-
-# <rdar://problem/8608902> Cannot use static type enforcement in a block type definition
-118205
-118208
-118286
-
-# <rdar://problem/8620540> [PR7863] Function template and ?: causes segfault
-118631
-
-# <rdar://problem/8620732> [PR8130] Clang fails to partially order overloaded operators correctly
-118944
-
-# <rdar://problem/8629498> crash in clang::TextDiagnosticPrinter::HandleDiagnostic + 1847
-118751
-
-# <rdar://problem/8648004> [regression] Revert erroneous fix for PR8013
-118620
-
-# <rdar://problem/8648607> [PR8380] Assertion `StartColNo <= EndColNo && "Invalid range!"' on invalid code
-118625
-
-# <rdar://problem/8649963> UsingDecl leaks memory
-118674
-
-# <rdar://problem/8650003> AttributeLists still leaked in random places in Parser and Sema
-118675
-
-# <rdar://problem/8650865> CursorVisitor blowing out the stack with deeply nested member expressions (llvm::StringSwitch)
-118782
-118783
-118785
-#correct to merge???
-
-# <rdar://problem/8651930> [regression][Boost] spurious error "class template partial specialization cannot be redeclared"
-118704
-
-# <rdar://problem/8653761> use of invalid presumed location
-118885
-
-# <rdar://problem/8656118> crash in clang::CodeGen::CGDebugInfo::getOrCreateFile + 344
-118834
-
-# <rdar://problem/8656560> DeclarationNameLocInfo fails to zero out all fields, leading to use of uninitialize SourceLocation
-118881
-
-# <rdar://problem/8659019> Nested CXXOperatorCallExprs can blow the stack in CursorVisitor
-118853
-
-# <rdar://problem/8660822> [PR8342] Direct-initialization of class object in second step of copy-initialization fails for explicit copy-constructor.
-118880
-
-# <rdar://problem/8663596> False idempotent operation warning because the worklist is not empty (and can influence the result)
-118982
-118983
-118984
-
-# <rdar://problem/8665922> [PR8425] clang rejects valid implicit conversion sequence in templates
-119005
-
-# <rdar://problem/8667976> Fix for C++ DR532
-119145
-
-# <rdar://problem/8653152> llc rejects -emit-llvm output
-118727
-
-# <rdar://problem/8289205> Stack overflow in CursorVisitor due to deeply nested BinaryOperator expressions
-118444
-
-# <rdar://problem/8617301> Deprecated ObjC properties don't generate warnings if [] syntax is used
-118676
-
-# <rdar://problem/8663544> analyzer crashes when casting the result of a function via a function pointer
-119177
-
-# <rdar://problem/8632525> Incompatible redeclaration of library function 'objc_msgSend'
-118634
-118635
-
-# <rdar://problem/8620705> [PR8022] clang c++ assertion "Invalid Scope." on invalid template using directive
-118669
-
-# <rdar://problem/8620586> [PR7915] clang c++ crash declaring friend with same name as containing class
-118670
-
-# <rdar://problem/8283484> Bad error message for missing @end before implementation
-118629
-
-xclang# <rdar://problem/7743000> [qoi] [diags] [c++] lame diagnostic calling method on const object
-119336
-
-# <rdar://problem/8563176> Incomplete Code Completion / Syntax Highlighting
-119285
-
-# <rdar://problem/8643016> Repeated USR generation results in many small mallocs
-119319
-119322
-119337
-119338
-
-# <rdar://problem/8658491> global completion results shouldn't be cached before being requested
-119285
-
-# <rdar://problem/8662359> [regression] major (90% user time) performance regression on -O0 -g on automative-susan
-119284
-
-# <rdar://problem/8669977> [PR8619] [clang cfg] Assertion failed: (ConfluenceBlock->pred_size() == 2), function VisitConditionalOperator, file /Volumes/Data/g/clang/lib/Analysis/CFG.cpp, line 1207.
-119284
-
-# <rdar://problem/8670542> ASTUnit::getMainBufferWithPrecompiledPreamble() leaking MemoryBuffers
-119379
-
-# <rdar://problem/8673180> [PR8625] Incorrect warning with -Wformat=2
-119339
-119340
-
-# <rdar://problem/8674865> [PR8623] destructor not called on temporary in ternary
-119408
-
-# <rdar://problem/8595386> Issues doing syntax coloring of properties (with clang_annotateTokens())
-119409
-119447
-
-# <rdar://problem/8664972> Convert statement-visitation in CursorVisitor to being data-recursive
-118909
-118910
-118911
-118912
-118927
-118928
-118929
-118933
-118934
-118947
-118956
-118957
-118960
-118961
-118964
-118986
-118989
-118990
-119028
-119030
-119047
-119281
-119282
-119287
-119290
-119349
-119437
-119438
-119439
-119440
-119441
-119442
-119443
-119444
-119452
-119585
-119591
-119596
-
-# <rdar://problem/8674564> warnings from code completion
-119569
-
-# <rdar://problem/8678408> Jump To Definition fails for implicit member accesses
-119516
-
-# <rdar://problem/8678459> clang_getCursor() broken in the return types of functions
-119514
-
-# <rdar://problem/8631263> bogus warning on ill-formed protocol-qualifer list
-119805
-
-# <rdar://problem/8686426> Need API to get a category number from CXDiagnostic
-119802
-
-# <rdar://problem/8681766> iVar getting clobbered when compile under "LLVM Compiler 2.0"
-119751
-
-# <rdar://problem/8556628> linker error passing -demangle
-119809
-
-# <rdar://problem/8686888> crash in CheckBuiltinFunctionCall
-119813
-
-# <rdar://problem/7629420> Clang missing "error: duplicate property declaration 'foo'"
-118689
-
-# <rdar://problem/8707031> [PR8694] Sema crashes when forward enum pointer is passed as int pointer
-120345
-
-# <rdar://problem/8713442> [PR8707] Blocks cannot contain static variables when compiled with clang, works with LLVM-GCC 4.2
-120486
-
-# <rdar://problem/8691746> crash at clang: clang::CodeGen::CGDebugInfo::CreateType + 81
-120401
-
-# <rdar://problem/8689703> don't warn on -force_cpusubtype_ALL
-119803
-
-# <rdar://problem/8692502> r118203 introduced a ton of sys::Path allocations in the hot preprocessor file lookup path
-#119934
-#119995
-
-# <rdar://problem/8681958> [PR8641] Clang incorrectly warns of undefined behavior with printf specifier %#X
-119946
-
-# <rdar://problem/8673791> LLVM 1.6 backing ivar 'fix' needs to be 'unfixable'
-119543
-
-# <rdar://problem/8714395> "use of overloaded operator '<<' is ambiguous" using NSString*
-120607
-
-# <rdar://problem/8716974> [PR8479] clang evaluates visibility of default parameters at the call site instead of at parameter definition site
-120299
-120389
-
-# <rdar://problem/7581226> implement CXCursor hash function
-119876
-
-# <rdar://problem/8690481> Introduce clang_getCanonicalCursor()
-119874
-
-# <rdar://problem/8554072> Need API to look up file paths of imported files by name or import string
-120390
-120392
-120395
-120396
-120397
-
-# <rdar://problem/8722589> [regression] Silence warning about explicit conversion with incompatible Objective-C pointer types
-120744
-
-# <rdar://problem/8734046> allow dropping cv-qualifiers on conversion to id
-121047
-
-# <rdar://problem/8560647> Implement support for __attribute__((common)) and __attribute__((nocommon))
-120650
-
-# <rdar://problem/8592641> Support objc_getClass as a builtin
-120437
-
-# <rdar://problem/8594790> Clang fails to call copy constructor with byref blocks
-118745
-119011
-119014
-119027
-119174
-119368
-119411
-120617
-120713
-
-# <rdar://problem/8688179> insane build time on PostgreSQL
-117998
-121023
-121025
-
-# <rdar://problem/8689273> Improve on flagging language-dependent builtin functions
-120429
-
-# <rdar://problem/8703553> clang frontend command failed due to signal 11: clang::CodeGen::CodeGenFunction::EmitLoadOfLValue(clang::CodeGen::LValue, clang::QualType)
-120855
-
-# <rdar://problem/8721692> Improve error: existing ivar '_bar' for a __strong property 'bar' must be garbage collectable
-120737
-
-# <rdar://problem/8724287> static analyzer failed to process function
-120795
-120796
-
-# <rdar://problem/8730409> dwarf writer generates invalid .byte directives (>255)
-121324
-
-# <rdar://problem/8735441> uniquing hash is causing way too many allocations
-121318
-121321
-121334
-121341
-
-# <rdar://problem/8736900> clang++-built kernel hangs because of c++ global variable initialization issues
-117868
-
-# <rdar://problem/8739801> ADOBE: Tentative parsing for function/variable disambiguation fails in the presence of parameter attributes
-121228
-
-# <rdar://problem/8740363> ADOBE: C++ inline function is not getting weak linkage
-121373
-
-# <rdar://problem/8740998> [Adobe] Crash in template code
-121322
-
-# <rdar://problem/8742144> Duplicate completions
-121416
-121424
-
-# <rdar://problem/8744712> VALVE: Add warning flag for "using 'typename' outside of a template" diagnostic
-121290
-
-# <rdar://problem/8744831> [verified onsite] VALVE: Driver bug: preprocessor flag -MM does not override -M
-121284
-
-# <rdar://problem/8745206> [VERIFIED onsite] VALVE: Incorrect packing of polymorphic class
-121335
-121352
-
-# <rdar://problem/8751176> Gather completions after the first reparse, not the second
-121413
-
-# <rdar://problem/8753080> Jump to Definition jumps to wrong definition
-121470
-
-# <rdar://problem/8062781> method's not stored in source order
-122347
-122348
-
-# <rdar://problem/8722072> [PR8124] copy is only important at the start of a method name
-122036
-122040
-122046
-
-# <rdar://problem/8753949> [Performance] Consider 16-byte alignment for type nodes
-121473
-121474
-
-# <rdar://problem/8754101> Eliminate branches from QualType::getTypePtr()
-121489
-120562
-121495
-
-# <rdar://problem/8778404> Blocks don't get colored if annotation starts within the block itself
-122338
-
-# <rdar://problem/8778497> visibility and templates in clang++ - again
-122136
-122137
-
-# <rdar://problem/8778973> Some symbols are "weak external" unexpectedly
-122033
-
-# <rdar://problem/8779113> no syntax coloring inside a do/while loop
-122062
-
-# <rdar://problem/8820901> Protect default synthesize under a LangOption flag
-122519
-122757
-122519
-
-# <rdar://problem/8818375> Remove -fnon-fragile-abi2 flag
-122831
-
-# <rdar://problem/8769582> Auto-synthesized ivars should be @private by default
-121913
-
-# <rdar://problem/8790245> [PR8821] clang crashes when compiling webkit
-122536

Removed: cfe/branches/Apple/palisade-IB/llvm-merge-list.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/palisade-IB/llvm-merge-list.txt?rev=123249&view=auto
==============================================================================
--- cfe/branches/Apple/palisade-IB/llvm-merge-list.txt (original)
+++ cfe/branches/Apple/palisade-IB/llvm-merge-list.txt (removed)
@@ -1,186 +0,0 @@
-# alignof rename.
-117774
-
-# <rdar://problem/8611144> [PR8506] valueprop crash
-117709
-
-# <rdar://problem/8611556> [PR8471] - [scev] clang segfaults while optimizing a snippet of C code
-117698
-
-# Test fix needed for <rdar://problem/8611144> [PR8506] valueprop crash
-117712
-
-# <rdar://problem/8606584> [PR8336] clang hangs while optimizing a snippet of C code
-118133
-118143
-
-# <rdar://problem/8606771> instcombine miscompilation
-117953
-
-# <rdar://problem/8608173> Execute clang_parseTranslationUnit() on a separate thread with a larger stack
-118222
-118272
-
-# <rdar://problem/8616046> [PR8522] Use-after-free in VMCore library (ConstantUniqueMap::refineAbstractType)
-118030
-
-# <rdar://problem/8613782> Merge ARM fast-isel fixes
-# <rdar://problem/8617794> thumb conditional instruction not in IT block error
-117710
-117848
-117994
-117995
-117996
-118126
-118148
-118192
-118333
-
-# <rdar://problem/8636812> [regression] 20020614-1.c fails
-118471
-
-# <rdar://problem/8639732> StringRef::edit_distance leaks memory (leak during code completion)
-118370
-
-# <rdar://problem/8017633> "movzx" and "movsx" not recognized
-117901
-
-# <rdar://problem/8398679> need a general alias mechanism for the assembler
-
-# For clean merges:
-117724
-
-117773
-117803
-117815
-117816
-117817
-117818
-117819
-117820
-117821
-117822
-117823
-117824
-117826
-117827
-117828
-117830
-117831
-117840
-117843
-117844
-117845
-117846
-117847
-
-117857
-117858
-117859
-117860
-117861
-117862
-117863
-
-117884
-117885
-117886
-
-117888
-117889
-117890
-117891
-117892
-117893
-117894
-117895
-
-117897
-117898
-117899
-
-# <rdar://problem/8653152> llc rejects -emit-llvm output
-118726
-
-# <rdar://problem/8662359> [regression] major (90% user time) performance regression on -O0 -g on automative-susan
-119382
-119400
-
-# <rdar://problem/8673083> /tmp/cc-EaE6Vo.s:7187:unsupported relocation on symbol d18
-118888
-
-# <rdar://problem/8674684> elapsed Time regression in PostgreSQL build
-119455
-119550
-119554
-119562
-119570
-119578
-119584
-119587
-119595
-
-# <rdar://problem/8675131> PR8366: -march=native on i5 emits unaligned movaps
-119605
-
-# <rdar://problem/8673046> support .symbol_resolver directive
-119816
-
-# <rdar://problem/8692109> merge fast-isel change for t2STRHi12
-119810
-119856
-119859
-119861
-119862
-119911
-
-# <rdar://problem/7920815> Exception handling is incorrect under 32-bit
-# <rdar://problem/8687257> i386 backend reuses spill slot after setjmp
-119875
-
-# <rdar://problem/8581401> bad source location in assembler diagnostic
-119676
-
-# <rdar://problem/8716642> bogus function prologues
-118026
-
-# <rdar://problem/8730409> dwarf writer generates invalid .byte directives (>255)
-121323
-
-# <rdar://problem/8739316> miscompilation in instcombine
-121353
-
-# <rdar://problem/8740754> libclang should not be built using flat namespaces
-121223
-121231
-
-# <rdar://problem/8741045> [Adobe] Inline assembly parser rejecting lock/ prefix
-121320
-
-# <rdar://problem/8741810> [PR8735] c++ miscompile at -O2
-120995
-
-# <rdar://problem/8742570> Merge data structure speedups in backend
-120003
-120440
-
-# <rdar://problem/8745191> clang-124 broke thread local variable support
-121330
-
-# <rdar://problem/8747933> tls dag combine broken
-121316
-121340
-121358
-
-# <rdar://problem/8756731> instcombine miscompilation
-122529
-
-# <rdar://problem/8813415> [regression] [nt] External/SPEC/CINT2000/164_gzip/164_gzip.exec miscompile
-122772
-
-# <rdar://problem/8792542> misaligned branch destination
-120324
-122313
-
-# <rdar://problem/8795958> clang crash
-122104





More information about the llvm-branch-commits mailing list