aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MCTargetDesc/MBlazeAsmBackend.cpp
AgeCommit message (Expand)Author
2013-01-08Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-01-18Tidy up. MCAsmBackend naming conventions.Jim Grosbach
2011-12-22Move the MBlaze ELF writer bits to lib/Target/MBlaze.Rafael Espindola
2011-12-21Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola
2011-12-06Move target-specific logic out of generic MCAssembler.Jim Grosbach
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng
2011-07-25Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng