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