aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-12-30LoopVectorizer: Fix a bug in the code that updates the loop exiting block.Nadav Rotem
2012-12-30Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-12-30Add a few more c'tors:Bill Wendling
2012-12-30Add a check to the test Analysis/ScalarEvolution/2010-09-03-RequiredTransitiv...Dmitri Gribenko
2012-12-30Add a few (as yet unused) query methods to determine if the attribute that'sBill Wendling
2012-12-30Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-12-30Uniquify the AttributeImpl based on the Constant pointer, since those areBill Wendling
2012-12-30s/Raw/getBitMask/g to be more in line with current naming conventions. This m...Bill Wendling
2012-12-30llvm/test/Transforms/GVN/null-aliases-nothing.ll: Fix a RUN line not to emit ...NAKAMURA Takumi
2012-12-29Remove intrinsic specific instructions for (V)SQRTPS/PD. Instead lower to tar...Craig Topper
2012-12-29Merge similar functionality using a nested switch.Craig Topper
2012-12-29Remove intrinsic specific instructions for SSE/SSE2/AVX floating point max/mi...Craig Topper
2012-12-29Simplify code, no functionality change.Jakub Staszak
2012-12-29Delete executive bit on ./lib/Target/Hexagon/HexagonAsmPrinter.h.Jakub Staszak
2012-12-29Use a 'Constant' object instead of a bit field to store the attribute data.Bill Wendling
2012-12-29Use the accessor method instead of the raw ivar to get the bits.Bill Wendling
2012-12-28Nuke some dead code that snuck in some how. I thought I had alreadyChandler Carruth
2012-12-28Fix a stunning oversight in the inline cost analysis. It was neverChandler Carruth
2012-12-28Teach the inline cost analysis about calls that can be simplified andChandler Carruth
2012-12-28Teach instsimplify to use the constant folder where appropriate forChandler Carruth
2012-12-28Add entry points to instsimplify for simplifying calls. The entry pointsChandler Carruth
2012-12-28Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part.Alexey Samsonov
2012-12-28CostModel: initial checkin for code that estimates the cost of special shuffles.Nadav Rotem
2012-12-28wrap 80-col lines.Nadav Rotem
2012-12-28AVX: Move the ZEXT/ANYEXT DAGCo optimizations to the lowering of these optimi...Nadav Rotem
2012-12-27Reverse the 'if' condition and reduce the indentation.Nadav Rotem