llvm-6502/lib/Target/XCore
Evan Cheng 0521928ae7 Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpy
etc. takes an option OptSize. If OptSize is true, it would return
the inline limit for functions with attribute OptSize.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122952 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-06 06:52:41 +00:00
..
TargetInfo CMake: Fix MSVS build. Although I don't know why this didn't break other build systems... 2010-09-12 18:32:57 +00:00
CMakeLists.txt move all the target's asmprinters into the main target. The piece 2010-11-14 18:43:56 +00:00
Makefile move all the target's asmprinters into the main target. The piece 2010-11-14 18:43:56 +00:00
README.txt
XCore.h
XCore.td
XCoreAsmPrinter.cpp move all the target's asmprinters into the main target. The piece 2010-11-14 18:43:56 +00:00
XCoreCallingConv.td
XCoreFrameInfo.cpp Move more PEI-related hooks to TFI 2010-11-27 23:05:25 +00:00
XCoreFrameInfo.h Move more PEI-related hooks to TFI 2010-11-27 23:05:25 +00:00
XCoreInstrFormats.td
XCoreInstrInfo.cpp Move callee-saved regs spills / reloads to TFI 2010-11-27 23:05:03 +00:00
XCoreInstrInfo.h Move callee-saved regs spills / reloads to TFI 2010-11-27 23:05:03 +00:00
XCoreInstrInfo.td Flag -> Glue, the ongoing saga 2010-12-23 18:28:41 +00:00
XCoreISelDAGToDAG.cpp fix a long standing wart: all the ComplexPattern's were being 2010-09-21 20:31:19 +00:00
XCoreISelLowering.cpp Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpy 2011-01-06 06:52:41 +00:00
XCoreISelLowering.h
XCoreMachineFunctionInfo.h
XCoreMCAsmInfo.cpp
XCoreMCAsmInfo.h
XCoreRegisterInfo.cpp Move more PEI-related hooks to TFI 2010-11-27 23:05:25 +00:00
XCoreRegisterInfo.h Move more PEI-related hooks to TFI 2010-11-27 23:05:25 +00:00
XCoreRegisterInfo.td Move hasFP() and few related hooks to TargetFrameInfo. 2010-11-18 21:19:35 +00:00
XCoreSelectionDAGInfo.cpp
XCoreSelectionDAGInfo.h
XCoreSubtarget.cpp
XCoreSubtarget.h
XCoreTargetMachine.cpp First step of huge frame-related refactoring: move emit{Prologue,Epilogue} out of TargetRegisterInfo to TargetFrameInfo, which is definitely much better suitable place 2010-11-15 00:06:54 +00:00
XCoreTargetMachine.h
XCoreTargetObjectFile.cpp Remove some explicit arguments to getELFSection. This is 2010-11-11 03:40:25 +00:00
XCoreTargetObjectFile.h

To-do
-----

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