| Commit message (Expand) | Author | Age | Files | Lines |
* | [mips] Resolve register classes dynamically using ptr_rc to reduce the number of | Akira Hatanaka | 2013-08-20 | 10 | -371/+184 |
* | Add an option which permits the user to specify using a bitmask, that various | Reed Kotler | 2013-08-20 | 2 | -6/+51 |
* | [mips] Guard micromips instructions with predicate InMicroMips. Also, fix | Akira Hatanaka | 2013-08-20 | 3 | -14/+12 |
* | ARM: Fix fast-isel copy/paste-o. | Jim Grosbach | 2013-08-20 | 2 | -6/+7 |
* | 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 |
* | Fix style issues in AsmParser.cpp | Vladimir Medic | 2013-08-20 | 1 | -9/+11 |
* | AVX-512: Added more patterns for VMOVSS, VMOVSD, VMOVD, VMOVQ | Elena Demikhovsky | 2013-08-20 | 3 | -12/+98 |
* | [mips][msa] Removed fcge, fcgt, fsge, fsgt | Daniel Sanders | 2013-08-20 | 3 | -240/+0 |
* | [SystemZ] Update README | Richard Sandiford | 2013-08-20 | 1 | -4/+2 |
* | [SystemZ] Use SRST to optimize memchr | Richard Sandiford | 2013-08-20 | 10 | -3/+171 |
* | memcmp is not a valid way to compare structs with padding in them. | Benjamin Kramer | 2013-08-20 | 1 | -2/+9 |
* | [mips][msa] Added insve | Daniel Sanders | 2013-08-20 | 3 | -0/+140 |
* | 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 | 2 | -4/+26 |
* | ARM: implement some simple f64 materializations. | Tim Northover | 2013-08-20 | 3 | -13/+110 |
* | [stackprotector] Small cleanup. | Michael Gottesman | 2013-08-20 | 1 | -1/+2 |
* | [stackprotector] Small Bit of computation hoisting. | Michael Gottesman | 2013-08-20 | 1 | -5/+5 |
* | [stackprotector] Added significantly longer comment to FindPotentialTailCall ... | Michael Gottesman | 2013-08-20 | 1 | -1/+6 |
* | Removed trailing whitespace. | Michael Gottesman | 2013-08-20 | 1 | -18/+18 |
* | [stackprotector] Removed stale TODO. | Michael Gottesman | 2013-08-20 | 1 | -6/+3 |
* | [mips][msa] Added and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.v | Daniel Sanders | 2013-08-20 | 4 | -0/+261 |
* | [stackprotector] Added support for emitting the llvm intrinsic stack protecto... | Michael Gottesman | 2013-08-20 | 1 | -49/+150 |
* | [stackprotector] Refactor out the end of isInTailCallPosition into the functi... | Michael Gottesman | 2013-08-20 | 2 | -1/+17 |
* | Remove unused variables that crept in. | Michael Gottesman | 2013-08-20 | 1 | -6/+0 |
* | Teach selectiondag how to handle the stackprotectorcheck intrinsic. | Michael Gottesman | 2013-08-20 | 3 | -4/+390 |
* | Fix formatting. No functional change. | Craig Topper | 2013-08-20 | 1 | -1/+1 |
* | Add AVX-512 and related features to the CPUID detection code. | Craig Topper | 2013-08-20 | 1 | -3/+19 |
* | Move AVX and non-AVX replication inside a couple multiclasses to avoid repeat... | Craig Topper | 2013-08-20 | 1 | -87/+60 |
* | Add an error check for a typo I accidentally made in a td file that caused an... | Craig Topper | 2013-08-20 | 1 | -0/+3 |
* | [PowerPC] More refactoring prior to real PPC emitPrologue/Epilogue changes. | Bill Schmidt | 2013-08-20 | 1 | -271/+194 |
* | Marking MCJIT PIC tests as XFAIL on AArch64 | Andrew Kaylor | 2013-08-20 | 9 | -9/+9 |
* | [Sparc] Use HWEncoding instead of unused Num field in Sparc register definiti... | Venkatraman Govindaraju | 2013-08-20 | 2 | -12/+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 | 10 | -0/+117 |
* | Don't form PPC CTR-based loops around a copysignl call | Hal Finkel | 2013-08-19 | 2 | -1/+30 |
* | Adding PIC support for ELF on x86_64 platforms | Andrew Kaylor | 2013-08-19 | 4 | -16/+244 |
* | Introduce non-const overloads for GlobalAlias::{get,resolve}AliasedGlobal. | Peter Collingbourne | 2013-08-19 | 2 | -10/+16 |
* | Use pop_back_val() instead of both back() and pop_back(). | Jakub Staszak | 2013-08-19 | 1 | -2/+1 |
* | Teach InstCombine visitGetElementPtr about address spaces | Matt Arsenault | 2013-08-19 | 4 | -21/+54 |
* | Cleanup visitGetElementPtr to make address space change easier | Matt Arsenault | 2013-08-19 | 1 | -11/+13 |
* | commonPointerCast cleanups to make address space change easier | Matt Arsenault | 2013-08-19 | 1 | -5/+11 |
* | Make sure that pop_back_val() result is used. | Jakub Staszak | 2013-08-19 | 2 | -2/+2 |
* | Reverting r188709 until I can figure out the proper way to XFAIL it. | Andrew Kaylor | 2013-08-19 | 9 | -252/+0 |