]> granicus.if.org Git - clang/shortlog
clang
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...
2010-03-03 Eric ChristopherAdd in more c++ header paths for later gccs under gento...
2010-03-03 Fariborz JahanianImplements mangling of local class names to
2010-03-03 Chris Lattneradd framework for ARM builtins, Patch by Edmund Grimley...
2010-03-03 Benjamin KramerSimplify code a bit and remove unneeded semicolons.
2010-03-03 John McCallSketch out an implementation for __builtin_dwarf_cfa...
2010-03-03 Ted KremenekAdd '-test-print-linkage-source' option to c-index...
2010-03-03 Ted KremenekExport clang_getCursorLinkage().
2010-03-03 Ted KremenekAdd clang_getCursorLinkage(), which returns the
2010-03-03 John McCallImplement __builtin_eh_return.
2010-03-03 Anders CarlssonFix a bug with base offset merging that Devang noticed.
2010-03-03 Douglas GregorImplement name hiding for names found through virtual...
2010-03-03 John McCallAdd proper target hooks for __builtin_extract_return_ad...
2010-03-03 John McCallDon't emit derived-to-base destructor aliases if we...
2010-03-03 Douglas GregorRefactor CXXRecordDecl::lookupInBases() to push the...
2010-03-03 Ted KremenekUse SVN_REVISION, not SVN_VERSION.
2010-03-03 Ted KremenekFix an algorithmic bug in LiveVariables pointed out...
2010-03-03 Douglas GregorRevert r97618. Access control sucks
2010-03-03 Ted KremenekMake getClangRevision() check that SVN_VERSION is an...
2010-03-03 Zhongxing XuAdd comments to test case.
2010-03-03 Douglas GregorFactor out the recursive lookup into C++ base classes...
2010-03-03 Douglas GregorInitialize your storage, dummy
2010-03-03 Douglas GregorDon't use echo in the Index test, which I hope will...
2010-03-02 Douglas GregorEliminate the static map of overridden C++ methods...
2010-03-02 John McCallSuppress implicit member redeclarations arising from...
2010-03-02 Ted Kremenek[CFG]
2010-03-02 Ted KremenekDon't conjure a symbol for DeclStmts when the variable...
next