summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86CompilationCallback_Win64.asm
Commit message (Collapse)AuthorAgeFilesLines
* Remove the last traces of X86CompilationCallback as it is completelyEric Christopher2015-10-221-68/+0
| | | | | | unused. llvm-svn: 251035
* [msvc x64] Update X86CompilationCallback_Win64.asm corresponding to r175267.NAKAMURA Takumi2013-02-161-2/+2
| | | | llvm-svn: 175363
* Unbreak win64 compilation callback.Anton Korobeynikov2009-08-031-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 Korobeynikov2009-08-031-28/+28
| | | | | | and provide a different set of call-clobberred registers. llvm-svn: 77962
* Add license headerAnton Korobeynikov2008-03-231-0/+13
| | | | llvm-svn: 48707
* Add Win64 compilation callback. This allows easy examples to be JITed on Win64!Anton Korobeynikov2008-03-231-0/+54
llvm-svn: 48706
OpenPOWER on IntegriCloud