Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the last traces of X86CompilationCallback as it is completely | Eric Christopher | 2015-10-22 | 1 | -68/+0 |
| | | | | | | unused. llvm-svn: 251035 | ||||
* | [msvc x64] Update X86CompilationCallback_Win64.asm corresponding to r175267. | NAKAMURA Takumi | 2013-02-16 | 1 | -2/+2 |
| | | | | llvm-svn: 175363 | ||||
* | Unbreak win64 compilation callback. | Anton Korobeynikov | 2009-08-03 | 1 | -13/+14 |
| | | | | | | | | Since we're generating stubs by hands we don't follow the ABI and don't create a register spill area. Don't use this area in compilation callback! llvm-svn: 77968 | ||||
* | Unbreak Win64 CC. Step one: honour register save area, fix some alignment ↵ | Anton Korobeynikov | 2009-08-03 | 1 | -28/+28 |
| | | | | | | and provide a different set of call-clobberred registers. llvm-svn: 77962 | ||||
* | Add license header | Anton Korobeynikov | 2008-03-23 | 1 | -0/+13 |
| | | | | llvm-svn: 48707 | ||||
* | Add Win64 compilation callback. This allows easy examples to be JITed on Win64! | Anton Korobeynikov | 2008-03-23 | 1 | -0/+54 |
llvm-svn: 48706 |