| Commit message (Expand) | Author | Age | Files | Lines |
* | Refine volatile handling, specifically, we must have the canonical | Mike Stump | 2009-11-03 | 1 | -2/+2 |
* | silence a warning. | Chris Lattner | 2009-11-03 | 1 | -1/+1 |
* | When determining whether a reference to a static data member is an | Douglas Gregor | 2009-11-01 | 1 | -6/+10 |
* | Fix one more bug with __builtin_object_size. | Mike Stump | 2009-10-29 | 1 | -1/+1 |
* | Fix some issues Daniel pointed out. | Mike Stump | 2009-10-29 | 1 | -3/+4 |
* | optimize out some ifdefs. | Chris Lattner | 2009-10-29 | 1 | -4/+0 |
* | Implement clang support for indirect branch and address of label | Chris Lattner | 2009-10-28 | 1 | -0/+5 |
* | Refine __builtin_object_size. Don't try and get a size for things | Mike Stump | 2009-10-28 | 1 | -7/+12 |
* | __builtin_object_size refinements. Ensure we handle expressions with | Mike Stump | 2009-10-27 | 1 | -2/+62 |
* | __builtin_object_size refinements. Also handle stack based objects. WIP. | Mike Stump | 2009-10-26 | 1 | -1/+28 |
* | __builtin_object_size refinements. When we run out of object, be sure | Mike Stump | 2009-10-26 | 1 | -1/+5 |
* | Be sure to zero-extend. And refactor. | Mike Stump | 2009-10-26 | 1 | -6/+1 |
* | __builtin_object_size refinements. WIP. | Mike Stump | 2009-10-26 | 1 | -0/+30 |
* | Ignore No-op casts when evaluating lvalue expressions. Fixes PR5122. | Anders Carlsson | 2009-10-03 | 1 | -0/+10 |
* | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall | 2009-09-24 | 1 | -1/+1 |
* | implement support for __builtin_eh_return_data_regno on x86-32 and x86-64. | Chris Lattner | 2009-09-23 | 1 | -0/+6 |
* | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall | 2009-09-21 | 1 | -5/+5 |
* | Codegen support for nullptr from C++0x. | Anders Carlsson | 2009-09-15 | 1 | -1/+2 |
* | Add utility to evaluate lvalues which are an offset relative to a stack | Eli Friedman | 2009-09-13 | 1 | -6/+16 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -112/+106 |
* | Get rid of mostly-unused, buggy method. | Eli Friedman | 2009-08-29 | 1 | -3/+3 |
* | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -4/+4 |
* | This patch fixes the implementations of the __has_trivial_destructor | Douglas Gregor | 2009-07-23 | 1 | -1/+1 |
* | Revert r75641. | Anders Carlsson | 2009-07-18 | 1 | -1/+1 |
* | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -4/+4 |
* | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek | 2009-07-17 | 1 | -1/+1 |
* | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek | 2009-07-16 | 1 | -3/+3 |
* | Rename RecordLayout.h to ASTRecordLayout.h | Anders Carlsson | 2009-07-14 | 1 | -1/+1 |
* | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff | 2009-07-10 | 1 | -1/+2 |
* | Fix thinko in r74506, test condition for floats was inverted. | Daniel Dunbar | 2009-07-01 | 1 | -7/+7 |
* | Implement Eli's feedback for vecto constant expressions; | Nate Begeman | 2009-07-01 | 1 | -5/+52 |
* | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -2/+2 |
* | OpenCL 1.0 Support: | Nate Begeman | 2009-06-26 | 1 | -3/+19 |
* | PR4351: Add constant evaluation for constructs like "foo == NULL", where | Eli Friedman | 2009-06-14 | 1 | -8/+29 |
* | Sink the BuiltinInfo object from ASTContext into the | Chris Lattner | 2009-06-14 | 1 | -0/+1 |
* | Minor simplification. | Eli Friedman | 2009-06-04 | 1 | -6/+2 |
* | PR4326: Handle constant evaluation for void* pointer subtraction | Eli Friedman | 2009-06-04 | 1 | -1/+6 |
* | Some small fixes for fields of reference type. | Eli Friedman | 2009-05-30 | 1 | -2/+5 |
* | Cleqnup ideas from Chris, thanks. | Mike Stump | 2009-05-30 | 1 | -5/+6 |
* | Improve __builtin_nanf support; we now can deal with them as constants. | Mike Stump | 2009-05-30 | 1 | -3/+14 |
* | Fix up constant expression handling to deal with the address | Eli Friedman | 2009-05-27 | 1 | -3/+12 |
* | When evaluating a VarDecl as a constant or determining whether it is | Douglas Gregor | 2009-05-26 | 1 | -2/+11 |
* | Implement C++0x nullptr. | Sebastian Redl | 2009-05-10 | 1 | -1/+3 |
* | Remove an unneeded special case. | Daniel Dunbar | 2009-05-03 | 1 | -10/+1 |
* | Properly compute the alignment of typedefs that make use of the | Douglas Gregor | 2009-04-30 | 1 | -24/+3 |
* | Minor simplification; also silences gcc warning. | Eli Friedman | 2009-04-29 | 1 | -1/+1 |
* | PR4097: add logic to Evaluate to handle pointer equality comparisons. | Eli Friedman | 2009-04-28 | 1 | -7/+16 |
* | Add handling for complex->int, int->complex float, and float->complex | Eli Friedman | 2009-04-22 | 1 | -14/+38 |
* | Use an ASTRecordLayout to compute the sizeof an interface, not | Daniel Dunbar | 2009-04-21 | 1 | -7/+7 |
* | Fix <rdar://problem/6765383> clang-6: clang does not appear to support declar... | Steve Naroff | 2009-04-16 | 1 | -0/+10 |