summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanups.Mike Stump2009-08-131-3/+2
* Prep for vbase layout refinements. WIP.Mike Stump2009-08-133-7/+16
* Update testDaniel Dunbar2009-08-131-1/+1
* change cast to dyn_cast because d may not be a FunctionDeclRyan Flynn2009-08-131-1/+1
* Minor refactoring of copy assign operator ir-gen. SWIP.Fariborz Jahanian2009-08-131-18/+21
* Refine virtual base layout. WIP.Mike Stump2009-08-132-1/+13
* change a dyn_cast to castRyan Flynn2009-08-121-1/+1
* More toward synthesizing copy assignments. SWIP.Fariborz Jahanian2009-08-125-9/+112
* Cleanup.Mike Stump2009-08-121-8/+8
* Refactor. WIP. Eventually, this will all go into a vtable builder class.Mike Stump2009-08-122-16/+20
* Cleanup.Mike Stump2009-08-121-3/+1
* Refactor.Mike Stump2009-08-122-19/+21
* Refactor.Mike Stump2009-08-121-2/+5
* Remove another done audit FIXME.Mike Stump2009-08-121-1/+0
* Refactor a bit and remove some FIXME audit markers, now that the codeMike Stump2009-08-121-3/+1
* Refine primary vbase selection ordering. WIP.Mike Stump2009-08-123-15/+156
* Patch for synthesizing copy assignment operator.Fariborz Jahanian2009-08-126-0/+46
* Improve the secondary vtables to not include vbase offsets. WIP.Mike Stump2009-08-122-15/+52
* error on property of objc interface type instead of crashingFariborz Jahanian2009-08-122-0/+10
* improve path handling, patch by Baptiste Lepilleur!Chris Lattner2009-08-121-0/+3
* Refine vtable building for the secondary vtables to exclude yet moreMike Stump2009-08-122-8/+15
* use the new llvm::Triple parsing stuffola for handling darwin version #'s.Chris Lattner2009-08-121-93/+47
* Transition the PCH support for ShuffleVectorExpr over to ASTContext allocationNate Begeman2009-08-123-11/+20
* More cleanups.Zhongxing Xu2009-08-121-14/+1
* Remove redundant forward declarations.Zhongxing Xu2009-08-121-11/+1
* Fix a fixme by allocating ShuffleVectorExprs in the ContextNate Begeman2009-08-122-5/+5
* Use the new nsw form of add for signed integer addition.Dan Gohman2009-08-121-2/+11
* Warn on use of property dot syntax when unused.Fariborz Jahanian2009-08-122-3/+1
* Use the inbounds variant of getelementptr for common pointer arithmetic.Dan Gohman2009-08-124-8/+8
* Add some information about temporaries to the statement dumper.Anders Carlsson2009-08-121-0/+31
* Rename macro to avoid a name clash on FreeBSD.Benjamin Kramer2009-08-111-2/+2
* Remove the hack that turns sdiv by a power of 2 to ashr, andDan Gohman2009-08-111-12/+5
* Add newline at end of file.Benjamin Kramer2009-08-111-1/+1
* Patch to warn if a property which is 'assign' by defaultFariborz Jahanian2009-08-117-51/+95
* Add a FriendClassDecl type for holding declarations of friend types in John McCall2009-08-115-56/+130
* merge two tests.Chris Lattner2009-08-112-16/+16
* Fix rdar://7126285: don't warn on unused ObjC property accessChris Lattner2009-08-112-1/+17
* ir-gen support for anonymous union data memberFariborz Jahanian2009-08-116-18/+74
* Update test case.Daniel Dunbar2009-08-111-2/+2
* LLVMContext is a class now.Benjamin Kramer2009-08-117-7/+7
* Fix DISABLE_SMART_POINTERS buildDouglas Gregor2009-08-111-1/+2
* Argument-dependent lookup for friend declarations. Add a new decl type,John McCall2009-08-1113-48/+165
* Refactor the template-instantiation logic for expressions into aDouglas Gregor2009-08-115-1409/+2462
* Check whether a tag was defined in a C++ condition declaration using GetTypeF...Argyrios Kyrtzidis2009-08-111-13/+5
* Implement more of the inductive case for vtable layout involvingMike Stump2009-08-113-53/+121
* Fix an indentation.Fariborz Jahanian2009-08-101-2/+1
* Support for anonymous union in ctor's initializer andFariborz Jahanian2009-08-103-8/+29
* Take 2 on AltiVec-style vector initializers. Nate Begeman2009-08-1019-35/+318
* Add a CastInfo struct that will be used for cast information when constructin...Anders Carlsson2009-08-104-15/+25
* fix a couple of problems with section attributes:Chris Lattner2009-08-109-17/+71
OpenPOWER on IntegriCloud