2009-05-26 |
Daniel Dunbar | Use .data() instead of &...[0]. |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Mike Stump | Esnure that if we have a volatile structure as the... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Douglas Gregor | When evaluating a VarDecl as a constant or determining... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Daniel Dunbar | Revert to using &...[0] for std::vector, apparently... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Daniel Dunbar | Use .data() vs &...[0] |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Daniel Dunbar | When trying to pass an argument on the stack, assume... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Daniel Dunbar | The driver/diagnostic client don't need to be on the... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Anders Carlsson | An Obj-C message send expression can never have a refer... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Douglas Gregor | Simplify printing of the statistics for types. |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Eli Friedman | Fix for PR4140: Add the start of a Linux toolchain... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Anders Carlsson | Add a new CallExpr::getCallReturnType and use it in... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Anders Carlsson | A block that returns a reference is an lvalue. |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Eli Friedman | Handle the edge case of a weak function with incomplete... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Anders Carlsson | Remove a bunch of unused constructors |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Anders Carlsson | Remove AstGuard.h from Xcode project. |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Eli Friedman | Minor build system changes to make ABITest work correct... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Eli Friedman | Some minor corrections: don't use offsetof on a bitfiel... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Eli Friedman | Extend getPreferredTypeAlign to handle _Complex double... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Eli Friedman | PR4122: Tweak the ambiguity handling to handle (S(... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Chris Lattner | tweak non-null check to put the caret on the function... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Chris Lattner | merge two tests. |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Chris Lattner | reword a warning for clarity |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Chris Lattner | default -Wnonnull to on. |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Chris Lattner | move some format group options around in the file.... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Chris Lattner | Fix a couple of bugs: |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Chris Lattner | improve comment, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Chris Lattner | fix this test to fail when the patch isn't applied. |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Eli Friedman | Make sure an invalid concatentaion doesn't insert white... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Daniel Dunbar | Another tweak to the clang Getting Started page. |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Daniel Dunbar | Minor updates to the clang Getting Started page. |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Mike Stump | Propagate volatile for implicit property refernces. |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Mike Stump | Propagate volatile around for property references. |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Mike Stump | Track volatile aggregate copies better. I'm hoping... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Mike Stump | Fix thinko, and implement aggregate volatile reads. |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Mike Stump | More volatile fixes. Can't testcase these yet as ultim... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Mike Stump | Collapse a few FIXMEs together and refactor to make... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Mike Stump | Add support for volatile RValues. |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Daniel Dunbar | Fix use after free, found by Benjamin Kramer. |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Fariborz Jahanian | Test for David Chisnall's -fobjc-sender-dependent-dispa... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Mike Stump | One step to fixing up codegen for a=b, where a is a... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Eli Friedman | Add IEEE quad support to DefineFloatMacros. |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Daniel Dunbar | Initialize Obj-C GC attributes when emitting BlockDeclR... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Eli Friedman | PR4247: Widen the buffer slightly so it can hold all... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Mike Stump | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Ted Kremenek | Use 'Exprs.data()' instead of 'Exprs.empty() ? NULL... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Douglas Gregor | Template instantiation for qualified declaration reference |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Douglas Gregor | Template instantiation for the GNU address-of-label... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Douglas Gregor | Template instantiation for ExtVectorElementExpr. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Argyrios Kyrtzidis | Add a test case to make sure that an ambiguous paren... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Douglas Gregor | Fix the parent classes in TypeNodes.def, from Olaf... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Douglas Gregor | Fix lots of PCH crashes caused by the new assertions in |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Ted Kremenek | Fix PCH crash caused by new assertions in llvm::SmallVe... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Ted Kremenek | Modify begin()/end() for AsmStmt iterators to handle... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Fariborz Jahanian | Cannot type cast @selector expressions. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Daniel Dunbar | In assembler-with-cpp mode, don't error on '#' (stringi... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Douglas Gregor | Add a few tests to ensure that member functions of... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Douglas Gregor | Representation of and template instantiation for member |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Argyrios Kyrtzidis | Add -fblocks for the test. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Argyrios Kyrtzidis | The disambiguation process for ambiguous paren expressi... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Argyrios Kyrtzidis | The TokenLexer may encounter annotations if the parser... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Fariborz Jahanian | This patch adds support for sender-aware dispatch in... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Fariborz Jahanian | Added -fblocks to the test's options. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Mike Stump | Fixup codegen for __block int i; i += rhs();. Should... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Daniel Dunbar | Don't warn about -funit-at-a-time, and reject -fno... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Daniel Dunbar | x86_64 ABI: Account for sret parameters consuming an... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Fariborz Jahanian | (Next runtime only) check to see if class implements... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Argyrios Kyrtzidis | Some minor comments modifications. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Sanjiv Gupta | Targets like PIC16 generate Static decls for automatic... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Argyrios Kyrtzidis | Handle correctly a very ugly part of the C++ syntax... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Argyrios Kyrtzidis | Factor the compound literal parsing out from ParseParen... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Argyrios Kyrtzidis | Modification to ParseParenExpression. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Argyrios Kyrtzidis | Remove ParseSimpleParenExpression. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Argyrios Kyrtzidis | Refactor the common code of 'ParseTypeofSpecifier'... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Argyrios Kyrtzidis | Parse typeof-specifier the same way as sizeof/alignof... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Zhongxing Xu | Pull EmitRecord() out of loop. It should be called... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Torok Edwin | Set correct calling convention even if there is a bitca... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Daniel Dunbar | (llvm up) Use llvm::Triple for storing target triples. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Daniel Dunbar | Don't rely on getArchName() to return a constant string... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Eli Friedman | A few more tweaks for Solaris; please correct me if... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Daniel Dunbar | Add --analyzer-no-default-checks and --analyzer-output... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Improve target support for Solaris. |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Template instantiation for C99 compound literals |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Template instantiation for GNU array-range designators. |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Template instantiation for C99 designated initializers... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Template instantiation for initializer lists |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Fix CMake build for AST XML dumper |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Mike Stump | Fixup blocks codegen for { __block i; i = rhs(); }... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Fariborz Jahanian | Fixed a warning bug when receiver is an object via |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | AST XML dump, from Olaf Krzikalla! |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Template instantiation for unary type traits, e.g.... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Fariborz Jahanian | Check on null arguments in the presense of nonnull... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Template instantiation for C++ "typeid" expressions. |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Template instantiation for C++ throw expressions |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Template instantiation for C++ delete expression |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Merge the ASTVector and ASTOwningVector templates,... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Sebastian Redl | Avoid using the built-in type checker for assignment... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Jay Foad | Use v.data() instead of &v[0] when SmallVector v might... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Fariborz Jahanian | Minor refactoring. Uses an existing API to lookup a... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Template instantiation for C++ "new" expressions. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Fix template instantiation for compound statements... |
commit | commitdiff | tree | snapshot |
next |