aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* StringRefize some debug accel table bits.Benjamin Kramer2013-05-113-7/+7
* InstCombine: Turn urem to bitwise-and more oftenDavid Majnemer2013-05-112-22/+53
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-1110-58/+52
* Remove more dead code.Rafael Espindola2013-05-112-13/+0
* Add -mtriple=mipsel-linux-gnu to the test so that the compiler doesReed Kotler2013-05-111-4/+4
* Remove dead code.Rafael Espindola2013-05-102-82/+0
* SLPVectorizer: Add support for trees with external users.Nadav Rotem2013-05-103-13/+60
* Add a debug printNadav Rotem2013-05-101-0/+2
* Add an additional testcase for PR15882.Nadav Rotem2013-05-101-0/+45
* Checkin in of first of several patches to finish implementation ofReed Kotler2013-05-1013-16/+359
* Micro-optimization: don't shift an entire bitcode record over to get the code.Jordan Rose2013-05-101-3/+10
* Give the test from r181632 a target triple.David Blaikie2013-05-101-1/+1
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-106-9/+112
* Fix unused variable error.Jyotsna Verma2013-05-101-2/+1
* Hexagon: Fix switch statements in GetDotOldOp and IsNewifyStore.Jyotsna Verma2013-05-104-707/+81
* Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.Jyotsna Verma2013-05-109-703/+198
* Fix the R600 build.Rafael Espindola2013-05-102-3/+2
* [ms-inline asm] Fix a crasher when we fail on a direct match.Chad Rosier2013-05-103-6/+12
* Remove unused argument.Rafael Espindola2013-05-1024-38/+31
* Fix MCJITCAPITest.cpp unit test on Windows.Andrew Kaylor2013-05-101-0/+2
* Better output for long help strings for command-line options.Alexander Kornienko2013-05-102-9/+18
* Remove unused function.Rafael Espindola2013-05-102-11/+0
* InstCombine: Don't claim to be able to evaluate any shl in a zexted type.Benjamin Kramer2013-05-102-1/+39
* Implement AsmParser for ARM unwind directives.Logan Chien2013-05-1024-27/+2587
* XFAILing this test on Win32 to unbreak the build bots.Aaron Ballman2013-05-101-1/+1
* DAGCombiner: Generate a correct constant for vector types when folding (xor (...Benjamin Kramer2013-05-102-2/+12
* InstCombine: Verify the type before transforming uitofp into select.Benjamin Kramer2013-05-102-22/+41
* R600: Remove AMDILPeeopholeOptimizer and replace optimizations with tablegen ...Tom Stellard2013-05-106-1217/+38
* R600: Expand SUB for v2i32/v4i32Tom Stellard2013-05-102-0/+17
* R600: Expand MUL for v4i32/v2i32Tom Stellard2013-05-102-0/+18
* R600: Expand SRA for v4i32/v2i32Tom Stellard2013-05-102-0/+15
* R600: Expand vselect for v4i32 and v2i32Tom Stellard2013-05-102-0/+20
* [x86AsmParser] It's valid to stop parsing an operand at an immediate.Chad Rosier2013-05-092-1/+5
* Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson2013-05-092-0/+23
* Fix a documentation warning: \bried -> \briefDmitri Gribenko2013-05-091-1/+1
* Documentation warning: \param, not \parmDmitri Gribenko2013-05-091-3/+3
* Rewrite assert to avoid warning when the record element type is byte-sized.Jordan Rose2013-05-091-1/+2
* Generate a compact unwind encoding in the face of a stack alignment push.Bill Wendling2013-05-092-0/+36
* Hexagon: Remove switch cases from GetDotNewPredOp and isPostIncrement functions.Jyotsna Verma2013-05-093-593/+46
* [GVN] Split critical-edge on the fly, instead of postpone edge-splitting to nextShuxin Yang2013-05-091-13/+39
* Hexagon: Use relation map for getMatchingCondBranchOpcode() and Jyotsna Verma2013-05-092-535/+35
* Simplify the code a bit.Bill Wendling2013-05-091-19/+10
* Don't replace an alias in llvm.used with its target.Rafael Espindola2013-05-092-2/+144
* [XCore] Fix handling of functions where only the LR is spilled.Richard Osborne2013-05-092-27/+41
* InstCombine: Don't just copy known bits from the first operand of an srem.Benjamin Kramer2013-05-092-1/+13
* Avoid runtime type checks.Rafael Espindola2013-05-091-14/+40
* libDebugInfo depends on libObject nowadays.Benjamin Kramer2013-05-091-1/+1
* Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-093-50/+35
* Test commit.Kai Nacke2013-05-091-0/+1
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-0910-59/+65