| Commit message (Expand) | Author | Age | Files | Lines |
* | "This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all... | Chris Lattner | 2010-06-21 | 1 | -11/+11 |
* | Remove isTwoAddress from SystemZ. | Eric Christopher | 2010-06-21 | 2 | -8/+9 |
* | Remove isTwoAddress from Sparc. | Eric Christopher | 2010-06-21 | 1 | -1/+1 |
* | Remove isTwoAddress from Mips. | Eric Christopher | 2010-06-21 | 1 | -1/+1 |
* | Remove isTwoAddress from Blackfin. | Eric Christopher | 2010-06-21 | 1 | -6/+6 |
* | Remove isTwoAddress from MSP430. | Eric Christopher | 2010-06-21 | 1 | -219/+219 |
* | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman | 2010-06-21 | 9 | -29/+26 |
* | Make 80-column. | Eric Christopher | 2010-06-21 | 1 | -5/+10 |
* | Remove isTwoAddress from PIC16. | Eric Christopher | 2010-06-21 | 1 | -6/+6 |
* | Remove isTwoAddress from XCore. | Eric Christopher | 2010-06-21 | 1 | -1/+1 |
* | Remove isTwoAddress from Alpha. | Eric Christopher | 2010-06-21 | 2 | -12/+26 |
* | Move several non-performance-critical member functinos out of line. | Dan Gohman | 2010-06-21 | 2 | -0/+50 |
* | Do not directly use function names to construct new name for named metadata. | Devang Patel | 2010-06-21 | 1 | -1/+8 |
* | Move part of SSE 1 & 2 compare, shuffle and unpack instructions closely. Prep... | Bruno Cardoso Lopes | 2010-06-21 | 1 | -69/+54 |
* | Add AVX regular (non-aliased ones) and,or,xor,andn packed instructions. They ... | Bruno Cardoso Lopes | 2010-06-21 | 1 | -0/+24 |
* | Fix PR 7433. Silly typo in non-Darwin ARM tail call | Dale Johannesen | 2010-06-21 | 2 | -18/+8 |
* | Add some codegen patterns for x86_64-linux-gnu tls codegen matching. | Eric Christopher | 2010-06-21 | 1 | -0/+9 |
* | early exit for dbg_value instructions | Jim Grosbach | 2010-06-21 | 1 | -0/+2 |
* | remove some dead variables reported by clang++ | Chris Lattner | 2010-06-21 | 1 | -2/+0 |
* | Revert r106422, which is breaking the non-fast-isel path. | Dan Gohman | 2010-06-21 | 2 | -51/+11 |
* | More changes for non-top-down fast-isel. | Dan Gohman | 2010-06-21 | 2 | -11/+51 |
* | Mark the SPU 'lr' instruction to never have side effects. | Kalle Raiskila | 2010-06-21 | 1 | -2/+0 |
* | Fix the lowering of VECTOR_SHUFFLE on SPU to handle splats. | Kalle Raiskila | 2010-06-21 | 1 | -1/+1 |
* | Do one lookup instead of two. | Dan Gohman | 2010-06-21 | 1 | -2/+3 |
* | Generalize this to look in the regular ValueMap in addition to | Dan Gohman | 2010-06-21 | 1 | -1/+1 |
* | Fix an unintentional commit. I think I typed "git svn dcommit" in the wrong b... | Rafael Espindola | 2010-06-21 | 1 | -49/+34 |
* | Fix lowering of VECTOR_SHUFFLE on SPU. Old algorithm | Kalle Raiskila | 2010-06-21 | 1 | -9/+14 |
* | wip | Rafael Espindola | 2010-06-21 | 1 | -34/+49 |
* | Fix warning in no-asserts build. | Nick Lewycky | 2010-06-20 | 1 | -0/+1 |
* | Fix a crash caused by dereference of MBB.end(). rdar://8110842 | Evan Cheng | 2010-06-20 | 1 | -6/+8 |
* | Restore a call to rememberInstruction which was accidentally dropped | Dan Gohman | 2010-06-19 | 1 | -0/+1 |
* | Add a TODO comment. | Dan Gohman | 2010-06-19 | 1 | -0/+2 |
* | Include the use kind along with the expression in the key of the | Dan Gohman | 2010-06-19 | 1 | -2/+28 |
* | Don't include things in anonymous namespaces that don't need it. | Dan Gohman | 2010-06-19 | 1 | -0/+4 |
* | Use calloc instead of new/memset, it is more efficient when the set is very l... | Benjamin Kramer | 2010-06-19 | 1 | -6/+14 |
* | Fix ScalarEvolution's "exhaustive" trip count evaluation code to avoid | Dan Gohman | 2010-06-19 | 1 | -2/+5 |
* | Factor out duplicated code for reusing and inserting casts into | Dan Gohman | 2010-06-19 | 1 | -54/+46 |
* | Tidy. | Bob Wilson | 2010-06-19 | 3 | -8/+8 |
* | Remove a fixme comment that is no longer relevant. | Bob Wilson | 2010-06-19 | 1 | -3/+0 |
* | Fix error message to match function name. | Bob Wilson | 2010-06-19 | 1 | -1/+1 |
* | Refactoring of regular logical packed instructions to prepare for AVX ones. | Bruno Cardoso Lopes | 2010-06-19 | 1 | -38/+39 |
* | Refactor aliased packed logical instructions, also add | Bruno Cardoso Lopes | 2010-06-19 | 1 | -39/+26 |
* | Ignore dbg_value's. | Evan Cheng | 2010-06-19 | 1 | -1/+3 |
* | Move new sse 1 & 2 generic classes to a more appropriate place | Bruno Cardoso Lopes | 2010-06-19 | 1 | -61/+65 |
* | Remove unnecessary arguments | Bruno Cardoso Lopes | 2010-06-19 | 1 | -4/+4 |
* | Add AVX packed intrinsics for MIN, MAX | Bruno Cardoso Lopes | 2010-06-19 | 1 | -37/+33 |
* | Disable sibcall optimization for Thumb1 for now since Thumb1RegisterInfo::emi... | Evan Cheng | 2010-06-19 | 1 | -8/+17 |
* | Finish ripping isTwoAddress out of X86. Some mindless formatting | Eric Christopher | 2010-06-19 | 1 | -132/+153 |
* | Shrink down code and add for free AVX {MIN,MAX}P{S,D}{rm,rr} instructions | Bruno Cardoso Lopes | 2010-06-19 | 1 | -59/+28 |
* | rip out dead code. | Chris Lattner | 2010-06-19 | 1 | -6/+0 |