summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/test-call.ll
Commit message (Expand)AuthorAge
* XFAIL for now. If someone with access to an ARM/Linux host wants to have a lookJim Grosbach2010-12-02
* lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar2010-11-13
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif2008-05-20
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-10
* These tests need llvm-upgrade. This fixes last night's nightly test fallout.Reid Spencer2006-12-03
* Exit only with a value from 0-255.Chris Lattner2004-11-22
* Adding RUN lines.Tanya Lattner2004-11-06
* Add another simple callChris Lattner2002-12-28
* Test indirect callChris Lattner2002-12-13
* This way it's easier to test: if the call to external exit(0) succeeded,Misha Brukman2002-12-13
* Add main functions to benchmarksChris Lattner2002-12-04
* Testcase for call instructionChris Lattner2002-12-03