Fix typo in X86BaseInfo.h that I introduced in r157818.
[oota-llvm.git] / lib /
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...
2013-01-29 Bill WendlingUse an AttrBuilder to generate the correct AttributeSet.
2013-01-29 Bill WendlingConvert the AttrBuilder into a list of Attributes inste...
2013-01-29 Andrew KaylorFormatting correction
2013-01-29 Bill WendlingS'more small non-functional changes in comments and...
2013-01-29 Bill WendlingReorder some functions and add comments. No functionali...
2013-01-29 Hal FinkelUnroll again after running BBVectorize
2013-01-29 Hal FinkelAdd isBGQ method to PPCSubtarget
2013-01-28 Bill WendlingTry to appease some broken compilers by using 'unsigned...
2013-01-28 Bill WendlingRemove the AttributeWithIndex class.
2013-01-28 Andrew KaylorAdd support for source and line information to IntelJIT...
2013-01-28 Edwin VaneFix gcc/printf/ISO C++ warning
2013-01-28 Bill SchmidtThis patch addresses bug 15031.
2013-01-28 Eric ChristopherFix comment.
2013-01-28 Renato GolinVectorization Factor clarification
2013-01-28 Evgeniy Stepanov[msan] Mostly disable msan-handle-icmp-exact.
2013-01-28 Evgeniy StepanovRevert r173678.
2013-01-28 Evgeniy Stepanov[msan] Make msan-handle-icmp-exact=0 by default.
2013-01-28 Craig TopperFix 256-bit PALIGNR comment decoding to understand...
2013-01-28 Nadav RotemA bugfix for tblgen, in the function ‘emitSourceFileHea...
2013-01-28 Craig TopperAdd missing break in 256-bit palignr comment printing...
2013-01-28 Craig TopperFix inconsistent usage of PALIGN and PALIGNR when refer...
2013-01-28 Michael GottesmanCreated ObjCARCUtil.cpp for functions which in my humbl...
2013-01-28 Craig TopperRemove addToNoHelperNeeded function that was left unuse...
2013-01-28 Michael GottesmanCleaned up includes in various ObjCARC files and remove...
2013-01-28 Michael GottesmanRefactor ObjCARCAliasAnalysis into its own file.
2013-01-28 Bill WendlingMid-air collision. reapply r173656.
2013-01-28 Bill WendlingRewrite the removeAttr() method.
2013-01-28 Bill WendlingRewrite the addAttr() method.
2013-01-28 NAKAMURA TakumiRevert r173646, "Use proper type for the index."
2013-01-28 Michael GottesmanRefactored out pass ObjCARCAPElim from ObjCARCOpts...
2013-01-28 Michael GottesmanFixed case insensitive issue.
2013-01-28 Michael GottesmanRemoved extraneous doxygen end module statement.
2013-01-28 Michael GottesmanExtracted pass ObjCARCExpand from ObjCARC.cpp => ObjCAR...
2013-01-28 Reed KotlerMake some code a little simpler.
2013-01-28 Michael GottesmanExtracted ObjCARC.cpp into its own library libLLVMObjCA...
2013-01-28 Bill WendlingUse proper type for the index.
2013-01-28 Bill WendlingRemove another use of AttributeWithIndex, using the...
2013-01-28 Bill WendlingRemove another use of AttributeWithIndex, using the...
2013-01-28 Bill WendlingRemove a use of AttributeWithIndex.
2013-01-27 Bill WendlingImprove the debug output a bit.
2013-01-27 Bill WendlingUse proper return type for attribute index.
2013-01-27 Bill WendlingUse proper return type for attribute index.
2013-01-27 Bill WendlingPush the calculation of the 'Raw' attribute mask down...
2013-01-27 Bill WendlingAdd special 'get' methods to create an Attribute with...
2013-01-27 Richard Osborne[XCore] Add missing l2rus instructions.
2013-01-27 Bill WendlingPrivitize some the copy c'tor and assignment operator...
2013-01-27 Bill WendlingAdd some helpful comments.
2013-01-27 Richard Osborne[XCore] Add missing l2r instructions.
2013-01-27 Bill Wendlings/AttrList/pImpl/g in AttributeSet. No functionality...
2013-01-27 Bill WendlingStart using more of the AttrNode in the AttributeSetImp...
2013-01-27 Benjamin KramerLegalizer: Reword comment again, per Duncan's suggestion.
2013-01-27 Richard Osborne[XCore] Add missing 1r instructions.
2013-01-27 Richard Osborne[XCore] Add missing 0r instructions.
2013-01-27 Hal FinkelBBVectorize: Better use of TTI->getShuffleCost
2013-01-27 Benjamin KramerLegalizer: Add an assert and tweak a comment to clarify...
2013-01-27 Bill WendlingIn the AttributeSetImpl c'tor, fill in the AttrNodes...
2013-01-27 Benjamin KramerWhen the legalizer is splitting vector shifts, the...
2013-01-27 Bill WendlingFix miscompile. Add back the use of the ArrayRef versio...
2013-01-27 Bill WendlingRemove dead methods.
2013-01-27 Chandler CarruthRe-revert r173342, without losing the compile time...
2013-01-27 Michael GottesmanRenamed function IsPotentialUse to IsPotentialRetainabl...
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-27 Bill WendlingConvert the CPP backend to use the AttributeSet instead...
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex...
2013-01-26 Hal FinkelBBVectorize: Add a additional comment about the cost...
2013-01-26 Hal FinkelBBVectorize: Fix anomalous capital letter in comment
2013-01-26 Benjamin KramerX86: Decode PALIGN operands so I don't have to do it...
2013-01-26 Benjamin KramerX86: Do splat promotion later, so the optimizer can...
2013-01-26 Reed Kotlerfix use of std::std. it's ordered set.
2013-01-26 NAKAMURA TakumiDWARFDebugLine.cpp: Fix true path. Did you forget ...
2013-01-26 Andrew KaylorAdd DIContext::getLineInfoForAddressRange() function...
2013-01-26 Bill WendlingConvert BuildLibCalls.cpp to using the AttributeSet...
2013-01-25 Dmitri GribenkoRemove unused variables, silences -Wunused-variable
2013-01-25 Bill WendlingRemove dead method.
2013-01-25 Bill WendlingRemove some introspection functions.
2013-01-25 Hal FinkelInitial implementation of PPCTargetTransformInfo
2013-01-25 Nadav RotemFix a warning in the new DWARFheader. Add a new line...
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2013-01-25 Eli BenderskyIn this patch, we teach X86_64TargetMachine that it...
2013-01-25 Richard OsborneAdd instruction encodings / disassembly support for...
next