index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Bitcode
Age
Commit message (
Expand
)
Author
2009-08-25
Remove obsolete -f flags.
Dan Gohman
2009-08-04
Use separate ValueList for metadata.
Devang Patel
2009-08-04
Revert recent bitcode writer patches.
Devang Patel
2009-08-04
Constants and Metadata share ValueList. This means they must be emitted inter...
Devang Patel
2009-06-12
Don't remove aggregate-typed module level constants before encoding functions
Nick Lewycky
2009-02-03
fix a bitcode reader bug where it can't handle extractelement correctly:
Chris Lattner
2008-05-24
Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq.
Evan Cheng
2008-05-24
Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2...
Evan Cheng
2008-05-24
Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd.
Evan Cheng
2008-05-20
Eliminate questionable syntax for stdin redirection. This probably also speed...
Gabor Greif
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-02-17
fix this test.
Chris Lattner
2008-02-17
Remove llvm-upgrade.
Tanya Lattner
2007-12-17
Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure
Evan Cheng
2007-08-04
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-07-25
Moving regression test to reflect move in source and headers to Bitcode.
Chandler Carruth