Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, | Dan Gohman | 2010-03-02 | 1 | -2/+2 |
| | | | | | | respectively. llvm-svn: 97531 | ||||
* | Test case for http://llvm.org/PR6028. | Jay Foad | 2010-01-15 | 1 | -0/+9 |
llvm-svn: 93511 |