Prune trailing whitespaces.
[oota-llvm.git] / lib / Target / PowerPC / PPCAsmPrinter.cpp
2015-09-22 NAKAMURA TakumiPrune trailing whitespaces.
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-22 NAKAMURA TakumiReformat comment lines.
2015-09-22 NAKAMURA TakumiReformat.
2015-08-31 Reid Kleckner[EH] Handle non-Function personalities like unknown...
2015-08-30 Hal Finkel[PowerPC] Don't assume ADDISdtprelHA's source is r3
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-14 Hal Finkel[PowerPC] Support symbolic targets in patchpoints
2015-07-14 Hal Finkel[PowerPC] Use the ABI indirect-call protocol for patchp...
2015-07-05 Peter CollingbourneIR: Do not consider available_externally linkage to...
2015-06-16 Daniel SandersClean up redundant copies of Triple objects. NFC
2015-06-16 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-02 Rafael EspindolaMerge MCELF.h into MCSymbolELF.h.
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-07 Rafael EspindolaRefactor a lot of duplicated code for stub output.
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Rafael EspindolaUse createTempSymbol to avoid collisions instead of...
2015-03-05 Rafael EspindolaUse the correct func begin symbol in all places in...
2015-03-05 Rafael EspindolaUse the generic Lfunc_begin label on ppc.
2015-02-25 Hal Finkel[PowerPC] Add support for the QPX vector instruction set
2015-02-20 Eric ChristopherFix an asan use-after-free bug introduced by the asm...
2015-02-20 Eric ChristopherRemove a use of the Subtarget in the darwin ppc asm...
2015-02-20 Eric ChristopherMake the TargetMachine::getSubtarget that takes a Funct...
2015-02-17 Eric ChristopherMake the PowerPC AsmPrinter independent of global subtarget
2015-02-10 Bill SchmidtFix up r228725, missed change in PPCSubtarget definition
2015-02-10 Bill Schmidt[PowerPC] Fix reverted patch r227976 to avoid register...
2015-02-10 Eric ChristopherMigrate PPCAsmPrinter's subtarget from reference to...
2015-02-06 Hal FinkelRevert "r227976 - [PowerPC] Yet another approach to...
2015-02-03 Bill Schmidt[PowerPC] Yet another approach to __tls_get_addr
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-18 Hal Finkel[PowerPC] Don't hard-code R2 as register when processin...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Hal FinkelRevert "r225811 - Revert "r225808 - [PowerPC] Add Stack...
2015-01-13 Hal FinkelRevert "r225808 - [PowerPC] Add StackMap/PatchPoint...
2015-01-13 Hal Finkel[PowerPC] Add StackMap/PatchPoint support
2014-11-12 Justin HibbitsAdd support for small-model PIC for PowerPC.
2014-11-11 Bill Schmidt[PowerPC] Replace foul hackery with real calls to __tls...
2014-10-31 Ulrich Weigand[PowerPC] Load BlockAddress values from the TOC in...
2014-09-12 Bill SchmidtAddress comments on r217622
2014-09-11 Bill Schmidt[PATCH, PowerPC] Accept 'U' and 'X' constraints in...
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
next