]> granicus.if.org Git - clang/shortlog
clang
2010-03-10 Anders CarlssonAdd newline.
2010-03-10 Anders CarlssonDon't accidentally mark some functions in construction...
2010-03-10 John McCallAllow the fast path through ASTContext::getTypeDeclType...
2010-03-10 Zhongxing XuAdd use-after-free check to MallocChecker.
2010-03-10 Douglas GregorStatement expressions can be used in global- or namespa...
2010-03-10 John McCallCreate a new InjectedClassNameType to represent bare...
2010-03-10 Anders CarlssonWhen building construction vtables, we need to check...
2010-03-10 Rafael Espindolaadd missing test
2010-03-10 Anders CarlssonImprove vcall offset handling in construction vtables...
2010-03-10 Rafael EspindolaDelay codegen of vtables when handling implicit instant...
2010-03-10 Eric ChristopherAdd insert/extract_ps and related random macros.
2010-03-10 Devang PatelUse SmallString instead of alloca.
2010-03-10 Ted KremenekWhen computing in AnalysisContext the variables referenced
2010-03-10 Ted KremenekEnhance basic store to also lazily symbolicate VarRegions
2010-03-09 Devang PatelFix file reference for derived and composite types...
2010-03-09 John McCallValue-initialize the written-builtin-specifiers field...
2010-03-09 Fariborz JahanianFix the test some more.
2010-03-09 Fariborz JahanianSee if this test makes it though buildbot.
2010-03-09 Devang PatelMore then one anonymous aggregates on one line creates...
2010-03-09 Fariborz JahanianReverse the code gen. enabled part of test until I...
2010-03-09 Douglas GregorImprove Objective-C token-annotation test
2010-03-09 Fariborz JahanianCode gen test for a previous patch for
2010-03-09 Devang PatelUse getLast() instead of getBasename().
2010-03-09 Fariborz JahanianDon't error when a block pointer is passed to a
2010-03-09 Douglas GregorAdd an Objective-C test for token annotation
2010-03-09 Benjamin KramerReplace copy loops with memcpy.
2010-03-09 Devang PatelStart using DIFile. Corresponding llvm patch is r98020.
2010-03-08 Ted KremenekAdd test cases for r98003 and r98006.
2010-03-08 Ted KremenekAdd preprocessor guards to the definitions of size_t...
2010-03-08 Ted KremenekPlace the definition of 'va_list' within a preprocessor...
2010-03-08 Ted KremenekImplement clang_isUnexposed(), a predicate function...
2010-03-08 Chris Lattneradd a codegen hack to work around an AST bug, allowing...
2010-03-08 Ted KremenekAllocate ASTRecordLayout objects using the allocator...
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 John McCallRevert r97727 at ddunbar's request; we want to solve...
2010-03-08 John McCallRename -Wbad-literal to -Wliteral-range.
2010-03-08 Devang PatelRevert r97949.
2010-03-08 Ted KremenekDon't enable static analysis support for C++ by default...
2010-03-08 Douglas GregorImprove XML output for C++ classes, from Olaf Krzikalla!
2010-03-08 Kovarththanan... Mark variable as const
2010-03-08 Devang PatelAvoid DIDescriptor.isNull() checks.
2010-03-08 Douglas GregorExtend ObjCMessageExpr for class method sends with...
2010-03-08 Douglas GregorKeep track of type source information in the return...
2010-03-08 Duncan SandsRemove unused headers.
2010-03-08 Douglas GregorRemove redundant semicolon
2010-03-08 Douglas GregorMake a note for the C++0x future, when we'll have to...
2010-03-08 Douglas GregorIn C++98/03, an uninitialized variable that has POD...
2010-03-08 Douglas GregorDowngrade errors when trying to catch a pointer or...
2010-03-08 Chandler CarruthRevert r97925, it only contained the test updates not...
2010-03-07 Douglas GregorDowngrade errors when trying to catch a pointer or...
2010-03-07 Douglas GregorRobustify callers that rebuild typename type nodes...
2010-03-07 Douglas GregorPerform overload resolution when static_cast'ing from a
2010-03-07 Douglas GregorReference binding via user-defined conversion can compu...
2010-03-07 Kovarththanan... Undefine correct macro
2010-03-07 Chris Lattnerimplement support for -Wno-deprecated, PR6534. While
2010-03-07 Kovarththanan... Don't rely on implicit conversion
2010-03-07 Kovarththanan... Rename to addPPCallbacks since we're effectively adding...
2010-03-07 Kovarththanan... Don't assert if PP already contains a valid PP callback...
2010-03-07 Eric ChristopherAdd sse4.1 packed min and max intrinsics.
2010-03-07 Eric ChristopherAdd load hint instruction intrinsic.
2010-03-07 Eric ChristopherAdd in movntdqa intrinsic for load hint.
2010-03-07 Eric ChristopherAdd in support for dword multiply and fp dot product...
2010-03-07 Eric ChristopherAdd in dot product intrinsics for dpps and dppd.
2010-03-07 Eli FriedmanFix for PR6294: we should only delay recording nested...
2010-03-07 Douglas GregorDon't turn off mangling in implicitly extern "C" system...
2010-03-07 Tanya LattnerFix 80 col violation.
2010-03-07 Rafael EspindolaDon't produce debug info when given -g. Fixes PR6529.
2010-03-07 Tanya LattnerFix indentation, use string directly instead of StringRef.
2010-03-07 Tanya LattnerFix some weird patch issue.
2010-03-07 Tanya LattnerImplement missing-braces warning and add a test case.
2010-03-07 Chris Lattnerdisable these dirs which rely on dynamic linking on...
2010-03-06 Chris Lattneradd mblaze target support, patch by Wesley Peck!
2010-03-06 Chris Lattneron both the mac and linux, /usr/local/include is treated
2010-03-06 Benjamin KramerRename the new Iterator objects and raise an assertion...
2010-03-06 Benjamin KramerUpdate the python bindings for recent changes in the...
2010-03-06 Kovarththanan... Lowercase for consistency
2010-03-06 Eric ChristopherFix _MM_FROUND_NEARBYINT and move rounding intrinsics...
2010-03-06 Benjamin KramerAdd a message to these asserts.
2010-03-06 Rafael EspindolaUse static method in GlobalValue
2010-03-06 Eli FriedmanPR6515: Implement __builtin_signbit and friends.
2010-03-06 Fariborz JahanianAllow use of byref (__block attributed) arrays inside
2010-03-06 John McCallImplement __builtin_dwarf_sp_column for i386 (Darwin...
2010-03-05 Douglas GregorWhen declaring a catch block in C++, make sure that...
2010-03-05 Ted KremenekAugment __has_feature to report that Clang supports...
2010-03-05 Ted KremenekCheck if 'Unit' is NULL before trying to iterate over...
2010-03-05 Ted KremenekAdd clang version to crashtracer string.
2010-03-05 Fariborz JahanianPatch to build qualifier on objective-c
2010-03-05 Douglas GregorThe Windows build is just too weird; there's no real...
2010-03-05 Douglas GregorSwitch from NDEBUG to _DEBUG, since our Windows build...
2010-03-05 Douglas GregorOnly make __ptr64 and __w64 keywords when Microsoft...
2010-03-05 Douglas GregorA little hack to identify unwanted concurrency in CIndex
2010-03-05 Chris LattnerEmit warning on indirect goto that potentially violates
2010-03-05 Chris Lattneraddress PR6502 by downgrading the scope checker's address
2010-03-05 Kovarththanan... Use clang::io::Emit8
2010-03-05 Benjamin KramerMake sure the raw_string_ostream gets flushed so we...
2010-03-05 Zhongxing XuRemove reference to AnalysisContext in Environment...
2010-03-05 Fariborz JahanianRemove header file dependencies in block patch
2010-03-05 Blaine Garstadd support for a 1<<29 bit in the block flags field...
2010-03-05 Rafael EspindolaDon't produce an alias for a destructor if the target...
2010-03-05 Douglas GregorWhen we invalidate a declaration, make it public, so...
next