Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / PowerPC / MCTargetDesc / PPCFixupKinds.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2013-07-05 Ulrich Weigand[PowerPC] Support @tls in the asm parser
2013-06-24 Ulrich Weigand[PowerPC] Support absolute branches
2013-05-17 Ulrich Weigand[PowerPC] Merge/rename PPC fixup types
2013-03-26 Ulrich WeigandPowerPC: Simplify handling of fixups.
2013-03-17 Sylvestre LedruTo avoid symbol clash, undefine PPC here. PPC may be...
2012-12-12 Bill SchmidtThis patch implements local-dynamic TLS model support...
2012-12-11 Bill SchmidtThis patch implements the general dynamic TLS model...
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-10-25 Adhemerval ZanellaInitial TOC support for PowerPC64 object creation
2012-08-16 Roman DivackyRevert r162034, r162035 and r162037.
2012-08-16 Roman DivackyDefine and handle additional fixup kinds. By Adhemerval...
2011-07-25 Evan ChengRefactor PPC target to separate MC routines from Target...