| Commit message (Expand) | Author | Age | Files | Lines |
* | Recommited r156374 with critical fixes in BitcodeReader/Writer: | Stepan Dyatkovskiy | 2012-05-12 | 1 | -0/+33 |
* | Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build... | Stepan Dyatkovskiy | 2012-05-08 | 1 | -33/+0 |
* | Ordinary patch for PR1255. | Stepan Dyatkovskiy | 2012-05-08 | 1 | -0/+33 |
* | FileCheckize these testcases. | Bill Wendling | 2012-04-08 | 1 | -1/+3 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
* | remove some old autoupgrade logic | Chris Lattner | 2011-11-27 | 1 | -44/+0 |
* | remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b... | Chris Lattner | 2011-11-27 | 6 | -14/+0 |
* | The bitcode reader can create an shuffle with a place holder mask which it will | Mon P Wang | 2011-10-26 | 1 | -0/+31 |
* | Add a few test cases to ensure the bitcode reader is backward compatible with | Chad Rosier | 2011-10-25 | 4 | -0/+10 |
* | Simplify tests by not piping them through llvm-dis. | Chad Rosier | 2011-10-25 | 2 | -4/+5 |
* | Fix these test cases to not use .bc files. Otherwise, we run into issues with | Chad Rosier | 2011-10-25 | 4 | -2/+97 |
* | Remove support for parsing the "type i32" syntax for defining a numbered | Chris Lattner | 2011-06-19 | 1 | -3/+3 |
* | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner | 2011-06-18 | 1 | -23/+0 |
* | remove support for a bunch of obsolete instruction encodings | Chris Lattner | 2011-06-17 | 18 | -237/+0 |
* | Add missing newlines. | Chad Rosier | 2011-05-28 | 4 | -4/+4 |
* | Fix test cases that were previously using grep to use FileCheck | Chad Rosier | 2011-05-28 | 12 | -37/+56 |
* | Typo is test case | Chad Rosier | 2011-05-27 | 1 | -2/+2 |
* | CRC32 intrinsics were renamed at revision 132163. This submission | Chad Rosier | 2011-05-27 | 2 | -0/+16 |
* | It's valid to take the blockaddress of a different function, so remove this | Nick Lewycky | 2011-05-06 | 1 | -0/+30 |
* | Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. Frontends | Evan Cheng | 2011-03-29 | 1 | -10/+3 |
* | Testcase for PR8494 (invalid bitcode crashing the bitcode reader). | Duncan Sands | 2010-10-28 | 2 | -0/+2 |
* | Massive rewrite of MMX: | Dale Johannesen | 2010-09-30 | 1 | -0/+0 |
* | Auto-upgrade the magic ".llvm.eh.catch.all.value" global to | Bill Wendling | 2010-09-10 | 2 | -0/+3 |
* | Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the | Bob Wilson | 2010-09-03 | 2 | -0/+38 |
* | Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, | Bob Wilson | 2010-09-01 | 2 | -1/+51 |
* | Remove NEON vmovn intrinsic, replacing it with vector truncate operations. | Bob Wilson | 2010-08-30 | 2 | -0/+14 |
* | Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvm | Bob Wilson | 2010-08-29 | 2 | -0/+48 |
* | Add alignment arguments to all the NEON load/store intrinsics. | Bob Wilson | 2010-08-27 | 2 | -0/+34 |
* | Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend and | Bob Wilson | 2010-08-20 | 2 | -0/+29 |
* | reapply 'reject forward references to functions whose type don't match' | Chris Lattner | 2010-04-20 | 1 | -1/+1 |
* | Remove the palignr intrinsics now that we lower them to vector shuffles, | Eric Christopher | 2010-04-20 | 2 | -0/+1 |
* | Revert "reject forward references to functions whose type don't match", becau... | Daniel Dunbar | 2010-04-17 | 1 | -1/+1 |
* | reject forward references to functions whose type don't match | Chris Lattner | 2010-04-17 | 1 | -1/+1 |
* | add newlines at the end of files. | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -0/+2 |
* | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -2/+0 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -0/+2 |
* | Remove the pmulld intrinsic and autoupdate it as a vector multiply. | Eric Christopher | 2010-03-30 | 2 | -0/+2 |
* | Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the case | Dan Gohman | 2010-01-25 | 1 | -0/+27 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 1 | -1/+1 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 3 | -3/+3 |
* | Use separate ValueList for metadata. | Devang Patel | 2009-08-04 | 2 | -0/+93 |
* | Revert recent bitcode writer patches. | Devang Patel | 2009-08-04 | 1 | -5/+0 |
* | Constants and Metadata share ValueList. This means they must be emitted inter... | Devang Patel | 2009-08-04 | 1 | -0/+5 |
* | Don't remove aggregate-typed module level constants before encoding functions | Nick Lewycky | 2009-06-12 | 1 | -0/+12 |
* | fix a bitcode reader bug where it can't handle extractelement correctly: | Chris Lattner | 2009-02-03 | 1 | -0/+8 |
* | Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq. | Evan Cheng | 2008-05-24 | 2 | -0/+3 |
* | Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2... | Evan Cheng | 2008-05-24 | 6 | -0/+7 |
* | Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd. | Evan Cheng | 2008-05-24 | 2 | -0/+2 |