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 |
2010-06-25 |
Fariborz Jahanian | Try making BuildBot happy again. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Fariborz Jahanian | Test case for pr7490. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Ted Kremenek | Add "checker caching" to GRExprEngine::CheckerVisit... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Ted Kremenek | Fix -analyze-display-progress (once again), this time... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Fariborz Jahanian | Minor change to my last patch to fix PR7490. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Eric Christopher | Translate numbers properly. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Fariborz Jahanian | IRGen for trivial initialization of dynamiccaly allocated |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Tom Care | Change RegionStoreManager::Retrieve to infer the type... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Daniel Dunbar | build: Get CLANG_VERSION from Version.inc instead of... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Daniel Dunbar | build: Add a generated Version.inc file instead of... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Support NonTypeTemplateParmDecl for PCH. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Make PCHWriter::FlushStmts() robust. If we added null... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Support DependentTemplateSpecializationType and Elabora... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Add forgotten breaks in case statements. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Benjamin Kramer | A bug I've introduced in STDIN handling surfaced a... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Support UnresolvedLookupExpr for PCH. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Support UnresolvedMemberExpr for PCH. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Print source location when we encounter unhandled state... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Chris Lattner | I don't know when I committed this, but it's probably... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Chandler Carruth | Implement dependent alignment attribute support. This... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Fariborz Jahanian | Add comment for my last patch. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
John Thompson | Fixed another double-char in PPC-specific asm constraints. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
John Thompson | Added PPC-specific asm constraints, PS3 configuration... |
commit | commitdiff | tree | snapshot |
next |