2009-05-27 |
Sebastian Redl | Fix the type of a enum non-type template argument withi... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Douglas Gregor | Simplify, and improve the performance of, template... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Douglas Gregor | Add some more tests for instantiation of declaration... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Douglas Gregor | Enumeration declarations that were instantiated from... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Douglas Gregor | Improve name lookup for and template instantiation... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Anders Carlsson | IRgen support for calls to functions that return refere... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Anders Carlsson | Fix another test case. |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Anders Carlsson | Relax an assert to an if check. |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Fariborz Jahanian | Initialize ObjCSenderDispatch in LangOptions. |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Steve Naroff | Convert ObjC qualified type clients over to using itera... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Anders Carlsson | Create CXXConstructExprs when constructing via copy... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Eli Friedman | Fix up constant expression handling to deal with the... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Eli Friedman | Add IRGen support for local variables of reference... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Douglas Gregor | Initial stab at a generalized operation for determining the |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Douglas Gregor | Don't drop the computed implicit conversions when build... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Eli Friedman | Add IRGen support for return statements in functions... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Anders Carlsson | Handle operator call expressions where the callee is... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Anders Carlsson | Functions that return references can be rvalues as... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Anders Carlsson | Add another test. |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Anders Carlsson | Add support for emitting calls to functions that return... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Mike Stump | Fix typo. I also fixed the hard to read case differenc... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Anders Carlsson | Rename an EmitCallExpr function to EmitCall to make... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Mike Stump | Update comment. |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Mike Stump | And an additional testcase that also works. |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Douglas Gregor | Template instantiation for "typeof" for both types... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Mike Stump | Fixup codegen for volatile structs in the trivial cases... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Douglas Gregor | A simple dynamic array class template, to be used as... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Douglas Gregor | Make sure that CodeGen sees template instantiations. |
commit | commitdiff | tree | snapshot |
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 |
next |