RegAllocGreedy comment.
[oota-llvm.git] / lib / Target / MBlaze / MCTargetDesc / MBlazeAsmBackend.cpp
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2011-12-22 Rafael EspindolaMove the MBlaze ELF writer bits to lib/Target/MBlaze.
2011-12-21 Rafael EspindolaReduce the exposure of Triple::OSType in the ELF object...
2011-12-06 Jim GrosbachMove target-specific logic out of generic MCAssembler.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Evan ChengRefactor MBlaze target to separate MC routines from...