| Commit message (Expand) | Author | Age | Files | Lines |
* | Use -disable-output and to suppress output and don't use a temporary file unl... | Bill Wendling | 2013-08-20 | 5 | -7/+5 |
* | SLPVectorizer: Fix invalid iterator errors | Arnold Schwaighofer | 2013-08-20 | 1 | -0/+30 |
* | Teach ConstantFolding about pointer address spaces | Matt Arsenault | 2013-08-20 | 4 | -4/+531 |
* | Add an option which permits the user to specify using a bitmask, that various | Reed Kotler | 2013-08-20 | 1 | -0/+23 |
* | [mips] Guard micromips instructions with predicate InMicroMips. Also, fix | Akira Hatanaka | 2013-08-20 | 1 | -2/+2 |
* | ARM: Fix fast-isel copy/paste-o. | Jim Grosbach | 2013-08-20 | 1 | -5/+6 |
* | Still more MCJIT PIC test XFAILs | Andrew Kaylor | 2013-08-20 | 3 | -3/+3 |
* | Clarifying two MCJIT PIC tests as XFAIL on i686-pc-linux | Andrew Kaylor | 2013-08-20 | 4 | -4/+4 |
* | Removing duplicate XFAIL markers | Andrew Kaylor | 2013-08-20 | 2 | -2/+2 |
* | Marking two more MCJIT PIC tests as XFAIL on i686 | Andrew Kaylor | 2013-08-20 | 4 | -4/+4 |
* | Marking MCJIT PIC tests as XFAIL on arm | Andrew Kaylor | 2013-08-20 | 6 | -6/+6 |
* | AVX-512: Added more patterns for VMOVSS, VMOVSD, VMOVD, VMOVQ | Elena Demikhovsky | 2013-08-20 | 1 | -0/+27 |
* | [mips][msa] Removed fcge, fcgt, fsge, fsgt | Daniel Sanders | 2013-08-20 | 1 | -176/+0 |
* | [SystemZ] Use SRST to optimize memchr | Richard Sandiford | 2013-08-20 | 2 | -0/+78 |
* | [mips][msa] Added insve | Daniel Sanders | 2013-08-20 | 1 | -0/+91 |
* | Fix test typo and add usual "br %r14" test | Richard Sandiford | 2013-08-20 | 1 | -1/+2 |
* | Fix overly pessimistic shortcut in post-RA MachineLICM | Richard Sandiford | 2013-08-20 | 1 | -0/+22 |
* | ARM: implement some simple f64 materializations. | Tim Northover | 2013-08-20 | 2 | -3/+70 |
* | [mips][msa] Added and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.v | Daniel Sanders | 2013-08-20 | 1 | -0/+176 |
* | Marking MCJIT PIC tests as XFAIL on AArch64 | Andrew Kaylor | 2013-08-20 | 9 | -9/+9 |
* | Fixing XPASSes among MCJIT PIC test on i686 | Andrew Kaylor | 2013-08-20 | 4 | -4/+4 |
* | Second attempt to mark Large/PIC MCJIT test as XFAIL for PowerPC64 | Andrew Kaylor | 2013-08-20 | 1 | -1/+1 |
* | Marking two MCJIT PIC tests as XFAIL on Darwin | Andrew Kaylor | 2013-08-20 | 2 | -2/+2 |
* | Trying again with PIC tests for MCJIT | Andrew Kaylor | 2013-08-19 | 9 | -0/+252 |
* | Add a llvm.copysign intrinsic | Hal Finkel | 2013-08-19 | 1 | -0/+53 |
* | Don't form PPC CTR-based loops around a copysignl call | Hal Finkel | 2013-08-19 | 1 | -0/+28 |
* | Teach InstCombine visitGetElementPtr about address spaces | Matt Arsenault | 2013-08-19 | 1 | -1/+28 |
* | Reverting r188709 until I can figure out the proper way to XFAIL it. | Andrew Kaylor | 2013-08-19 | 9 | -252/+0 |
* | Fix assert with GEP ptr vector indexing structs | Matt Arsenault | 2013-08-19 | 1 | -0/+11 |
* | Revert non-test parts of r188507 | Matt Arsenault | 2013-08-19 | 1 | -1/+65 |
* | Adding tests for PIC with MCJIT | Andrew Kaylor | 2013-08-19 | 9 | -0/+252 |
* | Turn on pubnames by default on linux. | Eric Christopher | 2013-08-19 | 2 | -1/+131 |
* | Improve the widening of integral binary vector operations | Paul Redmond | 2013-08-19 | 3 | -10/+4 |
* | [mips] Fix instruction definitions that were incorrectly marked as code-gen-o... | Akira Hatanaka | 2013-08-19 | 1 | -0/+1 |
* | Thumb2 add immediate alias for SP | Mihai Popa | 2013-08-19 | 1 | -0/+2 |
* | AVX-512: added arithmetic and logical operations. | Elena Demikhovsky | 2013-08-19 | 2 | -3/+229 |
* | [SystemZ] Add negative integer absolute (load negative) | Richard Sandiford | 2013-08-19 | 3 | -0/+157 |
* | [SystemZ] Add integer absolute (load positive) | Richard Sandiford | 2013-08-19 | 3 | -0/+149 |
* | [SystemZ] Add support for sibling calls | Richard Sandiford | 2013-08-19 | 3 | -154/+125 |
* | Adds missing TLI check for library simplification of | Michael Kuperstein | 2013-08-19 | 2 | -0/+25 |
* | Add ExpandFloatOp_FCOPYSIGN to handle ppcf128-related expansions | Hal Finkel | 2013-08-19 | 1 | -0/+67 |
* | Add the PPC fcpsgn instruction | Hal Finkel | 2013-08-19 | 2 | -2/+56 |
* | llvm-dwarfdump: Do not include address offsets for attributes, only for tags | David Blaikie | 2013-08-19 | 7 | -20/+20 |
* | DebugInfo: don't emit zero-length names for parameters | David Blaikie | 2013-08-19 | 1 | -3/+5 |
* | ARM: make sure we keep inline asm operands tied. | Tim Northover | 2013-08-18 | 1 | -0/+9 |
* | AVX-512: Added VMOVD, VMOVQ, VMOVSS, VMOVSD instructions. | Elena Demikhovsky | 2013-08-18 | 1 | -0/+75 |
* | R600: Expand vector FRINT ops | Tom Stellard | 2013-08-16 | 1 | -0/+54 |
* | R600: Expand vector FFLOOR ops | Tom Stellard | 2013-08-16 | 1 | -0/+54 |
* | R600: Expand vector float operations for both SI and R600 | Tom Stellard | 2013-08-16 | 4 | -75/+110 |
* | ARM: Properly constrain comparison fastisel register classes. | Jim Grosbach | 2013-08-16 | 1 | -1/+1 |