]> granicus.if.org Git - clang/shortlog
clang
2011-04-17 Anders CarlssonCleanup tests, no functionality change.
2011-04-17 Anders CarlssonAdd addBaseSubobjectTypeName which isn't used yet.
2011-04-17 Anders CarlssonMove code to add a type name to a TagDecl type out...
2011-04-17 Anders CarlssonUse a SmallVector for field types in CGRecordLayoutBuil...
2011-04-17 Michael J.... Make -mno-mmx imply -mno-3dnow. This is what gcc does...
2011-04-17 Chris Lattnerwhen assertions are disabled, labels go away. Hopefull...
2011-04-17 Eli FriedmanHack to turn the valgrind buildbot green, until Devang...
2011-04-17 Chris Lattnerimplement rdar://9289524 - case followed immediately...
2011-04-17 Chris Lattnerfold memcpy/set/move_chk to llvm.memcpy/set/move when...
2011-04-16 Chris Lattnerfix rdar://9289603 - clang should fold trivial ?: for...
2011-04-16 Richard TrieuTesting my commit access. A few whitespace changes...
2011-04-16 Argyrios KyrtzidisIntroduce Rewriter::IncreaseIndentation() which increas...
2011-04-16 Tanya LattnerModify test for 32 and 64 bit.
2011-04-16 Devang PatelEmit proper selector name in debug info.
2011-04-16 Devang PatelEmit debug info for Objective-C properties.
2011-04-15 Tanya LattnerFix bug in vector initializer when initializing a vecto...
2011-04-15 Fariborz JahanianEnforce nonnull __attribute__ on Objective-C method...
2011-04-15 Douglas GregorInitial work to improve documentation for Clang's diagn...
2011-04-15 Douglas GregorFor the purposes of overload resolution, consider a...
2011-04-15 Douglas GregorForbid the use of C++ new/delete to allocate/free objec...
2011-04-15 Douglas GregorParse GNU-style attributes prior to the type-id/new...
2011-04-15 Nick LewyckyRestore accidentally deleted file (I blame svn).
2011-04-15 Fariborz JahanianFixes a crash when generating dependency file stuff
2011-04-15 Nick LewyckyReapply r129561, moving the runtime/Makefile that build...
2011-04-15 Nick LewyckyDoug Gregor tells me that runtime/libcxx/ is a placehol...
2011-04-15 Douglas GregorImplement appropriate semantics for C++ casting and...
2011-04-15 Owen AndersonRevert r129561, which broke one of the clang buildbots.
2011-04-15 Fariborz JahanianAllow shadowin of 'self' in objc methods in
2011-04-15 Richard SmithAdd __has_feature(cxx_range_for) check for C++11 range...
2011-04-15 Michael J.... Add mm3dnow.h.
2011-04-15 Michael J.... Add 3DNow! Intrinsics.
2011-04-15 Richard SmithUpdate www: clang now supports C++11 for-range and...
2011-04-15 Richard SmithSupport for C++11 (non-template) alias declarations.
2011-04-15 Richard SmithTeach -ast-print how to print template template parameters.
2011-04-15 Benjamin KramerFix mismatched delete.
2011-04-15 Richard SmithApply NAKAMURA Takumi's workaround to fix thses tests...
2011-04-15 Nick LewyckyCreate a compiler-rt directory and move the Makefile...
2011-04-15 Ted KremenekImprove diagnostics on GNU attributes by warning about...
2011-04-15 Chris Lattnerfix a bunch of comment typos found by codespell. Patch by
2011-04-15 Peter CollingbourneC1X: implement static asserts
2011-04-15 Peter CollingbourneC1X: implement generic selections
2011-04-15 Peter CollingbourneC1X: add a language standard
2011-04-14 Tanya LattnerDo not expand the opencl pragma names. This is so you...
2011-04-14 Douglas GregorIf the declaration of a C++ member function with an...
2011-04-14 Douglas GregorWhen we transform a C++ exception declaration (e.g...
2011-04-14 Richard SmithAdd support for C++0x's range-based for loops, as speci...
2011-04-14 Richard SmithDetect when the string "<::" is found in code after...
2011-04-14 Douglas GregorHarden Clang's cursor visitation logic against NULL...
2011-04-14 Fariborz JahanianMatch pointer of compatible vection types.
2011-04-14 Douglas GregorWhen determining the "usage" type of a declaration...
2011-04-14 Anton KorobeynikovImplement ARM pcs attribute. Basically it's another...
2011-04-14 Richard SmithName mangling of late-specified return types doesn...
2011-04-14 Richard SmithImplement C++0x [lex.pptoken]p3's handling of <::.
2011-04-14 Douglas GregorParse an '@' in an Objective-C++ class member specifica...
2011-04-14 Sebastian RedlChained PCH: Remember when additional specializations...
2011-04-14 Sebastian RedlAdd header guards to include/clang/Basic/ConvertUTF.h.
2011-04-14 Sebastian RedlFix -H. It was pretty broken.
2011-04-14 Sebastian RedlThe ASTReader created by -chain-include used the genera...
2011-04-14 Ted KremenekReturn the correct lastly populated block from CFGBuild...
2011-04-14 Ken DyckReplace a couple of divide-by-8s with divide-by-charwid...
2011-04-14 Eli FriedmanRe-fix r129481 and r129465 properly. Nulls fixits...
2011-04-14 Argyrios KyrtzidisWhen creating an implicit member expression through...
2011-04-14 Ken DyckReplace a couple of divisions-by-'8' with divisions...
2011-04-14 Anders CarlssonIn C++, when initializing an array from a pascal string...
2011-04-14 Anders CarlssonAdd a flag to StringLiteral to keep track of whether...
2011-04-13 Anders CarlssonRename test.
2011-04-13 Chandler CarruthAdd -no-canonical-prefixes to tests which assert on...
2011-04-13 Fariborz JahanianIssue the 2nd fixit even if fix-it hint is supressed.
2011-04-13 Ted KremenekAdd Objective-C++ files to those accepted by ccc-analyzer.
2011-04-13 Ted KremenekUpdate public analyzer build to checker-256.
2011-04-13 Fariborz JahanianNo fixit hint for builtin expressions which are
2011-04-13 Bill WendlingRemoving the unaligned load tests from builtins-x86...
2011-04-13 Axel NaumannFrom Vassil Vassilev: Give external source's last resor...
2011-04-13 Bill WendlingRemove comment that snuck in there.
2011-04-13 Bill WendlingIt looks like the FreeBSD buildbot needs this for the...
2011-04-13 Chandler CarruthTeach -Wuninitialized about C++'s typeid expression...
2011-04-13 Argyrios KyrtzidisCollect the options applicable to the Rewriter methods...
2011-04-13 Bill WendlingJust use a native "load" instead of translating the...
2011-04-13 Francois PichetStill not used to put the * next to the variable name.
2011-04-13 Francois PichetIn Microsoft mode, within class scope, if a CXXScopeSpe...
2011-04-13 Anders CarlssonUse EmitCallOrInvoke in EmitBadTypeidCall and EmitBadCa...
2011-04-13 Bill WendlingConvert the unaligned load builtins to the first-class...
2011-04-12 Daniel DunbarDriver/no-integrated-as: Fix forwarding of -g flag...
2011-04-12 Fariborz JahanianRedeclaration of 'self' should be flagged in
2011-04-12 Daniel DunbarIRgen/Obj-C: Emit CFStrings and NSStrings with the...
2011-04-12 John McCallWe can't emit an aggregate cast as its sub-expression...
2011-04-12 Daniel DunbarDriver: Don't treat -m{abi,arch,cpu,cmodel}= as "driver...
2011-04-12 Ted KremenekTeach VariadicMethodTypeChecker to not crash when proce...
2011-04-12 Ted KremenekFix another IdempotentOperationsChecker corner case...
2011-04-12 Ted KremenekProvide options to explicitly enable/disable checkers...
2011-04-12 Ted KremenekEnable C++ static analysis support in ccc-analyzer.
2011-04-12 Ted KremenekArrayBoundCheckerV2: don't arbitrarily warn about index...
2011-04-12 Lenny MaioraniThis patch adds modeling of strcmp() to the CString...
2011-04-12 Fariborz JahanianFix a regression where the initializer implements
2011-04-12 Richard SmithFix AST serialization of reference-to-reference types...
2011-04-12 Ted Kremenekstatic analyzer: invalidate by-ref arguments passed...
2011-04-12 Ted KremenekFix bug in SimpleSValBuilder where '--' pointer arithme...
2011-04-12 Douglas GregorDon't suggest dynamic_cast or typeid as code completion...
2011-04-12 John McCallTemplate static data members can have weak_odr linkage...
2011-04-12 John McCallWhoops.
next