2010-06-30 |
Douglas Gregor | Implement C++ DR299, which allows an implicit conversio... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Chandler Carruth | Retain the source location of the constructor when... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Douglas Gregor | Re-improve recovery when the condition of a switch... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Douglas Gregor | Factor the conversion from a switch condition to an... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Argyrios Kyrtzidis | Support C++ friend declarations for PCH. |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Argyrios Kyrtzidis | When we know that we are at sub-statement reading ... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Daniel Dunbar | IRgen: Assignment to Objective-C properties shouldn... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Chris Lattner | fix PR7523, which was caused by the ABI code calling... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Daniel Dunbar | IRgen: Assignment to Objective-C properties shouldn... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Ted Kremenek | Tweaker Checker::VisitEndAnalysis to have 'hasWorkRemai... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Ted Kremenek | Add test case for <rdar://problem/4289832>. Clang... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Douglas Gregor | When typo correction produces a result that is not... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Chris Lattner | change ABIArgInfo to hold its llvm type with PATypeHold... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Douglas Gregor | Fix broken testcase |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Douglas Gregor | Typo correction for namespace alias definitions |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Daniel Dunbar | tests: Fix test to not depend on instruction names. |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Daniel Dunbar | Sema: Fix a subtle i64 -> i32 truncation which broke... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Chris Lattner | relax the CGFunctionInfo::CGFunctionInfo ctor to allow... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Fariborz Jahanian | This patch fixes a bug whereby, clang skipped |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Chris Lattner | fix PR7519: after thrashing around and remembering... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Douglas Gregor | Allow a using directive to refer to the implicitly... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Douglas Gregor | With packed enums, an enumerator's value may be stored... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Daniel Dunbar | tests: Use %clangxx when using driver for C++, in case... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Daniel Dunbar | tests: Spell %clang_cc1 correctly. |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Chris Lattner | minor cleanups. |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Daniel Dunbar | Driver/Darwin: Only run dsymutil when we are also compi... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Jeffrey Yasskin | Delete assert in ComputeKeyFunction. The function... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Chris Lattner | Change X86_64ABIInfo to have ASTContext and TargetData... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Chris Lattner | Minix doesn't support dylibs, PR7294 |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Chris Lattner | plumb preferred types down into X86_64ABIInfo::classify... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Chris Lattner | Pass the LLVM IR version of argument types down into... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Chandler Carruth | Prefer llvm_unreachable(...) to assert(false && ..... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Chris Lattner | add IR names to coerced arguments. |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Chris Lattner | make the argument passing stuff in the FCA case smarter... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Craig Silverstein | A few prettifications. Also renamed TraverseInitializer to |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Ted Kremenek | Per Doug's suggestion, move check for invalid SourceLoc... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Chris Lattner | Change CGCall to handle the "coerce" case where the... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Craig Silverstein | Fix up ClassTemplateSpecializationDecl: For implicit... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Chris Lattner | make the trivial forms of CreateCoerced{Load|Store... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Argyrios Kyrtzidis | Modify the way sub-statements are stored and retrieved... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Chris Lattner | pass/return structs of char and short as i8/i16 to... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Chris Lattner | more tidying up. |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Ted Kremenek | Remove state assertion. |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Ted Kremenek | Don't crash in InitializePreprocessor() when there... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Chris Lattner | random acts of tidying. |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Chris Lattner | X86-64: |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Fariborz Jahanian | Minor refactorin of my last patch (radar 7860965 related). |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Fariborz Jahanian | Have __func__ and siblings point to block's implementat... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Chris Lattner | tweak test to pass on windows |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Daniel Dunbar | tests: Rewrite test to check intent instead of implemen... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Rafael Espindola | Set the default arch based on the triple. |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Chris Lattner | Fix UnitTests/2004-02-02-NegativeZero.c, which regresse... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Chris Lattner | fix a silly fixme. |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Dan Gohman | llvm::errs() is non-buffered, so it doesn't need to... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Craig Silverstein | Add support for traversing initializer lists (in constr... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Sebastian Redl | Introduce Expr::Classify and Expr::ClassifyModifiable... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Argyrios Kyrtzidis | Support CXXPseudoDestructorExpr for PCH. |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Argyrios Kyrtzidis | Support DependentScopeDeclRefExpr for PCH. |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Argyrios Kyrtzidis | Refactor PCH reading/writing of template arguments... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Argyrios Kyrtzidis | Fix PCH emitting/reading for template arguments that... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Argyrios Kyrtzidis | Fix various bugs in recent commits for C++ PCH. |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Chandler Carruth | Partial fix for PR7267 based on comments by John McCall... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Jordy Rose | Pointer comparisons (and pointer-pointer subtraction... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Chandler Carruth | Suppress diagnosing access violations while looking... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Rafael Espindola | Use softfp for linux gnueabi, keep the warning for... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Anders Carlsson | Correctly destroy reference temporaries with global... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Anders Carlsson | Add a CreateReferenceTemporary that will do the right... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Anders Carlsson | Simplify CodeGenFunction::EmitReferenceBindingToExpr... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Anders Carlsson | Reduce indentation. |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Chris Lattner | misc tidying |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Chris Lattner | finally get around to doing a significant cleanup to... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Chris Lattner | tidy up OrderGlobalInits |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Chris Lattner | If coercing something from int or pointer type to int... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Chris Lattner | Same patch as the previous on the store side. Before... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Chris Lattner | improve CreateCoercedLoad a bit to generate slightly... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Jordy Rose | Implicitly compare symbolic expressions to zero when... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Chris Lattner | merge two tests. |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Chris Lattner | Change IR generation for return (in the simple case... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | reduce indentation |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | Implement rdar://7530813 - collapse multiple GEP instru... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Ted Kremenek | Allow '__extension__' to be analyzed in a lvalue context. |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | minor cleanup: don't emit the base of an array subscrip... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | fix inc/dec to honor -fwrapv and -ftrapv, implementing... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | move scalar inc/dec codegen into ScalarExprEmitter... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | use more efficient type comparison predicates. |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | Fix unary minus to trap on overflow with -ftrapv, refac... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | Implement support for -fwrapv, rdar://7221421 |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | implement rdar://7432000 - signed negate should codegen... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | Implement support for #pragma message, patch by Michael... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Anders Carlsson | Change EmitReferenceBindingToExpr to take a decl instea... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Anders Carlsson | Add function for mangling reference temporaries. |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Charles Davis | Mangle pointer and (lvalue) reference types in the... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Daniel Dunbar | Remove cruft that I didn't intend to commit. |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Bob Wilson | Add a missing dependency to try to fix a buildbot failure. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Ted Kremenek | Relax assertion since non-pod C++ classes are not aggre... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Ted Kremenek | Add support for CXXRecordDecl in CFGRecStmtDeclVisitor. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Daniel Dunbar | clang: Derive version name from LLVM unless specified... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Jordy Rose | When a constant size array is casted to another type... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Ted Kremenek | Add dead stores C++ test case that was previously asser... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Ted Kremenek | Use TypeSourceInfo to help determine the SourceRange... |
commit | commitdiff | tree | snapshot |
next |