]> granicus.if.org Git - clang/shortlog
clang
2009-10-14 Douglas GregorImplement support for overloaded operator uses that...
2009-10-14 Duncan SandsThere is now only one version of eh.selector and eh...
2009-10-14 Sebastian RedlHave the exception specification checkers take partial...
2009-10-14 Sanjiv GuptaFew targets like PIC16 mangle the names of global varia...
2009-10-14 Sebastian RedlUse CanQualType in the exception specification verifica...
2009-10-14 Chris LattnerTeach Lexer::MeasureTokenLength to be able to measure the
2009-10-14 Sebastian RedlUse partial diagnostics properly in call to RequireComp...
2009-10-14 Sebastian RedlDo exception spec compatibility tests for member pointe...
2009-10-14 Zhongxing XuNow StoreManager::CastRegion() takes a MemRegion, retur...
2009-10-14 Zhongxing XuAdd comments to test.
2009-10-14 Chris Lattnerfix some cfstring related issues:
2009-10-14 Chris Lattnerunbreak test/CodeGen/builtins.c, reverting Devang's...
2009-10-14 Zhongxing XuRemove dead code.
2009-10-14 Zhongxing Xu* Remove unused GRState* parameter
2009-10-14 Ted KremenekAdd test case for <rdar://problem/7257223>, and XFAIL...
2009-10-14 Fariborz JahanianHandle ambiguity of reference initialization.
2009-10-14 Ted Kremenekretain/release checker: Recognize that calls to
2009-10-13 Douglas GregorRemove some non-ASCII characters
2009-10-13 Douglas GregorMember function templates (and instantiations/specializ...
2009-10-13 Douglas GregorImprove diagnostics when the parser encounters a declar...
2009-10-13 Edward O'CallaghanFix for PR 5181.
2009-10-13 Devang PatelCheck void type before using replaceAllUsesWith().
2009-10-13 Anders CarlssonThe operator loc points to the operator, not the functi...
2009-10-13 Ted Kremenekretain/release checker: retained objects passed to...
2009-10-13 Mike StumpRefine handling for non-virtual bases in return value...
2009-10-13 Anders CarlssonCheck the return type of binary operators and the arrow...
2009-10-13 Anders CarlssonCheck the return type of operator[]() and fix a thinko...
2009-10-13 Chris Lattnerfix test/CodeGen/statements.c on 32-bit hosts.
2009-10-13 Anders CarlssonMore return type checking.
2009-10-13 Mike StumpEnsure we sign extend.
2009-10-13 Anders CarlssonDiagnose invalid return types for unary operators.
2009-10-13 Douglas GregorUnify our diagnostic printing for errors of the form...
2009-10-13 Anders CarlssonPass the right SourceLocation to Actions.ActOnOverloade...
2009-10-13 Douglas GregorGive ourselves an A- on ASTs for explicit specializatio...
2009-10-13 John ThompsonFixes pth.c on Windows.
2009-10-13 John ThompsonConverted to use FileCheck.
2009-10-13 John McCallTurn -Wparentheses on by default.
2009-10-13 Anders CarlssonDon't assume that the LHS and RHS of a member pointer...
2009-10-13 Mike StumpRemove FIXME. We construct VBIndex very early, before...
2009-10-13 Douglas GregorDiagnose attempts to add default function arguments...
2009-10-13 Devang PatelRemove extra white space line.
2009-10-13 Devang PatelDo not check use_empty() before invoking replaceAllUses...
2009-10-13 Edward O'Callaghan-funit-at-a-time is the default however some current...
2009-10-13 Douglas GregorWhen explicitly specializing a member that is a templat...
2009-10-13 Douglas GregorImprove the internal representation and semantic analys...
2009-10-13 Mike StumpRefine handling for return value conversions with respe...
2009-10-13 Benjamin KramerSimplify pointer creation with the new Type::getInt...
2009-10-13 Chris LattnerTeach sema and codegen about the difference between...
2009-10-13 Chris Lattnerreimplement codegen for indirect goto with the followin...
2009-10-13 Chris Lattnermerge an indirect goto test into statements, add another
2009-10-13 Zhongxing XuReturn the original state by default.
2009-10-13 Chris Lattnernumber address-taken labels from 1. This allows 0...
2009-10-13 Chris LattnerUse the new Type::getInt8PtrTy method. This should...
2009-10-13 John Thompsontest commit
2009-10-13 Chris Lattneradd rdar # I accidentally lost.
2009-10-13 Chris Lattnermerge two tests.
2009-10-13 Chris Lattnermake the diagnostic in the 'unused result' warning...
2009-10-13 Chris Lattnerfix PR4938 by recognizing % as a modifier on outputs,
2009-10-13 Zhongxing XuNow we can call into another function with the CallInli...
2009-10-13 Zhongxing XuAdd two utility methods.
2009-10-13 Zhongxing XuAdd an initial implementation of EnterStackFrame()...
2009-10-12 Devang PatelDisable tests that check debug info intrinsic. This...
2009-10-12 Devang PatelEnable "debug info attached to an instruction" mode.
2009-10-12 Douglas GregorMinor CSS fix
2009-10-12 Douglas GregorWhen declaring a class template whose name is qualified...
2009-10-12 Douglas GregorMinor margin fix
2009-10-12 Douglas GregorTest explicit specialization involving multiple templat...
2009-10-12 Devang PatelThere is no need to attach debug location info with...
2009-10-12 Devang PatelEncode long double.
2009-10-12 Douglas GregorPermit explicit specialization of member functions...
2009-10-12 John McCallMore appropriate API usage.
2009-10-12 John McCallImplement -Wparentheses: warn about using assignments...
2009-10-12 Douglas GregorTest explicit specializations of static data members...
2009-10-12 Douglas GregorYet another test for explicit specialization, this...
2009-10-12 Anders CarlssonStore the key function of a record decl inside CGRecord...
2009-10-12 Ted KremenekUse a BumpPtrAllocator to allocate all aspects of CFG...
2009-10-12 Mike StumpFixup windows include paths. Patch by John Thompson.
2009-10-12 Douglas GregorMore tests for explicit template specialization
2009-10-12 Douglas GregorAdd test for last commit
2009-10-12 Douglas GregorDiagnose the declaration of explicit specializations...
2009-10-12 Fariborz JahanianHandle built-in unary operators when reporting ambiguities.
2009-10-12 Anders CarlssonFix test.
2009-10-12 Anders CarlssonEven more devirtualization cleverness.
2009-10-12 Ted KremenekAllow BumpVectorContext to conditionally own the underl...
2009-10-12 Anders CarlssonMore devirtualization improvements.
2009-10-12 Anders CarlssonDevirtualize calls on temporaries. A().f() for example.
2009-10-12 Anders CarlssonFactor out devirtualization checking into a separate...
2009-10-12 Fariborz JahanianUse CanQualType (instead of QualType) to store collecti...
2009-10-12 Fariborz JahanianIf built-in operators could not be selected because...
2009-10-12 Axel NaumannDon't install Makefiles nor tablegen input in include/.
2009-10-12 Edward O'CallaghanTypo in AddGnuCPlusPlusIncludePaths.
2009-10-11 Anders CarlssonIf the base type of a member call is a record type...
2009-10-11 Benjamin KramerRemove dead variable.
2009-10-11 Benjamin KramerAdd CGVtable.cpp to CMakeLists.
2009-10-11 Anders CarlssonMove the vtable builder to CGVtable.cpp, general cleanup.
2009-10-11 Anders CarlssonChange mangleCXXVtable and mangleCXXRtti to take CXXRec...
2009-10-11 Benjamin KramerCMake mingw build fixes.
2009-10-11 Sebastian RedlThis ought to complete exception spec support. Man...
2009-10-11 Sebastian RedlTypes appearing more than once in a spec shouldn't...
2009-10-11 Sebastian RedlTest exception spec compatibility on return type and...
next