aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-01-23In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez
2010-01-23teach MCAsmStreamer::EmitBytes to use .ascii and .ascizChris Lattner
2010-01-22Mark EH_RETURN64 as CodeGenOnly.Daniel Dunbar
2010-01-22make this less constrained, we want blank lines between globals.Chris Lattner
2010-01-22Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman
2010-01-21testcase for r94095Chris Lattner
2010-01-21Fix a crasher trying to fold each element in a comparison between two vectorsNick Lewycky
2010-01-21Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman
2010-01-20emit basic block labels with mcstreamer.Chris Lattner
2010-01-20emit integer and fp zeros as (e.g.) .byte 0 instead of .space 1,Chris Lattner
2010-01-20signficant cleanups to EmitGlobalConstant (including streamerization Chris Lattner
2010-01-20If a instruction belongs to another function (and not current function) as pe...Devang Patel
2010-01-19Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to simplify some codeDan Gohman
2010-01-19Make SCEVAddRecExpr's getType return a pointer type when the addDan Gohman
2010-01-19Add nounwinds.Dan Gohman
2010-01-19Remove predicates when changing an add into an unpredicable mov.Jakob Stoklund Olesen
2010-01-19Do not extend extension results beyond the use of a PHI instruction at the st...Evan Cheng
2010-01-19add an MCAsmStreamer::EmitFill specialization of EmitFill thatChris Lattner
2010-01-19optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund GrimleyChris Lattner
2010-01-19don't let asm-verbose break the check-next lines in these tests.Chris Lattner
2010-01-19only darwin has zerofillChris Lattner
2010-01-19Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner
2010-01-19Fix a crash in scalarrepl for memcpy/memmove where the source and destinationBob Wilson
2010-01-19fix a significant difference between llvm and gcc on ELF systems:Chris Lattner
2010-01-19there is no need to emit a .section above .comm on linux.Chris Lattner
2010-01-19Test case for r93758.Evan Cheng
2010-01-19Reverting.Dale Johannesen
2010-01-18Enable code to emit dbg.declare as DEBUG_VALUEDale Johannesen
2010-01-18my instcombine transformations to make extension elimination moreChris Lattner
2010-01-18filecheckize this.Chris Lattner
2010-01-18filecheckizeChris Lattner
2010-01-18remove a redundant test, filecheckize another.Chris Lattner
2010-01-18Canonicalize -1 - x to ~x.Evan Cheng
2010-01-18While mapping llvm.dbg.declare intrinsic manually map its operand, if possible,Devang Patel
2010-01-17Really fix this. I checked that on ARM I getRafael Espindola
2010-01-17reduce this test and convert to filecheck, hopefully the linux buildbot Chris Lattner
2010-01-17The Neon "vtst" instruction takes a suffix that is the element size alone --Bob Wilson
2010-01-17Looks like XFAIL has to list every unsupported archRafael Espindola
2010-01-17Add test for pr5406Rafael Espindola
2010-01-17Reduce fsub-fadd.ll and merge it into fsub-fsub.ll. Rename fsub-fsub.ll toBill Wendling
2010-01-16When checking for sret-demotion, it needs to use legal types. When using the...Kenneth Uildriks
2010-01-16Fix PR6047Tobias Grosser
2010-01-16this teestcase takes a long time to crash, remove it. If someone cares about...Chris Lattner
2010-01-16Run the pre-register allocation tail duplication pass by default. RemoveBob Wilson
2010-01-16Fix llvm_supports_binding for lit, problem noticed by Bob!Daniel Dunbar
2010-01-15Fix PR6019. A load has more than one use if it feeds a bitconvert thatDavid Greene
2010-01-15add testcase for r93564Jim Grosbach
2010-01-15Reenable testsAnton Korobeynikov
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez
2010-01-15Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez