[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
[oota-llvm.git] / lib / Target / Sparc / MCTargetDesc / SparcMCTargetDesc.cpp
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-03-02 Venkatraman Govind... [Sparc] Add support for parsing fcmp with %fcc registers.
2014-03-01 Venkatraman Govind... [Sparc] Add support for parsing sparcv9 instructions...
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-01 Venkatraman Govind... [Sparc] Set %o7 as the return address register instead...
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-24 Venkatraman Govind... [SparcV9] Add support for JIT in Sparc64.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-06 Venkatraman Govind... [Sparc] Add ELF Object Writer for Sparc.
2014-01-05 Venkatraman Govind... [Sparc] Add initial implementation of MC Code emitter...
2014-01-04 Venkatraman Govind... [Sparc] Add the initial implementation of an asm parser...
2013-12-26 Venkatraman Govind... [Sparc] Lower and MachineInstr to MC and print assembly...
2013-04-13 Jakob Stoklund OlesenDefine SPARC code models.
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 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...