aboutsummaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/test-call.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
2010-12-02XFAIL for now. If someone with access to an ARM/Linux host wants to have a lookJim Grosbach
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-03These tests need llvm-upgrade. This fixes last night's nightly test fallout.Reid Spencer
2004-11-22Exit only with a value from 0-255.Chris Lattner
2004-11-06Adding RUN lines.Tanya Lattner
2002-12-28Add another simple callChris Lattner
2002-12-13Test indirect callChris Lattner
2002-12-13This way it's easier to test: if the call to external exit(0) succeeded,Misha Brukman
2002-12-04Add main functions to benchmarksChris Lattner
2002-12-03Testcase for call instructionChris Lattner