aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-01Remove unused argument from a multiclass.Craig Topper
2013-01-01Merge intrinsic instruction definitions for SSE and AVX versions of RCPPS and...Craig Topper
2013-01-01Remove 2 unused multiclasses.Craig Topper
2013-01-01Merge AVX/SSE instruction definitions for SQRTPS/PD, RSQRTPS, RCPPS. No funci...Craig Topper
2012-12-31Use packed instead of scalar itineraries for SSE1/2 SQRTPS/PD, RCPPS, and RSQ...Craig Topper
2012-12-31Make it explicit that the only entry points to the Program object areChandler Carruth
2012-12-31Remove an unused method on Program.Chandler Carruth
2012-12-31Remove an unused method on the Program class.Chandler Carruth
2012-12-31Go ahead and get rid of the old page size interface and convert all theChandler Carruth
2012-12-31Flesh out a page size accessor in the new API.Chandler Carruth
2012-12-31Remove the declspecs from small alignments that we can force withChandler Carruth
2012-12-31Remove an unused function in the old Process interface.Chandler Carruth
2012-12-31reimplement GetPointerBaseWithConstantOffset().Nuno Lopes
2012-12-31recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...Nuno Lopes
2012-12-31[AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.Michael J. Spencer
2012-12-31Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"Benjamin Kramer
2012-12-31Add extra CHECK to make sure that 'or' instruction was replaced.Jakub Staszak
2012-12-31Fix bits check in ELFObjectFile::isSectionZeroInit().Rafael Espindola
2012-12-31revert r171306, since we cannot compare APInts with different bitwidthsNuno Lopes
2012-12-31use ValueTracking's GetPointerBaseWithConstantOffset() function instead of a ...Nuno Lopes
2012-12-31minor code simplificationNuno Lopes
2012-12-31Use the generic dump template. Extracted from a patch by Sami Liedes.Rafael Espindola
2012-12-31Dump sections. Extracted from a patch by Sami Liedes.Rafael Espindola
2012-12-31add support for GlobalAlias to ObjectSizeOffsetVisitorNuno Lopes
2012-12-31Print a header above the symbols. Extracted from a patch by Sami Liedes.Rafael Espindola
2012-12-31Check for errors. Extracted from a patch by Sami Liedes.Rafael Espindola
2012-12-31Fix indentation. Extracted from a patch by Sami Liedes!Rafael Espindola
2012-12-31Style fixes in llvm-readobj.cpp. Extracted from a patch by Sami Liedes!Rafael Espindola
2012-12-31add support for PHI nodes to ObjectSizeOffsetVisitorNuno Lopes
2012-12-31Remove dead method.Bill Wendling
2012-12-31Add some comparison operators to compare the Attribute object with the AttrKi...Bill Wendling
2012-12-31docs: Fix FIXMESean Silva
2012-12-31Switch this code to a more idiomatic double using namespace directive.Chandler Carruth
2012-12-31Delete a cut/paste-o from r171290. Very sorry about the noise.Chandler Carruth
2012-12-31Suppress a MSVC warning complaining about the code working as intended.Chandler Carruth
2012-12-31Begin sketching out the process interface.Chandler Carruth
2012-12-31Start sketching out a roadmap for better subprocess management in theChandler Carruth
2012-12-31Fix LICM's memory promotion optimization to preserve TBAA tags whenChris Lattner
2012-12-31teach instcombine to preserve TBAA tag when merging two stores, part ofChris Lattner
2012-12-31Grammo.Jakub Staszak
2012-12-31Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...Bill Wendling
2012-12-31Transform (A == C1 || A == C2) into (A & ~(C1 ^ C2)) == C1Jakub Staszak
2012-12-30Support ppcf128 in SelectionDAG::getConstantFPHal Finkel
2012-12-30convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes
2012-12-30Documentation: add a section to prevent spurious test failures like the oneDmitri Gribenko
2012-12-30Use the predicate methods off of AttributeSet instead of Attribute.Bill Wendling
2012-12-30Remove the Function::getRetAttributes method in favor of using the AttributeS...Bill Wendling
2012-12-30Remove Function::getParamAttributes and use the AttributeSet accessor methods...Bill Wendling
2012-12-30Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling
2012-12-30s/hasAttribute/contains/g to be more consistent with other method names.Bill Wendling