Age | Commit message (Expand) | Author |
2009-07-19 | Avoid generation of dead code in a few more situations. | Daniel Dunbar |
2009-07-18 | Rename NextOffset to DataSize, which better matches the Itanium C++ ABI | Anders Carlsson |
2009-07-18 | Revert r75641. | Anders Carlsson |
2009-07-18 | Remove ObjCQualifiedInterfaceType:-) | Steve Naroff |
2009-07-17 | fix objc codegen to not have its own list of things that eventually get into ... | Chris Lattner |
2009-07-17 | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek |
2009-07-17 | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek |
2009-07-16 | ir-gen for --/++ operators of objc object pointers | Fariborz Jahanian |
2009-07-16 | Hook in s390x stuff into clang | Anton Korobeynikov |
2009-07-16 | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek |
2009-07-16 | Update for LLVM API change. | Owen Anderson |
2009-07-16 | use CreateRuntimeVariable to get __CFConstantStringClassReference | Chris Lattner |
2009-07-16 | Remove ASTContext::isObjCObjectPointerType(). | Steve Naroff |
2009-07-16 | codegen string literals using private linkage now like llvm-gcc, eliminating | Chris Lattner |
2009-07-16 | Update for LLVM API change. | Owen Anderson |
2009-07-15 | Lexically order files in CMakeLists.txt files. | Ted Kremenek |
2009-07-15 | Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu... | Steve Naroff |
2009-07-14 | Update for LLVM API change, and contextify a bunch of related stuff. | Owen Anderson |
2009-07-14 | Revert 75648 for now. It is causing test failures. | Devang Patel |
2009-07-14 | Introduce Type::isAnyPointerType() and convert all clients (suggested by Chris). | Steve Naroff |
2009-07-14 | [llvm up] adjust to match mainline. | Chris Lattner |
2009-07-14 | Rename RecordLayout.h to ASTRecordLayout.h | Anders Carlsson |
2009-07-14 | Revert r75614 which depend on r75610 (for LLVM), which was reverted. | Daniel Dunbar |
2009-07-14 | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith |
2009-07-14 | use new name for method. | Chris Lattner |
2009-07-14 | Use LLVM mangler to get mangled name for debug info entry. | Devang Patel |
2009-07-14 | Update debug info generation for ObjCObjectPointer changes. | Daniel Dunbar |
2009-07-14 | Update for API change. | Owen Anderson |
2009-07-13 | Fix 5 issues from Chris's feedback on http://llvm.org/viewvc/llvm-project?vie... | Steve Naroff |
2009-07-13 | Update debug info type cache after fwd decl is replaced by real decl. | Devang Patel |
2009-07-13 | Fix comment. | Devang Patel |
2009-07-13 | Update for LLVM API change. | Owen Anderson |
2009-07-11 | Fix type conversion of ObjCObjectPointerType. | Daniel Dunbar |
2009-07-11 | Generate correct prototype for objc_enumerationMutation. | Daniel Dunbar |
2009-07-11 | Fix typo (found by gcc warning). | Eli Friedman |
2009-07-10 | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff |
2009-07-10 | Fix a problem that Eli noticed, and that Doug helped me fix. | Anders Carlsson |
2009-07-08 | Update for IRBuilder API change. | Owen Anderson |
2009-07-08 | Update for LLVM API change. | Owen Anderson |
2009-07-08 | Implement code generation of ChooseExpr for aggregate types. | Anders Carlsson |
2009-07-08 | Update for LLVM API change. | Owen Anderson |
2009-07-08 | Implemented memmove_collectable API for Next runtime | Fariborz Jahanian |
2009-07-08 | reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp. | Chris Lattner |
2009-07-06 | Keep track of the Expr used to describe the size of an array type, | Douglas Gregor |
2009-07-03 | This fixes the case where the wrong symbol is emitted leading to linking erro... | Fariborz Jahanian |
2009-07-01 | Update for changes in LLVM. Hopefully this is the last one for a while. | Owen Anderson |
2009-07-01 | Hold the LLVMContext by reference instead of by pointer. | Owen Anderson |
2009-07-01 | Update for LLVMContext+Module change. | Owen Anderson |
2009-07-01 | use new and simplified LLVM APIs. Patch by Jay Foad! | Chris Lattner |
2009-06-30 | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis |