Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / Target / PowerPC / PPCAsmPrinter.cpp
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.
2012-02-23 Roman DivackyMCize function entry label emission on PowerPC64 properly.
2012-02-22 Hal FinkelAllow the use of an alternate symbol for calculating...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-12-07 Hal Finkelmake CR spill and restore 64-bit clean (no functional...
2011-12-01 Eli FriedmanSmall fix for assembler generation on Darwin PPC64...
2011-11-09 Devang PatelRemove unnecessary include.
2011-10-17 Hal FinkelAdd PPC 440 scheduler and some associated tests
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-06-09 Roman DivackyFix emission of PPC64 assembler on non-darwin platforms...
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2010-11-15 Chris LattnerWire up primitive support in the assembler backend...
2010-11-15 Chris Lattnerfix a regression with the new instprinter: we lost...
2010-11-15 Chris Lattnerstrength reduce TOC temp label generation, no functiona...
2010-11-15 Chris Lattnerrip out a ton of old instruction printing junk now...
2010-11-15 Chris LattnerTurn on the new instprinter by default.
2010-11-15 Chris Lattnerremove some extraneous quotes to make the new instprint...
2010-11-14 Chris Lattnerwith the picbase nonsense starting to be figured out...
2010-11-14 Chris Lattnermove the pic base symbol stuff up to MachineFunction
2010-11-14 Chris Lattnerreimplement ppc asmprinter "toc" handling to use a...
2010-11-14 Chris Lattnerlower PPC::MFCRpseud when transforming to MC, avoiding...
2010-11-14 Chris Lattnerproperly wire up the instprinter to the ppc64 backend...
2010-11-14 Chris Lattnerswitch PPC to a simplified MCInstLowering model.
2010-11-14 Chris LattnerImplement support for printing register and immediate...
2010-11-14 Chris Lattnerstub out PPCMCInstLowering, add a new option that uses...
next