llvm-6502/lib/Target/XCore
Duncan Sands 1440e8b918 Inside the calling convention logic LocVT is always a simple
value type, so there is no point in passing it around using
an EVT.  Use the simpler MVT everywhere.  Rather than trying
to propagate this information maximally in all the code that
using the calling convention stuff, I chose to do a mainly
low impact change instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118167 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-03 11:35:31 +00:00
..
AsmPrinter Avoid isMoveInstr when printing XCore pseudo-moves. 2010-07-16 22:35:37 +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 CMake: Change somme target library names: 2010-08-03 17:40:31 +00:00
Makefile
README.txt
XCore.h
XCore.td
XCoreCallingConv.td
XCoreFrameInfo.cpp
XCoreFrameInfo.h
XCoreInstrFormats.td
XCoreInstrInfo.cpp Remove the isMoveInstr() hook. 2010-07-16 22:35:46 +00:00
XCoreInstrInfo.h Remove the isMoveInstr() hook. 2010-07-16 22:35:46 +00:00
XCoreInstrInfo.td Remove Predicate_* calls from MBlaze and XCore 2010-09-03 00:35:16 +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 Inside the calling convention logic LocVT is always a simple 2010-11-03 11:35:31 +00:00
XCoreISelLowering.h Reapply bottom-up fast-isel, with several fixes for x86-32: 2010-07-10 09:00:22 +00:00
XCoreMachineFunctionInfo.h
XCoreMCAsmInfo.cpp Don't pass StringRef by reference. 2010-07-14 22:38:02 +00:00
XCoreMCAsmInfo.h Don't pass StringRef by reference. 2010-07-14 22:38:02 +00:00
XCoreRegisterInfo.cpp Simplify eliminateFrameIndex() interface back down now that PEI doesn't need 2010-08-26 23:32:16 +00:00
XCoreRegisterInfo.h Simplify eliminateFrameIndex() interface back down now that PEI doesn't need 2010-08-26 23:32:16 +00:00
XCoreRegisterInfo.td
XCoreSelectionDAGInfo.cpp Implement a bunch more TargetSelectionDAGInfo infrastructure. 2010-05-11 17:31:57 +00:00
XCoreSelectionDAGInfo.h Implement a bunch more TargetSelectionDAGInfo infrastructure. 2010-05-11 17:31:57 +00:00
XCoreSubtarget.cpp
XCoreSubtarget.h
XCoreTargetMachine.cpp Implement a bunch more TargetSelectionDAGInfo infrastructure. 2010-05-11 17:31:57 +00:00
XCoreTargetMachine.h Implement a bunch more TargetSelectionDAGInfo infrastructure. 2010-05-11 17:31:57 +00:00
XCoreTargetObjectFile.cpp move elf section uniquing to MCContext. Along the way 2010-04-08 21:26:26 +00:00
XCoreTargetObjectFile.h

To-do
-----

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