aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-14Fix a few typos.Daniel Dunbar
2009-08-14PR4715Shantonu Sen
2009-08-14Fix spacingAnders Carlsson
2009-08-14Support friend declarations in templates and test that argdep lookupJohn McCall
2009-08-14Testcase for a recent checkin.Mike Stump
2009-08-14Testcase for recent checkin.Mike Stump
2009-08-14Testcase for a recent checkin.Mike Stump
2009-08-14Deconflate virtual base offsets from non-virtual base offsets.Mike Stump
2009-08-14Fixed a bug in ir-gen for copy assignment synthesis.Fariborz Jahanian
2009-08-13Add testcase for recent work.Mike Stump
2009-08-13Update for LLVM API change.Owen Anderson
2009-08-13We can't avoid doing the work to find all the indirect primary virtualMike Stump
2009-08-13Refine vtable layout for virtual bases and keep better track ofMike Stump
2009-08-13Update for LLVM API change.Owen Anderson
2009-08-13Adds testing of copy assignment of anonymous unionFariborz Jahanian
2009-08-13More complete test for my previous patch.Fariborz Jahanian
2009-08-13Patch to force synthesis of copy assignment operatorFariborz Jahanian
2009-08-13Minor cleanups.Mike Stump
2009-08-13Prep for vbase layout refinements. WIP.Mike Stump
2009-08-13Update testDaniel Dunbar
2009-08-13change cast to dyn_cast because d may not be a FunctionDeclRyan Flynn
2009-08-13Minor refactoring of copy assign operator ir-gen. SWIP.Fariborz Jahanian
2009-08-13Refine virtual base layout. WIP.Mike Stump
2009-08-12change a dyn_cast to castRyan Flynn
2009-08-12More toward synthesizing copy assignments. SWIP.Fariborz Jahanian
2009-08-12Cleanup.Mike Stump
2009-08-12Refactor. WIP. Eventually, this will all go into a vtable builder class.Mike Stump
2009-08-12Cleanup.Mike Stump
2009-08-12Refactor.Mike Stump
2009-08-12Refactor.Mike Stump
2009-08-12Remove another done audit FIXME.Mike Stump
2009-08-12Refactor a bit and remove some FIXME audit markers, now that the codeMike Stump
2009-08-12Refine primary vbase selection ordering. WIP.Mike Stump
2009-08-12Patch for synthesizing copy assignment operator.Fariborz Jahanian
2009-08-12Improve the secondary vtables to not include vbase offsets. WIP.Mike Stump
2009-08-12error on property of objc interface type instead of crashingFariborz Jahanian
2009-08-12improve path handling, patch by Baptiste Lepilleur!Chris Lattner
2009-08-12Refine vtable building for the secondary vtables to exclude yet moreMike Stump
2009-08-12use the new llvm::Triple parsing stuffola for handling darwin version #'s.Chris Lattner
2009-08-12Transition the PCH support for ShuffleVectorExpr over to ASTContext allocationNate Begeman
2009-08-12More cleanups.Zhongxing Xu
2009-08-12Remove redundant forward declarations.Zhongxing Xu
2009-08-12Fix a fixme by allocating ShuffleVectorExprs in the ContextNate Begeman
2009-08-12Use the new nsw form of add for signed integer addition.Dan Gohman
2009-08-12Warn on use of property dot syntax when unused.Fariborz Jahanian
2009-08-12Use the inbounds variant of getelementptr for common pointer arithmetic.Dan Gohman
2009-08-12Add some information about temporaries to the statement dumper.Anders Carlsson
2009-08-11no more .inc files to be ignored in this directoryGabor Greif
2009-08-11Rename macro to avoid a name clash on FreeBSD.Benjamin Kramer
2009-08-11Remove the hack that turns sdiv by a power of 2 to ashr, andDan Gohman