Add LICENSE.TXT covering contributions made by ARM.
[oota-llvm.git] / lib / Target / PowerPC /
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-04 Adhemerval ZanellaPowerPC: Fix eh_frame relocation for PIC
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-25 Hal FinkelExpand PPC64 atomic load and store
2012-12-20 Rafael EspindolaUndefine PPC harder.
2012-12-19 Benjamin KramerPowerPC: Expand VSELECT nodes.
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-14 Bill SchmidtThis patch removes some nondeterminism from direct...
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-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Adhemerval ZanellaThis patch fixes the Altivec addend construction for...
2012-11-28 Ulrich WeigandFix initial frame state on powerpc64.
2012-11-28 Jakob Stoklund OlesenRemove all references to TargetInstrInfoImpl.
2012-11-27 Bill SchmidtThis patch makes medium code model the default for...
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: Reinstate the fatal error when trying to emit...
2012-11-24 Benjamin KramerPPC: MCize most of the darwin PIC emission.
2012-11-24 Benjamin KramerPPC: Share applyFixup between ELF and Darwin.
2012-11-24 Benjamin KramerPPC: Simplify code with Twines.
2012-11-16 Joe AbbeyUsing const cast to alleviate a warning.
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-13 Ulrich WeigandAdd (some) PowerPC TLS relocation types to ELF.h and
2012-11-13 Ulrich WeigandFix wrong PowerPC instruction opcodes for:
2012-11-13 Ulrich WeigandFix wrong PowerPC instruction encodings due to
2012-11-13 Ulrich WeigandFix instruction encoding for "bd(n)z" on PowerPC,
2012-11-13 Ulrich WeigandFix instruction encoding for "isel" on PowerPC,
2012-11-12 Ulrich WeigandMake TOC order deterministic by using MapVector instead...
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 majority of the next patch in the address...
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-29 NAKAMURA TakumiPPCSubtarget.h: Add explicit braces.
2012-10-29 NAKAMURA TakumiPPCSubtarget.h: Whitespace.
2012-10-29 Bill SchmidtThis patch adds alignment information for long double...
2012-10-26 Adhemerval ZanellaPowerPC: Fix for rldcl/rldicl/rldicr MC emission
2012-10-25 Adhemerval ZanellaThis patch fixes the MC object emission of 'nop' for...
2012-10-25 Bill SchmidtThis patch addresses a PPC64 ELF issue with passing...
2012-10-25 Adhemerval ZanellaInitial TOC support for PowerPC64 object creation
2012-10-24 Nadav RotemImplement a basic VectorTargetTransformInfo interface...
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 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Ulrich WeigandThis patch fixes failures in the SingleSource/Regressio...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-16 Bill SchmidtThis patch addresses PR13949.
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-11 Bill SchmidtThis patch addresses PR13947.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-10 Bill SchmidtWhen generating spill and reload code for vector regist...
2012-10-10 Bill SchmidtThe PowerPC VRSAVE register has been somewhat of an...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-08 Adhemerval ZanellaPR12716: PPC crashes on vector compare
2012-10-08 Adhemerval ZanellaPowerPC: Fix object creation with PPC::MTCRF8 instruction
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-10-05 Will Schmidt- Mark the BCC and BLR defs as isCodeGenOnly per error...
2012-10-04 Will Schmidt- add tokens to PPCInstrInfo.td and PPCInstr64Bit.td...
2012-10-04 Will Schmidttest commit / whitespace
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
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 DivackyAvoid symbol name clash when filling TOC.
2012-09-18 Roman DivackyOn PPC64 emit the environment pointer. Patch by Adhemer...
2012-09-18 Roman DivackyOptimize local func calls to not emit nop for TOC resto...
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-09-16 Craig TopperChange unsigned to uint32_t to match base class declara...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-12 Michael LiaoFix PR11985
2012-09-12 Roman DivackyEnable exceptions handling on PPC64 now that cr misalig...
2012-09-12 Roman DivackyThis patch corrects logic in PPCFrameLowering for save...
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-09-05 Hal FinkelMove the PPC TOC defs into the PPC64 InstrInfo file.
2012-09-03 Roman DivackyRemove always true checks. Noticed by Adhemerval Zanella.
next