platform/upstream/llvm.git
2009-07-31 Douglas GregorCanonicalization and profiling for overloaded function...
2009-07-31 Douglas GregorCanonicalize dependent extended vector types.
2009-07-31 Daniel DunbarAdd this test back, the check pattern was too strict.
2009-07-31 Daniel DunbarRevert r77654, it appears to be causing llvm-gcc bootst...
2009-07-31 Ryan FlynnPR3679 - enable #pragma weak aliasing.
2009-07-31 Daniel DunbarRemove this test while I figure out why it is failing.
2009-07-31 John McCallRename Action::TagKind to Action::TagUseKind, which...
2009-07-31 Daniel Dunbarllvm-mc: Match a few X86 instructions.
2009-07-31 John McCallsp.
2009-07-31 Mike StumpWhitespace around else canonicalization and fix 80...
2009-07-31 Dan GohmanManage MachineFunctions with an analysis Pass instead...
2009-07-31 Eli FriedmanMake the check for the linkage of a template handle...
2009-07-31 Anders CarlssonAdd CK_DerivedToBase and use it PerformObjectMemberConv...
2009-07-31 Mike StumpFix build warnings.
2009-07-31 Anders CarlssonAdd a CastKind enum to CastExpr. Right now it's not...
2009-07-31 Benjamin KramerFix cmake build.
2009-07-31 Ted KremenekFix use-after-release bug introduced in r77585 where...
2009-07-31 Douglas GregorBuild canonical types for dependently-sized array types.
2009-07-30 Devang PatelAdd getOrInsertNamedMetadata().
2009-07-30 Devang PatelAdd addElement().
2009-07-30 Ted KremenekAdd scan-build option '-no-failure-reports' to supress...
2009-07-30 Douglas GregorCanonicalization of dependent C++0x decltype types.
2009-07-30 Evan ChengWhen fp is not eliminated, instructions with T2_i12...
2009-07-30 Fariborz JahanianSynthesize the default constructor which has not
2009-07-30 Lang HamesRemoved the BigBlock register allocator.
2009-07-30 Douglas GregorCanonicalization for dependent typeof(expr) types.
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.
next