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 |
|
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
|
4dc9e5ac0d
|
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
|
2006-12-03 16:17:19 +00:00 |
|
Chris Lattner
|
40cc75aeba
|
These tests pass on darwin now that the __ thing is fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18508 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-12-04 23:20:14 +00:00 |
|
John Criswell
|
c60c334612
|
These lookup symbols with leading underscores, which currently fails in
the PowerPC JIT.
Hence, they are XFAILs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18443 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-12-02 21:28:37 +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 |
|
John Criswell
|
1b4fb5a32c
|
Renamed intermediate values that used the same type and name as previous
values. All of these files should assemble now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10239 91177308-0d34-0410-b5e6-96231b3b80d8
|
2003-11-26 14:45:37 +00:00 |
|
Chris Lattner
|
376b12707a
|
Test long support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5243 91177308-0d34-0410-b5e6-96231b3b80d8
|
2003-01-13 00:56:27 +00:00 |
|
Chris Lattner
|
bfbed6dbb2
|
Stop sucking
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4992 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-12-13 05:51:32 +00:00 |
|
Misha Brukman
|
297372c523
|
Making main() return 0 so that we know it ran successfully when it exits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4991 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-12-13 05:44:21 +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
|
f37ca3acda
|
Enable div and mod tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4507 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-11-02 20:54:11 +00:00 |
|
Chris Lattner
|
bbe75fe78f
|
Enable multiply tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4505 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-11-02 20:28:47 +00:00 |
|
Chris Lattner
|
d04b51d447
|
New testcase for arithmetic operations
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4504 91177308-0d34-0410-b5e6-96231b3b80d8
|
2002-11-02 20:13:40 +00:00 |
|