XCore: Fix typo in function name.
[oota-llvm.git] / lib / Target / XCore / MCTargetDesc / XCoreMCTargetDesc.cpp
2014-01-27 Benjamin KramerXCore: Fix typo in function name.
2014-01-26 Rafael EspindolaAdd a XCoreTargetStreamer and port over the simple...
2013-12-02 Robert LyttonXCore target: Add large code model
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-10 Rafael EspindolaRemove unused argument.
2013-05-04 Richard Osborne[XCore] Use static relocation model by default.
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-16 Richard OsborneChange XCoreAsmPrinter to lower MachineInstrs to MCInst...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
2011-07-23 Evan ChengcreateXXXMCCodeGenInfo should be static.
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...