Remove the TargetMachine forwards for TargetSubtargetInfo based
[oota-llvm.git] / lib / Target / PowerPC / PPCAsmPrinter.cpp
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-25 Hal Finkel[PowerPC] Support TLS on PPC32/ELF
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 function call changes
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-06-16 Bill Schmidt[PPC64] Fix PR19893 - improve code generation for local...
2014-05-29 Rafael Espindola[PPC] Use alias symbols in address computation.
2014-05-28 Hal FinkelRevert "[PPC] Use alias symbols in address computation."
2014-05-26 Rafael Espindola[PPC] Use alias symbols in address computation.
2014-05-16 Pete CooperUse a sized enum for MachineOperandType. No functional...
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-04 Will Schmidt[PowerPC] support powerpc64le as syntax-checking target...
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-25 Rafael EspindolaRemove an easy use of EmitRawText from PPC.
2014-01-22 Rafael EspindolaFix pr18515.
2014-01-14 Rafael EspindolaMake getTargetStreamer return a possibly null pointer.
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-20 Roman DivackyImplement initial-exec TLS for PPC32.
2013-12-02 Rafael EspindolaMove getSymbolWithGlobalValueBase to TargetLoweringObje...
2013-12-02 Rafael EspindolaRemove dead code.
2013-11-28 Rafael EspindolaUse the mangler consistently instead of using getGlobal...
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-09-17 Bill Schmidt[PowerPC] Fix problems with large code model (PR17169).
2013-08-30 Bill Schmidt[PowerPC] Add handling for conversions to fast-isel.
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-15 Craig TopperUse llvm::array_lengthof to replace sizeof(array)/sizeo...
2013-07-09 Ulrich Weigand[PowerPC] Revert r185476 and fix up TLS variant kinds
2013-07-08 Ulrich Weigand[PowerPC] Always use "assembler dialect" 1
2013-07-03 Ulrich Weigand[PowerPC] Use mtocrf when available
2013-07-03 Ulrich Weigand[PowerPC] Always use mfocrf if available
2013-07-02 Ulrich Weigand[PowerPC] Rework TLS call operand processing
2013-07-02 Ulrich Weigand[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-07-01 Bill SchmidtIndex: test/CodeGen/PowerPC/reloc-align.ll
2013-06-21 Ulrich Weigand[PowerPC] Rename some more VK_PPC_ enums
2013-06-20 Ulrich Weigand[PowerPC] Clean up VK_PPC_TOC... names
2013-06-20 Ulrich Weigand[PowerPC] Remove unused parameter
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-05-23 Ulrich Weigand[PowerPC] Clean up generation of ha16() / lo16() markers
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-04 Hal FinkelRename the current PPC BCL definition to BCLalways
2013-03-26 Ulrich WeigandPowerPC: Remove LDrs pattern.
2013-03-26 Ulrich WeigandPowerPC: Remove ADDIL patterns.
2013-03-23 Hal FinkelMCize the bcl instruction in PPCAsmPrinter
2013-03-22 Ulrich WeigandRemove ABI-duplicated call instruction patterns.
2013-02-21 Bill SchmidtLarge code model support for PowerPC.
2013-02-04 NAKAMURA TakumiPPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking...
2013-02-04 NAKAMURA TakumiPPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible...
2013-01-09 Adhemerval ZanellaPowerPC: EH adjustments
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-07 Bill SchmidtThis patch addresses bug 14678 by fixing two problems...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-14 Bill SchmidtThis patch improves the 64-bit PowerPC InitialExec...
2012-12-12 Bill SchmidtThis patch implements local-dynamic TLS model support...
2012-12-11 Bill SchmidtThis patch implements the general dynamic TLS model...
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-27 Bill SchmidtThis patch implements medium code model support for...
2012-11-26 Benjamin KramerDecouple MCInstBuilder from the streamer per Eli's...
2012-11-26 Benjamin KramerAdd MCInstBuilder, a utility class to simplify MCInst...
2012-11-24 Benjamin KramerPPC: MCize most of the darwin PIC emission.
2012-11-24 Benjamin KramerPPC: Simplify code with Twines.
2012-11-12 Ulrich WeigandMake TOC order deterministic by using MapVector instead...
2012-11-05 Hal FinkelAdd support for the PowerPC-specific inline asm Z const...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-10-25 Adhemerval ZanellaInitial TOC support for PowerPC64 object creation
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-15 Adhemerval ZanellaPowerPC: add EmitTCEntry class for TOC creation
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-18 Roman DivackyAvoid symbol name clash when filling TOC.
2012-09-18 Roman DivackyOn PPC64 emit the environment pointer. Patch by Adhemer...
2012-09-03 Roman DivackyRemove always true checks. Noticed by Adhemerval Zanella.
2012-08-29 Hal FinkelReserve space for the mandatory traceback fields on...
2012-08-28 Roman DivackyEmit word of zeroes after the last instruction as a...
2012-08-28 Hal FinkelAdd PPC Freescale e500mc and e5500 subtargets.
2012-08-24 Roman DivackyLower constant pools and jump tables via TOC on PPC64...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-26 Jack CarterThere are a number of generic inline asm operand modifi...
2012-06-11 Hal FinkelRename the PPC target feature gpul to mfocrf.
2012-06-11 Hal FinkelAdd POWER6 and POWER7 CPU types to the PPC backend.
2012-04-01 Hal FinkelAdd instruction itinerary for the PPC64 A2 core.
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-28 Roman DivackyProperly MCize the section switch, removing a FIXME.
2012-02-27 Roman DivackyReapply r151278 with fixes.
2012-02-25 Hal FinkelRevert r151278, breaks static linking.
next