Eli Bendersky
|
a66a18505e
|
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
|
2012-01-16 08:56:09 +00:00 |
|
Daniel Dunbar
|
46a2716910
|
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
|
2010-11-13 00:28:01 +00:00 |
|
Dan Gohman
|
fea1dd0804
|
Remove obsolete -f flags.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79992 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-08-25 15:38:29 +00:00 |
|
Gabor Greif
|
5edf210bdf
|
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
|
2008-05-20 22:07:21 +00:00 |
|
Tanya Lattner
|
ceca194c43
|
Remove llvm-upgrade and update tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48137 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-03-10 07:21:50 +00:00 |
|
Reid Spencer
|
81daddbf0d
|
For PR950:
These tests need to be upgraded in preparation for the SETCC patch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32668 91177308-0d34-0410-b5e6-96231b3b80d8
|
2006-12-19 02:09:20 +00:00 |
|
Tanya Lattner
|
e9789ef994
|
Adding RUN lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17536 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-11-06 23:32:43 +00:00 |
|
Misha Brukman
|
a5e7f35daa
|
Return 'int 0' instead of void so that the test can be considered to pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6653 91177308-0d34-0410-b5e6-96231b3b80d8
|
2003-06-06 07:58:29 +00:00 |
|
Chris Lattner
|
8b88e8f298
|
Infinite loops, are, well, not good
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4987 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-12-13 05:28:50 +00:00 |
|
Chris Lattner
|
9f1bd80102
|
Add main functions to benchmarks
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4915 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-12-04 17:15:07 +00:00 |
|
Chris Lattner
|
69a09e5677
|
Make testcase more interesting
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4820 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-11-21 23:30:08 +00:00 |
|
Chris Lattner
|
78c1d9037b
|
Move test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4808 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-11-21 17:20:32 +00:00 |
|