]> granicus.if.org Git - clang/shortlog
clang
2009-08-14 Daniel DunbarFix a few typos.
2009-08-14 Shantonu SenPR4715
2009-08-14 Anders CarlssonFix spacing
2009-08-14 John McCallSupport friend declarations in templates and test that...
2009-08-14 Mike StumpTestcase for a recent checkin.
2009-08-14 Mike StumpTestcase for recent checkin.
2009-08-14 Mike StumpTestcase for a recent checkin.
2009-08-14 Mike StumpDeconflate virtual base offsets from non-virtual base...
2009-08-14 Fariborz JahanianFixed a bug in ir-gen for copy assignment synthesis.
2009-08-13 Mike StumpAdd testcase for recent work.
2009-08-13 Owen AndersonUpdate for LLVM API change.
2009-08-13 Mike StumpWe can't avoid doing the work to find all the indirect...
2009-08-13 Mike StumpRefine vtable layout for virtual bases and keep better...
2009-08-13 Owen AndersonUpdate for LLVM API change.
2009-08-13 Fariborz JahanianAdds testing of copy assignment of anonymous union
2009-08-13 Fariborz JahanianMore complete test for my previous patch.
2009-08-13 Fariborz JahanianPatch to force synthesis of copy assignment operator
2009-08-13 Mike StumpMinor cleanups.
2009-08-13 Mike StumpPrep for vbase layout refinements. WIP.
2009-08-13 Daniel DunbarUpdate test
2009-08-13 Ryan Flynnchange cast to dyn_cast because d may not be a FunctionDecl
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
next