aboutsummaryrefslogtreecommitdiff
path: root/test/Bitcode
AgeCommit message (Expand)Author
2010-10-28Testcase for PR8494 (invalid bitcode crashing the bitcode reader).Duncan Sands
2010-09-30Massive rewrite of MMX: Dale Johannesen
2010-09-10Auto-upgrade the magic ".llvm.eh.catch.all.value" global toBill Wendling
2010-09-03Replace NEON vabdl, vaba, and vabal intrinsics with combinations of theBob Wilson
2010-09-01Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply,Bob Wilson
2010-08-30Remove NEON vmovn intrinsic, replacing it with vector truncate operations.Bob Wilson
2010-08-29Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvmBob Wilson
2010-08-27Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson
2010-08-20Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend andBob Wilson
2010-04-20reapply 'reject forward references to functions whose type don't match'Chris Lattner
2010-04-20Remove the palignr intrinsics now that we lower them to vector shuffles,Eric Christopher
2010-04-17Revert "reject forward references to functions whose type don't match", becau...Daniel Dunbar
2010-04-17reject forward references to functions whose type don't matchChris Lattner
2010-04-07add newlines at the end of files.Chris Lattner
2010-04-04Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang
2010-04-02Revert r100191 since it breaks objc in clang Mon P Wang
2010-04-02Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang
2010-03-30Remove the pmulld intrinsic and autoupdate it as a vector multiply.Eric Christopher
2010-01-25Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the caseDan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-08-04Use separate ValueList for metadata.Devang Patel
2009-08-04Revert recent bitcode writer patches.Devang Patel
2009-08-04Constants and Metadata share ValueList. This means they must be emitted inter...Devang Patel
2009-06-12Don't remove aggregate-typed module level constants before encoding functionsNick Lewycky
2009-02-03fix a bitcode reader bug where it can't handle extractelement correctly:Chris Lattner
2008-05-24Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq.Evan Cheng
2008-05-24Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2...Evan Cheng
2008-05-24Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd.Evan Cheng
2008-05-20Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-02-17fix this test.Chris Lattner
2008-02-17Remove llvm-upgrade.Tanya Lattner
2007-12-17Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sureEvan Cheng
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-07-25Moving regression test to reflect move in source and headers to Bitcode.Chandler Carruth