]> granicus.if.org Git - clang/shortlog
clang
2009-08-16 Anders CarlssonStore the delete operator for delete expressions.
2009-08-16 Fariborz JahanianPatch toward synthesizing non-trivial destructors. WIP
2009-08-16 Mike StumpRefine vbase offset calculations. WIP.
2009-08-16 Anders CarlssonOnly do this for initializers of course.
2009-08-16 Anders CarlssonDestroy bound temporaries.
2009-08-16 Chris LattnerImprove the diagnostic emitted when an unused ObjC...
2009-08-16 Chris Lattnerfix my previous commit.
2009-08-16 Chris LattnerThis is an attempt to improve loc info for 'unused...
2009-08-16 Anders CarlssonAdd an IsInitializer flag to EmitAnyExpr. This is used...
2009-08-16 Anders CarlssonNo need to append extra padding now that we don't creat...
2009-08-16 Anders CarlssonAddInitializerToDecl can't take a FullExprArg. Make...
2009-08-16 Anders CarlssonCall MaybeBindToTemporary for overloaded binary and...
2009-08-16 Anders CarlssonCall MaybeBindToTemporary when constructing functino...
2009-08-16 Anders CarlssonAdd MaybeBindToTemporary calls for member call expressions.
2009-08-16 Anders CarlssonMake sure to call MaybeBindToTemporary when creating...
2009-08-16 Mike StumpUse the -NEXT feature of FileCheck.
2009-08-16 Anders CarlssonMove builtin call checking out into a separate function...
2009-08-16 Mike StumpCleanups and fixups for calculating the virtual base...
2009-08-15 Anders CarlssonBuildCXXConstructExpr doesn't need to take an ASTContext.
2009-08-15 Eli FriedmanAdd an explicit constructor to ActiveTemplateInstantiat...
2009-08-15 Anders CarlssonAdd a simple test for temporaries.
2009-08-15 Eli FriedmanFix test failure due to uninitialized member.
2009-08-15 Eli FriedmanImplement __is_empty. Patch by Sean Hunt.
2009-08-15 Eli FriedmanIgnore -Wno-import.
2009-08-15 Eli FriedmanDon't perform integer promotions on the operand to...
2009-08-15 Fariborz JahanianImproved on ir-gen for synthesis of non-trivial default
2009-08-15 Eli FriedmanAdd an additional C++ hardcoded search path.
2009-08-15 Eli FriedmanMake test more precise.
2009-08-15 Eli FriedmanMake test a bit more precise.
2009-08-15 Zhongxing XuExtend the ProgramPoint to include the context informat...
2009-08-15 Eli FriedmanFix for PR4721: adjust CodeGen and ASTContext so that...
2009-08-15 John McCallDisable all recognition of main() in -ffreestanding...
2009-08-15 Ted KremenekChange handling of attribute 'malloc' to only accept...
2009-08-15 Chris Lattnerminor cleanups for VLA stuff.
2009-08-14 Chris Lattneruse GetVLASize instead of accessing VLASizeMap directly...
2009-08-14 Benjamin Kramerlit: flush stdout in no-fancy-progress-bar mode as...
2009-08-14 Ted KremenekAdd more attribute 'malloc' test cases involving functi...
2009-08-14 Ted KremenekPer Eli Friedman's feedback, handle attribute 'malloc...
2009-08-14 Fariborz Jahanianobjc2's foreach statement's selector type can be
2009-08-14 Devang PatelDo now overflow while calulating upper bound for zero...
2009-08-14 Ted KremenekThis test case does not need to include 'stdlib.h'.
2009-08-14 Ted KremenekUse 'dyn_cast' instead of a check for a function declar...
2009-08-14 Ted KremenekImprove Sema's handling of attribute 'malloc' to reject...
2009-08-14 Fariborz Jahanianir-gen for generation of trvial copy constructor
2009-08-14 Anders CarlssonMake the CXXDefaultArgExpr constructor protected and...
2009-08-14 Ted KremenekPass '-Wno-' options to clang-cc. This fixes <rdar...
2009-08-14 Fariborz JahanianFixed a regression in deciding when to issue warning...
2009-08-14 Ted KremenekUpdate/add links to developer meeting.
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
next