| Commit message (Expand) | Author | Age | Files | Lines |
* | Move #includes from .h to .cpp file. | Jakub Staszak | 2013-08-21 | 2 | -2/+2 |
* | [micromips] Print instruction alias "not" if the last operand of a nor is zero. | Akira Hatanaka | 2013-08-21 | 2 | -2/+3 |
* | Move registering the execution of a basic block to the beginning rather than ... | Bill Wendling | 2013-08-20 | 1 | -7/+7 |
* | [mips] Add support for mfhc1 and mthc1. | Akira Hatanaka | 2013-08-20 | 4 | -25/+62 |
* | [mips] Add support for calling convention CC_MipsO32_FP64, which is used when... | Akira Hatanaka | 2013-08-20 | 6 | -32/+70 |
* | [mips] Remove predicates that were incorrectly or unnecessarily added. | Akira Hatanaka | 2013-08-20 | 3 | -6/+6 |
* | Add some constantness. | Jakub Staszak | 2013-08-20 | 3 | -8/+11 |
* | Use -disable-output and to suppress output and don't use a temporary file unl... | Bill Wendling | 2013-08-20 | 5 | -7/+5 |
* | [mips] Define register class FGRH32 for the high half of the 64-bit floating | Akira Hatanaka | 2013-08-20 | 6 | -16/+60 |
* | Fix include guards. | Jakub Staszak | 2013-08-20 | 2 | -4/+4 |
* | SLPVectorizer: Fix invalid iterator errors | Arnold Schwaighofer | 2013-08-20 | 2 | -13/+81 |
* | Teach ConstantFolding about pointer address spaces | Matt Arsenault | 2013-08-20 | 5 | -37/+585 |
* | [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 |