aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCAsmPrinter.cpp
AgeCommit message (Expand)Author
2013-03-26PowerPC: Remove LDrs pattern.Ulrich Weigand
2013-03-26PowerPC: Remove ADDIL patterns.Ulrich Weigand
2013-03-23MCize the bcl instruction in PPCAsmPrinterHal Finkel
2013-03-22Remove ABI-duplicated call instruction patterns.Ulrich Weigand
2013-02-21Large code model support for PowerPC.Bill Schmidt
2013-02-04PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking range in CPUDirective...NAKAMURA Takumi
2013-02-04PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible elements in CPUDirect...NAKAMURA Takumi
2013-01-09PowerPC: EH adjustmentsAdhemerval Zanella
2013-01-09These functions have default arguments of 0 for the last arg. UseEric Christopher
2013-01-07This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-14This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt
2012-12-12This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt
2012-12-11This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-27This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt
2012-11-26Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer
2012-11-26Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer
2012-11-24PPC: MCize most of the darwin PIC emission.Benjamin Kramer
2012-11-24PPC: Simplify code with Twines.Benjamin Kramer
2012-11-12Make TOC order deterministic by using MapVector instead of DenseMap.Ulrich Weigand
2012-11-05Add support for the PowerPC-specific inline asm Z constraint and y modifier.Hal Finkel
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-10-25Initial TOC support for PowerPC64 object creationAdhemerval Zanella
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-15PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-18Avoid symbol name clash when filling TOC.Roman Divacky
2012-09-18On PPC64 emit the environment pointer. Patch by Adhemerval Zanella.Roman Divacky
2012-09-03Remove always true checks. Noticed by Adhemerval Zanella.Roman Divacky
2012-08-29Reserve space for the mandatory traceback fields on PPC64.Hal Finkel
2012-08-28Emit word of zeroes after the last instruction as a start of the mandatoryRoman Divacky
2012-08-28Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel
2012-08-24Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-06-26There are a number of generic inline asm operand modifiers thatJack Carter
2012-06-11Rename the PPC target feature gpul to mfocrf.Hal Finkel
2012-06-11Add POWER6 and POWER7 CPU types to the PPC backend.Hal Finkel
2012-04-01Add instruction itinerary for the PPC64 A2 core.Hal Finkel
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-02-28Properly MCize the section switch, removing a FIXME.Roman Divacky
2012-02-27Reapply r151278 with fixes.Roman Divacky
2012-02-25Revert r151278, breaks static linking.Hal Finkel
2012-02-23MCize function entry label emission on PowerPC64 properly.Roman Divacky
2012-02-22Allow the use of an alternate symbol for calculating a function's size.Hal Finkel
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2011-12-07make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel