llvm-6502/lib
Chris Lattner 6274ec48b3 hook up getOpcodeName for ARM so that "llc -show-mc-inst" includes
the opcode string in the inst dump, e.g.:
	vmov	r2, r3, d17             @ encoding: [0x31,0x2b,0x53,0xec]
                                        @ <MCInst #989 VMOVRRD
                                        @  <MCOperand Reg:68>
                                        @  <MCOperand Reg:69>
                                        @  <MCOperand Reg:19>
                                        @  <MCOperand Imm:14>
                                        @  <MCOperand Reg:0>>

The "VMOVRRD" is new.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117609 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-28 21:37:33 +00:00
..
Analysis
Archive
AsmParser
Bitcode Fix PR8494: when reading invalid bitcode, getTypeByID may return 2010-10-28 15:47:26 +00:00
CodeGen One day, physical register live ranges will be sensible. 2010-10-28 20:44:22 +00:00
CompilerDriver llvmc: Make ExecuteProgram() look in the driver directory first. 2010-10-28 19:33:08 +00:00
ExecutionEngine
Linker
MC Improvements to .section parsing: 2010-10-28 21:33:33 +00:00
Support Remove an unnecessary check and an unnecessary temporary. 2010-10-28 19:33:04 +00:00
System Revert r117582, which reverted r77396. Searching PATH for a string 2010-10-28 20:34:33 +00:00
Target hook up getOpcodeName for ARM so that "llc -show-mc-inst" includes 2010-10-28 21:37:33 +00:00
Transforms Teach InstCombine not to use Add and Neg on FP. PR 8490. 2010-10-27 23:45:18 +00:00
VMCore
Makefile remove llvm-db: it is completely broken and if anyone wants to do a debugger, 2009-10-05 02:29:51 +00:00