| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an instruction deprecation feature to TableGen. | Joey Gouly | 2013-09-12 | 10 | -43/+49 |
* | AVX-512: implemented extractelement with variable index. | Elena Demikhovsky | 2013-09-12 | 6 | -3063/+3154 |
* | PPC: Enable aggressive anti-dependency breaking | Hal Finkel | 2013-09-12 | 3 | -11/+3 |
* | 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 | 7 | -5/+113 |
* | R600: Don't use trans slot for instructions that read LDS source registers | Tom Stellard | 2013-09-12 | 5 | -1/+34 |
* | Move variable under condition where it is used | Matt Arsenault | 2013-09-12 | 1 | -1/+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 |
* | Use the appropriate return type for the compact unwind encoding. | Bill Wendling | 2013-09-11 | 1 | -2/+2 |
* | Implement TTI getUnrollingPreferences for PowerPC | Hal Finkel | 2013-09-11 | 1 | -0/+9 |
* | 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 | 3 | -7/+35 |
* | Debug Info: move class definition of DIRef. | Manman Ren | 2013-09-11 | 1 | -4/+0 |
* | Revert "Give internal classes hidden visibility." | Benjamin Kramer | 2013-09-11 | 35 | -83/+82 |
* | Give internal classes hidden visibility. | Benjamin Kramer | 2013-09-11 | 35 | -82/+83 |
* | Don't expose symbols of lle_ functions. | Benjamin Kramer | 2013-09-11 | 1 | -7/+6 |
* | [mips][msa] Added support for matching mulv, nlzc, sll, sra, srl, and subv fr... | Daniel Sanders | 2013-09-11 | 2 | -24/+60 |
* | [mips][msa] Added support for matching fadd, fdiv, flog2, fmul, frint, fsqrt,... | Daniel Sanders | 2013-09-11 | 2 | -16/+55 |
* | Path: Add an in-place version of path::native. | Benjamin Kramer | 2013-09-11 | 1 | -14/+9 |
* | [mips][msa] Added support for matching div_[su] from normal IR (i.e. not intr... | Daniel Sanders | 2013-09-11 | 2 | -9/+21 |
* | [mips][msa] Added support for matching addv from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-11 | 2 | -8/+22 |
* | [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 | 1 | -13/+13 |
* | 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 |
* | Teach loop-idiom about address space pointer sizes | Matt Arsenault | 2013-09-11 | 1 | -12/+21 |
* | Add braces | Matt Arsenault | 2013-09-11 | 1 | -6/+9 |
* | Re-submit r190469: YAMLIO: Fix string quoting logic. | Rui Ueyama | 2013-09-11 | 1 | -2/+14 |
* | Revert "YAMLIO: Fix string quoting logic." (r190469) | Hans Wennborg | 2013-09-11 | 1 | -10/+2 |
* | Remove trailing whitespace | Rui Ueyama | 2013-09-11 | 1 | -5/+4 |
* | YAMLIO: Fix string quoting logic. | Rui Ueyama | 2013-09-11 | 1 | -2/+10 |
* | Rename variables for consistency. | Eli Friedman | 2013-09-11 | 2 | -9/+9 |
* | Get rid of unused isPodLike definitions. | Eli Friedman | 2013-09-11 | 2 | -12/+0 |
* | Support ANSI escape code on Windows | Nico Rieck | 2013-09-11 | 3 | -19/+35 |
* | Don't assert on invalid loop vectorization hint. | Eli Friedman | 2013-09-10 | 1 | -7/+10 |
* | Fix another mistake in r190442. | Eli Friedman | 2013-09-10 | 1 | -0/+29 |
* | Fix unused variables. | Eli Friedman | 2013-09-10 | 5 | -7/+2 |
* | Fix mistake in r190442. | Eli Friedman | 2013-09-10 | 1 | -0/+7 |
* | Remove unused functions. | Eli Friedman | 2013-09-10 | 5 | -55/+0 |
* | Hoist section call out of loop. | Eric Christopher | 2013-09-10 | 1 | -2/+2 |
* | Teach ScalarEvolution about pointer address spaces | Matt Arsenault | 2013-09-10 | 3 | -13/+23 |
* | Fix typo | Matt Arsenault | 2013-09-10 | 1 | -1/+1 |
* | Add getenv() wrapper that works on multibyte environment variable. | Rui Ueyama | 2013-09-10 | 4 | -56/+113 |
* | LoopVectorize: PHI nodes are always at the beginning of a block, no need to s... | Benjamin Kramer | 2013-09-10 | 1 | -2/+2 |
* | Debug Info: create scope children DIEs when the scope DIE is not null. | Manman Ren | 2013-09-10 | 2 | -19/+54 |
* | Debug Info: define a DIRef template. | Manman Ren | 2013-09-10 | 3 | -28/+23 |
* | ARM: Use the PICADD opcode calculated. | Jim Grosbach | 2013-09-10 | 1 | -2/+6 |