aboutsummaryrefslogtreecommitdiffstats
path: root/test/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* Add AutoUpgrade support for the SSE4 ptest intrinsics.Nadav Rotem2012-06-102-0/+44
* PR12696: Attribute bits above 1<<30 are not encoded in bitcodeMeador Inge2012-05-281-0/+164
* Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy2012-05-121-0/+33
* Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...Stepan Dyatkovskiy2012-05-081-33/+0
* Ordinary patch for PR1255.Stepan Dyatkovskiy2012-05-081-0/+33
* FileCheckize these testcases.Bill Wendling2012-04-081-1/+3
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* remove some old autoupgrade logicChris Lattner2011-11-271-44/+0
* remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner2011-11-276-14/+0
* The bitcode reader can create an shuffle with a place holder mask which it willMon P Wang2011-10-261-0/+31
* Add a few test cases to ensure the bitcode reader is backward compatible withChad Rosier2011-10-254-0/+10
* Simplify tests by not piping them through llvm-dis.Chad Rosier2011-10-252-4/+5
* Fix these test cases to not use .bc files. Otherwise, we run into issues withChad Rosier2011-10-254-2/+97
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-191-3/+3
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-23/+0
* remove support for a bunch of obsolete instruction encodingsChris Lattner2011-06-1718-237/+0
* Add missing newlines.Chad Rosier2011-05-284-4/+4
* Fix test cases that were previously using grep to use FileCheckChad Rosier2011-05-2812-37/+56
* Typo is test caseChad Rosier2011-05-271-2/+2
* CRC32 intrinsics were renamed at revision 132163. This submissionChad Rosier2011-05-272-0/+16
* It's valid to take the blockaddress of a different function, so remove thisNick Lewycky2011-05-061-0/+30
* Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. FrontendsEvan Cheng2011-03-291-10/+3
* Testcase for PR8494 (invalid bitcode crashing the bitcode reader).Duncan Sands2010-10-282-0/+2
* Massive rewrite of MMX: Dale Johannesen2010-09-301-0/+0
* Auto-upgrade the magic ".llvm.eh.catch.all.value" global toBill Wendling2010-09-102-0/+3
* Replace NEON vabdl, vaba, and vabal intrinsics with combinations of theBob Wilson2010-09-032-0/+38
* Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply,Bob Wilson2010-09-012-1/+51
* Remove NEON vmovn intrinsic, replacing it with vector truncate operations.Bob Wilson2010-08-302-0/+14
* Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvmBob Wilson2010-08-292-0/+48
* Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson2010-08-272-0/+34
* Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend andBob Wilson2010-08-202-0/+29
* reapply 'reject forward references to functions whose type don't match'Chris Lattner2010-04-201-1/+1
* Remove the palignr intrinsics now that we lower them to vector shuffles,Eric Christopher2010-04-202-0/+1
* Revert "reject forward references to functions whose type don't match", becau...Daniel Dunbar2010-04-171-1/+1
* reject forward references to functions whose type don't matchChris Lattner2010-04-171-1/+1
* add newlines at the end of files.Chris Lattner2010-04-071-1/+1
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-041-0/+2
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-021-2/+0
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-021-0/+2
* Remove the pmulld intrinsic and autoupdate it as a vector multiply.Eric Christopher2010-03-302-0/+2
* Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the caseDan Gohman2010-01-251-0/+27
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Remove obsolete -f flags.Dan Gohman2009-08-253-3/+3
* Use separate ValueList for metadata.Devang Patel2009-08-042-0/+93
* Revert recent bitcode writer patches.Devang Patel2009-08-041-5/+0
* Constants and Metadata share ValueList. This means they must be emitted inter...Devang Patel2009-08-041-0/+5
* Don't remove aggregate-typed module level constants before encoding functionsNick Lewycky2009-06-121-0/+12
* fix a bitcode reader bug where it can't handle extractelement correctly:Chris Lattner2009-02-031-0/+8
* Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq.Evan Cheng2008-05-242-0/+3