]> granicus.if.org Git - clang/shortlog
clang
2010-10-11 Fariborz JahanianTest for //rdar: //8493239
2010-10-11 Fariborz JahanianSome refactoring of property rewriting stuff
2010-10-11 Douglas GregorEliminate the (de-)serialization of code completion...
2010-10-11 Douglas GregorEliminate -fdiagnostics-binary and all of the infrastru...
2010-10-11 Devang PatelFix debug info for functions whose context is a namespace.
2010-10-11 Douglas GregorEliminate clang_codeComplete(). libclang clients should...
2010-10-11 Douglas GregorSwitch c-index-test from clang_codeComplete() over to
2010-10-11 Fariborz JahanianThis patch does a few things in the area of objective-c
2010-10-11 Daniel DunbarIRgen/Obj-C: Fix encoding of "long double".
2010-10-11 Daniel DunbarMerge encode-test-1.m into encode-test.m
2010-10-11 Daniel DunbarFileCheck'ize test.
2010-10-11 Douglas GregorEliminate clang_setUseExternalASTGeneration() from...
2010-10-11 Francois PichetAdd parsing support for Microsoft attributes. MS attrib...
2010-10-11 Francois PichetAdd 2 Microsoft compiler intrinsics that don't require...
2010-10-11 Axel NaumannDeclare argv parameters as const char* const* instead...
2010-10-11 Axel NaumannTighten up constness of argv parameters to allow for...
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-10-11 Chris Lattnercomment out unused function
2010-10-11 Chris Lattnerbe less threatening.
2010-10-11 Argyrios KyrtzidisMake sure the VTables for template instantiations are...
2010-10-11 Argyrios KyrtzidisDon't let typeinfo name symbols be 'internal hidden...
2010-10-11 NAKAMURA Takumilib/CodeGen/CodeGenModule.cpp: DLLImportLinkage should...
2010-10-11 NAKAMURA Takumilib/Driver/Driver.cpp: Use the driver g++-4 for Cygwin...
2010-10-11 NAKAMURA Takumilib/Frontend/InitHeaderSearch.cpp: Fix compatibility...
2010-10-10 Chris Lattnerfix PR8217, a silent miscompilation of invalid code.
2010-10-10 Chris LattnerAllow a string literal to initialize a tail array ...
2010-10-10 Francois PichetUnbreak the CMake build.
2010-10-10 Zhongxing XuAdd experimental chroot check which checks improper...
2010-10-10 Argyrios KyrtzidisImplement __builtin_ia32_vec_ext_v2si function (require...
2010-10-10 NAKAMURA Takumilib/Driver/Tools.cpp: Disable cxa_atexit by default...
2010-10-09 Benjamin KramerDon't rely on a StringRef being null-terminated (it...
2010-10-09 Bill WendlingAdd target implementations for the X86 builtins:
2010-10-09 Abramo BagnaraFixed __builtin_constant_p return type.
2010-10-09 Argyrios KyrtzidisFix g++.dg regressions introduced at r115347 (rdar...
2010-10-09 John McCallSecure this test against slightly different number...
2010-10-09 John McCallPermit constant evaluation of const floating-point...
2010-10-09 Nico WeberAdd support for UCNs for character literals
2010-10-08 Douglas GregorImplement C++0x scoped enumerations, from Daniel Wallin...
2010-10-08 Fariborz JahanianRename test name.
2010-10-08 Fariborz JahanianMethod implemented in class's implementation may implement
2010-10-08 Fariborz JahanianWhen dealing with an assignment with LHS being a proper...
2010-10-08 Douglas GregorImprove XML output for class/struct/union declarations...
2010-10-08 Douglas GregorFix a typo in the Clang man page, from Alexander Best.
2010-10-08 Douglas GregorRevert the hack Chris Lattner added in r97981 to work...
2010-10-08 Douglas GregorThis patch fixes multiple issues in clang's designated...
2010-10-08 Douglas GregorFix the mapping of vertical-space cursor kinds to produ...
2010-10-08 Eric ChristopherTry to disable this again.
2010-10-08 Daniel Dunbarlibclang: Disable LLVM pretty stack trace functionality...
2010-10-08 Eric ChristopherDisable this test temporarily in an attempt to green...
2010-10-08 Devang PatelTighter check in r116060 blcoked enums also. Emit enum...
2010-10-08 John McCall__attribute__((aligned(n))) directly specifies the...
2010-10-08 Devang PatelDo not repeat debug info for file variable constants.
2010-10-08 Douglas GregorFix three related, wily issues with the recompilation...
2010-10-08 Argyrios KyrtzidisWhen we encounter a '==' in a context expecting a ...
2010-10-08 John McCallTrack the location of the context requiring an implicit...
2010-10-08 Argyrios KyrtzidisImplement -fshort-enums (rdar://8490496).
2010-10-07 Devang PatelIdentify functions with prototype appropriately in...
2010-10-07 Argyrios KyrtzidisFix an infinite loop, caused by unintended syntax bug...
2010-10-07 Fariborz JahanianFix a crash encoding ivars of vector types and
2010-10-07 Abramo BagnaraFixed cast to union with anonymous bitfields.
2010-10-07 Douglas GregorBugs should go to Bugzilla, not the mailing list
2010-10-07 Daniel Dunbartests: Force a triple to avoid wchar_t differences.
2010-10-07 Daniel Dunbartests: Tweak test to also match MSVC format.
2010-10-07 Fariborz JahanianStart and end location of a property-dot syntax expression
2010-10-07 Douglas GregorDon't force spell checking when code-completing. Let...
2010-10-07 Daniel DunbarDriver: When clang is built with a VENDOR set, include...
2010-10-07 Daniel Dunbarwww: Grammar, etc.
2010-10-07 Chris Lattnerclang++ sorta works now
2010-10-06 Fariborz JahanianPatch for adding message to unavailable attribute.
2010-10-06 Tom CareUnreachableCodeChecker cleanup and improvements
2010-10-06 Fariborz JahanianSimplified code for deprecated attribute wih message...
2010-10-06 Fariborz JahanianAdd message to attribute(deprecated).
2010-10-06 Douglas GregorFix a double-free error that can occur in rare cases...
2010-10-06 Devang PatelMark FunctionNoProtoType's argument as unspecified...
2010-10-06 John McCallRe-enable EH cleanups to destroy __block variables...
2010-10-06 Nick LewyckySilence unused variable warning in Release builds.
2010-10-06 Devang PatelDo not emit subrange for incomplete array type.
2010-10-06 Fariborz JahanianIssue deprecated warning when typeof uses typedef
2010-10-06 Douglas GregorReject the allocation of variably-modified types in...
2010-10-06 Devang PatelRemove unused argument.
2010-10-06 Francois Pichet_inline is an alias for inline in MSVC.
2010-10-06 Chandler CarruthRemove hard CRLF end-of-line markers from two files...
2010-10-06 Nico WeberAdd support for 4-byte UCNs like \U12345678. Warn about...
2010-10-06 Bill WendlingErm...this isn't the same as PR6658.
2010-10-06 Bill WendlingMMX conversion work is done. We can remove the FIXMEs.
2010-10-06 Bill WendlingAdd same hack to mmx-builtins.c as in Headers/c89.c...
2010-10-06 Anders CarlssonWhen checking for uninitialized fields in member initia...
2010-10-06 John McCallTeach the driver to pass -fexceptions in Objective...
2010-10-06 John McCallProvide a slightly specialized diagnostic for tautologi...
2010-10-06 John McCallUse a more conventional/efficient implementation for...
2010-10-06 Fariborz JahanianUe TagType, added a FIXME. Per John's comment.
2010-10-05 Fariborz JahanianIssue deprecated warning when typeof uses an
2010-10-05 John McCallWhen instantiating a new-expression, force a rebuild...
2010-10-05 Fariborz JahanianMethod declaration and its implementation must match...
2010-10-05 John McCall...without leaving a temporary file behind.
2010-10-05 John McCallEr, this test should actually run IR generation.
2010-10-05 John McCallTeach PopCleanupBlock to correctly handle the possibili...
2010-10-05 Douglas GregorSerialize the "inline" bit for namespaces. Fixes <rdar...
2010-10-05 Douglas GregorFix a marvelous chained AST writing bug, where we end...
2010-10-05 Fariborz JahanianFix a block rewriter bug where copy/dispose entries in
next