Age | Commit message (Expand) | Author |
2011-03-22 | Fix Win64 va_arg. | Bill Wendling |
2011-03-22 | For PR9500. | Bill Wendling |
2011-03-21 | --- Merging r127780 into '.': | Bill Wendling |
2011-03-14 | --- Merging r127464 into '.': | Bill Wendling |
2011-03-11 | Merge r127441 from mainline. | Eric Christopher |
2011-03-10 | Merge r127298 from mainline. | Eric Christopher |
2011-03-10 | For PR9438: | Bill Wendling |
2011-03-08 | --- Reverse-merging r126896 into '.': | Bill Wendling |
2011-03-08 | A few more tests for instruction encodings. | Bill Wendling |
2011-03-08 | Turn on list-ilp scheduling by default on x86 and x86-64, fix up | Eric Christopher |
2011-03-08 | Fix a compiler crash where a Glue value had multiple uses. Radar 9049552. | Bob Wilson |
2011-03-07 | Rename the narrow shift right immediate operands to "shr_imm*" operands. Also | Bill Wendling |
2011-03-07 | Preserve line no. info. | Devang Patel |
2011-03-07 | Add test for r127138. | Rafael Espindola |
2011-03-07 | Tweak this test. We can analyze what happens and show that we still do the | Nick Lewycky |
2011-03-07 | Add more analysis of the sign bit of an srem instruction. If the LHS is negative | Nick Lewycky |
2011-03-06 | ConstantInt has some getters which return ConstantInt's or ConstantVector's of | Nick Lewycky |
2011-03-05 | Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS ba... | Jakob Stoklund Olesen |
2011-03-05 | ptx: add basic intrinsic support | Che-Liang Chiou |
2011-03-05 | Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternativ... | NAKAMURA Takumi |
2011-03-05 | Thread comparisons over udiv/sdiv/ashr/lshr exact and lshr nuw/nsw whenever | Nick Lewycky |
2011-03-05 | Try once again to optimize "icmp (srem X, Y), Y" by turning the comparison into | Nick Lewycky |
2011-03-05 | test/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit -mtriple=x86_64-linux and... | NAKAMURA Takumi |
2011-03-04 | Improve div/rem node handling on mips. Patch by Akira Hatanaka | Bruno Cardoso Lopes |
2011-03-04 | Add testcase for r127032 | Bruno Cardoso Lopes |
2011-03-04 | When decling to reuse existing expressions that involve casts, ignore | Dan Gohman |
2011-03-04 | Be nice to Xcore and the XMOS assembler and avoid quoting section names | Joerg Sonnenberger |
2011-03-04 | Lowers block address. Currently asserts when relocation model is not PIC. Pat... | Bruno Cardoso Lopes |
2011-03-04 | XFAIL for all. These tests are darwin specific anyway. | Devang Patel |
2011-03-04 | Revert broken srem logic from r126991. | Nick Lewycky |
2011-03-04 | Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind... | Devang Patel |
2011-03-04 | Allow vector shifts (shl,lshr,ashr) on SPU. | Kalle Raiskila |
2011-03-04 | Allow load from constant on SPU. | Kalle Raiskila |
2011-03-04 | Fold "icmp pred (srem X, Y), Y" like we do for urem. Handle signed comparisons | Nick Lewycky |
2011-03-04 | Teach instruction simplify to use constant ranges to solve problems of the form | Nick Lewycky |
2011-03-04 | Followup to r126970: add 64-bit encoding tests for str with reg operand. | Eli Friedman |
2011-03-04 | PR9377: Handle x86 str with register operand in a way consistent with gas. | Eli Friedman |
2011-03-03 | Revert r123908; the code in question is completely untested and wrong. | Eli Friedman |
2011-03-03 | Bug#9033: For the ELF assembler output, always quote the section name. | Joerg Sonnenberger |
2011-03-03 | Optimize fprintf -> iprintf if there are no floating point arguments | Richard Osborne |
2011-03-03 | Optimize sprintf -> siprintf if there are no floating point arguments | Richard Osborne |
2011-03-03 | Optimize printf -> iprintf if there are no floating point arguments | Richard Osborne |
2011-03-03 | PR9352: Always emit a relocation for weak symbols. Not emitting relocations | Eli Friedman |
2011-03-03 | TableGen should not ignore BX instructions for the ARM disassembler. pr9368. | Bob Wilson |
2011-03-03 | Check the ASM, not LLVM IR. | Bill Wendling |
2011-03-03 | pr9367: Add missing predicated BLX instructions. | Bob Wilson |
2011-03-03 | Testcase for r126913. | Bill Wendling |
2011-03-02 | Test case for r126864. Radar 9056407. | Stuart Hastings |
2011-03-02 | Test case for r126672. Radar 9055247. | Stuart Hastings |
2011-03-02 | Fixes an assertion failure while disassembling ARM rsbs reg/reg form. | Kevin Enderby |