aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Strip cruft.Benjamin Kramer2011-03-081-1907/+8
* Add a testcase for r127263.Eric Christopher2011-03-081-0/+1955
* Try to fix the compilation error due to type incombatibility.Bill Wendling2011-03-081-1/+2
* X86: Fix the (saddo/ssub x, 1) -> incl/decl selection to check the right oper...Benjamin Kramer2011-03-082-2/+35
* PTX: Add intrinsic support for ntid, ctaid, and nctaid registersJustin Holewinski2011-03-081-0/+96
* Fix PR9331. Simplified version of a patch by Jakub Staszak.Duncan Sands2011-03-081-0/+50
* Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string...NAKAMURA Takumi2011-03-081-16/+18
* Testcase for r127187.Bill Wendling2011-03-081-0/+24
* While sinking an instruction, do not lose llvm.dbg.value intrinsic.Devang Patel2011-03-081-0/+62
* A few more tests for instruction encodings.Bill Wendling2011-03-081-0/+7
* Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher2011-03-0818-18/+24
* Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.Bob Wilson2011-03-081-0/+23
* Rename the narrow shift right immediate operands to "shr_imm*" operands. AlsoBill Wendling2011-03-071-0/+5
* Preserve line no. info.Devang Patel2011-03-071-0/+49
* Add test for r127138.Rafael Espindola2011-03-071-0/+16
* Tweak this test. We can analyze what happens and show that we still do theNick Lewycky2011-03-071-2/+2
* Add more analysis of the sign bit of an srem instruction. If the LHS is negativeNick Lewycky2011-03-071-0/+19
* ConstantInt has some getters which return ConstantInt's or ConstantVector's ofNick Lewycky2011-03-061-0/+10
* Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS ba...Jakob Stoklund Olesen2011-03-051-18/+16
* ptx: add basic intrinsic supportChe-Liang Chiou2011-03-051-0/+43
* Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternativ...NAKAMURA Takumi2011-03-051-16/+18
* Thread comparisons over udiv/sdiv/ashr/lshr exact and lshr nuw/nsw wheneverNick Lewycky2011-03-052-0/+55
* Try once again to optimize "icmp (srem X, Y), Y" by turning the comparison intoNick Lewycky2011-03-051-0/+16
* test/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit -mtriple=x86_64-linux and...NAKAMURA Takumi2011-03-051-2/+2
* Improve div/rem node handling on mips. Patch by Akira HatanakaBruno Cardoso Lopes2011-03-041-0/+51
* Add testcase for r127032Bruno Cardoso Lopes2011-03-041-0/+13
* When decling to reuse existing expressions that involve casts, ignoreDan Gohman2011-03-041-0/+45
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-0416-36/+36
* Lowers block address. Currently asserts when relocation model is not PIC. Pat...Bruno Cardoso Lopes2011-03-041-0/+26
* XFAIL for all. These tests are darwin specific anyway.Devang Patel2011-03-042-2/+2
* Revert broken srem logic from r126991.Nick Lewycky2011-03-041-9/+0
* Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind...Devang Patel2011-03-042-1/+2
* Allow vector shifts (shl,lshr,ashr) on SPU.Kalle Raiskila2011-03-041-6/+55
* Allow load from constant on SPU.Kalle Raiskila2011-03-042-0/+15
* Fold "icmp pred (srem X, Y), Y" like we do for urem. Handle signed comparisonsNick Lewycky2011-03-042-2/+29
* Teach instruction simplify to use constant ranges to solve problems of the formNick Lewycky2011-03-041-4/+76
* Followup to r126970: add 64-bit encoding tests for str with reg operand.Eli Friedman2011-03-041-0/+16
* PR9377: Handle x86 str with register operand in a way consistent with gas.Eli Friedman2011-03-041-0/+8
* Revert r123908; the code in question is completely untested and wrong.Eli Friedman2011-03-031-28/+0
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-0316-35/+45
* Optimize fprintf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-031-0/+21
* Optimize sprintf -> siprintf if there are no floating point argumentsRichard Osborne2011-03-031-0/+21
* Optimize printf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-031-0/+29
* PR9352: Always emit a relocation for weak symbols. Not emitting relocationsEli Friedman2011-03-031-0/+15
* TableGen should not ignore BX instructions for the ARM disassembler. pr9368.Bob Wilson2011-03-031-0/+3
* Check the ASM, not LLVM IR.Bill Wendling2011-03-031-1/+2
* pr9367: Add missing predicated BLX instructions.Bob Wilson2011-03-031-0/+3
* Testcase for r126913.Bill Wendling2011-03-031-0/+10
* Test case for r126864. Radar 9056407.Stuart Hastings2011-03-021-0/+51
* Test case for r126672. Radar 9055247.Stuart Hastings2011-03-021-0/+2