]> granicus.if.org Git - clang/shortlog
clang
2010-06-03 Ted KremenekReturn a proper null CXSourceLocation from clang_getLoc...
2010-06-03 Anders CarlssonDon't try to explicitly zero out bit-fields.
2010-06-03 Jordy RoseTest commit: fix method summary comment
2010-06-03 Zhongxing XuMake addStmt always add stmt. Delegate other cases...
2010-06-03 Zhongxing XuCFG: add all LHS of assingments as lvalue. This improve...
2010-06-03 Zhongxing XuAdd comments.
2010-06-03 Anders CarlssonAdd all final overriders to the map.
2010-06-02 Jeffrey YasskinThere is no dcl.init.ref p16. This test deals with p5.
2010-06-02 Fariborz JahanianBlock C++ code gen. Adds support for block reference...
2010-06-02 John McCallDon't try to emit the vtable for a class just because...
2010-06-02 Daniel DunbarHeaders: Fix quoting of macro arguments in a couple...
2010-06-02 Anders CarlssonDon't substitute 'St' for 'std' when the namespace...
2010-06-02 Daniel DunbarFix undefined behavior, noticed by GCC 4.5. Patch by...
2010-06-02 Daniel DunbarFix compiler warning about to false -> pointer conversi...
2010-06-02 Daniel DunbarFix unintentional method call due to false -> pointer...
2010-06-02 Anders CarlssonWhen building RTTI descriptors for pointer types, we...
2010-06-02 Nate BegemanFix vget_lane/vset_lane
2010-06-02 Douglas Gregortypeid() produces type information for the cv-unqualifi...
2010-06-02 Chris Lattnerclang++ is now a different greek letter.
2010-06-02 Anders CarlssonCorrectly mangle unsigned integer literals where the...
2010-06-02 Anders CarlssonCorrectly mangle variadic functions that don't have...
2010-06-02 Anders CarlssonWhen mangling member function pointers, fake adding...
2010-06-02 John McCallAdd a compatibility note about incomplete types in...
2010-06-02 Nate BegemanCheckpoint arm_neon.h generation with tablegen
2010-06-01 Anders CarlssonMore cleanup.
2010-06-01 Anders CarlssonMore cleanup.
2010-06-01 Anders CarlssonCleanup.
2010-06-01 Dan GohmanDelete a blank line to make it easier to process this...
2010-06-01 John McCallAlter the ExternalASTSource interface to permit by...
2010-06-01 Zhongxing XuLimit the use of BindDefault().
2010-06-01 Zhongxing XuAdd support for calloc() in MallocChecker. Patch by...
2010-05-31 Ted KremenekFix crash in code completion when an ObjCMethodDecl...
2010-05-31 Chris LattnerMinor tweaks on doug's objc recovery patch: the caller
2010-05-31 Charles DavisMake methods non-virtual again for now. I accidentally...
2010-05-31 Douglas GregorTweak test for non-64-bit Darwin
2010-05-31 Douglas GregorWhen we see the a '[' in a postfix expression in Object...
2010-05-31 Chandler CarruthSilence GCC warning about an accessible non-virtual...
2010-05-31 Ted KremenekAfter conversations with Zhongxing Xu and Jordy Rose...
2010-05-30 Chris Lattnerfix incorrect tag
2010-05-30 Chris Lattnermake #warning warnings end up in their own diagnostic...
2010-05-30 Chris Lattnersimpler fix for rdar://8044135 - escaped newlines have...
2010-05-30 Douglas GregorImprove our handling of NULL after an escaping '\'...
2010-05-30 Sean HuntMove .td files from AST to Basic.
2010-05-30 Douglas GregorDon't try to parse class template specializations in...
2010-05-30 Daniel DunbarFuzzTest: Add support for reading list of replacements...
2010-05-30 Daniel Dunbarutils: Add a generic fuzz testing tool.
2010-05-30 Douglas GregorImprove parser recovery when we try to parse a call...
2010-05-30 Nick LewyckyMake macro safe in the face of users who pass "addr...
2010-05-30 Anders CarlssonRemove unused parameter to FinalOverriders::PropagateOv...
2010-05-30 Nick LewyckyRefactor the Is{Std,Clang,LLVM}Namespace methods and...
2010-05-30 Sean HuntConvert DeclNodes to use TableGen.
2010-05-30 Anders CarlssonAnd now for the best part: Removing the old code.
2010-05-30 Anders CarlssonTurn on the new empty base subobject tracking code...
2010-05-30 Douglas GregorTeach code-completion for calls to be more careful...
2010-05-30 Eli FriedmanFix for PR7040: Don't try to compute the LLVM type...
2010-05-30 Douglas GregorUnbreak non-Darwin builds
2010-05-30 Douglas GregorTeach code completion to adjust its completion prioriti...
2010-05-30 Daniel DunbarAccept '#pragma options align=mac68k' on Darwin/PPC...
2010-05-29 Anders CarlssonCleanup.
2010-05-29 Anders CarlssonMake EmptySubobjectMap::CanPlaceBaseAtOffset take a...
2010-05-29 Anders CarlssonChange RecordLayoutBuilder::LayoutBase to take a BaseSu...
2010-05-29 Ted KremenekAdd check for an invalid CXType in clang_getTypeDeclara...
2010-05-29 Anders CarlssonRework the way virtual primary bases are added when...
2010-05-29 Anders CarlssonChange LayoutVirtualBase to also take a BaseSubobjectInfo.
2010-05-29 Anders CarlssonChange RecordLayoutBuilder::LayoutNonVirtualBase to...
2010-05-29 Anders CarlssonMove computing the base subobject info for a class...
2010-05-29 Zhongxing XuRevert r105097. Thinking about a better fix.
2010-05-29 Zhongxing XuFix PR7218. Patch by Jordy Rose.
2010-05-29 Douglas GregorMore PowerPC paths on Darwin
2010-05-29 Douglas GregorAdd C++ include paths for Darwin PowerPC
2010-05-29 Chris Lattneradd fedora 13 paths, patch by Hendrik Richter.
2010-05-28 John McCallCopy source information for the inner type of an elabor...
2010-05-28 Nate BegemanImplement remaining items in neon td file. Still need...
2010-05-28 Fariborz JahanianChanged text of 'empty enum' diagnostics to say so.
2010-05-28 Fariborz JahanianEmpty enum in c is now error to match gcc's behavior.
2010-05-28 Douglas GregorOnly provide a source location for an anonymous tag...
2010-05-28 Anders CarlssonRename BaseInfo to BaseSubobjectInfo.
2010-05-28 Anders CarlssonMove BaseInfo outside of the EmptySubobject class.
2010-05-28 Daniel DunbarSema: Fix comment, apparently #pragma options align...
2010-05-28 Daniel DunbarFix personality function name when using SjLj exceptions.
2010-05-28 Daniel DunbarSema: Just ignore '#pragma options align=power' for...
2010-05-28 Daniel DunbarUpdate "users manual", PR2461 has been fixed.
2010-05-28 Fariborz JahanianFix a miscompile of wchar pascal strings.
2010-05-28 John McCallA more minimal fix for PR6762.
2010-05-28 John McCallRoll back r104941.
2010-05-28 Jakob Stoklund... Let the backend decide which scheduler and register...
2010-05-28 Fariborz Jahanianzero-cost exception API for NeXt runtime.
2010-05-28 Daniel DunbarDriver: Spell -relax-all correctly when calling the...
2010-05-28 John McCallDisable exception-spec compatibility checking under...
2010-05-28 John McCallAdd a new attribute on records, __attribute__((adl_invi...
2010-05-28 John McCallDon't just skip over the entire tag definition if the...
2010-05-28 John McCallTest case for r104938.
2010-05-28 John McCallOptimize and complete associated-class-and-namespace...
2010-05-28 Douglas GregorWhen we complain about a member being inaccessible...
2010-05-28 Douglas GregorAdd CMake goop to get arm_neon.h generated
2010-05-28 Nate BegemanConvert arm_neon.h into arm_neon.td, from which arm_neo...
2010-05-28 Daniel DunbarFrontend: Sprinkle in some C++ header paths for ARM...
2010-05-28 Dan GohmanAdd an svn:ignore.
2010-05-28 Dan GohmanThis cast is no longer needed; the FIXME is fixed.
2010-05-28 John McCallWhen filtering out previous declarations of friend...
next