llvm-6502/lib/Target/XCore
Daniel Dunbar e28039cfd1 Move most targets TargetMachine constructor to only taking a target triple.
- The C, C++, MSIL, and Mips backends still need the module.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77927 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-02 23:37:13 +00:00
..
TargetInfo Factor commonality in triple match routines into helper template for registering 2009-07-26 05:03:33 +00:00
CMakeLists.txt Rip all of the global variable lowering logic out of TargetAsmInfo. Since 2009-07-28 03:13:23 +00:00
Makefile
README.txt
XCore.h
XCore.td
XCoreAsmPrinter.cpp pass the mangler down into the various SectionForGlobal methods. 2009-07-29 05:09:30 +00:00
XCoreCallingConv.td
XCoreFrameInfo.cpp
XCoreFrameInfo.h
XCoreInstrFormats.td
XCoreInstrInfo.cpp
XCoreInstrInfo.h
XCoreInstrInfo.td Add extra SEXT pattern. 2009-08-02 22:45:24 +00:00
XCoreISelDAGToDAG.cpp
XCoreISelLowering.cpp switch off of 'Section' onto MCSection. We're not properly using 2009-07-31 18:48:30 +00:00
XCoreISelLowering.h
XCoreMachineFunctionInfo.h
XCoreRegisterInfo.cpp
XCoreRegisterInfo.h
XCoreRegisterInfo.td
XCoreSubtarget.cpp Normalize Subtarget constructors to take a target triple string instead of 2009-08-02 22:11:08 +00:00
XCoreSubtarget.h Normalize Subtarget constructors to take a target triple string instead of 2009-08-02 22:11:08 +00:00
XCoreTargetAsmInfo.cpp move dwarf debug info section selection stuff from TAI to 2009-08-02 07:24:22 +00:00
XCoreTargetAsmInfo.h xcore TAI doesn't need TM. 2009-08-02 04:42:09 +00:00
XCoreTargetMachine.cpp Move most targets TargetMachine constructor to only taking a target triple. 2009-08-02 23:37:13 +00:00
XCoreTargetMachine.h Move most targets TargetMachine constructor to only taking a target triple. 2009-08-02 23:37:13 +00:00
XCoreTargetObjectFile.cpp Make SectionKind::get() private. 2009-08-02 00:02:44 +00:00
XCoreTargetObjectFile.h switch off of 'Section' onto MCSection. We're not properly using 2009-07-31 18:48:30 +00:00

To-do
-----

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