summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCAsmPrinter.cpp
Commit message (Expand)AuthorAge
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-14
* 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
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-27
* Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer2012-11-26
* Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer2012-11-26
* PPC: MCize most of the darwin PIC emission.Benjamin Kramer2012-11-24
* PPC: Simplify code with Twines.Benjamin Kramer2012-11-24
* Make TOC order deterministic by using MapVector instead of DenseMap.Ulrich Weigand2012-11-12
* Add support for the PowerPC-specific inline asm Z constraint and y modifier.Hal Finkel2012-11-05
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-25
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Avoid symbol name clash when filling TOC.Roman Divacky2012-09-18
* On PPC64 emit the environment pointer. Patch by Adhemerval Zanella.Roman Divacky2012-09-18
* Remove always true checks. Noticed by Adhemerval Zanella.Roman Divacky2012-09-03
* Reserve space for the mandatory traceback fields on PPC64.Hal Finkel2012-08-29
* Emit word of zeroes after the last instruction as a start of the mandatoryRoman Divacky2012-08-28
* Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel2012-08-28
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-24
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-26
* Rename the PPC target feature gpul to mfocrf.Hal Finkel2012-06-11
* Add POWER6 and POWER7 CPU types to the PPC backend.Hal Finkel2012-06-11
* Add instruction itinerary for the PPC64 A2 core.Hal Finkel2012-04-01
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Properly MCize the section switch, removing a FIXME.Roman Divacky2012-02-28
* Reapply r151278 with fixes.Roman Divacky2012-02-27
* Revert r151278, breaks static linking.Hal Finkel2012-02-25
* MCize function entry label emission on PowerPC64 properly.Roman Divacky2012-02-23
* Allow the use of an alternate symbol for calculating a function's size.Hal Finkel2012-02-22
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel2011-12-07
* Small fix for assembler generation on Darwin PPC64. Patch by Michael Kostyle...Eli Friedman2011-12-01
* Remove unnecessary include.Devang Patel2011-11-09
* Add PPC 440 scheduler and some associated testsHal Finkel2011-10-17
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-25
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-06
* Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky2011-06-09
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-21
* Wire up primitive support in the assembler backend for writing .o filesChris Lattner2010-11-15
* fix a regression with the new instprinter: we lost the ability toChris Lattner2010-11-15