llvm-6502/lib/Target/XCore
Chris Lattner 10b318bcb3 now that MCSymbol::print doesn't use it's MAI argument, we can
remove it and change all the code that prints MCSymbols to use 
<< instead, which is much simpler and cleaner.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93695 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-17 21:43:43 +00:00
..
AsmPrinter now that MCSymbol::print doesn't use it's MAI argument, we can 2010-01-17 21:43:43 +00:00
TargetInfo
CMakeLists.txt
Makefile
MCSectionXCore.cpp
MCSectionXCore.h
README.txt
XCore.h
XCore.td
XCoreCallingConv.td
XCoreFrameInfo.cpp
XCoreFrameInfo.h
XCoreInstrFormats.td
XCoreInstrInfo.cpp Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of 2009-12-05 00:44:40 +00:00
XCoreInstrInfo.h Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of 2009-12-05 00:44:40 +00:00
XCoreInstrInfo.td Add XCore support for indirectbr / blockaddress. 2009-11-18 23:20:42 +00:00
XCoreISelDAGToDAG.cpp Change SelectCode's argument from SDValue to SDNode *, to make it more 2010-01-05 01:24:18 +00:00
XCoreISelLowering.cpp Add more plumbing. This time in the LowerArguments and "get" functions which 2009-12-22 02:10:19 +00:00
XCoreISelLowering.h Add XCore support for indirectbr / blockaddress. 2009-11-18 23:20:42 +00:00
XCoreMachineFunctionInfo.h
XCoreMCAsmInfo.cpp
XCoreMCAsmInfo.h
XCoreRegisterInfo.cpp
XCoreRegisterInfo.h
XCoreRegisterInfo.td
XCoreSubtarget.cpp
XCoreSubtarget.h
XCoreTargetMachine.cpp
XCoreTargetMachine.h
XCoreTargetObjectFile.cpp
XCoreTargetObjectFile.h

To-do
-----

* Instruction encodings
* Tailcalls
* Investigate loop alignment
* Add builtins
* Make better use of lmul / macc