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