| Commit message (Expand) | Author | Age | Files | Lines |
* | Added the test missed from r185080. | Serge Pavlov | 2013-07-01 | 1 | -0/+13 |
* | LoopVectorize: Math functions only read rounding mode | Arnold Schwaighofer | 2013-07-01 | 1 | -0/+32 |
* | DeadArgumentElimination: keep return value on functions that have a live argu... | Stephen Lin | 2013-06-30 | 1 | -0/+55 |
* | ConstantFold: Check that truncating the other side is safe under a sext when ... | Benjamin Kramer | 2013-06-30 | 1 | -3/+17 |
* | ValueTracking: Teach isKnownToBeAPowerOfTwo about (ADD X, (XOR X, Y)) where X... | David Majnemer | 2013-06-29 | 1 | -0/+15 |
* | InstCombine: Also turn selects fed by an and into arithmetic when the types d... | Benjamin Kramer | 2013-06-29 | 1 | -0/+36 |
* | R600: Support schedule and packetization of trans-only inst | Vincent Lejeune | 2013-06-29 | 6 | -16/+16 |
* | InstCombine: FoldGEPICmp shouldn't change sign of base pointer comparison | David Majnemer | 2013-06-29 | 1 | -0/+10 |
* | InstCombine: Be more agressive optimizing 'udiv' instrs with 'select' denoms | David Majnemer | 2013-06-29 | 1 | -0/+38 |
* | InstCombine: Optimize (1 << X) Pred CstP2 to X Pred Log2(CstP2) | David Majnemer | 2013-06-28 | 1 | -0/+104 |
* | Minimize precision loss when computing cyclic probabilities. | Jakob Stoklund Olesen | 2013-06-28 | 1 | -0/+42 |
* | PPC: Ignore spill/restore requests for VRSAVE (except on Darwin) | Hal Finkel | 2013-06-28 | 1 | -0/+15 |
* | SLP Vectorizer: Add support for trees with external users. | Nadav Rotem | 2013-06-28 | 3 | -6/+117 |
* | Adding tests for DebugIR pass | Daniel Malea | 2013-06-28 | 7 | -0/+363 |
* | Fix CodeGen/PowerPC/stack-protector.ll on OpenBSD | Hal Finkel | 2013-06-28 | 1 | -2/+3 |
* | DebugInfo: PR14728: TLS support | David Blaikie | 2013-06-28 | 1 | -0/+34 |
* | Fix a PPC rlwimi instruction-selection bug | Hal Finkel | 2013-06-28 | 1 | -0/+44 |
* | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185187 91177308-0d34... | Preston Briggs | 2013-06-28 | 1 | -0/+40 |
* | Add missing case to switch statement - DAGTypeLegalizer::ExpandIntegerResult | Lang Hames | 2013-06-28 | 1 | -0/+15 |
* | [NVPTX] Add (1.0 / sqrt(x)) => rsqrt(x) generation when allowable by FP flags | Justin Holewinski | 2013-06-28 | 1 | -0/+13 |
* | [NVPTX] Calling conventions fix | Justin Holewinski | 2013-06-28 | 5 | -40/+63 |
* | [NVPTX] Add support for cttz/ctlz/ctpop | Justin Holewinski | 2013-06-28 | 3 | -0/+114 |
* | [NVPTX] Clean up comparison/select/convert patterns and factor out PTX instru... | Justin Holewinski | 2013-06-28 | 1 | -4/+4 |
* | [NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath... | Justin Holewinski | 2013-06-28 | 6 | -44/+44 |
* | [NVPTX] Add support for vectorized function return values | Justin Holewinski | 2013-06-28 | 1 | -0/+10 |
* | [NVPTX] Clean up handling of formal arguments and enable generation of vector... | Justin Holewinski | 2013-06-28 | 1 | -4/+2 |
* | Bug 13662: Enable GPRPair for all i64 operands of inline asm on ARM | Weiming Zhao | 2013-06-28 | 1 | -3/+36 |
* | R600: Add local memory support via LDS | Tom Stellard | 2013-06-28 | 1 | -0/+82 |
* | R600: Add support for GROUP_BARRIER instruction | Tom Stellard | 2013-06-28 | 1 | -0/+24 |
* | ARM: ensure fixed-point conversions have sane types | Tim Northover | 2013-06-28 | 2 | -0/+82 |
* | ARM: Fix pseudo-instructions for SRS (Store Return State). | Tilmann Scheller | 2013-06-28 | 2 | -20/+20 |
* | llvm-symbolizer: skip leading underscore in Mach-O symbol table entries | Alexey Samsonov | 2013-06-28 | 1 | -3/+3 |
* | llvm-symbolizer: add support for Mach-O universal binaries | Alexey Samsonov | 2013-06-28 | 3 | -2/+26 |
* | Debug Info: clean up usage of Verify. | Manman Ren | 2013-06-28 | 6 | -17/+19 |
* | Integrate Assembler: Support X86_64_DTPOFF64 relocations | David Blaikie | 2013-06-28 | 1 | -1/+2 |
* | Convert tests to FileCheck | Matt Arsenault | 2013-06-28 | 4 | -7/+14 |
* | LoopVectorize: Preserve debug location info | Arnold Schwaighofer | 2013-06-28 | 1 | -0/+92 |
* | LoopVectorize: Cache edge masks created during if-conversion | Arnold Schwaighofer | 2013-06-27 | 1 | -0/+243 |
* | Improve the compression of the tablegen DiffLists by introducing a new sort | Chad Rosier | 2013-06-27 | 1 | -18/+18 |
* | CostModel: improve the cost model for load/store of non power-of-two types su... | Nadav Rotem | 2013-06-27 | 1 | -0/+19 |
* | R600: Remove alu-split.ll test | Tom Stellard | 2013-06-27 | 1 | -851/+0 |
* | LoopVectorize: Use vectorized loop invariant gep index anchored in loop | Arnold Schwaighofer | 2013-06-27 | 1 | -0/+36 |
* | Add a Subtarget feature 'v8fp' to the ARM backend. | Joey Gouly | 2013-06-27 | 1 | -0/+10 |
* | [SystemZ] Fix some embarrassing test typos | Richard Sandiford | 2013-06-27 | 14 | -30/+30 |
* | [SystemZ] Allow LA and LARL to be rematerialized | Richard Sandiford | 2013-06-27 | 3 | -2/+32 |
* | [SystemZ] Allow immediate moves to be rematerialized | Richard Sandiford | 2013-06-27 | 7 | -37/+90 |
* | [SystemZ] Add conditional store patterns | Richard Sandiford | 2013-06-27 | 6 | -0/+1754 |
* | Update testing case to make DI nodes have the correct format. | Manman Ren | 2013-06-27 | 1 | -3/+3 |
* | Fix spelling. | Arnold Schwaighofer | 2013-06-27 | 1 | -1/+1 |
* | LoopVectorize: Don't store a reversed value in the vectorized value map | Arnold Schwaighofer | 2013-06-27 | 1 | -0/+55 |