aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for the PowerPC-specific inline asm Z constraint and y modifier.Hal Finkel2012-11-051-2/+16
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-3/+3
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-251-2/+6
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-3/+3
* PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella2012-10-151-2/+2
* Revert 165732 for further review.Micah Villmow2012-10-111-3/+3
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-3/+3
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* Avoid symbol name clash when filling TOC.Roman Divacky2012-09-181-3/+8
* On PPC64 emit the environment pointer. Patch by Adhemerval Zanella.Roman Divacky2012-09-181-0/+2
* Remove always true checks. Noticed by Adhemerval Zanella.Roman Divacky2012-09-031-2/+2
* Reserve space for the mandatory traceback fields on PPC64.Hal Finkel2012-08-291-4/+8
* Emit word of zeroes after the last instruction as a start of the mandatoryRoman Divacky2012-08-281-0/+15
* Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel2012-08-281-0/+2
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-241-7/+16
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-1/+1
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-261-1/+3
* Rename the PPC target feature gpul to mfocrf.Hal Finkel2012-06-111-1/+1
* Add POWER6 and POWER7 CPU types to the PPC backend.Hal Finkel2012-06-111-0/+2
* Add instruction itinerary for the PPC64 A2 core.Hal Finkel2012-04-011-0/+1
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-1/+1
* Properly MCize the section switch, removing a FIXME.Roman Divacky2012-02-281-2/+4
* Reapply r151278 with fixes.Roman Divacky2012-02-271-6/+16
* Revert r151278, breaks static linking.Hal Finkel2012-02-251-14/+6
* MCize function entry label emission on PowerPC64 properly.Roman Divacky2012-02-231-6/+14
* Allow the use of an alternate symbol for calculating a function's size.Hal Finkel2012-02-221-1/+5
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel2011-12-071-1/+2
* Small fix for assembler generation on Darwin PPC64. Patch by Michael Kostyle...Eli Friedman2011-12-011-1/+1
* Remove unnecessary include.Devang Patel2011-11-091-1/+0
* Add PPC 440 scheduler and some associated testsHal Finkel2011-10-171-0/+7
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-261-1/+1
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-251-10/+0
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-2/+1
* Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky2011-06-091-2/+2
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-1/+2
* Wire up primitive support in the assembler backend for writing .o filesChris Lattner2010-11-151-1/+4
* fix a regression with the new instprinter: we lost the ability toChris Lattner2010-11-151-0/+22
* strength reduce TOC temp label generation, no functionality change.Chris Lattner2010-11-151-7/+4
* rip out a ton of old instruction printing junk now that theChris Lattner2010-11-151-419/+86
* Turn on the new instprinter by default.Chris Lattner2010-11-151-1/+1
* remove some extraneous quotes to make the new instprinter match.Chris Lattner2010-11-151-2/+2
* with the picbase nonsense starting to be figured out, implementChris Lattner2010-11-141-0/+22
* move the pic base symbol stuff up to MachineFunctionChris Lattner2010-11-141-2/+0
* reimplement ppc asmprinter "toc" handling to use a VariantKindChris Lattner2010-11-141-0/+26
* lower PPC::MFCRpseud when transforming to MC, avoiding callingChris Lattner2010-11-141-2/+11
* properly wire up the instprinter to the ppc64 backend, down to 5 failures.Chris Lattner2010-11-141-1/+1
* switch PPC to a simplified MCInstLowering model.Chris Lattner2010-11-141-5/+4
* Implement support for printing register and immediate operands,Chris Lattner2010-11-141-3/+1