summaryrefslogtreecommitdiff
path: root/test/Bitcode
AgeCommit message (Expand)Author
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling
2013-02-12Test for string attributes and for attribute group output.Bill Wendling
2013-02-11[tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany
2012-10-11Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung
2012-09-21BitcodeReader: Correctly insert blockaddress constant referring to a already ...Benjamin Kramer
2012-07-18More replacing of target-dependent intrinsics with target-indepdent Joel Jones
2012-07-13This is one of the first steps at moving to replace target-dependent Joel Jones
2012-07-11Fixed diff comparison.Stepan Dyatkovskiy
2012-07-02Make tests which first provide a negative assertion via 'not', thenChandler Carruth
2012-06-10Add AutoUpgrade support for the SSE4 ptest intrinsics.Nadav Rotem
2012-05-28PR12696: Attribute bits above 1<<30 are not encoded in bitcodeMeador Inge
2012-05-12Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy
2012-05-08Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...Stepan Dyatkovskiy
2012-05-08Ordinary patch for PR1255.Stepan Dyatkovskiy
2012-04-08FileCheckize these testcases.Bill Wendling
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-11-27remove some old autoupgrade logicChris Lattner
2011-11-27remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner
2011-10-26The bitcode reader can create an shuffle with a place holder mask which it willMon P Wang
2011-10-25Add a few test cases to ensure the bitcode reader is backward compatible withChad Rosier
2011-10-25Simplify tests by not piping them through llvm-dis.Chad Rosier
2011-10-25Fix these test cases to not use .bc files. Otherwise, we run into issues withChad Rosier
2011-06-19Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-06-17remove support for a bunch of obsolete instruction encodingsChris Lattner
2011-05-28Add missing newlines.Chad Rosier
2011-05-28Fix test cases that were previously using grep to use FileCheckChad Rosier
2011-05-27Typo is test caseChad Rosier
2011-05-27CRC32 intrinsics were renamed at revision 132163. This submissionChad Rosier
2011-05-06It's valid to take the blockaddress of a different function, so remove thisNick Lewycky
2011-03-29Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. FrontendsEvan Cheng
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