summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove the MachineMove class.Rafael Espindola2013-05-13
* XFAIL this test for mingw too.Rafael Espindola2013-05-13
* SLPVectorizer: Fix a bug in the code that generates extracts for values with ...Nadav Rotem2013-05-12
* SLPVectorizer: Clear the map that maps between scalars to vectors after each ...Nadav Rotem2013-05-12
* InstCombine: Flip the order of two urem transformsDavid Majnemer2013-05-12
* LoopVectorize: Use the widest induction variable typeArnold Schwaighofer2013-05-11
* LoopVectorize: Use variable instead of repeated function callArnold Schwaighofer2013-05-11
* LoopVectorize: Use IRBuilder interface in more placesArnold Schwaighofer2013-05-11
* Correct parameter name in doc comment to match declaration.David Blaikie2013-05-11
* StringRefize some debug accel table bits.Benjamin Kramer2013-05-11
* InstCombine: Turn urem to bitwise-and more oftenDavid Majnemer2013-05-11
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-11
* Remove more dead code.Rafael Espindola2013-05-11
* Add -mtriple=mipsel-linux-gnu to the test so that the compiler doesReed Kotler2013-05-11
* Remove dead code.Rafael Espindola2013-05-10
* SLPVectorizer: Add support for trees with external users.Nadav Rotem2013-05-10
* Add a debug printNadav Rotem2013-05-10
* Add an additional testcase for PR15882.Nadav Rotem2013-05-10
* Checkin in of first of several patches to finish implementation ofReed Kotler2013-05-10
* Micro-optimization: don't shift an entire bitcode record over to get the code.Jordan Rose2013-05-10
* Give the test from r181632 a target triple.David Blaikie2013-05-10
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-10
* Fix unused variable error.Jyotsna Verma2013-05-10
* Hexagon: Fix switch statements in GetDotOldOp and IsNewifyStore.Jyotsna Verma2013-05-10
* Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.Jyotsna Verma2013-05-10
* Fix the R600 build.Rafael Espindola2013-05-10
* [ms-inline asm] Fix a crasher when we fail on a direct match.Chad Rosier2013-05-10
* Remove unused argument.Rafael Espindola2013-05-10
* Fix MCJITCAPITest.cpp unit test on Windows.Andrew Kaylor2013-05-10
* Better output for long help strings for command-line options.Alexander Kornienko2013-05-10
* Remove unused function.Rafael Espindola2013-05-10
* InstCombine: Don't claim to be able to evaluate any shl in a zexted type.Benjamin Kramer2013-05-10
* Implement AsmParser for ARM unwind directives.Logan Chien2013-05-10
* XFAILing this test on Win32 to unbreak the build bots.Aaron Ballman2013-05-10
* DAGCombiner: Generate a correct constant for vector types when folding (xor (...Benjamin Kramer2013-05-10
* InstCombine: Verify the type before transforming uitofp into select.Benjamin Kramer2013-05-10
* R600: Remove AMDILPeeopholeOptimizer and replace optimizations with tablegen ...Tom Stellard2013-05-10
* R600: Expand SUB for v2i32/v4i32Tom Stellard2013-05-10
* R600: Expand MUL for v4i32/v2i32Tom Stellard2013-05-10
* R600: Expand SRA for v4i32/v2i32Tom Stellard2013-05-10
* R600: Expand vselect for v4i32 and v2i32Tom Stellard2013-05-10
* [x86AsmParser] It's valid to stop parsing an operand at an immediate.Chad Rosier2013-05-09
* Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson2013-05-09
* Fix a documentation warning: \bried -> \briefDmitri Gribenko2013-05-09
* Documentation warning: \param, not \parmDmitri Gribenko2013-05-09
* Rewrite assert to avoid warning when the record element type is byte-sized.Jordan Rose2013-05-09
* Generate a compact unwind encoding in the face of a stack alignment push.Bill Wendling2013-05-09
* Hexagon: Remove switch cases from GetDotNewPredOp and isPostIncrement functions.Jyotsna Verma2013-05-09
* [GVN] Split critical-edge on the fly, instead of postpone edge-splitting to nextShuxin Yang2013-05-09
* Hexagon: Use relation map for getMatchingCondBranchOpcode() and Jyotsna Verma2013-05-09