Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / PowerPC / MCTargetDesc / PPCMCTargetDesc.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-09 Rafael EspindolaDon't repeat name in comment. NFC.
2015-03-28 Hal Finkel[PowerPC] Add asm parser support for bitmask forms...
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-03-24 Ulrich Weigand[PowerPC] Generate little-endian object files
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-08-08 David Fanginitial draft of PPCMachObjectWriter.cpp
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-03-17 Sylvestre LedruTo avoid symbol clash, undefine PPC here. PPC may be...
2012-12-20 Rafael EspindolaUndefine PPC harder.
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2011-12-22 Rafael EspindolaMove PPC bits to lib/Target/PowerPC.
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Evan ChengRefactor PPC target to separate MC routines from Target...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...