aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine/test-fp.ll
Commit message (Expand)AuthorAgeFilesLines
* Corrections for XFAIL armv5 testsRenato Golin2013-02-281-1/+1
* Proper XFAILs for ARMv7 / v5Renato Golin2013-02-261-1/+1
* Some regression tests which are testing the old jit and are exercising functi...James Molloy2012-10-081-0/+1
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-121-1/+0
* Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky2012-01-161-1/+2
* Reverted r132135 per Xerxes request. These tests are passing for his setup. R...Galina Kistanova2011-05-311-2/+0
* Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken...Galina Kistanova2011-05-261-0/+2
* lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar2010-11-131-2/+1
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-4/+4
* Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif2008-05-201-1/+1
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-101-17/+17
* Make sure the value passed to test function is initialized.Reid Spencer2007-02-011-0/+1
* These tests need llvm-upgrade. This fixes last night's nightly test fallout.Reid Spencer2006-12-031-1/+1
* Adding RUN lines.Tanya Lattner2004-11-061-0/+3
* Renamed intermediate values that used the same type and name as previousJohn Criswell2003-11-261-1/+1
* add div test as wellChris Lattner2003-01-131-2/+4
* Test argument passingChris Lattner2002-12-281-3/+4
* Initial fp testChris Lattner2002-12-251-0/+17