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 |
2009-05-20 |
Ted Kremenek | Add special cases to retain checker for 'create' method... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Introduce a new kind of RAII class, ASTOwningVector... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Template instantiation for CXXExprWithTemporaries,... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Template instantiation for the various kinds of AST... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Tweak test case so that the expected-error text matches... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Add a va_list/template instantiation test suggested... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Introduce a new expression type, CXXUnresolvedConstruct... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Fariborz Jahanian | This patch provides preliminary support for non-fragile... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Fariborz Jahanian | implementation of format_arg for ObjC methods/functions. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Zhongxing Xu | Treat AllocaRegion as SymbolicRegion in RegionStore... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Zhongxing Xu | Add comments to test case. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Zhongxing Xu | * API change: we need to pass GRState to GRExprEngine... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Eli Friedman | Handle the remaining unhandled cases in EmitReferenceBi... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Zhongxing Xu | add header to be built by gcc 4.3 on Linux. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Anders Carlsson | irgen for references to complex rvales (Very important...) |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Anders Carlsson | Bad anders. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Anders Carlsson | Create a temporary if the lvalue is a bitfield. Reporte... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Anders Carlsson | Add support for binding references to scalar rvalues. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Anders Carlsson | Bind references to lvalues correctly. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Anders Carlsson | Add EmitReferenceBindingToExpr. Have EmitCallArg use... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Start documenting precompiled headers |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Add FIXMEs for the remaining C and C++ expression types... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for __builtin_va_arg. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for __builtin_choose_expr. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Ban the use of __builtin_types_compatible_p in C++... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for __builtin_shufflevector. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Remove finished FIXME. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Build fixes for r72135. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Move AnalysisConsumer.h and Analyses.def from tools... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for __builtin_types_compatible_p. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Anders Carlsson | Improve support for irgen of references. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for GNU statement expressions |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Fix handling of the GNU "t ? : f" extension to the... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for compound assignment operators. |
commit | commitdiff | tree | snapshot |
next |