]> granicus.if.org Git - clang/shortlog
clang
2009-08-13 Fariborz JahanianMinor refactoring of copy assign operator ir-gen. SWIP.
2009-08-13 Mike StumpRefine virtual base layout. WIP.
2009-08-12 Ryan Flynnchange a dyn_cast to cast
2009-08-12 Fariborz JahanianMore toward synthesizing copy assignments. SWIP.
2009-08-12 Mike StumpCleanup.
2009-08-12 Mike StumpRefactor. WIP. Eventually, this will all go into...
2009-08-12 Mike StumpCleanup.
2009-08-12 Mike StumpRefactor.
2009-08-12 Mike StumpRefactor.
2009-08-12 Mike StumpRemove another done audit FIXME.
2009-08-12 Mike StumpRefactor a bit and remove some FIXME audit markers...
2009-08-12 Mike StumpRefine primary vbase selection ordering. WIP.
2009-08-12 Fariborz JahanianPatch for synthesizing copy assignment operator.
2009-08-12 Mike StumpImprove the secondary vtables to not include vbase...
2009-08-12 Fariborz Jahanianerror on property of objc interface type instead of...
2009-08-12 Chris Lattnerimprove path handling, patch by Baptiste Lepilleur!
2009-08-12 Mike StumpRefine vtable building for the secondary vtables to...
2009-08-12 Chris Lattneruse the new llvm::Triple parsing stuffola for handling...
2009-08-12 Nate BegemanTransition the PCH support for ShuffleVectorExpr over...
2009-08-12 Zhongxing XuMore cleanups.
2009-08-12 Zhongxing XuRemove redundant forward declarations.
2009-08-12 Nate BegemanFix a fixme by allocating ShuffleVectorExprs in the...
2009-08-12 Dan GohmanUse the new nsw form of add for signed integer addition.
2009-08-12 Fariborz JahanianWarn on use of property dot syntax when unused.
2009-08-12 Dan GohmanUse the inbounds variant of getelementptr for common...
2009-08-12 Anders CarlssonAdd some information about temporaries to the statement...
2009-08-11 Gabor Greifno more .inc files to be ignored in this directory
2009-08-11 Benjamin KramerRename macro to avoid a name clash on FreeBSD.
2009-08-11 Dan GohmanRemove the hack that turns sdiv by a power of 2 to...
2009-08-11 Benjamin KramerAdd newline at end of file.
2009-08-11 Fariborz JahanianPatch to warn if a property which is 'assign' by default
2009-08-11 John McCallAdd a FriendClassDecl type for holding declarations...
2009-08-11 Chris Lattnermerge two tests.
2009-08-11 Chris LattnerFix rdar://7126285: don't warn on unused ObjC property...
2009-08-11 Fariborz Jahanianir-gen support for anonymous union data member
2009-08-11 Daniel DunbarUpdate test case.
2009-08-11 Benjamin KramerLLVMContext is a class now.
2009-08-11 Douglas GregorFix DISABLE_SMART_POINTERS build
2009-08-11 John McCallArgument-dependent lookup for friend declarations....
2009-08-11 Douglas GregorRefactor the template-instantiation logic for expressio...
2009-08-11 Argyrios KyrtzidisCheck whether a tag was defined in a C++ condition...
2009-08-11 Mike StumpImplement more of the inductive case for vtable layout...
2009-08-10 Fariborz JahanianFix an indentation.
2009-08-10 Fariborz JahanianSupport for anonymous union in ctor's initializer and
2009-08-10 Nate BegemanTake 2 on AltiVec-style vector initializers.
2009-08-10 Anders CarlssonAdd a CastInfo struct that will be used for cast inform...
2009-08-10 Chris Lattnerfix a couple of problems with section attributes:
2009-08-10 Chris Lattnerthese tests include section specifiers that aren't...
2009-08-10 Fariborz Jahanianminor refactoring. No change otherwise.
2009-08-10 Fariborz Jahanianir-gen for generating copying of scalar data members in
2009-08-10 Mike StumpAdd walking bases in reverse order.
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.
next