llvm-6502/lib
Dan Gohman a630f4ed91 Add movd instructions to move from MMX registers
to 64-bit GPR registers on x86-64.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49757 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-15 23:55:07 +00:00
..
Analysis Don't assume a tail call can't reference a byval 2008-04-15 17:41:34 +00:00
Archive Change the MemoryBuffer::getFile* methods to take just a pointer to the 2008-04-01 18:04:03 +00:00
AsmParser regenerate 2008-04-06 23:07:54 +00:00
Bitcode Gabor points out that reserveOperandSpace takes # of values, 2008-04-13 00:14:42 +00:00
CodeGen Fix the new scheduler assertion checks to work when 2008-04-15 22:40:14 +00:00
Debugger Change the MemoryBuffer::getFile* methods to take just a pointer to the 2008-04-01 18:04:03 +00:00
ExecutionEngine Fix some serious logic errors that broke the jit on darwin/x86-64. 2008-04-13 07:04:56 +00:00
Linker Revert r49614. As Dan pointed out, some of these aren't correct. 2008-04-14 17:38:21 +00:00
Support Use gv's --spartan option, which trades away an extra row of UI buttons 2008-04-15 17:27:05 +00:00
System Restore code to disable crash catcher on older OS X systems 2008-04-12 00:47:46 +00:00
Target Add movd instructions to move from MMX registers 2008-04-15 23:55:07 +00:00
Transforms VisualStudio project files updated. #include <algorithm> added to make VisualStudio happy. Also had to undefine setjmp because of #include <csetjmp> turning setjmp into _setjmp in VisualStudio. 2008-04-15 21:27:11 +00:00
VMCore VAArg may trap. 2008-04-14 15:07:08 +00:00
Makefile