aboutsummaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/2003-05-06-LivenessClobber.ll
AgeCommit message (Expand)Author
2012-04-12This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd
2012-01-16Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky
2011-08-26Excluding ARM JIT tests until someone can fix this compilation path.Andrew Trick
2011-05-31Reverted r132135 per Xerxes request. These tests are passing for his setup. R...Galina Kistanova
2011-05-26Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken...Galina Kistanova
2010-11-13lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar
2008-04-19rename *.llx -> *.ll, last batch.Chris Lattner