| Age | Commit message (Expand) | Author |
| 2013-03-17 | To avoid symbol clash, undefine PPC here. PPC may be predefined on some hosts. | Sylvestre Ledru |
| 2013-02-25 | Fix missing relocation for TLS addressing peephole optimization. | Bill Schmidt |
| 2013-02-21 | Relocation enablement for PPC DAG postprocessing pass | Bill Schmidt |
| 2013-01-23 | Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxM... | Eli Bendersky |
| 2013-01-23 | Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex... | Eli Bendersky |
| 2013-01-08 | Renamed MCInstFragment to MCRelaxableFragment and added some comments. | Eli Bendersky |
| 2013-01-04 | PowerPC: Fix eh_frame relocation for PIC | Adhemerval Zanella |
| 2012-12-20 | Undefine PPC harder. | Rafael Espindola |
| 2012-12-14 | This patch removes some nondeterminism from direct object file output | Bill Schmidt |
| 2012-12-14 | This patch improves the 64-bit PowerPC InitialExec TLS support by providing | Bill Schmidt |
| 2012-12-12 | This patch implements local-dynamic TLS model support for the 64-bit | Bill Schmidt |
| 2012-12-11 | This patch implements the general dynamic TLS model for 64-bit PowerPC. | Bill Schmidt |
| 2012-12-04 | This patch introduces initial-exec model support for thread-local storage | Bill Schmidt |
| 2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
| 2012-11-28 | Fix initial frame state on powerpc64. | Ulrich Weigand |
| 2012-11-27 | This patch makes medium code model the default for 64-bit PowerPC ELF. | Bill Schmidt |
| 2012-11-27 | This patch implements medium code model support for 64-bit PowerPC. | Bill Schmidt |
| 2012-11-24 | PPC: Reinstate the fatal error when trying to emit a macho file. | Benjamin Kramer |
| 2012-11-24 | PPC: Share applyFixup between ELF and Darwin. | Benjamin Kramer |
| 2012-11-13 | Add (some) PowerPC TLS relocation types to ELF.h and | Ulrich Weigand |
| 2012-10-25 | This patch fixes the MC object emission of 'nop' for external function calls | Adhemerval Zanella |
| 2012-10-25 | Initial TOC support for PowerPC64 object creation | Adhemerval Zanella |
| 2012-10-08 | PowerPC: Fix object creation with PPC::MTCRF8 instruction | Adhemerval Zanella |
| 2012-09-18 | When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend | Roman Divacky |
| 2012-09-15 | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Craig Topper |
| 2012-09-12 | Enable exceptions handling on PPC64 now that cr misaligned spilling | Roman Divacky |
| 2012-09-07 | MC: Overhaul handling of .lcomm | Benjamin Kramer |
| 2012-08-16 | Revert r162034, r162035 and r162037. | Roman Divacky |
| 2012-08-16 | Define and handle additional fixup kinds. By Adhemerval Zanella. | Roman Divacky |
| 2012-05-15 | Allow MCCodeEmitter access to the target MCRegisterInfo. | Jim Grosbach |
| 2012-04-02 | Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ... | Craig Topper |
| 2012-03-26 | Prune some includes and forward declarations. | Craig Topper |
| 2012-03-17 | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper |
| 2012-03-05 | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach |
| 2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
| 2012-02-07 | Convert assert(0) to llvm_unreachable | Craig Topper |
| 2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
| 2012-01-24 | Widen the instruction encoder that TblGen emits to a 64 bits, which should ac... | Owen Anderson |
| 2012-01-18 | Tidy up. 80 columns. | Jim Grosbach |
| 2012-01-18 | Tidy up. MCAsmBackend naming conventions. | Jim Grosbach |
| 2011-12-22 | Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo... | Rafael Espindola |
| 2011-12-22 | Fix cmake. | Rafael Espindola |
| 2011-12-22 | Move PPC bits to lib/Target/PowerPC. | Rafael Espindola |
| 2011-12-21 | Reduce the exposure of Triple::OSType in the ELF object writer. This will | Rafael Espindola |
| 2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
| 2011-12-12 | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar |
| 2011-12-06 | MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc. | NAKAMURA Takumi |
| 2011-12-06 | Move target-specific logic out of generic MCAssembler. | Jim Grosbach |
| 2011-11-29 | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar |
| 2011-11-16 | Sink codegen optimization level into MCCodeGenInfo along side relocation model | Evan Cheng |