aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-10Use Sema::isDeclInScope instead of IdentifierResolver::isDeclInScope.Argyrios Kyrtzidis
2008-09-10Tweak CGCall functions again:Daniel Dunbar
2008-09-10Tweak CGCall functions:Daniel Dunbar
2008-09-09Add CodeGenFunction::ReturnTypeUsesSretDaniel Dunbar
2008-09-09Add new 'CXXConditionDeclExpr' expression node used for a 'condition' declara...Argyrios Kyrtzidis
2008-09-09Move ABI specific code for functions / calls to CGCall.cpp:Daniel Dunbar
2008-09-09Factor CodeGenFunction::StartFunction out of GenerateCode andDaniel Dunbar
2008-09-09Make IdentifierResolver::isDeclInScope regard declarations of a parent 'contr...Argyrios Kyrtzidis
2008-09-09Add a LangOptions member to IdentifierResolver.Argyrios Kyrtzidis
2008-09-09Add Sema::isDeclInScope which wraps IdentifierResolver::isDeclInScope.Argyrios Kyrtzidis
2008-09-09Use a unified return block.Daniel Dunbar
2008-09-09Fix test case.Argyrios Kyrtzidis
2008-09-09Move EmitAggregate{Copy,Clear} into CodeGenFunction.Daniel Dunbar
2008-09-09Implement parser support for the 'condition' part of C++ selection-statements...Argyrios Kyrtzidis
2008-09-09Fix <rdar://problem/6197841> try, finally with no catch stops the exception f...Steve Naroff
2008-09-09IdentifierResolver cleanup. Make some methods out-of-line.Argyrios Kyrtzidis
2008-09-09Check in half-assed implementation of @try/@catch.Anders Carlsson
2008-09-09Simple @throw support.Anders Carlsson
2008-09-09Tweak implementation for allowing ObjC builtin type redefinitions.Steve Naroff
2008-09-09Simplify typesAreBlockCompatible().Steve Naroff
2008-09-09Update VC++ project files.Argyrios Kyrtzidis
2008-09-09Add types and functions related to exceptions.Anders Carlsson
2008-09-09Move handling of @try and @throw to the runtime class.Anders Carlsson
2008-09-09Added SSE4.1 packusdwMon P Wang
2008-09-09Change CodeGen to emit calls using (RValue,Type) list:Daniel Dunbar
2008-09-09Added SSE41 pmovsx pmovzx intrinsicsMon P Wang
2008-09-08Fix a number of issues w.r.t. emission of global for functions andDaniel Dunbar
2008-09-08Refactor parameter attribute handling:Daniel Dunbar
2008-09-08Add ThreadSpecified bit to Decl.Daniel Dunbar
2008-09-08Add missing RUN lineDaniel Dunbar
2008-09-07Support C++'s declaration-statement.Argyrios Kyrtzidis
2008-09-07rename libclangSEMA to libclangSemaNico Weber
2008-09-06skip test if llvm-gcc is requires but not found on the path.Nuno Lopes
2008-09-06Key LLVM types for TagDecl's off of the clang Type, since there is nowDaniel Dunbar
2008-09-06Per PR2773, define __USER_LABEL_PREFIX__ for x86-32 Linux and Windows.Eli Friedman
2008-09-05More type checking for blocks. Still incomplete (will hopefully finish up thi...Steve Naroff
2008-09-05Add comment back that Argiris pointed out that I mistakenly removed (the comm...Ted Kremenek
2008-09-05Change struct forward declarations and definitions to use unique RecordDecls,...Ted Kremenek
2008-09-05Support "typeof unary-expression" (GNU C++ extension).Argyrios Kyrtzidis
2008-09-05Set different header search paths for the Windows platform.Argyrios Kyrtzidis
2008-09-05Add header search paths for Mingw32 (GCC version 4).Argyrios Kyrtzidis
2008-09-05Line endings: CRLF -> LFArgyrios Kyrtzidis
2008-09-05Fix placement of const on a number of X86 builtins.Daniel Dunbar
2008-09-05Test case for previous commit (Workaround gcc bug causing crash on ourDaniel Dunbar
2008-09-05Workaround gcc bug causing crash on our preprocessed outputs.Daniel Dunbar
2008-09-05Remove stale comments.Ted Kremenek
2008-09-05Remove "NextDecl" from RecordDecl. This change touches many files that where...Ted Kremenek
2008-09-05Set sext/zext on function result.Daniel Dunbar
2008-09-04Patch to scan-build by Jordan Breeding:Ted Kremenek
2008-09-04Set function attributes (sext, zext, etc.) on Objective-C methods.Daniel Dunbar