| Commit message (Expand) | Author | Age | Files | Lines |
* | [mips] Define register class FGRH32 for the high half of the 64-bit floating | Akira Hatanaka | 2013-08-20 | 6 | -16/+60 |
* | SLPVectorizer: Fix invalid iterator errors | Arnold Schwaighofer | 2013-08-20 | 1 | -13/+51 |
* | Teach ConstantFolding about pointer address spaces | Matt Arsenault | 2013-08-20 | 1 | -33/+54 |
* | [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 | 1 | -6/+28 |
* | [mips] Guard micromips instructions with predicate InMicroMips. Also, fix | Akira Hatanaka | 2013-08-20 | 2 | -12/+10 |
* | ARM: Fix fast-isel copy/paste-o. | Jim Grosbach | 2013-08-20 | 1 | -1/+1 |
* | 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 | 2 | -12/+71 |
* | [mips][msa] Removed fcge, fcgt, fsge, fsgt | Daniel Sanders | 2013-08-20 | 1 | -44/+0 |
* | [SystemZ] Update README | Richard Sandiford | 2013-08-20 | 1 | -4/+2 |
* | [SystemZ] Use SRST to optimize memchr | Richard Sandiford | 2013-08-20 | 6 | -3/+80 |
* | 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 | 1 | -0/+32 |
* | Fix overly pessimistic shortcut in post-RA MachineLICM | Richard Sandiford | 2013-08-20 | 1 | -4/+4 |
* | ARM: implement some simple f64 materializations. | Tim Northover | 2013-08-20 | 1 | -10/+40 |
* | [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 | 2 | -0/+64 |
* | [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 | 1 | -1/+8 |
* | 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 |
* | [Sparc] Use HWEncoding instead of unused Num field in Sparc register definiti... | Venkatraman Govindaraju | 2013-08-20 | 2 | -12/+9 |
* | Add a llvm.copysign intrinsic | Hal Finkel | 2013-08-19 | 7 | -0/+26 |
* | Don't form PPC CTR-based loops around a copysignl call | Hal Finkel | 2013-08-19 | 1 | -1/+2 |
* | 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 | 1 | -8/+8 |
* | 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 | 3 | -20/+26 |
* | 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 |
* | Fix assert with GEP ptr vector indexing structs | Matt Arsenault | 2013-08-19 | 1 | -2/+12 |
* | Use less verbose code and update comments. | Eric Christopher | 2013-08-19 | 1 | -23/+16 |
* | Revert non-test parts of r188507 | Matt Arsenault | 2013-08-19 | 1 | -1/+9 |
* | Turn on pubnames by default on linux. | Eric Christopher | 2013-08-19 | 2 | -10/+22 |
* | Improve the widening of integral binary vector operations | Paul Redmond | 2013-08-19 | 2 | -10/+24 |
* | Adding comments to document RuntimeDyld relocation handling | Andrew Kaylor | 2013-08-19 | 3 | -1/+44 |
* | [mips] Fix instruction definitions that were incorrectly marked as code-gen-o... | Akira Hatanaka | 2013-08-19 | 1 | -6/+9 |
* | Introduce SpecialCaseList::isIn overload for GlobalAliases. | Peter Collingbourne | 2013-08-19 | 1 | -2/+14 |
* | Thumb2 add immediate alias for SP | Mihai Popa | 2013-08-19 | 1 | -1/+2 |
* | AVX-512: added arithmetic and logical operations. | Elena Demikhovsky | 2013-08-19 | 3 | -27/+249 |