| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix r194019 as requested by Eric Christopher. | Reed Kotler | 2013-11-05 | 2 | -13/+1380 |
* | Lift alignment restrictions on load folding for a significant portion of AVX ... | Craig Topper | 2013-11-05 | 1 | -166/+166 |
* | Implement AArch64 post-index vector load/store multiple N-element structure c... | Hao Liu | 2013-11-05 | 7 | -14/+708 |
* | Implemented aarch64 neon intrinsic vcopy_lane with float type. | Kevin Qin | 2013-11-05 | 2 | -88/+82 |
* | Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant... | NAKAMURA Takumi | 2013-11-04 | 2 | -1499/+12 |
* | ARM: remove unnecessary state-tracking during frame lowering. | Tim Northover | 2013-11-04 | 6 | -115/+58 |
* | AArch64: use default asm operand printing when modifier inapplicable | Tim Northover | 2013-11-04 | 1 | -47/+59 |
* | Make sure we don't get a warning from this variable that is only used | Reed Kotler | 2013-11-04 | 1 | -0/+1 |
* | Submit the basic port of the rest of ARM constant islands code to Mips. | Reed Kotler | 2013-11-04 | 2 | -12/+1498 |
* | Check for both styles of clobbers, those produced by dragonegg and | Eric Christopher | 2013-11-04 | 1 | -11/+19 |
* | Add support for AVX512 masked vector blend intrinsics. | Cameron McInally | 2013-11-04 | 1 | -15/+39 |
* | Support for microMIPS branch instructions. | Zoran Jovanovic | 2013-11-04 | 11 | -26/+158 |
* | X86: Add a description for AMD bdver3 aka Steamroller. | Benjamin Kramer | 2013-11-04 | 1 | -0/+8 |
* | AVX-512: added VPCONFLICT instruction and intrinsics, | Elena Demikhovsky | 2013-11-03 | 2 | -1/+119 |
* | [SparcV9] Handle i64 <-> float conversions in sparcv9 mode. | Venkatraman Govindaraju | 2013-11-03 | 4 | -28/+184 |
* | [Sparc] Expand FP_TO_UINT, UINT_TO_FP for fp128. | Venkatraman Govindaraju | 2013-11-03 | 1 | -3/+42 |
* | Convert calls to __sinpi and __cospi into __sincospi_stret | Bob Wilson | 2013-11-03 | 1 | -0/+33 |
* | Enable optimization of sin / cos pair into call to __sincos_stret for iOS7+. | Bob Wilson | 2013-11-03 | 4 | -0/+87 |
* | [SparcV9] Add ctpop instruction for i64. Also, expand ctlz, cttz and bswap. | Venkatraman Govindaraju | 2013-11-03 | 2 | -0/+9 |
* | Fix PR17764 | Michael Liao | 2013-11-02 | 1 | -1/+1 |
* | Use isa<> instead of dyn_cast<> with unused value | Matt Arsenault | 2013-11-01 | 1 | -3/+3 |
* | [AArch64] Simplify a few of the instruction patterns. No functional change in... | Chad Rosier | 2013-11-01 | 1 | -109/+60 |
* | [AArch64] Fix assembly string formatting and other coding standard violations. | Chad Rosier | 2013-11-01 | 1 | -190/+118 |
* | Remove linkonce_odr_auto_hide. | Rafael Espindola | 2013-11-01 | 1 | -2/+0 |
* | [ARM] Add Virtualization subtarget feature and more build attributes in this ... | Bradley Smith | 2013-11-01 | 5 | -5/+39 |
* | [ARM] Fix Tag_ABI_HardFP_use build attribute | Bradley Smith | 2013-11-01 | 2 | -5/+13 |
* | Fix unused variable warnings. | Dan Gohman | 2013-10-31 | 1 | -0/+3 |
* | [AArch64] Add support for NEON scalar fixed-point convert to floating-point i... | Chad Rosier | 2013-10-31 | 1 | -0/+35 |
* | Add new calling convention for WebKit Java Script. | Andrew Trick | 2013-10-31 | 1 | -0/+22 |
* | Add support for stack map generation in the X86 backend. | Andrew Trick | 2013-10-31 | 4 | -5/+178 |
* | Use StringRef::startswith_lower. No functionality change. | Rui Ueyama | 2013-10-31 | 1 | -4/+4 |
* | [AArch64] Add support for NEON scalar shift immediate instructions. | Chad Rosier | 2013-10-31 | 5 | -1/+404 |
* | SparcV9 doesnt have rem instruction either. | Roman Divacky | 2013-10-31 | 1 | -0/+8 |
* | whitespace | Andrew Trick | 2013-10-31 | 2 | -10/+10 |
* | Remove another unused flag. | Rafael Espindola | 2013-10-31 | 1 | -1/+0 |
* | Remove unused flag. | Rafael Espindola | 2013-10-31 | 1 | -1/+0 |
* | Add AVX512 unmasked integer broadcast intrinsics and support. | Cameron McInally | 2013-10-31 | 1 | -0/+10 |
* | AVX-512: Implemented CMOV for 512-bit vectors | Elena Demikhovsky | 2013-10-31 | 2 | -2/+24 |
* | [SystemZ] Automatically detect zEC12 and z196 hosts | Richard Sandiford | 2013-10-31 | 2 | -3/+9 |
* | [AArch64] Make the use of FP instructions optional, but enabled by default. | Amara Emerson | 2013-10-31 | 6 | -28/+90 |
* | Legalize: Improve legalization of long vector extends. | Jim Grosbach | 2013-10-31 | 1 | -55/+0 |
* | Fix a few typos | Matt Arsenault | 2013-10-30 | 1 | -7/+7 |
* | This commit adds some (but not all) of the x86-64 relocations that are not | Tom Roeder | 2013-10-30 | 1 | -0/+6 |
* | [ARM] NEON instructions were erroneously decoded from certain invalid encodings | Artyom Skrobov | 2013-10-30 | 1 | -20/+20 |
* | R600: Custom lower f32 = uint_to_fp i64 | Tom Stellard | 2013-10-30 | 2 | -0/+23 |
* | Add #include of raw_ostream.h to MipsSEISelLowering.cpp | Hans Wennborg | 2013-10-30 | 1 | -0/+1 |
* | [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related tests | Daniel Sanders | 2013-10-30 | 1 | -8/+29 |
* | [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal... | Daniel Sanders | 2013-10-30 | 3 | -10/+164 |
* | [AArch64] Add support for NEON scalar floating-point compare instructions. | Chad Rosier | 2013-10-30 | 3 | -5/+102 |
* | [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ... | Daniel Sanders | 2013-10-30 | 7 | -27/+163 |