2008-09-18 |
Ted Kremenek | Implemented one of the checks requested in PR 2600: |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Ted Kremenek | Added CFNumberCreate test case to illustrate a 32-bit... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Ted Kremenek | Add path-sensitivity test case. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Daniel Dunbar | Improve x86 ABI compatibility. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Daniel Dunbar | Print current function on verification failures. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Daniel Dunbar | Drop CodeGenTypes parameter to classifyArgumentType. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Steve Naroff | Remove BlockStmtExpr. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Daniel Dunbar | Another attempt to make test/Makefile return correct... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Steve Naroff | Fix http://llvm.org/bugs/show_bug.cgi?id=2760. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Zhongxing Xu | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Daniel Dunbar | Add support for ABIArgInfo::Expand |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Steve Naroff | Add support for rewriting blocks... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Daniel Dunbar | Ignore XFAIL tests when checking for make failure in... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Ted Kremenek | Fix copy-paste error in test case. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Ted Kremenek | Minor pass-sensitivity improvement: |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Steve Naroff | Remove support for BlockExprExpr. For example... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Steve Naroff | Sema::ActOnBlockReturnStmt(): Need to perform the Usual... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Ted Kremenek | ProgramPoint now takes the space of two pointers instea... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Zhongxing Xu | Fixed an offset calculation error. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Ted Kremenek | Patch by Csaba Hruska! |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Ted Kremenek | Include links to stderr output of clang in the table... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Daniel Dunbar | Add ccc support for -e and -sectorder. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Daniel Dunbar | Round out object size checking builtins (fprintf ones... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Daniel Dunbar | Add website links to testing coverage & specification... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Ted Kremenek | Add missing spaces in path diagnostics. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Daniel Dunbar | Teach FindSpecRefs how to link to C++ spec. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Daniel Dunbar | Add --suppress-system-warnings (on by default, use... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Douglas Gregor | Give string literals const element typesin C++, and... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Daniel Dunbar | Iterate on sema for :? in Objective-C: |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Argyrios Kyrtzidis | Add comments about C++ clause 3.3.2p4 that mentions... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Ted Kremenek | Echo stderr/stdout from clang subprocess to both the... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Ted Kremenek | Bug fix: <rdar://problem/6164367> |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Mon P Wang | Added SSE41 pminsd, pmaxsd, roundps and a few others |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Ted Kremenek | Check if the environment variable TERM is defined befor... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Steve Naroff | Fix <rdar://problem/6210791> clang ObjC rewriter: ... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Douglas Gregor | bool is not an extension in C++ |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Anders Carlsson | Make sure to store the exception in the catch parameter. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Anders Carlsson | Make sure to emit the catch parameter as well as the... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Anders Carlsson | Fix stupid mistake I made in the exception handling... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Argyrios Kyrtzidis | Do implicit conversion to bool for the condition in... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Argyrios Kyrtzidis | Fix do-while scoping in C++. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Argyrios Kyrtzidis | Allow array-to-pointer conversion for rvalues. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Argyrios Kyrtzidis | CXXConditionDeclExpr expression node is an lvalue. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Argyrios Kyrtzidis | LangOptions.C99 should be false in C++. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Argyrios Kyrtzidis | Revert r56078, getLang().C99 being true in C++ is a... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Douglas Gregor | Add support for expected-note to Clang's -verify option |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Daniel Dunbar | Use ABIArgInfo for decisions about function arguments... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Daniel Dunbar | Fix two bugs exposed by array passing assert: |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Daniel Dunbar | Add ObjCMethodDecl::getSourceRange. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Argyrios Kyrtzidis | Fold Parser::ParseTag into Parser::ParseEnumSpecifier... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Daniel Dunbar | Bug fix, apply default argument promotion in message... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Daniel Dunbar | Refactor common Obj-C message send checking code into |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Argyrios Kyrtzidis | -getLang().C99 is true in C++ too, remove the use of... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Argyrios Kyrtzidis | In the 'condition.cpp' test case, make sure that condit... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Daniel Dunbar | Add XFAIL test case for: |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Steve Naroff | More semantic analysis for blocks... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Steve Naroff | Sema::ActOnIdentifierExpr(): Lookup block arguments. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Argyrios Kyrtzidis | Add some C++-specific comments in the parsing methods... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Daniel Dunbar | Implement ABIArgType::Coerce support. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Daniel Dunbar | Add CodeGenTypes::GetFunctionType overload for getting... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Daniel Dunbar | Move FunctionType conversion into CGCall.cpp: |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Daniel Dunbar | Add ABIArgInfo class to encapsulate ABI decision of... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Argyrios Kyrtzidis | Implement CodeGen support for the 'CXXConditionDeclExpr... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Argyrios Kyrtzidis | Implement Sema support for the 'condition' part of... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Argyrios Kyrtzidis | Change line endings: CRLF -> LF |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Argyrios Kyrtzidis | Use Sema::isDeclInScope instead of IdentifierResolver... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Daniel Dunbar | Tweak CGCall functions again: |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Daniel Dunbar | Tweak CGCall functions: |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Daniel Dunbar | Add CodeGenFunction::ReturnTypeUsesSret |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Argyrios Kyrtzidis | Add new 'CXXConditionDeclExpr' expression node used... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Daniel Dunbar | Move ABI specific code for functions / calls to CGCall... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Daniel Dunbar | Factor CodeGenFunction::StartFunction out of GenerateCo... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Argyrios Kyrtzidis | Make IdentifierResolver::isDeclInScope regard declarati... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Argyrios Kyrtzidis | Add a LangOptions member to IdentifierResolver. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Argyrios Kyrtzidis | Add Sema::isDeclInScope which wraps IdentifierResolver... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Daniel Dunbar | Use a unified return block. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Argyrios Kyrtzidis | Fix test case. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Daniel Dunbar | Move EmitAggregate{Copy,Clear} into CodeGenFunction. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Argyrios Kyrtzidis | Implement parser support for the 'condition' part of... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Steve Naroff | Fix <rdar://problem/6197841> try, finally with no catch... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Argyrios Kyrtzidis | IdentifierResolver cleanup. Make some methods out-of... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Anders Carlsson | Check in half-assed implementation of @try/@catch. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Anders Carlsson | Simple @throw support. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Steve Naroff | Tweak implementation for allowing ObjC builtin type... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Steve Naroff | Simplify typesAreBlockCompatible(). |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Argyrios Kyrtzidis | Update VC++ project files. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Anders Carlsson | Add types and functions related to exceptions. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Anders Carlsson | Move handling of @try and @throw to the runtime class. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Mon P Wang | Added SSE4.1 packusdw |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Daniel Dunbar | Change CodeGen to emit calls using (RValue,Type) list: |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Mon P Wang | Added SSE41 pmovsx pmovzx intrinsics |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Daniel Dunbar | Fix a number of issues w.r.t. emission of global for... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Daniel Dunbar | Refactor parameter attribute handling: |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Daniel Dunbar | Add ThreadSpecified bit to Decl. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Daniel Dunbar | Add missing RUN line |
commit | commitdiff | tree | snapshot |
next |