aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-031-0/+17
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-031-9/+14
* [PowerPC] Rework TLS call operand processingUlrich Weigand2013-07-021-4/+4
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-021-4/+2
* Remove address spaces from MC.Rafael Espindola2013-07-021-1/+1
* Index: test/CodeGen/PowerPC/reloc-align.llBill Schmidt2013-07-011-0/+19
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-211-16/+16
* [PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand2013-06-201-2/+2
* [PowerPC] Remove unused parameterUlrich Weigand2013-06-201-6/+6
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-34/+2
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-231-11/+12
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-2/+2
* Rename the current PPC BCL definition to BCLalwaysHal Finkel2013-04-041-1/+1
* PowerPC: Remove LDrs pattern.Ulrich Weigand2013-03-261-6/+4
* PowerPC: Remove ADDIL patterns.Ulrich Weigand2013-03-261-8/+8
* MCize the bcl instruction in PPCAsmPrinterHal Finkel2013-03-231-4/+5
* Remove ABI-duplicated call instruction patterns.Ulrich Weigand2013-03-221-5/+5
* Large code model support for PowerPC.Bill Schmidt2013-02-211-2/+5
* PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking range in CPUDirective...NAKAMURA Takumi2013-02-041-1/+4
* PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible elements in CPUDirect...NAKAMURA Takumi2013-02-041-0/+5
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-091-0/+19
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-6/+6
* This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt2013-01-071-9/+21
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-141-3/+19
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-121-0/+84
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-111-0/+52
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-041-0/+17
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-16/+16
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-271-8/+125
* Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer2012-11-261-25/+19
* Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer2012-11-261-71/+53
* PPC: MCize most of the darwin PIC emission.Benjamin Kramer2012-11-241-35/+92
* PPC: Simplify code with Twines.Benjamin Kramer2012-11-241-6/+3
* Make TOC order deterministic by using MapVector instead of DenseMap.Ulrich Weigand2012-11-121-3/+3
* 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