aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-05-13[mips] Define a helper function which creates an instruction with the sameAkira Hatanaka
2013-05-13[mips] Rename functions. No functionality changes.Akira Hatanaka
2013-05-13Remove unused fields and arguments.Rafael Espindola
2013-05-13The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction...Mihai Popa
2013-05-13Correctly preserve the input chain for potential tailcall nodes whoseLang Hames
2013-05-13Suppress GCC compiler warnings in release builds about variables that are onlyDuncan Sands
2013-05-13SLPVectorizer: Swap LHS and RHS. No functionality change.Nadav Rotem
2013-05-13Fix PR15950 A bug in DAG Combiner about undef maskHao Liu
2013-05-13Remove the MachineMove class.Rafael Espindola
2013-05-12SLPVectorizer: Fix a bug in the code that generates extracts for values with ...Nadav Rotem
2013-05-12SLPVectorizer: Clear the map that maps between scalars to vectors after each ...Nadav Rotem
2013-05-12InstCombine: Flip the order of two urem transformsDavid Majnemer
2013-05-11LoopVectorize: Use the widest induction variable typeArnold Schwaighofer
2013-05-11LoopVectorize: Use variable instead of repeated function callArnold Schwaighofer
2013-05-11LoopVectorize: Use IRBuilder interface in more placesArnold Schwaighofer
2013-05-11StringRefize some debug accel table bits.Benjamin Kramer
2013-05-11InstCombine: Turn urem to bitwise-and more oftenDavid Majnemer
2013-05-11Change getFrameMoves to return a const reference.Rafael Espindola
2013-05-11Remove more dead code.Rafael Espindola
2013-05-10Remove dead code.Rafael Espindola
2013-05-10SLPVectorizer: Add support for trees with external users.Nadav Rotem
2013-05-10Add a debug printNadav Rotem
2013-05-10Checkin in of first of several patches to finish implementation ofReed Kotler
2013-05-10Micro-optimization: don't shift an entire bitcode record over to get the code.Jordan Rose
2013-05-10PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie
2013-05-10Fix unused variable error.Jyotsna Verma
2013-05-10Hexagon: Fix switch statements in GetDotOldOp and IsNewifyStore.Jyotsna Verma
2013-05-10Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.Jyotsna Verma
2013-05-10Fix the R600 build.Rafael Espindola
2013-05-10[ms-inline asm] Fix a crasher when we fail on a direct match.Chad Rosier
2013-05-10Remove unused argument.Rafael Espindola
2013-05-10Better output for long help strings for command-line options.Alexander Kornienko
2013-05-10Remove unused function.Rafael Espindola
2013-05-10InstCombine: Don't claim to be able to evaluate any shl in a zexted type.Benjamin Kramer
2013-05-10Implement AsmParser for ARM unwind directives.Logan Chien
2013-05-10DAGCombiner: Generate a correct constant for vector types when folding (xor (...Benjamin Kramer
2013-05-10InstCombine: Verify the type before transforming uitofp into select.Benjamin Kramer
2013-05-10R600: Remove AMDILPeeopholeOptimizer and replace optimizations with tablegen ...Tom Stellard
2013-05-10R600: Expand SUB for v2i32/v4i32Tom Stellard
2013-05-10R600: Expand MUL for v4i32/v2i32Tom Stellard
2013-05-10R600: Expand SRA for v4i32/v2i32Tom Stellard
2013-05-10R600: Expand vselect for v4i32 and v2i32Tom Stellard
2013-05-09[x86AsmParser] It's valid to stop parsing an operand at an immediate.Chad Rosier
2013-05-09Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson
2013-05-09Fix a documentation warning: \bried -> \briefDmitri Gribenko
2013-05-09Generate a compact unwind encoding in the face of a stack alignment push.Bill Wendling
2013-05-09Hexagon: Remove switch cases from GetDotNewPredOp and isPostIncrement functions.Jyotsna Verma
2013-05-09[GVN] Split critical-edge on the fly, instead of postpone edge-splitting to nextShuxin Yang
2013-05-09Hexagon: Use relation map for getMatchingCondBranchOpcode() and Jyotsna Verma
2013-05-09Simplify the code a bit.Bill Wendling