| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | In AliasSetTracker, do not change the alias set to "mod/ref" when adding | Krzysztof Parzyszek | 2013-09-12 | 1 | -2/+0 |
* | Make the PPC fast-math sqrt expansion safe at 0 | Hal Finkel | 2013-09-12 | 2 | -2/+25 |
* | Implement asm support for a few PowerPC bookIII that are needed for assembling | Roman Divacky | 2013-09-12 | 5 | -0/+219 |
* | This switches CrashRecoveryContext to using ManagedStatic for its global Mute... | Filip Pizlo | 2013-09-12 | 1 | -16/+17 |
* | Partial support for Intel SHA Extensions (sha1rnds4) | Ben Langmuir | 2013-09-12 | 7 | -0/+43 |
* | Mark PPC MFTB and DST (and friends) as deprecated | Hal Finkel | 2013-09-12 | 7 | -25/+68 |
* | Somehow this important part of the patch, where I actually check the Mask, | Joey Gouly | 2013-09-12 | 2 | -4/+7 |
* | [LTO] Fix the LTO tool, after my API breakage. | Joey Gouly | 2013-09-12 | 1 | -1/+3 |
* | LLVM interpreter: added a test for insert- extract- value | Elena Demikhovsky | 2013-09-12 | 1 | -0/+21 |
* | LLVM Interpreter: implementation of "insertvalue" and "extractvalue"; | Elena Demikhovsky | 2013-09-12 | 3 | -1/+111 |
* | Add an instruction deprecation feature to TableGen. | Joey Gouly | 2013-09-12 | 20 | -51/+144 |
* | AVX-512: implemented extractelement with variable index. | Elena Demikhovsky | 2013-09-12 | 9 | -3067/+3203 |
* | Fixup for r190409: add dep on LZMA only if CMake is cross-compiling | Alexey Samsonov | 2013-09-12 | 1 | -1/+1 |
* | PPC: Enable aggressive anti-dependency breaking | Hal Finkel | 2013-09-12 | 5 | -25/+18 |
* | Fix crash in AggressiveAntiDepBreaker with empty CriticalPathSet | Hal Finkel | 2013-09-12 | 1 | -1/+1 |
* | R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedback | Tom Stellard | 2013-09-12 | 8 | -5/+157 |
* | R600: Don't use trans slot for instructions that read LDS source registers | Tom Stellard | 2013-09-12 | 5 | -1/+34 |
* | Typo fixes. | Rui Ueyama | 2013-09-12 | 1 | -2/+2 |
* | Move variable under condition where it is used | Matt Arsenault | 2013-09-12 | 1 | -1/+2 |
* | Fix comment to match what the assert actually enforces | Matt Arsenault | 2013-09-12 | 1 | -2/+2 |
* | Remove pointless assertion after r190376 | Matt Arsenault | 2013-09-12 | 1 | -2/+0 |
* | Greatly simplify the PPC A2 scheduling itinerary | Hal Finkel | 2013-09-11 | 3 | -726/+118 |
* | Enable MI scheduling (and CodeGen AA) by default for embedded PPC cores | Hal Finkel | 2013-09-11 | 3 | -2/+52 |
* | [CMake] Update GetSVN.cmake to use LLVM version control helper scripts. | Jordan Rose | 2013-09-11 | 1 | -17/+34 |
* | Fix anachronism/typo in syntax of declaration of llvm.va_start. | Nick Lewycky | 2013-09-11 | 1 | -1/+1 |
* | Use the appropriate return type for the compact unwind encoding. | Bill Wendling | 2013-09-11 | 2 | -3/+3 |
* | Implement TTI getUnrollingPreferences for PowerPC | Hal Finkel | 2013-09-11 | 3 | -0/+61 |
* | Move into an anonymous namespace and closer to where it's used. | Bill Wendling | 2013-09-11 | 1 | -26/+27 |
* | Debug info: add more comments. | Manman Ren | 2013-09-11 | 1 | -2/+14 |
* | Add getUnrollingPreferences to TTI | Hal Finkel | 2013-09-11 | 4 | -7/+66 |
* | Try to fix the atom buildbots by adding an explicit 'cpu' to the 'llc' command. | Bill Wendling | 2013-09-11 | 2 | -5/+5 |
* | Debug Info: move class definition of DIRef. | Manman Ren | 2013-09-11 | 2 | -52/+48 |
* | Revert "Give internal classes hidden visibility." | Benjamin Kramer | 2013-09-11 | 35 | -83/+82 |
* | [lit] Add support for attach arbitrary metrics to test results. | Daniel Dunbar | 2013-09-11 | 5 | -2/+119 |
* | Give internal classes hidden visibility. | Benjamin Kramer | 2013-09-11 | 35 | -82/+83 |
* | llvm-tblgen: Mangle operand replacements into the strings in printAliasInstr. | Benjamin Kramer | 2013-09-11 | 1 | -40/+45 |
* | Don't expose symbols of lle_ functions. | Benjamin Kramer | 2013-09-11 | 1 | -7/+6 |
* | [mips][msa] Added test cases that were supposed to be part of r190507, r19050... | Daniel Sanders | 2013-09-11 | 3 | -0/+734 |
* | [mips][msa] Added support for matching mulv, nlzc, sll, sra, srl, and subv fr... | Daniel Sanders | 2013-09-11 | 4 | -24/+383 |
* | llvm-tblgen: Stabilize subreg index tables. | Benjamin Kramer | 2013-09-11 | 1 | -2/+2 |
* | [mips][msa] Added support for matching fadd, fdiv, flog2, fmul, frint, fsqrt,... | Daniel Sanders | 2013-09-11 | 4 | -16/+279 |
* | Path: Add an in-place version of path::native. | Benjamin Kramer | 2013-09-11 | 2 | -14/+16 |
* | [mips][msa] Added support for matching div_[su] from normal IR (i.e. not intr... | Daniel Sanders | 2013-09-11 | 3 | -9/+151 |
* | [mips][msa] Added support for matching addv from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-11 | 3 | -8/+90 |
* | [mips][msa] Separate the configuration of int/float vector types since they w... | Daniel Sanders | 2013-09-11 | 2 | -9/+25 |
* | [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsics | Daniel Sanders | 2013-09-11 | 3 | -71/+105 |
* | config-ix.cmake: Tweak stray endif(...) to suppress a warning in CMake. | NAKAMURA Takumi | 2013-09-11 | 1 | -1/+1 |
* | Simplify the checking of function attributes by using the simple methods. | Bill Wendling | 2013-09-11 | 1 | -6/+3 |
* | Use type form of getIntPtrType | Matt Arsenault | 2013-09-11 | 1 | -2/+2 |
* | Fix typo | Rui Ueyama | 2013-09-11 | 1 | -1/+1 |