llvm-6502/lib/Target/XCore
Evan Cheng e566763b19 Implement -disable-non-leaf-fp-elim which disable frame pointer elimination
optimization for non-leaf functions. This will be hooked up to gcc's
-momit-leaf-frame-pointer option. rdar://7886181


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101984 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-21 03:18:23 +00:00
..
AsmPrinter rename llvm::llvm_report_error -> llvm::report_fatal_error 2010-04-07 22:58:41 +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 Add skeleton target-specific SelectionDAGInfo files. 2010-04-16 23:04:22 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
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 Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field. 2010-04-05 03:10:20 +00:00
XCoreCallingConv.td
XCoreFrameInfo.cpp
XCoreFrameInfo.h
XCoreInstrFormats.td
XCoreInstrInfo.cpp simplify code. 2010-04-05 05:48:36 +00:00
XCoreInstrInfo.h Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of 2009-12-05 00:44:40 +00:00
XCoreInstrInfo.td fix a type contradition: XCoreISD::RETSP has one argument, not zero. 2010-03-28 08:47:39 +00:00
XCoreISelDAGToDAG.cpp Use const qualifiers with TargetLowering. This eliminates several 2010-04-17 15:26:15 +00:00
XCoreISelLowering.cpp Use const qualifiers with TargetLowering. This eliminates several 2010-04-17 15:26:15 +00:00
XCoreISelLowering.h Use const qualifiers with TargetLowering. This eliminates several 2010-04-17 15:26:15 +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 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. 2009-08-22 20:48:53 +00:00
XCoreRegisterInfo.cpp Implement -disable-non-leaf-fp-elim which disable frame pointer elimination 2010-04-21 03:18:23 +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
XCoreSelectionDAGInfo.cpp Add skeleton target-specific SelectionDAGInfo files. 2010-04-16 23:04:22 +00:00
XCoreSelectionDAGInfo.h Add skeleton target-specific SelectionDAGInfo files. 2010-04-16 23:04:22 +00:00
XCoreSubtarget.cpp Remove xs1b predicate since it is no longer needed to differentiate betweem 2009-10-06 16:17:57 +00:00
XCoreSubtarget.h Remove xs1b predicate since it is no longer needed to differentiate betweem 2009-10-06 16:17:57 +00:00
XCoreTargetMachine.cpp indicate what the native integer types for the target are. 2009-11-07 19:07:32 +00:00
XCoreTargetMachine.h Use const qualifiers with TargetLowering. This eliminates several 2010-04-17 15:26:15 +00:00
XCoreTargetObjectFile.cpp move elf section uniquing to MCContext. Along the way 2010-04-08 21:26:26 +00:00
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