Age | Commit message (Expand) | Author |
2009-10-18 | When building a cast argument, make sure to bind the result to a temporary. | Anders Carlsson |
2009-10-18 | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar |
2009-10-18 | Twinify CGObjCMac, this simplifies the code and should reduce std::string | Daniel Dunbar |
2009-10-18 | Use CK_BitCast for member function pointer casts. Fixes PR5138. | Anders Carlsson |
2009-10-18 | Move misc clients to IdentifierInfo StringRef API. | Daniel Dunbar |
2009-10-18 | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar |
2009-10-18 | Support IRgen of OpenCL vector initializers, ensuring the resulting IR is in a | Nate Begeman |
2009-10-18 | It's OK for a pure virtual function to override another pure virtual function... | Anders Carlsson |
2009-10-18 | Add FloatingCast to getCastKindName's list. | Benjamin Kramer |
2009-10-18 | Add some more cast kinds. | Anders Carlsson |
2009-10-18 | add support for codegening CXXZeroInitValueExprs | Nuno Lopes |
2009-10-18 | The AuroraUX toolchain has conflicting wchar_t between the system stdlib.h he... | Edward O'Callaghan |
2009-10-18 | Use sys::Path::eraseFromDisk instead of unlink as suggested by Chris. | Benjamin Kramer |
2009-10-18 | When performing template-substitution into a type, don't just replace the | John McCall |
2009-10-18 | use DenseSet instead of SmallSet. | Zhongxing Xu |
2009-10-18 | Add another two ExtVectorComponent FIXMEs. | Daniel Dunbar |
2009-10-18 | Switch ExtVectorElementExpr::getEncodedElementAccess to use StringRef. | Daniel Dunbar |
2009-10-18 | Simplify HandleModeAttr. | Daniel Dunbar |
2009-10-18 | Simplify HandleFormatAttr. | Daniel Dunbar |
2009-10-18 | Add FIXME... maybe Nate will get bored? :) | Daniel Dunbar |
2009-10-18 | Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize | John McCall |
2009-10-17 | Simplify ExtVectorElementExpr::containsDuplicateElements(). | Daniel Dunbar |
2009-10-17 | Avoid std::string concatenation. | Daniel Dunbar |
2009-10-17 | Switch to llvm::HashString. | Daniel Dunbar |
2009-10-17 | add gentoo x86 2009.1 (gcc 4.3.4) include paths | Nuno Lopes |
2009-10-17 | Fix a crash with qualified member access into a non-type, from Sean Hunt! | Douglas Gregor |
2009-10-17 | When type-checking a C++ "new" expression, don't type-check the actual | Douglas Gregor |
2009-10-17 | When resolving the address of an overloaded function or function template, ma... | Sebastian Redl |
2009-10-17 | Don't add implicit casts of explicit address-taking of overloaded functions. | Sebastian Redl |
2009-10-17 | Use StringExtra's HashString instead of BernsteinHash. | Daniel Dunbar |
2009-10-17 | teach getCorrespondingUnsignedType how to handle vectors of integers, | Chris Lattner |
2009-10-17 | In some dependent contexts, incomplete array types persist into FinalizeDecla... | Sebastian Redl |
2009-10-17 | Fix for PR5190, Credit to Zhanyong Wan. | Edward O'Callaghan |
2009-10-17 | Avoid std::string thrashing in MultiKeywordSelector::getName(), and simplify. | Daniel Dunbar |
2009-10-17 | Simplify more. | Daniel Dunbar |
2009-10-17 | Simplify. | Daniel Dunbar |
2009-10-17 | Use raw_ostream instead of C stdio. | Daniel Dunbar |
2009-10-17 | Rewrite AttributeList::getKind to use StringRef API. | Daniel Dunbar |
2009-10-17 | Simplify. | Daniel Dunbar |
2009-10-17 | Use raw_ostream for formatting integers, and use IdentifierInfo::getNameStr | Daniel Dunbar |
2009-10-17 | Minor cleanup: move typedef out of anonymous namespace (which now contains no... | Ted Kremenek |
2009-10-17 | Write the preprocessor block after we write out types + declarations, | Douglas Gregor |
2009-10-17 | Suppress -Asserts warning. | Daniel Dunbar |
2009-10-17 | Per discussion with Ted, the 'FromSuper'/'FromSub' logic is invalid. Simplify | Zhongxing Xu |
2009-10-17 | Fix another static analyzer crash due to a corner case in "folding" symbolic ... | Ted Kremenek |
2009-10-17 | Actually all regions whose super region is not MemSpaceRegion are of these 3 | Zhongxing Xu |
2009-10-17 | Don't crash when dumping pretty stack traces, if the current tok is an | Daniel Dunbar |
2009-10-17 | Fix PR5211: codegen shouldn't assume that the result of ||/&& is int | Chris Lattner |
2009-10-17 | Simplify. | Daniel Dunbar |
2009-10-17 | Add Ubuntu 9.04 C++ search path. | Daniel Dunbar |