Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MCJIT] Remove a few redundant MCJIT tests, and drop the extraneous datalayout | Lang Hames | 2015-01-08 | 1 | -15/+0 |
| | | | | | | strings from the copies that remain. llvm-svn: 225460 | ||||
* | Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is ↵ | Eli Bendersky | 2012-01-16 | 1 | -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 Dunbar | 2010-11-13 | 1 | -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 Gohman | 2009-08-25 | 1 | -1/+1 |
| | | | | llvm-svn: 79992 | ||||
* | Eliminate questionable syntax for stdin redirection. This probably also ↵ | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
| | | | | | | speeds things up a bit. llvm-svn: 51357 | ||||
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-10 | 1 | -11/+9 |
| | | | | llvm-svn: 48137 | ||||
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 1 | -0/+18 |
llvm-svn: 33296 |