Canonicalize header guards into a common format.
[oota-llvm.git] / lib / Target / PowerPC / PPCISelLowering.h
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-13 Hal Finkel[PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic
2014-08-05 Bill Schmidt[PowerPC] Swap arguments and adjust shift count for...
2014-08-04 Ulrich Weigand[PowerPC] Swap arguments to vpkuhum/vpkuwum on little...
2014-07-27 Matt ArsenaultAdd alignment value to allowsUnalignedMemoryAccess
2014-07-25 Hal Finkel[PowerPC] Support TLS on PPC32/ELF
2014-07-25 Bill Schmidt[PATCH][PPC64LE] Correct little-endian usage of vmrgh...
2014-07-21 Ulrich Weigand[PowerPC] ELFv2 aggregate passing support
2014-06-23 Ulrich Weigand[PowerPC] Refactor setMinReservedArea and CalculatePara...
2014-06-18 Ulrich Weigand[PowerPC] Simplify and improve loading into TOC register
2014-06-12 Eric ChristopherMove PPCTargetLowering off of the TargetMachine and...
2014-06-12 Eric ChristopherRename PPCSubTarget to Subtarget in PPCTargetLowering...
2014-06-10 Bill Schmidt[PPC64LE] Recognize shufflevector patterns for little...
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-11 Hal Finkel[PowerPC] Add global named register support
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-12 Hal Finkel[PowerPC] Implement some additional TLI callbacks
2014-03-31 Hal Finkel[PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with...
2014-03-30 Hal Finkel[PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREG
2014-02-28 Hal FinkelAdd CR-bit tracking to the PowerPC backend for i1 values
2014-02-05 Matt ArsenaultAdd address space argument to allowsUnalignedMemoryAccess.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-22 Roman DivackyAdd some comments.
2013-12-20 Roman DivackyImplement initial-exec TLS for PPC32.
2013-09-26 David MajnemerPPC: Do not introduce ISD nodes for fctid and fctiw
2013-09-26 David MajnemerPPC: Add support for fctid and fctiw
2013-08-26 Bill SchmidtDummy code to silence warning from 4189266
2013-07-30 Bill Schmidt[PowerPC] Skeletal FastISel support for 64-bit PowerPC...
2013-07-25 Roman DivackyPPC32 va_list is an actual structure so va_copy needs...
2013-07-09 Stephen LinAArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
2013-07-03 Ulrich Weigand[PowerPC] Always use mfocrf if available
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-06-12 Bill Schmidt[PowerPC] Expose some calling convention functions...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-16 Ulrich Weigand[PowerPC] Use true offset value in "memrix" machine...
2013-05-15 Hal FinkelImplement PPC counter loops as a late IR-level pass
2013-05-15 NAKAMURA TakumiPPCISelLowering.h: Escape \@ in comments. [-Wdocumentation]
2013-05-15 NAKAMURA TakumiWhitespace.
2013-05-14 Bill SchmidtImplement the PowerPC system call (sc) instruction.
2013-05-08 Roman DivackyRemove unused isLegalAddressImmediate() method.
2013-04-05 Hal FinkelEnable early if conversion on PPC
2013-04-03 Hal FinkelCleanup PPC reciprocal-estimate functionality
2013-04-03 Hal FinkelUse PPC reciprocal estimates with Newton iteration...
2013-04-01 Hal FinkelAdd more PPC floating-point conversion instructions
2013-04-01 Hal FinkelTreat PPCISD::STFIWX like the memory opcode that it is
2013-03-31 Hal FinkelAdd the PPC lfiwax instruction
2013-03-31 Hal FinkelCleanup PPC(64) i32 -> float/double conversion
2013-03-26 Ulrich WeigandPowerPC: Simplify FADD in round-to-zero mode.
2013-03-22 Ulrich WeigandRemove ABI-duplicated call instruction patterns.
2013-03-21 Hal FinkelImplement builtin_{setjmp/longjmp} on PPC
2013-03-15 Hal FinkelEnable unaligned memory access on PPC for scalar types
2013-03-01 Michael LiaoFix PR10475
2013-02-21 Bill SchmidtLarge code model support for PowerPC.
2013-02-20 Bill SchmidtAdditional fixes for bug 15155.
2013-02-20 Bill SchmidtFix PR15155: lost vadd/vsplat optimization.
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-12 Evan ChengSorry about the churn. One more change to getOptimalMem...
2012-12-12 Evan Cheng- Rename isLegalMemOpType to isSafeMemOpType. "Legal...
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-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-11-27 Bill SchmidtThis patch implements medium code model support for...
2012-10-23 Bill SchmidtThis is another TLC patch for separating code for the...
2012-10-05 Bill SchmidtThis patch splits apart PPCISelLowering::LowerFormalArg...
2012-09-19 Bill SchmidtSmall structs for PPC64 SVR4 must be passed right-justi...
2012-08-28 Hal FinkelEliminate redundant CR moves on PPC32.
2012-06-22 Hal FinkelConvert the PPC backend to use the new FMA infrastructure.
2012-06-04 Roman DivackyImplement local-exec TLS on PowerPC.
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-04-04 Rafael EspindolaAlways compute all the bits in ComputeMaskedBits.
2012-04-01 Hal FinkelSet the default PPC node scheduling preference to ILP...
2012-03-31 Hal FinkelFix dynamic linking on PPC64.
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2011-10-26 Lang HamesRename NonScalarIntSafe to something more appropriate.
2011-10-14 Hal FinkelAdd an implementation of the CanLowerReturn function...
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-09-06 Duncan SandsSplit the init.trampoline intrinsic, which currently...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-06-02 Eric ChristopherHave LowerOperandForConstraint handle multiple characte...
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-02-25 Owen AndersonAllow targets to specify a the type of the RHS of a...
2010-11-15 Chris Lattneradd targetoperand flags for jump tables, constant pool...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-06-25 Dale JohannesenThe hasMemory argument is irrelevant to how the argument
2010-05-20 Dale JohannesenThe PPC MFCR instruction implicitly uses all 8 of the CR
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-17 Dan GohmanMove per-function state out of TargetLowering subclasse...
2010-04-16 Dan GohmanEliminate an unnecessary SelectionDAG dependency in...
2010-04-08 Evan ChengAvoid using f64 to lower memcpy from constant string...
2010-04-02 Evan ChengCorrectly lower memset / memcpy of undef. It should...
2010-04-01 Evan ChengAdd comments about DstAlign and SrcAlign.
next