Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attrib...
[oota-llvm.git] / lib / Target / PowerPC / PPCISelLowering.cpp
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-14 Bill SchmidtThis patch improves the 64-bit PowerPC InitialExec...
2012-12-13 Bill SchmidtThis is another cleanup patch for 64-bit PowerPC TLS...
2012-12-13 Bill SchmidtThis is just a clean-up patch that simplifies the initi...
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-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-15 Adhemerval ZanellaPowerPC: Lowering floor intrinsic for Altivec
2012-11-15 Craig TopperMake a bunch of floating point operations on vectors...
2012-11-15 Craig TopperAdd llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint...
2012-11-14 Craig TopperSet FFLOOR of vectors to expand to keep intruction...
2012-11-05 Ulrich WeigandOn PowerPC64, integer return values (as well as argumen...
2012-11-05 Hal FinkelAdd support for the PowerPC-specific inline asm Z const...
2012-11-05 Adhemerval Zanella[PATCH] PowerPC: Expand load extend vector operations
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-31 Bill SchmidtThis patch addresses an ABI compatibility issue with...
2012-10-30 Adhemerval ZanellaPowerPC: Expand FSRQT for vector types
2012-10-30 Adhemerval ZanellaPowerPC: More support for Altivec compare operations
2012-10-29 Bill SchmidtThis patch solves a problem with passing varargs parame...
2012-10-29 Ulrich WeigandAllow i32/i64 for 'f' constraint on PowerPC.
2012-10-25 Bill SchmidtThis patch addresses a PPC64 ELF issue with passing...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-23 Bill SchmidtThis is another TLC patch for separating code for the...
2012-10-18 Ulrich WeigandThis patch fixes failures in the SingleSource/Regressio...
2012-10-16 Bill SchmidtThis patch addresses PR13949.
2012-10-11 Bill SchmidtThis patch addresses PR13947.
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-08 Adhemerval ZanellaPR12716: PPC crashes on vector compare
2012-10-08 Adhemerval ZanellaAdd floating-point to and from integer conversion
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-05 Bill SchmidtThis patch splits apart PPCISelLowering::LowerFormalArg...
2012-09-26 Bill WendlingRemove the `hasFnAttr' method from Function.
2012-09-24 Roman DivackySpecify MachinePointerInfo as refering to the argument...
2012-09-19 Bill SchmidtSmall structs for PPC64 SVR4 must be passed right-justi...
2012-09-18 Roman DivackyFix the isLocalCall() by checking for linker weakness...
2012-09-18 Roman DivackyOptimize local func calls to not emit nop for TOC resto...
2012-09-12 Michael LiaoFix PR11985
2012-08-30 NAKAMURA TakumiPPCISelLowering.cpp: Fix r162725.
2012-08-30 NAKAMURA TakumiPPCISelLowering.cpp: Whitespace.
2012-08-28 Hal FinkelAdd PPC Freescale e500mc and e5500 subtargets.
2012-08-28 Hal FinkelEliminate redundant CR moves on PPC32.
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Roman DivackyLower constant pools and jump tables via TOC on PPC64...
2012-08-16 Roman DivackyFix typo and grammar. By Adhemerval Zanella.
2012-08-04 Hal FinkelAdd readcyclecounter lowering on PPC64.
2012-07-02 Evan ChengTarget option DisableJumpTables is a gross hack. Move...
2012-06-22 Hal FinkelAdd support for the PPC isel instruction.
2012-06-22 Hal FinkelConvert the PPC backend to use the new FMA infrastructure.
2012-06-20 Hal FinkelAdd support for generating reg+reg (indexed) pre-inc...
2012-06-19 Hal FinkelAdd support for generating reg+reg preinc stores on...
2012-06-10 Hal FinkelEnable ILP scheduling for all nodes by default on PPC.
2012-06-05 Roman DivackyPPC32 uses R2 as the TLS register. Fix the copy and...
2012-06-04 Roman DivackyImplement local-exec TLS on PowerPC.
2012-06-04 Hal FinkelEnable generating PPC pre-increment (r+imm) instruction...
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-04-20 Gabor Greifeffectively back out my last change (r155190)
2012-04-20 Gabor Greiffix obviously bogus (IMO) operand index of the load...
2012-04-20 Craig TopperConvert some uses of XXXRegisterClass to &XXXRegClass...
2012-04-19 Gabor Greifzap tabs
2012-04-04 Rafael EspindolaAlways compute all the bits in ComputeMaskedBits.
2012-04-02 Roman DivackyImplement the SVR4 byval alignment for aggregates....
2012-04-01 Hal FinkelEnable prefetch generation on PPC64.
2012-04-01 Hal FinkelSet the default PPC node scheduling preference to ILP...
2012-03-31 Hal FinkelFix dynamic linking on PPC64.
2012-03-27 Craig TopperRemove unnecessary llvm:: qualifications
2012-03-24 Hal FinkelFix small-integer VAARG on SVR4 ABI PPC64.
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-03-11 Craig TopperConvert more static tables of registers used by calling...
2012-03-11 Craig TopperUse uint16_t to store registers and opcode in static...
2012-03-06 Roman DivackyConvert PowerPC to register mask operands.
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...
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-20 Benjamin KramerRemove a bunch of unused variable assignments.
2012-01-15 Benjamin KramerReturn an ArrayRef from ShuffleVectorSDNode::getMask...
2012-01-07 Benjamin KramerRemove VectorExtras. This unused helper was written...
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-12-08 Owen AndersonTeach SelectionDAG to match more calls to libm function...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-22 Hal Finkeladd basic PPC register-pressure feedback; adjust the...
2011-11-15 Jay FoadRemove some unnecessary includes of PseudoSourceValue.h.
2011-11-08 Pete CooperAdded invariant field to the DAG.getLoad method and...
2011-10-26 Lang HamesRename NonScalarIntSafe to something more appropriate.
2011-10-17 Hal FinkelRevert change to function alignment b/c existing logic...
2011-10-17 Hal FinkelInstructions for Book E PPC should be word aligned...
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-08-30 Roman DivackySet CR1EQ only when lowering vararg floating arguments...
2011-08-29 Eli FriedmanExpand ATOMIC_LOAD and ATOMIC_STORE for architectures...
2011-08-03 Eli FriedmanNew approach to r136737: insert the necessary fences...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-24 Roman DivackySet PPCII::MO_DARWIN_STUB only on MacOSX < 10.5.
next