Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Target / PowerPC / MCTargetDesc / PPCAsmBackend.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-24 Benjamin KramerPPC: Reinstate the fatal error when trying to emit...
2012-11-24 Benjamin KramerPPC: Share applyFixup between ELF and Darwin.
2012-10-25 Adhemerval ZanellaInitial TOC support for PowerPC64 object creation
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-08-16 Roman DivackyRevert r162034, r162035 and r162037.
2012-08-16 Roman DivackyDefine and handle additional fixup kinds. By Adhemerval...
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-18 Jim GrosbachTidy up. 80 columns.
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2011-12-22 Rafael EspindolaFix an incomplete refactoring of the ppc backend. Thank...
2011-12-21 Rafael EspindolaReduce the exposure of Triple::OSType in the ELF object...
2011-12-06 NAKAMURA TakumiMipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts...
2011-12-06 Jim GrosbachMove target-specific logic out of generic MCAssembler.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-02 Roman DivackySketch out PowerPC ELF writer. This is enough to get...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Evan ChengRefactor PPC target to separate MC routines from Target...