Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Get PIC jump table working. | Evan Cheng | 2008-11-07 | 1 | -9/+7 | |
| | | | | llvm-svn: 58869 | |||||
* | Jump table JIT support. Work in progress. | Evan Cheng | 2008-11-07 | 1 | -5/+19 | |
| | | | | llvm-svn: 58836 | |||||
* | Stylistic change. | Evan Cheng | 2008-11-04 | 1 | -2/+2 | |
| | | | | llvm-svn: 58683 | |||||
* | Handle ARM machine constantpool entries. | Evan Cheng | 2008-11-04 | 1 | -7/+26 | |
| | | | | llvm-svn: 58671 | |||||
* | Correct way to handle CONSTPOOL_ENTRY instructions. | Evan Cheng | 2008-10-29 | 1 | -1/+11 | |
| | | | | llvm-svn: 58409 | |||||
* | remove extraneous #ifdef's | Jim Grosbach | 2008-10-22 | 1 | -4/+0 | |
| | | | | llvm-svn: 58006 | |||||
* | use pre-UAL mnemonics for push/pop for compilaton callback function | Jim Grosbach | 2008-10-21 | 1 | -2/+2 | |
| | | | | llvm-svn: 57911 | |||||
* | Update the stub and callback code to handle lazy compilation. The stub | Jim Grosbach | 2008-10-20 | 1 | -62/+90 | |
| | | | | | | | | | | is re-written by the callback to branch directly to the compiled code in future invocations. Added back in range-based memory permission functions for the updating of the stub on Darwin. llvm-svn: 57846 | |||||
* | Add Mac OS X compatible JIT callback routine. | Evan Cheng | 2008-09-02 | 1 | -5/+29 | |
| | | | | llvm-svn: 55625 | |||||
* | Correlate stubs with functions in JIT: when emitting a stub, the JIT tells ↵ | Nicolas Geoffray | 2008-04-16 | 1 | -4/+6 | |
| | | | | | | | | the memory manager which function the stub will resolve. llvm-svn: 49814 | |||||
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 | |
| | | | | llvm-svn: 45418 | |||||
* | JITInfo now resolves function addrs and also relocations. It always emits a ↵ | Raul Herbster | 2007-08-30 | 1 | -30/+43 | |
| | | | | | | stub. llvm-svn: 41625 | |||||
* | Initial JIT support for ARM by Raul Fernandes Herbster. | Evan Cheng | 2007-08-07 | 1 | -1/+19 | |
| | | | | llvm-svn: 40887 | |||||
* | no email addrs in file headers | Chris Lattner | 2007-07-17 | 1 | -3/+2 | |
| | | | | llvm-svn: 39962 | |||||
* | Initial ARM JIT support by Raul Fernandes Herbster. | Evan Cheng | 2007-07-05 | 1 | -0/+132 | |
llvm-svn: 37926 |