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