| Commit message (Expand) | Author | Age | Files | Lines |
* | Add field IsIEEE in FloatingLiteral to distinguish between different 128-bit | Akira Hatanaka | 2012-01-10 | 1 | -1/+1 |
* | Revert r147664; it's breaking clang regression tests. | Eli Friedman | 2012-01-06 | 1 | -2/+2 |
* | Silence GCC warnings. | Jakub Staszak | 2012-01-06 | 1 | -2/+2 |
* | Add an APValue representation for the difference between two address-of-label... | Eli Friedman | 2012-01-04 | 1 | -27/+0 |
* | Fix a case where Expr::isConstantInitializer would return true for an express... | Eli Friedman | 2011-12-21 | 1 | -9/+22 |
* | Teach isConstantInitializer that numeric literals are constants, rather than | Richard Smith | 2011-12-09 | 1 | -0/+2 |
* | Move vector bitcast handling in constant expressions from the expression | Richard Smith | 2011-12-06 | 1 | -9/+13 |
* | Constant expression evaluation: support for evaluation of structs and unions of | Richard Smith | 2011-11-10 | 1 | -10/+15 |
* | Fix a cluster of related issues involving value-dependence and constant | Richard Smith | 2011-11-08 | 1 | -8/+15 |
* | Rip out CK_GetObjCProperty. | John McCall | 2011-11-07 | 1 | -3/+0 |
* | Change the AST representation of operations on Objective-C | John McCall | 2011-11-06 | 1 | -0/+82 |
* | Fix the representation of wide strings in the AST and IR so that it uses the ... | Eli Friedman | 2011-11-01 | 1 | -13/+62 |
* | Don't try to set the "array filler" in a InitListExpr twice. | Argyrios Kyrtzidis | 2011-10-21 | 1 | -0/+1 |
* | Macro metaprogramming for builtin types. | John McCall | 2011-10-18 | 1 | -1/+1 |
* | Add template instantiation support for AtomicExpr. | Eli Friedman | 2011-10-14 | 1 | -0/+21 |
* | Change operator<< for raw_ostream and NamedDecl to take a reference instead o... | Benjamin Kramer | 2011-10-14 | 1 | -1/+1 |
* | Initial implementation of __atomic_* (everything except __atomic_is_lock_free). | Eli Friedman | 2011-10-11 | 1 | -0/+1 |
* | Constant expression evaluation refactoring: | Richard Smith | 2011-10-10 | 1 | -1/+1 |
* | Another case of HadMultipleCandidates being used uninitialized. | Benjamin Kramer | 2011-10-10 | 1 | -1/+2 |
* | Move field in ObjCMessageExpr to avoid padding. | Argyrios Kyrtzidis | 2011-10-03 | 1 | -6/+6 |
* | Allow getting all source locations of selector identifiers in a ObjCMessageExpr. | Argyrios Kyrtzidis | 2011-10-03 | 1 | -43/+62 |
* | ArrayRef'ize ObjCMessageExpr | Argyrios Kyrtzidis | 2011-10-03 | 1 | -19/+19 |
* | Add an assertion that we don't overflow the bitfield ObjCMessageExpr::NumArgs. | Argyrios Kyrtzidis | 2011-10-03 | 1 | -3/+6 |
* | Pass all the locations of the selector identifiers for a message expression f... | Argyrios Kyrtzidis | 2011-10-03 | 1 | -7/+9 |
* | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -2/+0 |
* | objc-gc: Fix a corner case where clang fails to generate GC | Fariborz Jahanian | 2011-09-23 | 1 | -1/+8 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -4/+4 |
* | Don't use TemplateArgumentListInfo inside AST nodes because it may leak. | Argyrios Kyrtzidis | 2011-09-22 | 1 | -51/+0 |
* | Rename ExplicitTemplateArgumentList -> ASTTemplateArgumentListInfo, no functi... | Argyrios Kyrtzidis | 2011-09-22 | 1 | -9/+9 |
* | Fix a QoI bug with overloaded operators inside macros. | Matt Beaumont-Gay | 2011-09-19 | 1 | -1/+4 |
* | In general, don't look through explicit casts when trying | John McCall | 2011-09-13 | 1 | -1/+1 |
* | Rename the ARC cast kinds to start with "ARC". | John McCall | 2011-09-10 | 1 | -12/+12 |
* | When converting a block pointer to an Objective-C pointer type, extend | John McCall | 2011-09-10 | 1 | -0/+3 |
* | Give conversions of block pointers to ObjC pointers a different cast kind | John McCall | 2011-09-09 | 1 | -2/+91 |
* | Look through SubstNonTypeTemplateParmExpr nodes in the various | Douglas Gregor | 2011-09-08 | 1 | -1/+20 |
* | When extracting the callee declaration from a call expression, be sure | Douglas Gregor | 2011-09-06 | 1 | -0/+6 |
* | Whitelist operator== and operator!= as valid for unused value warnings, | Chandler Carruth | 2011-08-17 | 1 | -1/+14 |
* | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor | 2011-07-27 | 1 | -5/+4 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -9/+9 |
* | Silliness with commas, as reported at http://blog.regehr.org/archives/558 . ... | Eli Friedman | 2011-07-13 | 1 | -1/+5 |
* | In ARC, reclaim all return values of retainable type, not just those | John McCall | 2011-07-07 | 1 | -0/+2 |
* | Introduce the notion of instantiation dependence into Clang's AST. A | Douglas Gregor | 2011-07-01 | 1 | -31/+110 |
* | Fix off-by-one error in StringLiteral::getLocationOfByte. | Hans Wennborg | 2011-06-30 | 1 | -1/+1 |
* | Changes ParenListExpr to always require a type. | Manuel Klimek | 2011-06-22 | 1 | -3/+3 |
* | A few tweaks to MaterializeTemporaryExpr suggested by John. | Douglas Gregor | 2011-06-21 | 1 | -4/+0 |
* | Fix a crash when a pointer-to-member function is called in the condition | Chandler Carruth | 2011-06-21 | 1 | -1/+1 |
* | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor | 2011-06-21 | 1 | -2/+51 |
* | Make more use of llvm::StringRef in various APIs. In particular, don't | Jay Foad | 2011-06-21 | 1 | -5/+5 |
* | Make the Stmt::Profile method const, and the StmtProfile visitor | Chandler Carruth | 2011-06-16 | 1 | -1/+1 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -3/+33 |