]> granicus.if.org Git - clang/shortlog
clang
2009-08-10 Fariborz JahanianFixed a ir-gen bug in synthesizing copy constructors.
2009-08-10 Daniel DunbarUse LLVM's new error handler API to report back end...
2009-08-10 Daniel DunbarRevert r78535, it is causing a number of failures to...
2009-08-09 Ryan Flynnwarn, as gcc does, if __attribute__((malloc)) applied...
2009-08-09 Ryan Flynnmap previously ignored __attribute((malloc)) to noalias...
2009-08-09 Anders CarlssonImprove handling of member pointers.
2009-08-09 Nate BegemanAltiVec-style vector initializer syntax, vec4 a = ...
2009-08-08 Benjamin KramerOlder GCCs don't have vector::data().
2009-08-08 Fariborz Jahanianir-gen for initialization, in synthesize copy constructor,
2009-08-08 Anders CarlssonAdd support for global initializers.
2009-08-08 Anders CarlssonRefactor some code and implement support for global...
2009-08-08 Anders CarlssonUse CastExpr::CK_ArrayToPointerDecay and fix an assert.
2009-08-08 Anders CarlssonAdd tests.
2009-08-08 Anders CarlssonTake #pragma pack into account when laying out structs...
2009-08-08 Fariborz JahanianRefactoring of copy ctor ir-gen. No change in functiona...
2009-08-08 Ryan FlynnPR4700 - remove shift by 0 warning
2009-08-08 Anders CarlssonIntroduce a new PragmaPack attribute, and use it for...
2009-08-08 Anders CarlssonAssert that the LLVM type has the same size as the...
2009-08-08 Anders CarlssongetFunctionLevelDeclContext needs to get the previous...
2009-08-08 Anders CarlssonFactor some code to get the "function level" DeclContex...
2009-08-08 Anders CarlssonMake sure to diagnose use of declarations in the case...
2009-08-08 Daniel DunbarUpdate test case; I don't really understand why packed...
2009-08-08 Edward O'CallaghanPatch should implement packed enums - PR4098. Credit...
2009-08-08 Anders CarlssonGet rid of Stmt::Clone now that we can reference count...
2009-08-08 Douglas GregorIntroduce reference counting for statements and express...
2009-08-08 Fariborz JahanianRemove use of uninitized variable.
2009-08-08 Fariborz JahanianSynthesize copying of non-static data members with
2009-08-07 Fariborz JahanianSynthesized copy constructor now generates code for
2009-08-07 Anders CarlssonAdd a CK_ArrayToPointerDecay cast kind.
2009-08-07 Anders CarlssonAdd CK_ToUnion and use it for aggregate expression...
2009-08-07 Anders CarlssonMore CastKind work.
2009-08-07 John McCallJust add global scope to the associated namespaces...
2009-08-07 Mike StumpAdd vbase offsets to the vtable. Wow, having an rbegin...
2009-08-07 Mike StumpAdd rbegin and rend for virtual bases, might come in...
2009-08-07 Ted KremenekFix: <rdar://problem/7075531> static analyzer wrongly...
2009-08-07 Ted KremenekConstify some pointers. No functionality change.
2009-08-07 Fariborz JahanianMore synthesis of copy constructors. Work in progress.
2009-08-07 Mike StumpFix typo.
2009-08-07 Mike StumpAdd ability to generate vcall offsets for primary virtu...
2009-08-07 Anders CarlssonUse the correct cast kind as suggested by Doug.
2009-08-07 Mike StumpFix some const_cast issues. This is the beginning...
2009-08-07 Ryan FlynnPR3333: warn when shifting by invalid amount
2009-08-07 Douglas GregorSeparate Stmt::Destroy into the entrypoint for destroyi...
2009-08-07 Chris Lattneradd support for opensuse 11.1/11.2 search paths, patch...
2009-08-06 Mike StumpAdd support for vcall generation for vtables for virtua...
2009-08-06 Fariborz JahanianPatch toward synthesizing copy constructors.
2009-08-06 Ted KremenekFix a few more false positives involving RegionStore...
2009-08-06 Douglas GregorMinor refactoring to introduce a new transformation...
2009-08-06 Mike StumpAlmost forgot to turn on 32-bit test.
2009-08-06 Mike StumpTestcase for recent checkin.
2009-08-06 Mike StumpAlso generate the rtti field for virtual bases for...
2009-08-06 Ted KremenekFix a couple false positive "uninitialized value" warni...
2009-08-06 John McCallDrop the friend-inner-class diagnostic from an extwarn...
2009-08-06 Daniel DunbarAdd a simple tool for comparing two static analyzer...
2009-08-06 John McCallPermit a class to friend its members in C++0x, without...
2009-08-06 Fariborz JahanianSet and use Elidable in elimination of copy ctors.
2009-08-06 Mike StumpLayout the primary base first in the vtable.
2009-08-06 Fariborz JahanianAfter reporting ill-formed copy constructor(12.8.p3)
2009-08-06 Daniel Dunbars/ccc/clang/
2009-08-06 Douglas GregorWhen we encounter a dependent type that was parsed...
2009-08-06 Mike StumpMore layout for virtual tables for virtual bases. ...
2009-08-06 Mike StumpLet's remember we want better codegen for these.
2009-08-06 Mike StumpTestcase for a recent checkin for vbase layout ordering...
2009-08-06 Mike StumpLayout virtual bases. Work in progress.
2009-08-06 Anton KorobeynikovAdd link to LLVM's Getting Started page.
2009-08-06 Benjamin KramerSilence gcc warning about non-virtual destructors.
2009-08-06 Mike StumpI have a dream, one day, we won't need to do this.
2009-08-06 Mike StumpFix spell-o.
2009-08-06 Zhongxing XuI forgot adding this header for r78298.
2009-08-06 Zhongxing XuLast step of template cleanup: merge *BuilderImpl to...
2009-08-06 Zhongxing XuCore analysis engine template cleanup step 2:
2009-08-06 Zhongxing XuFix comment.
2009-08-06 Douglas GregorImplement transformation of template names within the...
2009-08-06 Zhongxing XuCore analysis engine template cleanup step 2:
2009-08-06 Ted KremenekUpdate test case.
2009-08-06 Douglas GregorImplement transformation of nested-name-specifiers...
2009-08-06 Ted KremenekFix typo reported in <rdar://problem/7121409>.
2009-08-06 Ted KremenekRefactor RegionStoreManager::RemoveDeadBindings to...
2009-08-06 Douglas GregorPredefine __cplusplus to the right value (199711L)...
2009-08-06 Ted KremenekRemove unimplemented methods 'AddRegionView' and 'Remov...
2009-08-06 Ted KremenekWhen profiling an ExplodedNode, don't re-profile the...
2009-08-06 Douglas GregorSupport nested-name-specifiers for C++ member access...
2009-08-06 Ryan Flynnadd support for FreeBSD's format(printf0,x,y) attribute...
2009-08-06 John McCallFirst pass at friend semantics.
2009-08-06 Zhongxing XuCompletely remove the code using region cast.
2009-08-06 Daniel DunbarAdd additional library paths for Linux distros on mixed...
2009-08-06 Daniel DunbarFix locating the 'lit.cfg' file when running on only...
2009-08-06 Zhongxing XuAs GRState seems general enough, it is time to merge...
2009-08-06 Daniel DunbarFix clang breakage, CGF can be null in this context.
2009-08-06 Ted KremenekImplement lazy "copying" of structures and arrays in...
2009-08-06 Fariborz JahanianPatch to optimize away copy constructor call when
2009-08-06 John McCallAlisdairM pointed out that this will likely be relaxed...
2009-08-06 Mike StumpFixup object layout when we have a primary base (it...
2009-08-05 John McCallAdd a test for invalid uses of non-static members from...
2009-08-05 Owen AndersonUpdate for LLVM API change.
2009-08-05 Mike StumpRefactor some bits.
2009-08-05 Mike StumpAdd another test for a recent checkin.
2009-08-05 Mike StumpCalculate the primary base class better and use that...
2009-08-05 Fariborz JahanianA blank line to separate the two blocks(per Mike comment).
2009-08-05 Benjamin KramerFix -fno-omit-frame-pointer bug Eli noticed.
next