summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
Commit message (Expand)AuthorAge
* [PowerPC] Remove need for adjustFixupOffst hackUlrich Weigand2013-05-15
* [PowerPC] Correctly handle fixups of other than 4 byte sizeUlrich Weigand2013-05-15
* PowerPC: Simplify handling of fixups.Ulrich Weigand2013-03-26
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-08
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-12
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-11
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-04
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* PPC: Reinstate the fatal error when trying to emit a macho file.Benjamin Kramer2012-11-24
* PPC: Share applyFixup between ELF and Darwin.Benjamin Kramer2012-11-24
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-25
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Revert r162034, r162035 and r162037.Roman Divacky2012-08-16
* Define and handle additional fixup kinds. By Adhemerval Zanella.Roman Divacky2012-08-16
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Tidy up. 80 columns.Jim Grosbach2012-01-18
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-18
* Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...Rafael Espindola2011-12-22
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-21
* MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc.NAKAMURA Takumi2011-12-06
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-06
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Sketch out PowerPC ELF writer. This is enough to get clang -integrated-asRoman Divacky2011-08-02
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-25