platform/upstream/llvm.git
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.
2009-07-29 Evan ChengAdd VFP3 D registers to the DPR register class.
2009-07-29 Nicolas GeoffrayIn TrimAllocationToSize, if a block is below the minimu...
2009-07-29 Douglas GregorEliminate a few unused-variable warnings
2009-07-29 Douglas GregorEliminate an unused-variable warning
2009-07-29 Devang PatelRead and write NamedMDNode.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Owen AndersonUpdate for LLVM API change.
2009-07-29 Devang PatelPrint named metadata.
2009-07-29 Daniel DunbarFix PR4645 which was fallout from the fix for PR4641.
2009-07-29 Devang PatelThere is no need to keep name ref in NamedMDNode.
2009-07-29 Ted KremenekChange uses of:
2009-07-29 Ted KremenekRemove 'StoreManager::OldCastRegion()', TypedViewRegion...
2009-07-29 Chris Lattnerinline the global 'getInstrOperandRegClass' function...
2009-07-29 Evan ChengMake sure Thumb2 uses the right call instructions.
2009-07-29 Fariborz JahanianFixed test.
2009-07-29 Bill WendlingForgot to output the base offset.
2009-07-29 Chris Lattner1. Introduce a new TargetOperandInfo::getRegClass(...
2009-07-29 Chris Lattnermake ptr_rc derive from a new PointerLikeRegClass tblge...
2009-07-29 Fariborz JahanianSome refactoring of member access for
2009-07-29 Chris LattnerGive getPointerRegClass() a "kind" value so that target...
2009-07-29 Evan Cheng- Fix an obvious copy and paste error.
2009-07-29 David GreeneRe-enable comment and operand padding.
2009-07-29 Eli FriedmanRefactor base/member initializers, and construct them...
2009-07-29 Fariborz JahanianCheck accessibility when converting object to the base
next