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
/
ExecutionEngine
/
test-cast.ll
Age
Commit message (
Expand
)
Author
2012-01-16
Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...
Eli Bendersky
2010-11-13
lli: Switch to using ParseIRFile, for consistency with other LLVM tools.
Daniel Dunbar
2009-08-25
Remove obsolete -f flags.
Dan Gohman
2008-05-20
Eliminate questionable syntax for stdin redirection. This probably also speed...
Gabor Greif
2008-03-10
Remove llvm-upgrade and update tests.
Tanya Lattner
2006-12-19
For PR950:
Reid Spencer
2006-12-03
These tests need llvm-upgrade. This fixes last night's nightly test fallout.
Reid Spencer
2004-12-04
These tests pass on darwin now that the __ thing is fixed.
Chris Lattner
2004-12-02
These lookup symbols with leading underscores, which currently fails in
John Criswell
2004-11-06
Adding RUN lines.
Tanya Lattner
2004-05-07
Add more casts. You can never have enough casts.
Brian Gaeke
2003-06-01
Add tests for cast of long to bool
Chris Lattner
2003-05-12
Enable more tests
Chris Lattner
2003-05-12
Add tests for casts from unsigned integers to floats
Chris Lattner
2003-01-16
Add more testcases
Chris Lattner
2003-01-13
test a bunch of stuff
Chris Lattner
2002-12-15
New testcase for bool support
Chris Lattner