summaryrefslogtreecommitdiff
path: root/test/Bitcode
Commit message (Expand)AuthorAge
* reapply 'reject forward references to functions whose type don't match'Chris Lattner2010-04-20
* Remove the palignr intrinsics now that we lower them to vector shuffles,Eric Christopher2010-04-20
* Revert "reject forward references to functions whose type don't match", becau...Daniel Dunbar2010-04-17
* reject forward references to functions whose type don't matchChris Lattner2010-04-17
* add newlines at the end of files.Chris Lattner2010-04-07
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-04
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-02
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-02
* Remove the pmulld intrinsic and autoupdate it as a vector multiply.Eric Christopher2010-03-30
* Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the caseDan Gohman2010-01-25
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Use separate ValueList for metadata.Devang Patel2009-08-04
* Revert recent bitcode writer patches.Devang Patel2009-08-04
* Constants and Metadata share ValueList. This means they must be emitted inter...Devang Patel2009-08-04
* Don't remove aggregate-typed module level constants before encoding functionsNick Lewycky2009-06-12
* fix a bitcode reader bug where it can't handle extractelement correctly:Chris Lattner2009-02-03
* Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq.Evan Cheng2008-05-24
* Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2...Evan Cheng2008-05-24
* Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd.Evan Cheng2008-05-24
* Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif2008-05-20
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* fix this test.Chris Lattner2008-02-17
* Remove llvm-upgrade.Tanya Lattner2008-02-17
* Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sureEvan Cheng2007-12-17
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-04
* Moving regression test to reflect move in source and headers to Bitcode.Chandler Carruth2007-07-25