summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove a number of redundant ExecutionEngine regression tests.Lang Hames2015-01-241-60/+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
* Rewrite test/ExecutionEngine tests to use FileCheck instead of grepEli Bendersky2013-04-081-1/+2
| | | | llvm-svn: 179043
* 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
* Add a test case for APInt bug fix in r51999.Zhou Sheng2008-06-051-0/+60
llvm-svn: 52000
OpenPOWER on IntegriCloud