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 |
2008-09-07 |
Argyrios Kyrtzidis | Support C++'s declaration-statement. |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Nico Weber | rename libclangSEMA to libclangSema |
commit | commitdiff | tree | snapshot |
2008-09-06 |
Nuno Lopes | skip test if llvm-gcc is requires but not found on... |
commit | commitdiff | tree | snapshot |
2008-09-06 |
Daniel Dunbar | Key LLVM types for TagDecl's off of the clang Type... |
commit | commitdiff | tree | snapshot |
2008-09-06 |
Eli Friedman | Per PR2773, define __USER_LABEL_PREFIX__ for x86-32... |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Steve Naroff | More type checking for blocks. Still incomplete (will... |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Ted Kremenek | Add comment back that Argiris pointed out that I mistak... |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Ted Kremenek | Change struct forward declarations and definitions... |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Argyrios Kyrtzidis | Support "typeof unary-expression" (GNU C++ extension). |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Argyrios Kyrtzidis | Set different header search paths for the Windows platform. |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Argyrios Kyrtzidis | Add header search paths for Mingw32 (GCC version 4). |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Argyrios Kyrtzidis | Line endings: CRLF -> LF |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Daniel Dunbar | Fix placement of const on a number of X86 builtins. |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Daniel Dunbar | Test case for previous commit (Workaround gcc bug causi... |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Daniel Dunbar | Workaround gcc bug causing crash on our preprocessed... |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Ted Kremenek | Remove stale comments. |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Ted Kremenek | Remove "NextDecl" from RecordDecl. This change touches... |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Daniel Dunbar | Set sext/zext on function result. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ted Kremenek | Patch to scan-build by Jordan Breeding: |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Daniel Dunbar | Set function attributes (sext, zext, etc.) on Objective... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Daniel Dunbar | Fix unintended use of doxygen comment strings. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Daniel Dunbar | Fix infinite loop in for ... in code generation. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ted Kremenek | Added test case for the dead stores checker that was... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ted Kremenek | Fix CFG construction bug: |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Daniel Dunbar | Fix FindSpecRefs to be Python 2.4 compatible and get... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Daniel Dunbar | Prevent invalid warnings about incomplete implementatio... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Nuno Lopes | fix running tests with valgrind (there were a lot of... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ted Kremenek | scan-build: |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Steve Naroff | Touchup CheckSingleAssignmentConstraints() and CheckCom... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Steve Naroff | Fix a handful of typos (closure->block) to avoid confusion. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Steve Naroff | Add type checking for blocks. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Mon P Wang | Generate error if we try to implicit cast between diffe... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Daniel Dunbar | Add some Objective-C code generation tests. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Daniel Dunbar | NeXT: Emit lazy reference to Protocol class for forward... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Daniel Dunbar | Avoid superfluous errors regarding variable-length... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Daniel Dunbar | Implement codegen of aggregates as lvalues in binary... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ted Kremenek | Capture 'uname' and 'gcc -v' output to .info files. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Daniel Dunbar | Update TestRunner to not report failure for XFAIL tests |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ted Kremenek | Output "ANALYZE:" diagnostics to STDOUT instead of... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ted Kremenek | ccc-analyzer: |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Daniel Dunbar | Set register storage class correctly for function param... |
commit | commitdiff | tree | snapshot |
next |