aboutsummaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/test-loadstore.ll
AgeCommit message (Expand)Author
2012-04-12This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd
2012-01-16Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky
2011-08-26Excluding ARM JIT tests until someone can fix this compilation path.Andrew Trick
2011-05-31Reverted r132135 per Xerxes request. These tests are passing for his setup. R...Galina Kistanova
2011-05-26Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken...Galina Kistanova
2010-11-13lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar
2010-11-09Jim's recent fixes 118600, 118587, 118513 have made these work.Dale Johannesen
2010-10-29The ARM jit cannot handle these tests as of 2010-10-27.Andrew Trick
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-31For PR950:Reid Spencer
2004-11-06Adding RUN lines.Tanya Lattner
2003-01-13Add test for longsChris Lattner
2002-12-28Add a variable sized alloca to testChris Lattner
2002-12-13lib/Target/X86/InstSelectSimple.cpp: Start counting arguments with 2,Brian Gaeke
2002-12-04Add main functions to benchmarksChris Lattner
2002-11-17New testcase for loads and storesChris Lattner