summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/2003-05-07-ArgumentTest.ll
Commit message (Collapse)AuthorAgeFilesLines
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-121-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
* Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is ↵Eli Bendersky2012-01-161-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
* Excluding ARM JIT tests until someone can fix this compilation path.Andrew Trick2011-08-261-0/+1
| | | | llvm-svn: 138676
* Reverted r132135 per Xerxes request. These tests are passing for his setup. ↵Galina Kistanova2011-05-311-2/+0
| | | | | | Requires more research. llvm-svn: 132364
* Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is ↵Galina Kistanova2011-05-261-0/+2
| | | | | | broken for ARM, please remove the following XFAIL when it will be fixed. llvm-svn: 132135
* lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar2010-11-131-1/+1
| | | | | | - Also, switch tests to not using llvm-as. They run 20% faster now, not that it matters. llvm-svn: 118952
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-191-0/+11
llvm-svn: 49971
OpenPOWER on IntegriCloud