llvm-6502/lib/Target/XCore
2010-04-05 00:38:44 +00:00
..
AsmPrinter simplify various getAnalysisUsage implementations. 2010-04-05 00:38:44 +00:00
TargetInfo make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
CMakeLists.txt
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
MCSectionXCore.cpp
MCSectionXCore.h
README.txt The backend now makes a reasonable job of targeting lmul / macc 2010-03-10 18:14:47 +00:00
XCore.h
XCore.td
XCoreCallingConv.td
XCoreFrameInfo.cpp
XCoreFrameInfo.h
XCoreInstrFormats.td
XCoreInstrInfo.cpp use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() 2010-04-02 20:16:16 +00:00
XCoreInstrInfo.h
XCoreInstrInfo.td fix a type contradition: XCoreISD::RETSP has one argument, not zero. 2010-03-28 08:47:39 +00:00
XCoreISelDAGToDAG.cpp Remove dead code. (S|U)MUL_LO is now lowered to LMUL or MACC(S|U) 2010-03-11 18:38:59 +00:00
XCoreISelLowering.cpp Reapply address space patch after fixing an issue in MemCopyOptimizer. 2010-04-04 03:10:48 +00:00
XCoreISelLowering.h Switch XCore over to using inline jump table entries. 2010-03-11 14:58:56 +00:00
XCoreMachineFunctionInfo.h Now that DBG_LABEL is updated, we can finally make MachineMove 2010-03-14 08:12:40 +00:00
XCoreMCAsmInfo.cpp eliminate the magic AbsoluteDebugSectionOffsets MAI hook, 2010-04-04 23:22:29 +00:00
XCoreMCAsmInfo.h
XCoreRegisterInfo.cpp use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() 2010-04-02 20:16:16 +00:00
XCoreRegisterInfo.h Change the Value argument to eliminateFrameIndex to a type-tagged value. This 2010-03-09 21:45:49 +00:00
XCoreRegisterInfo.td
XCoreSubtarget.cpp
XCoreSubtarget.h
XCoreTargetMachine.cpp
XCoreTargetMachine.h
XCoreTargetObjectFile.cpp
XCoreTargetObjectFile.h Move TLOF implementations to libCodegen to resolve layering violation. 2010-02-15 22:37:53 +00:00

To-do
-----

* Instruction encodings
* Tailcalls
* Investigate loop alignment
* Add builtins