platform/upstream/llvm.git
2009-07-30 Owen AndersonUpdate for LLVM API changes.
2009-07-30 Devang PatelDo not use abbrev while writing NamedMDNode name.
2009-07-30 Devang PatelEnumerate NamedMDNode elements first.
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-30 Devang PatelHandle NamedMDNode.
2009-07-30 David GoodwinRemove redundant match for frame index from imm8 addrmo...
2009-07-30 Anders CarlssonDiagnose unused expression results for all statements...
2009-07-30 Anders CarlssonAdd casts to avoid a bunch of unused expr warnings...
2009-07-30 Mike StumpCanonicalize else spacing.
2009-07-30 Anders CarlssonFactor code out into a DiagnoseUnusedExprResult function.
2009-07-30 David GoodwinDarwin assembler now recognizes "orn", so remove workar...
2009-07-30 Mike StumpNote some other limitations.
2009-07-30 David GoodwinDarwin assembler now supports "rrx", so remove workaround.
2009-07-30 Daniel DunbarTwine: Directly support int, long, and long long types.
2009-07-30 Dan GohmanUse CallbackVH in AliasSetTracker to avoid getting...
2009-07-30 David GoodwinCleanup and include code selection for some frame index...
2009-07-30 Devang PatelStart using DebugInfoFinder.
2009-07-30 Devang PatelDo not use getNamedValue() to lookup NamedMDNode. Named...
2009-07-30 Devang PatelFix MetadataBase::classof().
2009-07-30 Daniel DunbarTwine: Use raw_ostream::write_hex, remove unused itohex...
2009-07-30 Daniel DunbarRemove unintended changes.
2009-07-30 Devang Patels/DebugInfoEnumerator/DebugInfoFinder/g
2009-07-30 Daniel DunbarAdd raw_ostream::write_hex
2009-07-30 Daniel DunbarRemove itohexstr, which only had one user.
2009-07-30 Mike StumpUpdate based upon comments. Explain why we have an...
2009-07-30 David GoodwinAdd missing D* register clobbers for Thumb-2 call.
2009-07-30 Mike StumpWe'll also need a vtable pointer if we have virtual...
2009-07-30 Douglas GregorWhat luck! Clang obtains support for refering to member...
2009-07-30 Fariborz JahanianPatch for future ir-gen for destructor calls.
2009-07-30 Ted KremenekLexically order files.
2009-07-30 Douglas GregorSupport out-of-line definitions of the members of class...
2009-07-30 Daniel DunbarTwines: Don't allow implicit conversion from integers...
2009-07-30 Devang Patelwalk DbgRegionStartInst and DbgRegionEndInst
2009-07-30 Devang PatelFix comment.
2009-07-30 Dan GohmanMinor whitespace tidiness.
2009-07-30 Dan GohmanRename GRAD to GR32_AD, to follow the naming convention...
2009-07-30 Douglas GregorInitialize an otherwise-wild pointer. Fixes a crashy...
2009-07-30 Chris Lattneradd a random codegen deficiency.
2009-07-30 Benjamin Kramerfix a unitialized pointer in NamedMDNode (and reenable...
2009-07-30 Benjamin Kramerfix cmake build
2009-07-30 Zhongxing Xusimple fixes.
2009-07-30 Sanjiv GuptaAllow targets to define libcall names for mem(cpy,set...
2009-07-30 Zhongxing XuMake AnalysisManager into its own source file and a...
2009-07-30 Evan ChengAdd a note.
2009-07-30 Evan ChengI've changed the semantics of MERGE_VALUES a bit. It...
2009-07-30 Evan ChengOptimize some common usage patterns of atomic built...
2009-07-30 Daniel DunbarSwitch obvious clients to Twine instead of utostr ...
2009-07-30 Sanjiv GuptaKeep track of references to mem(cpy,move,set) and then...
2009-07-30 Daniel DunbarUpdate CMakeLists.txt
2009-07-30 Daniel DunbarTwine: Provide [u]int{32,64} conversions via implicit...
2009-07-30 Argyrios KyrtzidisFix Selector <-> GlobalSelector conversion.
2009-07-30 Ryan FlynnPR3679 - handle #pragma weak
2009-07-30 Daniel DunbarAdd -fblocks.
2009-07-30 Andreas BolkaEqual SCEVs of a subscript give rise to dependence.
2009-07-30 Daniel DunbarDisable the NamedMDNodeTest, it is failing everywhere.
2009-07-30 Nate BegemanTypo
2009-07-30 Daniel DunbarMultiTestRunner: Stop printing XFAILs on every run...
2009-07-30 Dan GohmanAdd a new register class to describe operands that...
2009-07-30 Dan GohmanMinor whitespace tidiness.
2009-07-30 Zhongxing XuThis patch collects all analysis context data into...
2009-07-30 Eli FriedmanRemove bogus "unsupported" case for vectors (which...
2009-07-30 Mike StumpFix type to be consistent with the rest of the code.
2009-07-30 Devang PatelCheck null NameMDNode elements.
2009-07-30 Dan GohmanEliminate a bunch of redundant tables.
2009-07-30 Bob WilsonLower a 128-bit BUILD_VECTOR with 2 elements to a pair...
2009-07-30 Mike StumpAdd ability to layout the vtable pointer in trivial...
2009-07-30 Eli FriedmanFix gcc warning.
2009-07-30 Fariborz Jahanianir-gen for nested non-virtual base member access
2009-07-30 Dan GohmanUse array_endof instead of doing it manually.
2009-07-30 Eli FriedmanAdd support for -Wno-long-long.
2009-07-30 Argyrios KyrtzidisAdd support for ObjC message expressions, in the Analyzer:
2009-07-30 Devang PatelAdd NamedMDNode test.
2009-07-30 Devang Patelprint single NamedMDNode.
2009-07-30 Argyrios KyrtzidisUpdate CMake.
2009-07-29 Argyrios KyrtzidisSupport ObjC methods as Entities.
2009-07-29 Douglas GregorThere's no point in going through the getAs<TagType...
2009-07-29 Argyrios KyrtzidisUse a STL helper template 'pair_value_iterator', by...
2009-07-29 Argyrios KyrtzidisAdd ObjCMethodDecl::isThisDeclarationADefinition().
2009-07-29 Argyrios KyrtzidisIndex the selectors and provide the translation units...
2009-07-29 Argyrios KyrtzidisAdd TranslationUnit::getSelectorMap().
2009-07-29 Argyrios KyrtzidisIntroduce SelectorMap whose purpose is to map selectors...
2009-07-29 Argyrios KyrtzidisFind references inside blocks.
2009-07-29 Argyrios KyrtzidisUse helper class ASTVisitor to fully traverse an AST.
2009-07-29 Argyrios KyrtzidisIntroduce the GlobalSelector class in the Indexing...
2009-07-29 Argyrios KyrtzidisUse an IdentifierTable for names used for Entities.
2009-07-29 Argyrios Kyrtzidis-Introduce the idx::Analyzer class used for getting...
2009-07-29 Argyrios KyrtzidisIntroduce TULocation and TULocationHandler classes.
2009-07-29 Argyrios KyrtzidisModify the Indexer class so that it can return the...
2009-07-29 Argyrios KyrtzidisAdd Entity::getInternalDecl() to be used only on Entiti...
2009-07-29 Argyrios KyrtzidisConstify ASTLocation::print.
2009-07-29 Argyrios KyrtzidisFix some comments.
2009-07-29 Argyrios KyrtzidisAdd getDeclReferenceMap() to the abstract interface...
2009-07-29 Argyrios KyrtzidisRemove the TranslationUnit usage from clang-wpa.cpp...
2009-07-29 Argyrios KyrtzidisIntroduce a helper template for the Handler classes...
2009-07-29 Argyrios KyrtzidisAdd an assert.
2009-07-29 Argyrios KyrtzidisAccept Handler objects in parameters as references.
2009-07-29 Argyrios KyrtzidisRename EntityHandler::HandleEntity to Handle.
2009-07-29 Argyrios Kyrtzidis-Make IndexProvider an abstract interface for getting...
2009-07-29 Douglas GregorMake tag declarations redeclarable. This change has...
2009-07-29 Evan Chengtbb / tbh instructions only branch forward, not backwards.
next