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