summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/test-shift.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove a number of redundant ExecutionEngine regression tests.Lang Hames2015-01-241-32/+0
| | | | | | | | These tests used to test the legacy JIT but since that has been removed they're just redundantly testing MCJIT. Remove them and just leave their counterparts in test/ExecutionEngine/MCJIT. llvm-svn: 227010
* Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is ↵Eli Bendersky2012-01-161-1/+1
| | | | | | | | currently basic and will be enhanced with future patches. Patch developed by Andy Kaylor and Daniel Malea. Reviewed on llvm-commits. llvm-svn: 148231
* lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar2010-11-131-2/+1
| | | | | | - Also, switch tests to not using llvm-as. They run 20% faster now, not that it matters. llvm-svn: 118952
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
| | | | llvm-svn: 79992
* Eliminate questionable syntax for stdin redirection. This probably also ↵Gabor Greif2008-05-201-1/+1
| | | | | | speeds things up a bit. llvm-svn: 51357
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-101-37/+30
| | | | llvm-svn: 48137
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+40
llvm-svn: 33296
OpenPOWER on IntegriCloud