aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes an assertion failure while disassembling ARM rsbs reg/reg form.Kevin Enderby2011-03-021-0/+3
* [AVX] Fix mask predicates for 256-bit UNPCKLPS/D and implementDavid Greene2011-03-025-0/+85
* Eliminate the unused CodeGenPrepare option to split critical edges.Cameron Zwarich2011-03-022-2/+2
* Extend initial support for primitive types in PTX backendChe-Liang Chiou2011-03-029-254/+883
* Don't re-use existing addrec expansions if they contain casts.Dan Gohman2011-03-021-0/+22
* Catch more cases where 2-address pass should 3-addressify instructions. rdar:...Evan Cheng2011-03-022-6/+16
* Make InstCombiner::FoldAndOfICmps create a ConstantRange that's theAnders Carlsson2011-03-011-0/+9
* Optimize "icmp pred (urem X, Y), Y" --> true/false depending on pred. There'sNick Lewycky2011-03-011-0/+16
* Narrow right shifts need to encode their immediates differently from a normalBill Wendling2011-03-012-0/+13
* Add an obvious missing safety check to DAE::RemoveDeadArgumentsFromCallers.Eli Friedman2011-03-011-0/+13
* Delete obsolete test.Dan Gohman2011-02-281-46/+0
* Fix typo introduced by r126661: "Fix a typo which ..."Jakob Stoklund Olesen2011-02-281-1/+1
* Fix the arm's disassembler for blx that was building an MCInst without theKevin Enderby2011-02-281-0/+3
* Fix a typo which cause dag combine crash. rdar://9059537.Evan Cheng2011-02-281-0/+14
* Windows codegen also dies on this, so restrict to the platform it wasDuncan Sands2011-02-281-1/+1
* Make this test x86 specific because the ARM backend can't handle it.Duncan Sands2011-02-281-1/+1
* Teach SimplifyCFG that (switch (select cond, X, Y)) is better expressed as a ...Frits van Bommel2011-02-281-0/+138
* srem doesn't actually have the same resulting sign as its numerator, you couldNick Lewycky2011-02-281-15/+5
* Teach InstCombine to fold "(shr exact X, Y) == 0" --> X == 0, fixing #1 fromNick Lewycky2011-02-281-0/+17