History log of /external/llvm/test/ExecutionEngine/test-call.ll
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4a4fb84d4b1ae48199489707a4398e2a968b8933 28-Feb-2013 Renato Golin <renato.golin@linaro.org> Corrections for XFAIL armv5 tests

Most of the tests that behave differently on llvm-arm-linux buildbot
did so becase the triple wasn't set correctly to armv5, so we can
revert most of the special behaviour added previously. Some tests
still need the special treatment, though.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176243 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/ExecutionEngine/test-call.ll
e57aaf038fe1dd7f96a5c06dce8445b0c3653c63 26-Feb-2013 Renato Golin <renato.golin@linaro.org> Proper XFAILs for ARMv7 / v5

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176095 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/ExecutionEngine/test-call.ll
c68dda815e64fb2fb463318d1eaa304e22199d50 12-Apr-2012 Preston Gurd <preston.gurd@intel.com> This patch improves the MCJIT runtime dynamic loader by adding new handling
of zero-initialized sections, virtual sections and common symbols
and preventing the loading of sections which are not required for
execution such as debug information.

Patch by Andy Kaylor!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154610 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/ExecutionEngine/test-call.ll
a66a18505e07a4e72d6fa7e85663937a257577f3 16-Jan-2012 Eli Bendersky <eli.bendersky@intel.com> Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is currently basic and will be enhanced with future patches.
Patch developed by Andy Kaylor and Daniel Malea. Reviewed on llvm-commits.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148231 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/ExecutionEngine/test-call.ll
7ece6027a9934c7282a42303e88458cfa6ad7b1e 02-Dec-2010 Jim Grosbach <grosbach@apple.com> XFAIL for now. If someone with access to an ARM/Linux host wants to have a look
that would be great. They're ARM JIT failures, so without that, it's tough.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120731 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/ExecutionEngine/test-call.ll
46a27169104ac4cded2bd91e7f872efa80e08446 13-Nov-2010 Daniel Dunbar <daniel@zuster.org> lli: Switch to using ParseIRFile, for consistency with other LLVM tools.

- Also, switch tests to not using llvm-as. They run 20% faster now, not that it matters.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118952 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/ExecutionEngine/test-call.ll
fea1dd08044c85fb2f74b409704bb742dc817846 25-Aug-2009 Dan Gohman <gohman@apple.com> Remove obsolete -f flags.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79992 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/ExecutionEngine/test-call.ll
5edf210bdf0964193f059cc48464f3ea5c9e9e09 21-May-2008 Gabor Greif <ggreif@gmail.com> Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51357 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/ExecutionEngine/test-call.ll
ceca194c4355224723b309a3a27c5e5bc19cb6fc 10-Mar-2008 Tanya Lattner <tonic@nondot.org> Remove llvm-upgrade and update tests.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48137 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/ExecutionEngine/test-call.ll
4dc9e5ac0d25ca5baec40602de205a351f8935b0 03-Dec-2006 Reid Spencer <rspencer@reidspencer.com> These tests need llvm-upgrade. This fixes last night's nightly test fallout.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32154 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/ExecutionEngine/test-call.ll
0baf656edb926758a69a7c95d212b73537813ab2 22-Nov-2004 Chris Lattner <sabre@nondot.org> Exit only with a value from 0-255.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18119 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/ExecutionEngine/test-call.ll
e9789ef994ba9761af87baf6e6b5953adba3968b 07-Nov-2004 Tanya Lattner <tonic@nondot.org> Adding RUN lines.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17536 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/ExecutionEngine/test-call.ll
6cc36d40e6ae50c93d481e6ab9ec28ff15f66a02 28-Dec-2002 Chris Lattner <sabre@nondot.org> Add another simple call


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5160 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/ExecutionEngine/test-call.ll
e4adeb47ff23fdc92e5f318bb1548f703b773b6e 13-Dec-2002 Chris Lattner <sabre@nondot.org> Test indirect call


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5025 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/ExecutionEngine/test-call.ll
339ff0acb8ba54dc2289724eea0a8e4997c0d0fe 13-Dec-2002 Misha Brukman <brukman+llvm@gmail.com> This way it's easier to test: if the call to external exit(0) succeeded,
program exits with code 0, no error. If the call does not work/succeed, main
returns 1, so we notice it. The other way around doesn't work. :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4984 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/ExecutionEngine/test-call.ll
9f1bd8010282253935a4ca41877651240a2be6ab 04-Dec-2002 Chris Lattner <sabre@nondot.org> Add main functions to benchmarks


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4915 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/ExecutionEngine/test-call.ll
ac676bef500d8cf55e3df47438b133a32b167060 03-Dec-2002 Chris Lattner <sabre@nondot.org> Testcase for call instruction


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4890 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/ExecutionEngine/test-call.ll