llvm-6502/lib
Chris Lattner 548abfcbd6 Implement support for the bizarre 3DNow! encoding (which is unlike anything
else in X86), and add support for pavgusb.  This is apparently the
only instruction (other than movsx) that is preventing ffmpeg from building
with clang.

If someone else is interested in banging out the rest of the 3DNow! 
instructions, it should be quite easy now.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115466 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-03 18:08:05 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Stop using LiveRange in MachineVerifier. 2010-10-02 05:24:46 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Implement a very basic PIC case. 2010-10-03 00:46:57 +00:00
Support
System Add an explicit initialization to work around what appears to be a valgrind 2010-09-30 23:56:49 +00:00
Target Implement support for the bizarre 3DNow! encoding (which is unlike anything 2010-10-03 18:08:05 +00:00
Transforms Now that the profitable bits of EnableFullLoadPRE have been enabled by default, rip out the remainder. 2010-10-01 20:02:55 +00:00
VMCore Cleanup. Get rid of extraneous variable. 2010-10-03 00:46:06 +00:00
Makefile