| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: Fix incorrect pack pattern for thumb2 | Jim Grosbach | 2013-07-09 | 1 | -1/+24 |
* | InstSimplify: X >> X -> 0 | David Majnemer | 2013-07-09 | 2 | -3/+19 |
* | move test into the appropriate subdir. | Adrian Prantl | 2013-07-09 | 1 | -0/+0 |
* | Fix PR16571, which is a bug in the code that checks that all of the types in ... | Nadav Rotem | 2013-07-09 | 1 | -0/+22 |
* | Reapply an improved version of r180816/180817. | Adrian Prantl | 2013-07-09 | 4 | -7/+117 |
* | Appease buildbots after r185956: just set -mcpu explicitly, as it should have... | Stephen Lin | 2013-07-09 | 2 | -4/+4 |
* | Appease Atom buildbot after r185956 (explicitly turn on AVX) | Stephen Lin | 2013-07-09 | 2 | -2/+2 |
* | WidenVecRes_BUILD_VECTOR must use the first operand's type | Hal Finkel | 2013-07-09 | 1 | -0/+23 |
* | [PowerPC] Better fix for PR16556. | Bill Schmidt | 2013-07-09 | 1 | -0/+41 |
* | Attempt to appease buildbot after r185956 by explicitly turning setting -fma,... | Stephen Lin | 2013-07-09 | 2 | -2/+2 |
* | AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all | Stephen Lin | 2013-07-09 | 6 | -3/+233 |
* | Don't crash in SE dealing with ashr x, -1 | Hal Finkel | 2013-07-09 | 1 | -0/+18 |
* | ValueTracking: Fix bugs in isKnownToBeAPowerOfTwo | David Majnemer | 2013-07-09 | 1 | -15/+0 |
* | DAGCombine tryFoldToZero cannot create illegal types after type legalization | Hal Finkel | 2013-07-09 | 1 | -0/+17 |
* | [PowerPC] Revert r185476 and fix up TLS variant kinds | Ulrich Weigand | 2013-07-09 | 4 | -7/+7 |
* | R600: Do not predicated basic block with multiple alu clause | Vincent Lejeune | 2013-07-09 | 1 | -1/+1 |
* | R600: Fix a rare bug where swizzle optimization returns wrong values | Vincent Lejeune | 2013-07-09 | 1 | -0/+34 |
* | R600: Fix wrong export reswizzling | Vincent Lejeune | 2013-07-09 | 1 | -0/+100 |
* | R600: Use DAG lowering pass to handle fcos/fsin | Vincent Lejeune | 2013-07-09 | 2 | -0/+6 |
* | Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 2 | -0/+43 |
* | Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP. | Joey Gouly | 2013-07-09 | 2 | -0/+34 |
* | [PowerPC] Support ".machine any" | Ulrich Weigand | 2013-07-09 | 1 | -0/+14 |
* | Revert r185872 - "Stop emitting weak symbols into the "coal" sections" | Alexander Potapenko | 2013-07-09 | 2 | -77/+4 |
* | Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 2 | -0/+87 |
* | [SystemZ] Use MVC for simple load/store pairs | Richard Sandiford | 2013-07-09 | 2 | -2/+420 |
* | [SystemZ] Use "STC;MVC" for memset | Richard Sandiford | 2013-07-09 | 4 | -0/+1076 |
* | InstCombine: variations on 0xffffffff - x >= 4 | David Majnemer | 2013-07-09 | 1 | -0/+18 |
* | InstCombine: X & -C != -C -> X <= u ~C | David Majnemer | 2013-07-09 | 1 | -40/+0 |
* | [PowerPC] Support .llong and fix .word | Ulrich Weigand | 2013-07-09 | 3 | -1/+57 |
* | Commit r185909 was a misapplied patch, fix it | David Majnemer | 2013-07-09 | 2 | -3/+60 |
* | InstCombine: add more transforms | David Majnemer | 2013-07-09 | 3 | -5/+45 |
* | PPC: Allocate RS spill slot for unaligned i64 load/store | Hal Finkel | 2013-07-09 | 1 | -0/+119 |
* | CEHCK->CHECK typo fix. | Eric Christopher | 2013-07-08 | 1 | -4/+4 |
* | Fix up whitespace. | Eric Christopher | 2013-07-08 | 1 | -36/+36 |
* | Stop emitting weak symbols into the "coal" sections. | Bill Wendling | 2013-07-08 | 2 | -4/+77 |
* | [PowerPC] Always use "assembler dialect" 1 | Ulrich Weigand | 2013-07-08 | 1 | -0/+18 |
* | PPC: Mark vector CC action for SETO and SETONE as Expand | Hal Finkel | 2013-07-08 | 1 | -0/+17 |
* | Add a comment to this change, requested by Eric Christopher. | Joey Gouly | 2013-07-08 | 1 | -0/+1 |
* | ARM: Improve codegen for generic vselect. | Jim Grosbach | 2013-07-08 | 2 | -30/+39 |
* | PPC: Mark vector FREM as Expand by default | Hal Finkel | 2013-07-08 | 1 | -0/+8 |
* | [PowerPC] Support time base instructions | Ulrich Weigand | 2013-07-08 | 1 | -0/+9 |
* | [PowerPC] Support basic compare mnemonics | Ulrich Weigand | 2013-07-08 | 1 | -1/+19 |
* | [PowerPC] Fix PR16556 (handle undef ppcf128 in LowerFP_TO_INT). | Bill Schmidt | 2013-07-08 | 1 | -0/+20 |
* | Convert an OCaml binding grep test to FileCheck | Reid Kleckner | 2013-07-08 | 1 | -329/+340 |
* | InstCombine: Fold X-C1 <u 2 -> (X & -2) == C1 | David Majnemer | 2013-07-08 | 1 | -0/+10 |
* | Reuse %rax after calling __chkstk on win64 | Nico Rieck | 2013-07-08 | 1 | -1/+1 |
* | Revert "Proper va_arg/va_copy lowering on win64" | Nico Rieck | 2013-07-08 | 1 | -59/+0 |
* | [SystemZ] Use MVC for memcpy | Richard Sandiford | 2013-07-08 | 1 | -0/+82 |
* | llvm/test/CMakeLists.txt: Add llvm-cov in "check-clang". | NAKAMURA Takumi | 2013-07-08 | 1 | -0/+1 |
* | llvm/test/CMakeLists.txt: Reformat LLVM_TEST_DEPENDS. | NAKAMURA Takumi | 2013-07-08 | 1 | -8/+21 |