Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / PowerPC / PPCISelLowering.cpp
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-01 Matt ArsenaultAdd address space argument to isLegalAddressingMode
2015-05-25 Kit BartonThis patch adds support for the vector quadword add...
2015-05-22 Bill Schmidt[PPC64] Add support for clrbhrb, mfbhrbe, rfebb.
2015-05-21 Bill Schmidt[PPC64] Handle vpkudum mask pattern correctly when...
2015-05-18 David BlaikieSimplify IRBuilder::CreateCall* by using ArrayRef+initi...
2015-05-16 Bill Schmidt[PPC64] Add vector pack/unpack support from ISA 2.07
2015-05-09 Arnold SchwaighoferFix compile error
2015-05-08 Arnold SchwaighoferScheduleDAGInstrs: In functions with tail calls PseudoS...
2015-05-07 Matthias BraunChange getTargetNodeName() to produce compiler warnings...
2015-05-07 Nemanja IvanovicAdd VSX Scalar loads and stores to the PPC back end
2015-05-05 Kit BartonThis patch adds ABI support for v1i128 data type.
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-13 Krzysztof ParzyszekAllow memory intrinsics to be tail calls
2015-04-11 Nemanja IvanovicAdd direct moves to/from VSR and exploit them for FP...
2015-04-10 Hal Finkel[PowerPC] Don't crash on PPC32 i64 fp_to_uint on modern...
2015-04-03 Bill Schmidt[PowerPC] Enable splat generation for BUILD_VECTOR...
2015-03-31 Hal Finkel[PowerPC] Don't use a vector preferred memory type...
2015-03-25 Kit BartonAdd Hardware Transactional Memory (HTM) Support
2015-03-25 Benjamin Kramer[APInt] Add an isSplat helper and use it in some places.
2015-03-11 Eric ChristopherHave getCallPreservedMask and getThisCallPreservedMask...
2015-03-10 Nemanja IvanovicAdd support for part-word atomics for PPC
2015-03-10 Kit BartonChange the generation of the vmuluwm instruction to...
2015-03-05 Kit BartonWhile reviewing the changes to Clang to add builtin...
2015-03-03 Kit BartonAdd the following 64-bit vector integer arithmetic...
2015-03-01 Benjamin KramerMake some non-constant static variables non-static...
2015-02-27 Hal Finkel[PowerPC] Use vector types for memcpy and friends ...
2015-02-26 Eric ChristophergetRegForInlineAsmConstraint wants to use TargetRegiste...
2015-02-26 Eric ChristopherRemove an argument-less call to getSubtargetImpl from...
2015-02-25 Hal Finkel[PowerPC] Make LDtocL and friends invariant loads
2015-02-25 Hal Finkel[PowerPC] Cleanup unused target-specific SDAG nodes
2015-02-25 Aaron BallmanSilencing a "result of 32-bit shift implicitly converte...
2015-02-25 Aaron BallmanSilencing a -Wsign-compare warning triggered in MSVC...
2015-02-25 Hal Finkel[PowerPC] Add support for the QPX vector instruction set
2015-02-21 Tim NorthoverCodeGen: convert CCState interface to using ArrayRefs
2015-02-16 Andrew TrickAArch64: Safely handle the incoming sret call argument.
2015-02-14 Duncan P. N. Exon... PowerPC: Canonicalize access to function attributes...
2015-02-13 Eric ChristopherStash the TargetMachine on the subtarget so we can...
2015-02-13 Eric ChristopherPPC LinkageSize can be computed at initialization time...
2015-02-13 Eric ChristopherPPCFrameLowering's FramePointerOffset can be computed...
2015-02-13 Eric ChristopherThe TOC save offset can be computed at compile time...
2015-02-13 Eric ChristopherThe return save offset can be computed at initializatio...
2015-02-12 Hal Finkel[PowerPC] Mark jumps as expensive (using using CR bits)
2015-02-10 Bill Schmidt[PowerPC] Fix reverted patch r227976 to avoid register...
2015-02-06 Hal FinkelRevert "r227976 - [PowerPC] Yet another approach to...
2015-02-05 Hal Finkel[PowerPC] Generate pre-increment floating-point ld...
2015-02-05 Bill Schmidt[PowerPC] Implement the vclz instructions for PWR8
2015-02-03 Bill Schmidt[PowerPC] Implement the vpopcnt instructions for POWER8
2015-02-03 Bill Schmidt[PowerPC] Yet another approach to __tls_get_addr
2015-02-01 Hal Finkel[PowerPC] Make r2 allocatable on PPC64/ELF for some...
2015-01-30 Eric ChristopherUse the cached subtargets and remove calls to getSubtar...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-19 Hal Finkel[PowerPC] Add r2 as an operand for all calls under...
2015-01-18 Hal Finkel[PowerPC] Add some FIXMEs for fastcc and FPR <-> GPR...
2015-01-18 Hal Finkel[PowerPC] Initial PPC64 calling-convention changes...
2015-01-17 Hal Finkel[PowerPC] Don't list R11 as a patchpoint scratch register
2015-01-16 Hal Finkel[PowerPC] Adjust PatchPoints for ppc64le
2015-01-15 Hal Finkel[PowerPC] Loosen ELFv1 PPC64 func descriptor loads...
2015-01-15 Hal Finkel[PowerPC] Add assembler support for mcrfs and friends
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
2015-01-13 Olivier SallenaveAdded TLI hook for isFPExtFree. Some of the FMA combine...
2015-01-12 Hal Finkel[PowerPC] Fix calls to non-function objects
2015-01-10 Hal Finkel[PowerPC] Mark zext of a small scalar load as free
2015-01-10 Justin HibbitsRemove some whitespace.
2015-01-09 Hal Finkel[PowerPC] Fold [sz]ext with fp_to_int lowering where...
2015-01-08 Ahmed Bougacha[SelectionDAG] Allow targets to specify legality of...
2015-01-07 Ahmed Bougacha[CodeGen] Use MVT iterator_ranges in legality loops...
2015-01-06 Hal Finkel[PowerPC] Reuse a load operand in int->fp conversions
2015-01-06 Hal Finkel[PowerPC] Add some missing names in getTargetNodeName
2015-01-06 Hal Finkel[PowerPC] Improve int_to_fp(fp_to_int(x)) combining
2015-01-03 Hal Finkel[PowerPC/BlockPlacement] Allow target to provide a...
2015-01-03 Hal Finkel[PowerPC] Use 16-byte alignment for modern cores for...
2015-01-03 Hal Finkel[PowerPC] Add support for the CMPB instruction
2014-12-23 Hal Finkel[PowerPC] Ensure that the TOC reload directly follows...
2014-12-23 Hal Finkel[PowerPC] Don't mark the return-address slot as immutable
2014-12-23 Hal Finkel[PowerPC] Don't attempt a 64-bit pow2 division on PPC32
2014-12-14 Hal Finkel[PowerPC] Handle cmp op promotion for SELECT[_CC] nodes...
2014-12-11 Hal Finkel[PowerPC] Implement BuildSDIVPow2, lower i64 pow2 sdiv...
2014-12-09 Bill Schmidt[PowerPC 1/4] Little-endian adjustments for VSX loads...
2014-12-08 Hal Finkel[PowerPC] Don't use a non-allocatable register to imple...
2014-12-03 Hal Finkel[PowerPC] Print all inline-asm consts as signed numbers
2014-12-03 Hal Finkel[PowerPC] Fix readcyclecounter to be custom expanded...
2014-12-02 Hal Finkel[PowerPC] Implement readcyclecounter for PPC32
2014-11-24 Hal Finkel[PowerPC] Implement combineRepeatedFPDivisors
2014-11-21 Craig TopperRemove a bunch of unnecessary typecasts to 'const Targe...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-13 Aditya NandakumarWe can get the TLOF from the TargetMachine - so constru...
2014-11-13 Aditya NandakumarThis patch changes the ownership of TLOF from TargetLow...
2014-11-12 Justin HibbitsAdd support for small-model PIC for PowerPC.
2014-11-12 Bill Schmidt[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
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-10-24 Sanjay PatelUse rsqrt (X86) to speed up reciprocal square root...
2014-10-22 Bill Schmidt[PATCH] Support select-cc for VSFRC when VSX is enabled
2014-10-22 Bill Schmidt[PowerPC] Support select-cc for VSX
2014-10-17 Bill Schmidt[PowerPC] Enable use of lxvw4x/stxvw4x in VSX code...
next