| Commit message (Expand) | Author | Age | Files | Lines |
* | Strip cruft. | Benjamin Kramer | 2011-03-08 | 1 | -1907/+8 |
* | Add a testcase for r127263. | Eric Christopher | 2011-03-08 | 1 | -0/+1955 |
* | Try to fix the compilation error due to type incombatibility. | Bill Wendling | 2011-03-08 | 1 | -1/+2 |
* | X86: Fix the (saddo/ssub x, 1) -> incl/decl selection to check the right oper... | Benjamin Kramer | 2011-03-08 | 2 | -2/+35 |
* | PTX: Add intrinsic support for ntid, ctaid, and nctaid registers | Justin Holewinski | 2011-03-08 | 1 | -0/+96 |
* | Fix PR9331. Simplified version of a patch by Jakub Staszak. | Duncan Sands | 2011-03-08 | 1 | -0/+50 |
* | Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string... | NAKAMURA Takumi | 2011-03-08 | 1 | -16/+18 |
* | Testcase for r127187. | Bill Wendling | 2011-03-08 | 1 | -0/+24 |
* | While sinking an instruction, do not lose llvm.dbg.value intrinsic. | Devang Patel | 2011-03-08 | 1 | -0/+62 |
* | A few more tests for instruction encodings. | Bill Wendling | 2011-03-08 | 1 | -0/+7 |
* | Turn on list-ilp scheduling by default on x86 and x86-64, fix up | Eric Christopher | 2011-03-08 | 18 | -18/+24 |
* | Fix a compiler crash where a Glue value had multiple uses. Radar 9049552. | Bob Wilson | 2011-03-08 | 1 | -0/+23 |
* | Rename the narrow shift right immediate operands to "shr_imm*" operands. Also | Bill Wendling | 2011-03-07 | 1 | -0/+5 |
* | Preserve line no. info. | Devang Patel | 2011-03-07 | 1 | -0/+49 |
* | Add test for r127138. | Rafael Espindola | 2011-03-07 | 1 | -0/+16 |
* | Tweak this test. We can analyze what happens and show that we still do the | Nick Lewycky | 2011-03-07 | 1 | -2/+2 |
* | Add more analysis of the sign bit of an srem instruction. If the LHS is negative | Nick Lewycky | 2011-03-07 | 1 | -0/+19 |
* | ConstantInt has some getters which return ConstantInt's or ConstantVector's of | Nick Lewycky | 2011-03-06 | 1 | -0/+10 |
* | Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS ba... | Jakob Stoklund Olesen | 2011-03-05 | 1 | -18/+16 |
* | ptx: add basic intrinsic support | Che-Liang Chiou | 2011-03-05 | 1 | -0/+43 |
* | Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternativ... | NAKAMURA Takumi | 2011-03-05 | 1 | -16/+18 |
* | Thread comparisons over udiv/sdiv/ashr/lshr exact and lshr nuw/nsw whenever | Nick Lewycky | 2011-03-05 | 2 | -0/+55 |
* | Try once again to optimize "icmp (srem X, Y), Y" by turning the comparison into | Nick Lewycky | 2011-03-05 | 1 | -0/+16 |
* | test/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit -mtriple=x86_64-linux and... | NAKAMURA Takumi | 2011-03-05 | 1 | -2/+2 |
* | Improve div/rem node handling on mips. Patch by Akira Hatanaka | Bruno Cardoso Lopes | 2011-03-04 | 1 | -0/+51 |
* | Add testcase for r127032 | Bruno Cardoso Lopes | 2011-03-04 | 1 | -0/+13 |
* | When decling to reuse existing expressions that involve casts, ignore | Dan Gohman | 2011-03-04 | 1 | -0/+45 |
* | Be nice to Xcore and the XMOS assembler and avoid quoting section names | Joerg Sonnenberger | 2011-03-04 | 16 | -36/+36 |
* | Lowers block address. Currently asserts when relocation model is not PIC. Pat... | Bruno Cardoso Lopes | 2011-03-04 | 1 | -0/+26 |
* | XFAIL for all. These tests are darwin specific anyway. | Devang Patel | 2011-03-04 | 2 | -2/+2 |
* | Revert broken srem logic from r126991. | Nick Lewycky | 2011-03-04 | 1 | -9/+0 |
* | Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind... | Devang Patel | 2011-03-04 | 2 | -1/+2 |
* | Allow vector shifts (shl,lshr,ashr) on SPU. | Kalle Raiskila | 2011-03-04 | 1 | -6/+55 |
* | Allow load from constant on SPU. | Kalle Raiskila | 2011-03-04 | 2 | -0/+15 |
* | Fold "icmp pred (srem X, Y), Y" like we do for urem. Handle signed comparisons | Nick Lewycky | 2011-03-04 | 2 | -2/+29 |
* | Teach instruction simplify to use constant ranges to solve problems of the form | Nick Lewycky | 2011-03-04 | 1 | -4/+76 |
* | Followup to r126970: add 64-bit encoding tests for str with reg operand. | Eli Friedman | 2011-03-04 | 1 | -0/+16 |
* | PR9377: Handle x86 str with register operand in a way consistent with gas. | Eli Friedman | 2011-03-04 | 1 | -0/+8 |
* | Revert r123908; the code in question is completely untested and wrong. | Eli Friedman | 2011-03-03 | 1 | -28/+0 |
* | Bug#9033: For the ELF assembler output, always quote the section name. | Joerg Sonnenberger | 2011-03-03 | 16 | -35/+45 |
* | Optimize fprintf -> iprintf if there are no floating point arguments | Richard Osborne | 2011-03-03 | 1 | -0/+21 |
* | Optimize sprintf -> siprintf if there are no floating point arguments | Richard Osborne | 2011-03-03 | 1 | -0/+21 |
* | Optimize printf -> iprintf if there are no floating point arguments | Richard Osborne | 2011-03-03 | 1 | -0/+29 |
* | PR9352: Always emit a relocation for weak symbols. Not emitting relocations | Eli Friedman | 2011-03-03 | 1 | -0/+15 |
* | TableGen should not ignore BX instructions for the ARM disassembler. pr9368. | Bob Wilson | 2011-03-03 | 1 | -0/+3 |
* | Check the ASM, not LLVM IR. | Bill Wendling | 2011-03-03 | 1 | -1/+2 |
* | pr9367: Add missing predicated BLX instructions. | Bob Wilson | 2011-03-03 | 1 | -0/+3 |
* | Testcase for r126913. | Bill Wendling | 2011-03-03 | 1 | -0/+10 |
* | Test case for r126864. Radar 9056407. | Stuart Hastings | 2011-03-02 | 1 | -0/+51 |
* | Test case for r126672. Radar 9055247. | Stuart Hastings | 2011-03-02 | 1 | -0/+2 |