summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2010-01-22Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman15-246/+37
2010-01-21testcase for r94095Chris Lattner1-0/+22
2010-01-21Fix a crasher trying to fold each element in a comparison between two vectorsNick Lewycky1-1/+8
2010-01-21Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman25-256/+292
2010-01-20emit basic block labels with mcstreamer.Chris Lattner2-2/+2
2010-01-20emit integer and fp zeros as (e.g.) .byte 0 instead of .space 1,Chris Lattner2-3/+5
2010-01-20signficant cleanups to EmitGlobalConstant (including streamerization Chris Lattner1-1/+1
2010-01-20If a instruction belongs to another function (and not current function) as pe...Devang Patel1-0/+28
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