]> granicus.if.org Git - clang/shortlog
clang
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...
2009-10-11 Zhongxing XuIntroduces a new BindingVal which combines direct and
2009-10-10 Anders CarlssonMove our (non-existing) RTTI emission code into CGRtti...
2009-10-10 Fariborz JahanianGenerate weak read barriers when reading a weak __block
2009-10-10 Sebastian RedlImplement the core checking for compatible exception...
2009-10-10 John McCallQualified lookup through using declarations. Diagnose...
2009-10-10 Anders CarlssonCheck that the return type is complete when calling...
2009-10-09 Anders CarlssonAdd another test.
2009-10-09 Anders CarlssonAdd CheckCallReturnType and start using it for regular...
2009-10-09 Douglas GregorDead Code Elimination
2009-10-09 Douglas GregorAdd some FIXMEs
2009-10-09 Douglas GregorExperimental, ultra-hacking Emacs minor mode for Clang...
2009-10-09 Douglas GregorMinor tweaks for code-completion:
2009-10-09 Anders CarlssonUpdate Xcode project.
2009-10-09 Devang PatelRevert 83567.
2009-10-09 John McCallRefactor the LookupResult API to simplify most common...
2009-10-09 Douglas GregorWhen declaring a friend class template, we may end...
2009-10-09 Mike StumpEfficiency refinements.
2009-10-09 Axel NaumannDo not install CMakeLists.txt (nor any other txt files...
2009-10-09 Mike StumpPush all the way out to 80.
2009-10-09 Axel NaumannPassing const Triple& is sufficient for AddDefaultSyste...
2009-10-09 Mike StumpAllow customization for the producer information in...
2009-10-09 Mike StumpAllow customization for the version line.
2009-10-09 Fariborz JahanianProduce good looking diagnostics on ambiguous built...
2009-10-09 Fariborz JahanianUse the new API for applying the qualifiers on built...
2009-10-09 Zhongxing XuRemove unused code.
2009-10-09 Zhongxing XuMake the behavior explicit by not using the method...
2009-10-09 Zhongxing XuRemove unused code.
2009-10-09 Mike StumpAvoid warning.
2009-10-09 Fariborz JahanianImprove on reporting ambiguity involving built-in candi...
2009-10-08 Mike StumpAdd a refactor pointer...
2009-10-08 Steve Naroff- Fixup SortCodeCompleteResult() to properly sort keywo...
2009-10-08 Mike StumpSet up include paths for VC++ and Cygwin headers, along...
2009-10-08 Mike StumpSpeed up testing by avoiding stdio.h, also helps testin...
2009-10-08 Mike Stump"Someone pointed out that in my previous Targets.cpp...
2009-10-08 Mike StumpThis fixes support for complex literals, reworked to...
2009-10-08 Douglas GregorTests for C++ [expr], from James Porter!
2009-10-08 Mike StumpTolerate .exe on executables. Patch by John Thompson...
2009-10-08 Mike StumpTolerate .exe on executables. Patch by John Thompson.
2009-10-08 Fariborz JahanianFix up error reporting when object cannot be constructed
2009-10-08 Douglas GregorInstallation of Clang libraries and headers, from Axel...
2009-10-08 Mike StumpIn VC++, the *printf functions put an extra "0" in...
2009-10-08 Steve NaroffAdd code completion support for ObjC property declarati...
2009-10-08 Mike StumpConvert some tests to FileCheck to be more portable...
2009-10-08 Douglas GregorImplement support for -Wunused-variable, from Oscar...
2009-10-08 Douglas GregorFix an assertion in the XML output, from Olaf Krzikalla!
2009-10-08 Devang PatelRecord location info before emiting alloca for argument...
2009-10-08 Fariborz JahanianImplement [expr.mptr.oper]p6 for '->*' operator.
2009-10-08 Ted KremenekRemove use of std::ofstream in HTMLDiagnostics.cpp.
2009-10-08 Anders CarlssonIf a global initializer has a non-trivial constructor...
2009-10-08 Anders CarlssonPort test over to FileCheck.
2009-10-08 Anders CarlssonMangle std::basic_ostream<char, std::char_traits<char...
2009-10-08 Douglas GregorAdd more testing for the properties of explicit special...
2009-10-08 Fariborz JahanianRefactoring to further simplify collection of visible...
2009-10-08 Douglas GregorDon't complain about out-of-line explicit specializatio...
2009-10-08 Douglas GregorMore testing for explicit specializations of member...
2009-10-08 Douglas GregorImprove checking for specializations of member classes...
2009-10-08 Douglas GregorFor instantiations of static data members of class...
2009-10-08 Douglas GregorMake sure to set the template specialization kind of...
2009-10-08 Douglas GregorCompress storage for MemberSpecializationInfo into...
2009-10-08 Douglas GregorOnly perform an implicit instantiation of a function...
2009-10-07 Douglas GregorKeep track of whether a member function instantiated...
2009-10-07 John McCallRefactoring around friend class templates. Better...
2009-10-07 Douglas GregorType checking for specializations of member functions...
2009-10-07 Anders CarlssonHandle MemberExprs in ResolveAddressOfOverloadedFunction.
2009-10-07 John McCallDead code elimination.
2009-10-07 Fariborz JahanianFixes problem in finding visible convertion functions...
2009-10-07 Douglas GregorDiagnose explicit instantiations and specializations...
2009-10-07 Fariborz JahanianWhen building candidate set for built-ins; when looking for
2009-10-07 Douglas GregorClass template partial specializations can be declared...
2009-10-07 Fariborz JahanianRemoved couple of unnecessary canonicalization
2009-10-07 Ted KremenekAdd 'template' keyword to disambiguate the use of a...
2009-10-07 Ted KremenekRevert r83443.
2009-10-07 Anders CarlssonMangle anonymous structs/unions correctly. Fixes PR5139.
2009-10-07 Mike StumpFixup pathnames.
2009-10-07 Anders CarlssonAdd a MangleContext and pass it to all mangle functions...
next