aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll
AgeCommit message (Collapse)AuthorFilesLines
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-1/+0
Approved by Jim Grosbach, Lang Hames, Rafael Espindola. This reinstates commits r215111, 215115, 215116, 215117, 215136. llvm-svn: 216982
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-0/+1
be deleted. This will be reapplied as soon as possible and before the 3.6 branch date at any rate. Approved by Jim Grosbach, Lang Hames, Rafael Espindola. This reverts commits r215111, 215115, 215116, 215117, 215136. llvm-svn: 215154
2014-08-07Remove a few XFAILs.Rafael Espindola1-1/+0
These tests now pass with MCJIT. llvm-svn: 215136
2012-04-12This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd1-1/+0
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! llvm-svn: 154610
2012-01-16Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is ↵Eli Bendersky1-1/+2
currently basic and will be enhanced with future patches. Patch developed by Andy Kaylor and Daniel Malea. Reviewed on llvm-commits. llvm-svn: 148231
2011-08-26Excluding ARM JIT tests until someone can fix this compilation path.Andrew Trick1-0/+1
llvm-svn: 138676
2011-05-31Reverted r132135 per Xerxes request. These tests are passing for his setup. ↵Galina Kistanova1-2/+0
Requires more research. llvm-svn: 132364
2011-05-26Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is ↵Galina Kistanova1-0/+2
broken for ARM, please remove the following XFAIL when it will be fixed. llvm-svn: 132135
2010-11-13lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar1-2/+1
- Also, switch tests to not using llvm-as. They run 20% faster now, not that it matters. llvm-svn: 118952
2009-08-25Remove obsolete -f flags.Dan Gohman1-1/+1
llvm-svn: 79992
2008-05-20Eliminate questionable syntax for stdin redirection. This probably also ↵Gabor Greif1-1/+1
speeds things up a bit. llvm-svn: 51357
2008-03-10Remove llvm-upgrade and update tests.Tanya Lattner1-18/+14
llvm-svn: 48137
2007-01-17Regression is gone, don't try to find it on clean target.Reid Spencer1-0/+25
llvm-svn: 33296