summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2010-01-19Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to simplify some codeDan Gohman1-0/+17
2010-01-19Make SCEVAddRecExpr's getType return a pointer type when the addDan Gohman1-3/+3
2010-01-19Add nounwinds.Dan Gohman4-4/+4
2010-01-19Remove predicates when changing an add into an unpredicable mov.Jakob Stoklund Olesen1-0/+53
2010-01-19Do not extend extension results beyond the use of a PHI instruction at the st...Evan Cheng1-0/+57
2010-01-19add an MCAsmStreamer::EmitFill specialization of EmitFill thatChris Lattner1-4/+3
2010-01-19optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund GrimleyChris Lattner2-0/+42
2010-01-19don't let asm-verbose break the check-next lines in these tests.Chris Lattner3-4/+4
2010-01-19only darwin has zerofillChris Lattner1-1/+1
2010-01-19Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner1-1/+1
2010-01-19Fix a crash in scalarrepl for memcpy/memmove where the source and destinationBob Wilson1-0/+18
2010-01-19fix a significant difference between llvm and gcc on ELF systems:Chris Lattner1-0/+15
2010-01-19there is no need to emit a .section above .comm on linux.Chris Lattner1-1/+0
2010-01-19Test case for r93758.Evan Cheng1-0/+11
2010-01-19Reverting.Dale Johannesen1-55/+0
2010-01-18Enable code to emit dbg.declare as DEBUG_VALUEDale Johannesen1-0/+55
2010-01-18my instcombine transformations to make extension elimination moreChris Lattner1-6/+15
2010-01-18filecheckize this.Chris Lattner1-14/+22
2010-01-18filecheckizeChris Lattner1-13/+19
2010-01-18remove a redundant test, filecheckize another.Chris Lattner2-43/+26
2010-01-18Canonicalize -1 - x to ~x.Evan Cheng1-0/+11
2010-01-18While mapping llvm.dbg.declare intrinsic manually map its operand, if possible,Devang Patel1-0/+12
2010-01-17Really fix this. I checked that on ARM I getRafael Espindola1-2/+2
2010-01-17reduce this test and convert to filecheck, hopefully the linux buildbot Chris Lattner1-15/+5
2010-01-17The Neon "vtst" instruction takes a suffix that is the element size alone --Bob Wilson1-6/+6
2010-01-17Looks like XFAIL has to list every unsupported archRafael Espindola1-1/+1
2010-01-17Add test for pr5406Rafael Espindola1-0/+20
2010-01-17Reduce fsub-fadd.ll and merge it into fsub-fsub.ll. Rename fsub-fsub.ll toBill Wendling3-47/+23
2010-01-16When checking for sret-demotion, it needs to use legal types. When using the...Kenneth Uildriks1-0/+12
2010-01-16Fix PR6047Tobias Grosser4-0/+205
2010-01-16this teestcase takes a long time to crash, remove it. If someone cares about...Chris Lattner1-34/+0
2010-01-16Run the pre-register allocation tail duplication pass by default. RemoveBob Wilson3-2/+6
2010-01-16Fix llvm_supports_binding for lit, problem noticed by Bob!Daniel Dunbar1-1/+1
2010-01-15Fix PR6019. A load has more than one use if it feeds a bitconvert thatDavid Greene1-0/+28
2010-01-15add testcase for r93564Jim Grosbach1-0/+20
2010-01-15Reenable testsAnton Korobeynikov2-8/+6
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez3-18/+22
2010-01-15Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez3-14/+17
2010-01-15Test case for http://llvm.org/PR6028.Jay Foad1-0/+9
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez3-17/+14
2010-01-15Temporary disable testsAnton Korobeynikov2-0/+2
2010-01-15Do not use AT_specification die for static variables. It confuses gdb.Devang Patel1-0/+12
2010-01-15new test case for r93485.Devang Patel1-0/+4
2010-01-14Add variable-width shifts for MSP430Anton Korobeynikov1-0/+51
2010-01-14Fix a codegen abort seen in 483.xalancbmk.Dan Gohman1-0/+20
2010-01-14Test for r93409.Evan Cheng1-0/+11
2010-01-14Extend testcase to also test llvm.dbg.value intrinsicVictor Hernandez1-0/+7
2010-01-14Now that LLParser, AsmWriter, BitcodeReader, and BitcodeWriter all correctly ...Victor Hernandez1-8/+16
2010-01-13When the visitSub method was split into visitSub and visitFSub, this xform wasBill Wendling1-0/+39
2010-01-13this test requires SSE, thanks to jyasskin for pointing this out.Chris Lattner1-1/+1