]> granicus.if.org Git - clang/shortlog
clang
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...
2010-03-04 Fariborz JahanianMake rewritten source compiled with clang++.
2010-03-04 Fariborz JahanianMake rewritten source compiled with clang++ for correct...
2010-03-04 Fariborz JahanianChange test to compile rewritten test with clang++.
2010-03-04 Fariborz JahanianPatch to get around a rewriter bug rewriting storage...
2010-03-04 Rafael Espindolareally fix 6473 by handling weakref in constant express...
2010-03-04 Chris Lattneradd TCE target support, patch by Pekka J!
2010-03-04 Erick TryzelaarUse LLVM's new DESTDIR-less PROJ_* variables.
2010-03-04 Douglas Gregorc-index-test's printing of linkage was completely broke...
2010-03-04 Fariborz JahanianFixes a bug whereby static const block var has static
2010-03-04 Rafael EspindolaFix PR6473.
2010-03-04 John McCallSteal the TARGET lit condition from the LLVM test suite.
2010-03-04 Zhongxing XuThe FIXME is fixed.
2010-03-04 Zhongxing XuWhen profiling Environment, also profile with AnalysisC...
2010-03-04 John McCallRevert changes r97693, r97700, and r97718.
2010-03-04 John McCallXFAIL these tests on win32, since the win32 buildbot...
2010-03-04 Eric ChristopherFirst start on smmintrin.h, rounding and blending.
2010-03-04 Eric ChristopherAdd in disabled case as well.
2010-03-04 Eric ChristopherAdd in -msse4.1 and -msse4.2 options and continuing...
2010-03-04 Eric ChristopherFix __builtin_ia32_roundss and __builtin_ia32_roundsd...
2010-03-04 Fariborz JahanianRefactor local class name mangling and make it
2010-03-04 John McCallImplement __builtin_dwarf_sp_column().
2010-03-04 Chris Lattnerfix a buildbot failure, this was passing for me because the
2010-03-04 John McCallCreate a TargetMachine whenever we create a CodeGenActi...
2010-03-03 Douglas GregorReinstate r97674 with a fix for the assertion that...
2010-03-03 Eric ChristopherRemove the linux c includes part of my last patch.
2010-03-03 Douglas GregorRevert r97674; it's causing failures
2010-03-03 Douglas GregorImplement disambiguation of base class members via a
2010-03-03 Fariborz JahanianFix code gen bug generating code for
2010-03-03 Chris Lattnermerge asm-2.c into asm.c, remove asm-inout.c because...
2010-03-03 Chris Lattnerfix PR6475, we were doing side-effecting stuff in an...
next