An alloca can be equal to an argument. It can't *alias* an alloca, but it could
[oota-llvm.git] / lib /
2013-01-31 Dan GohmanAn alloca can be equal to an argument. It can't *alias...
2013-01-31 Chandler CarruthSwitch the code added in r173885 to use the new, shiny...
2013-01-31 Bill Wendlings/AttrBuilder::addAttributes/AttrBuilder::addAttribute...
2013-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-31 Bill WendlingRemove the AttrBuilder form of the Attribute::get creators.
2013-01-31 NAKAMURA TakumiUpdate AMDGPURegisterInfo::eliminateFrameIndex() corres...
2013-01-31 Tom StellardR600: Fold clamp, neg, abs
2013-01-31 Tom StellardR600: Consider bitcast when folding const_address node.
2013-01-31 Tom StellardR600: Make store_dummy intrinsic more general by passin...
2013-01-31 Chad RosierRemove unused variable, which should have been removed...
2013-01-31 Manman RenLinker: correctly link in dbg.declare
2013-01-31 Bill WendlingAdd support for emitting a string attribute.
2013-01-31 Chad RosierAdd braces, so my head doesn't explode.
2013-01-31 Tim NorthoverUpdate AArch64 backend to changed eliminateFrameIndex...
2013-01-31 Lang HamesWhen lowering memcpys to loads and stores, make sure...
2013-01-31 Manman Ren[Dwarf] early exit to avoid creating dangling DIEs
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-31 Jim Grosbachinterpreter: Fix errant fallthrough.
2013-01-31 Jim GrosbachObject: Fix errant fallthrough.
2013-01-31 Jim GrosbachRuntimeDyld: Fix errant fallthrough.
2013-01-31 Derek Schuff[MC] bundle alignment: prevent padding instructions...
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-31 Evgeniy StepanovAnnotate BumpPtrAllocator for MemorySanitizer.
2013-01-31 Alexey SamsonovRevert r173946. This breaks compilation of googletest...
2013-01-31 Bill WendlingRemove the Attribute::hasAttributes() function.
2013-01-31 NAKAMURA TakumiRevert r174026, "Remove Attribute::hasAttributes()...
2013-01-31 Dan GohmanChange stripAndComputeConstantOffsets to accept a NULL...
2013-01-31 Dan GohmanAdd a comment.
2013-01-31 Dan GohmanMove isKnownNonNull out of AliasAnalysis.h and into...
2013-01-31 Bill WendlingRemove Attribute::hasAttributes() and make Attribute...
2013-01-31 Dan GohmanChange GetPointerBaseWithConstantOffset's DataLayout...
2013-01-31 Bill WendlingMake the AttrBuilder creation method of Attribute priva...
2013-01-31 Bill WendlingRevert for now:
2013-01-31 Bill WendlingRemove the AttrBuilder version of the Attribute::get...
2013-01-31 Eric ChristopherWhitespace.
2013-01-31 Eric ChristopherCheck and allow floating point registers to select...
2013-01-31 Dan GohmanMinor code simplification.
2013-01-31 Bill WendlingMake sure that the Attribute object represents one...
2013-01-31 Dan GohmanstripAndComputeConstantOffsets is only called on pointe...
2013-01-31 Dan GohmanFix ConstantFold's folding of icmp instructions to...
2013-01-30 Hal FinkelPPC QPX requires a 32-byte aligned stack
2013-01-30 Bill WendlingRemove addRetAttributes and addFnAttributes, which...
2013-01-30 Bill WendlingConvert typeIncompatible to return an AttributeSet.
2013-01-30 Evan ChengRestrict sin/cos optimization to 64-bit only for now...
2013-01-30 Hal FinkelInitialize hasQPX in PPCSubtarget
2013-01-30 Bill WendlingRemove redundant code.
2013-01-30 Hal FinkelAdd definitions for the PPC a2q core marked as having...
2013-01-30 Eli BenderskyClean up whitespace and indentation a bit
2013-01-30 Manman RenLinker: correctly link in dbg.declare
2013-01-30 Eli BenderskyAdd a special ARM trap encoding for NaCl.
2013-01-30 Logan ChienAdd missing header and test cases for r173939.
2013-01-30 Logan ChienOverride virtual function for ARM EH directives.
2013-01-30 Dmitri GribenkoMove UTF conversion routines from clang/lib/Basic to...
2013-01-30 Bill WendlingAttempt to fix dragonegg. Use the number of slots to...
2013-01-30 Nadav RotemInstCombine: canonicalize sext-and --> select
2013-01-30 David BlaikieRemoving initializer for the field removed in r173887
2013-01-30 David BlaikieRemove unused variable (introduced in r173884) to clear...
2013-01-30 Jack CarterForgot to add new file to CMakeLists
2013-01-30 Jack CarterThis patch implements runtime ARM specific
2013-01-30 Jack CarterThis patch implements runtime Mips specific
2013-01-30 Jack CarterThis patch reworks how llvm targets set
2013-01-30 Akira Hatanaka[mips] Lower EH_RETURN.
2013-01-29 Renato GolinAdding simple cast cost to ARM
2013-01-29 Dmitri GribenkoRemove unused variable (unused since r173839)
2013-01-29 Michael GottesmanMade certain small functions in PtrState inlined.
2013-01-29 Michael J. Spencer[MC][COFF] Delay handling symbol aliases when writing
2013-01-29 Pekka JaaskelainenLoopVectorize: convert TinyTripCountVectorThreshold...
2013-01-29 Michael GottesmanRemoved trailing comma in last element of enum declaration.
2013-01-29 Michael GottesmanMoved S_Stop back to its previous position in the seque...
2013-01-29 Weiming ZhaoAdd a special handling case for untyped CopyFromReg...
2013-01-29 Michael GottesmanFixed a few debug messages and some 80+ violations.
2013-01-29 Michael GottesmanAdded some periods to some comments and added an overlo...
2013-01-29 Michael GottesmanChanged DoesObjCBlockEscape => DoesRetainableObjPtrEsca...
2013-01-29 Bill WendlingAdd a couple of accessor methods to get the kind and...
2013-01-29 Bill Wendlings/Data/Kind/g. No functionality change.
2013-01-29 David BlaikieSupport artificial parameters in function types.
2013-01-29 Jyotsna VermaUse multiclass for post-increment store instructions.
2013-01-29 Jyotsna VermaAdd constant extender support for MInst type instructions.
2013-01-29 Evan ChengRemove dead code.
2013-01-29 Edwin VaneFixing warnings revealed by gcc release build
2013-01-29 Benjamin KramerLoopVectorize: Clean up ValueMap a bit and avoid double...
2013-01-29 NAKAMURA TakumiR600/AMDILPeepholeOptimizer.cpp: Tweak std::make_pair...
2013-01-29 NAKAMURA TakumiAttributeSet::get(): Fix a valgrind error. It doesn...
2013-01-29 Hans WennborgFix typo in X86BaseInfo.h that I introduced in r157818.
2013-01-29 Timur IskhodzhanovHopefully fix the Windows build failure introduced...
2013-01-29 Tim NorthoverFix 64-bit atomic operations in Thumb mode.
2013-01-29 Craig TopperMerge SSE and AVX shuffle instructions in the comment...
2013-01-29 Andrew TrickMIsched: cleanup code. Use isBoundaryNode().
2013-01-29 Michael GottesmanFixed 2 more header comments...
2013-01-29 Michael GottesmanFixed header comment.
2013-01-29 Michael GottesmanFixed some whitespace/80+ violations. Also added a...
2013-01-29 Michael GottesmanAdded missing dashes from header declaration comment.
2013-01-29 Michael GottesmanJuggled Debug.h from ObjCARC.h to only the including...
2013-01-29 Michael GottesmanSorted includes using utils/sort_includes.
2013-01-29 Michael GottesmanAdded two missing headers from ObjCARCAliasAnalysis.h.
2013-01-29 Michael GottesmanRemoved InstCombine/Targets as library dependencies...
2013-01-29 Bill WendlingConvert getAttributes() to return an AttributeSetNode.
2013-01-29 Michael GottesmanExtracted ObjCARCContract from ObjCARCOpts into its...
2013-01-29 Michael GottesmanRemoved some cruft from ObjCARCAliasAnalysis.cpp.
2013-01-29 Evan ChengTeach SDISel to combine fsin / fcos into a fsincos...
next