summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MCTargetDesc/MBlazeAsmBackend.cpp
Commit message (Expand)AuthorAge
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-25
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-08
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-18
* Move the MBlaze ELF writer bits to lib/Target/MBlaze.Rafael Espindola2011-12-22
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-21
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-06
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng2011-07-25