index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ExecutionEngine
/
test-loadstore.ll
Age
Commit message (
Expand
)
Author
2012-04-12
This patch improves the MCJIT runtime dynamic loader by adding new handling
Preston Gurd
2012-01-16
Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...
Eli Bendersky
2011-08-26
Excluding ARM JIT tests until someone can fix this compilation path.
Andrew Trick
2011-05-31
Reverted r132135 per Xerxes request. These tests are passing for his setup. R...
Galina Kistanova
2011-05-26
Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken...
Galina Kistanova
2010-11-13
lli: Switch to using ParseIRFile, for consistency with other LLVM tools.
Daniel Dunbar
2010-11-09
Jim's recent fixes 118600, 118587, 118513 have made these work.
Dale Johannesen
2010-10-29
The ARM jit cannot handle these tests as of 2010-10-27.
Andrew Trick
2009-08-25
Remove obsolete -f flags.
Dan Gohman
2008-05-20
Eliminate questionable syntax for stdin redirection. This probably also speed...
Gabor Greif
2008-03-10
Remove llvm-upgrade and update tests.
Tanya Lattner
2006-12-31
For PR950:
Reid Spencer
2004-11-06
Adding RUN lines.
Tanya Lattner
2003-01-13
Add test for longs
Chris Lattner
2002-12-28
Add a variable sized alloca to test
Chris Lattner
2002-12-13
lib/Target/X86/InstSelectSimple.cpp: Start counting arguments with 2,
Brian Gaeke
2002-12-04
Add main functions to benchmarks
Chris Lattner
2002-11-17
New testcase for loads and stores
Chris Lattner