summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCAsmPrinter.cpp
Commit message (Expand)AuthorAge
* Merging r199832:Tom Stellard2014-04-09
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* [PowerPC] Fix problems with large code model (PR17169).Bill Schmidt2013-09-17
* [PowerPC] Add handling for conversions to fast-isel.Bill Schmidt2013-08-30
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-15
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-09
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-08
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-03
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-03
* [PowerPC] Rework TLS call operand processingUlrich Weigand2013-07-02
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-02
* Remove address spaces from MC.Rafael Espindola2013-07-02
* Index: test/CodeGen/PowerPC/reloc-align.llBill Schmidt2013-07-01
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-21
* [PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand2013-06-20
* [PowerPC] Remove unused parameterUlrich Weigand2013-06-20
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-23
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Rename the current PPC BCL definition to BCLalwaysHal Finkel2013-04-04
* PowerPC: Remove LDrs pattern.Ulrich Weigand2013-03-26
* PowerPC: Remove ADDIL patterns.Ulrich Weigand2013-03-26
* MCize the bcl instruction in PPCAsmPrinterHal Finkel2013-03-23
* Remove ABI-duplicated call instruction patterns.Ulrich Weigand2013-03-22
* Large code model support for PowerPC.Bill Schmidt2013-02-21
* PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking range in CPUDirective...NAKAMURA Takumi2013-02-04
* PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible elements in CPUDirect...NAKAMURA Takumi2013-02-04
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-09
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* 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