summaryrefslogtreecommitdiff
path: root/test/Bitcode
AgeCommit message (Expand)AuthorFilesLines
2012-04-08FileCheckize these testcases.Bill Wendling1-1/+3
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2-3/+1
2011-11-27remove some old autoupgrade logicChris Lattner1-44/+0
2011-11-27remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner6-14/+0
2011-10-26The bitcode reader can create an shuffle with a place holder mask which it willMon P Wang1-0/+31
2011-10-25Add a few test cases to ensure the bitcode reader is backward compatible withChad Rosier4-0/+10
2011-10-25Simplify tests by not piping them through llvm-dis.Chad Rosier2-4/+5
2011-10-25Fix these test cases to not use .bc files. Otherwise, we run into issues withChad Rosier4-2/+97
2011-06-19Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner1-3/+3
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner1-23/+0
2011-06-17remove support for a bunch of obsolete instruction encodingsChris Lattner18-237/+0
2011-05-28Add missing newlines.Chad Rosier4-4/+4
2011-05-28Fix test cases that were previously using grep to use FileCheckChad Rosier12-37/+56
2011-05-27Typo is test caseChad Rosier1-2/+2
2011-05-27CRC32 intrinsics were renamed at revision 132163. This submissionChad Rosier2-0/+16
2011-05-06It's valid to take the blockaddress of a different function, so remove thisNick Lewycky1-0/+30
2011-03-29Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. FrontendsEvan Cheng1-10/+3
2010-10-28Testcase for PR8494 (invalid bitcode crashing the bitcode reader).Duncan Sands2-0/+2
2010-09-30Massive rewrite of MMX: Dale Johannesen1-0/+0
2010-09-10Auto-upgrade the magic ".llvm.eh.catch.all.value" global toBill Wendling2-0/+3
2010-09-03Replace NEON vabdl, vaba, and vabal intrinsics with combinations of theBob Wilson2-0/+38
2010-09-01Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply,Bob Wilson2-1/+51
2010-08-30Remove NEON vmovn intrinsic, replacing it with vector truncate operations.Bob Wilson2-0/+14
2010-08-29Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvmBob Wilson2-0/+48
2010-08-27Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson2-0/+34
2010-08-20Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend andBob Wilson2-0/+29
2010-04-20reapply 'reject forward references to functions whose type don't match'Chris Lattner1-1/+1
2010-04-20Remove the palignr intrinsics now that we lower them to vector shuffles,Eric Christopher2-0/+1
2010-04-17Revert "reject forward references to functions whose type don't match", becau...Daniel Dunbar1-1/+1
2010-04-17reject forward references to functions whose type don't matchChris Lattner1-1/+1
2010-04-07add newlines at the end of files.Chris Lattner1-1/+1
2010-04-04Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang1-0/+2
2010-04-02Revert r100191 since it breaks objc in clang Mon P Wang1-2/+0
2010-04-02Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang1-0/+2
2010-03-30Remove the pmulld intrinsic and autoupdate it as a vector multiply.Eric Christopher2-0/+2
2010-01-25Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the caseDan Gohman1-0/+27
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman1-1/+1
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman1-1/+1
2009-08-25Remove obsolete -f flags.Dan Gohman3-3/+3
2009-08-04Use separate ValueList for metadata.Devang Patel2-0/+93
2009-08-04Revert recent bitcode writer patches.Devang Patel1-5/+0
2009-08-04Constants and Metadata share ValueList. This means they must be emitted inter...Devang Patel1-0/+5
2009-06-12Don't remove aggregate-typed module level constants before encoding functionsNick Lewycky1-0/+12
2009-02-03fix a bitcode reader bug where it can't handle extractelement correctly:Chris Lattner1-0/+8
2008-05-24Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq.Evan Cheng2-0/+3
2008-05-24Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2...Evan Cheng6-0/+7
2008-05-24Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd.Evan Cheng2-0/+2
2008-05-20Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif1-1/+1
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif1-1/+1
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif1-1/+1