Fix thumbv4t indirect calls
[oota-llvm.git] / test / CodeGen / PowerPC /
2014-12-04 Hal Finkel[PowerPC] 'cc' should be an alias only to 'cr0'
2014-12-03 Hal Finkel[PowerPC] Fix inline asm memory operands not to use r0
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-12-01 Jay Foad[PowerPC] Fix unwind info with dynamic stack realignment
2014-11-24 Hal Finkel[PowerPC] Implement combineRepeatedFPDivisors
2014-11-21 Hal Finkel[PPC] Use SeparateConstOffsetFromGEP
2014-11-14 Bill Schmidt[PowerPC] Add VSX builtins for vec_div
2014-11-12 Justin HibbitsRevert part of the PIC tests (TLS part)
2014-11-12 Justin HibbitsFix thet tests.
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 Bill Schmidt[PowerPC] Initial VSX intrinsic support, with min/max...
2014-10-31 Ulrich Weigand[PowerPC] Load BlockAddress values from the TOC in...
2014-10-22 Bill Schmidt[PATCH] Support select-cc for VSFRC when VSX is enabled
2014-10-21 Matt ArsenaultAdd minnum / maxnum codegen
2014-10-21 Bill Schmidt[PowerPC] Avoid VSX FMA mutate when killed product...
2014-10-19 Bill Schmidt[PowerPC] Clean up -mattr=+vsx tests to always specify...
2014-10-19 Bill Schmidt[PowerPC] Temporarily disable VSX for PowerPC fast...
2014-10-19 Bill Schmidt[PowerPC] Re-enable VSX test line for fma.ll with ...
2014-10-17 Bill Schmidt[PowerPC] Disable +vsx RUN line for fma.ll due to incon...
2014-10-17 Bill Schmidt[PowerPC] Change liveness testing in VSX FMA mutation...
2014-10-17 Bill Schmidt[PowerPC] Enable use of lxvw4x/stxvw4x in VSX code...
2014-10-17 Bill Schmidt[PPC] Adjust some PowerPC tests to account for presence...
2014-10-16 Rafael EspindolaDelete -std-compile-opts.
2014-10-09 Sanjay PatelImprove sqrt estimate algorithm (fast-math)
2014-10-09 Samuel AntaoFix bug in GPR to FPR moves in PPC64LE.
2014-10-06 Sanjay PatelFast-math fold: x / (y * sqrt(z)) -> x * (rsqrt(z...
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-03 Robin Morisset[Power] Delete redundant test Atomics-32.ll
2014-10-03 Robin Morisset[Power] Use lwsync for non-seq_cst fences
2014-10-02 Hal Finkel[PowerPC] Modern Book-E cores support sync
2014-10-02 Robin Morisset[Power] Improve the expansion of atomic loads/stores
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-26 Sanjay PatelRefactor reciprocal and reciprocal square root estimate...
2014-09-23 Robin Morisset[Power] Use AtomicExpandPass for fence insertion, and...
2014-09-22 Sanjay Pateltighten up checks
2014-09-22 Sanjay Patelremove unnecessary labels; NFC
2014-09-19 Hal FinkelOptionally enable more-aggressive FMA formation in...
2014-09-17 Samuel AntaoFix FastISel bug in boolean returns for PowerPC.
2014-09-15 Rafael EspindolaAdd back tests for empty function in SPARC and PowerPC.
2014-09-15 Rafael EspindolaFix a lot of confusion around inserting nops on empty...
2014-09-12 Bill SchmidtAddress comments on r217622
2014-09-11 Bill SchmidtAdd missing colon to RUN line...
2014-09-11 Bill Schmidt[PATCH, PowerPC] Accept 'U' and 'X' constraints in...
2014-09-02 Hal FinkelEnable splitting indexing from loads with TargetConstants
2014-08-23 Hal Finkel[PowerPC] Add support for dcbtst and icbt (prefetch)
2014-08-19 Juergen RibutzkaReapply [FastISel] Let the target decide first if it...
2014-08-16 Hal Finkel[PowerPC] Mark fixed-offset byvals as pointed-to by...
2014-08-15 Bill Schmidt[PPC64] Add test case for r215685.
2014-08-14 Juergen RibutzkaRevert several FastISel commits to track down a buildbo...
2014-08-13 Juergen Ributzka[FastISel] Let the target decide first if it wants...
2014-08-13 Hal Finkel[PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic
2014-08-13 Hal FinkelFix classof for ISD::INTRINSIC_W_CHAIN and INTRINSIC_VOID
2014-08-08 Joerg SonnenbergerProvide an implementation of getNoopForMachoTarget...
2014-08-05 Bill Schmidt[PowerPC] Swap arguments and adjust shift count for...
2014-08-04 Bill Schmidt[PPC64LE] Fix wrong IR for vec_sld and vec_vsldoi
2014-08-04 Joerg SonnenbergerMC uses .lcomm now, so adjust.
2014-08-04 Ulrich Weigand[PowerPC] Add target triple to vec_urem_const.ll test...
2014-08-04 Ulrich Weigand[PowerPC] Swap arguments to vpkuhum/vpkuwum on little...
2014-08-04 Ulrich Weigand[PowerPC] MULHU/MULHS are not legal for vector types
2014-08-04 Ulrich Weigand[PowerPC] Fix and improve vector comparisons
2014-08-01 Hal Finkel[PowerPC] Recognize consecutive memory accesses from...
2014-07-31 Will SchmidtDisable IsSub subregister assert. pr18663.
2014-07-31 Hal FinkelFix ScalarEvolutionExpander when creating a PHI in...
2014-07-29 Ulrich Weigand[PowerPC] Fix ppc64-elf-abi.ll test case on Darwin
2014-07-28 Ulrich Weigand[PowerPC] Add testcase forgotten in the 214072 commit.
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-24 Joerg SonnenbergerDon't use 128bit functions on PPC32.
2014-07-23 Chandler Carruth[SDAG] Make the DAGCombine worklist not grow endlessly...
2014-07-21 Ulrich Weigand[PowerPC] ELFv2 aggregate passing support
2014-07-21 Ulrich Weigand[PowerPC] ELFv2 explicit CFI for CR fields
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 stack space reduction
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 function call changes
2014-07-20 Ulrich Weigand[PowerPC] Fix FrameIndex handling in SelectAddressRegImm
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-07-11 Ulrich Weigand[PowerPC] Fix invalid displacement created by LocalStac...
2014-07-07 Ulrich Weigand[PowerPC] Fix testcase regression
2014-07-07 Ulrich Weigand[PowerPC] Fix "byval align" arguments
2014-07-04 Tim Northoverllvm-readobj: fix MachO relocatoin printing a bit.
2014-07-03 Ulrich WeigandFix ppcf128 component access on little-endian systems
2014-06-27 Ulrich Weigand[PowerPC] Constrain base register in PPCRegisterInfo...
2014-06-25 Eli BenderskyRename loop unrolling and loop vectorizer metadata...
2014-06-24 Bill Schmidt[PPC64] Fix PR20071 (fctiduz generated for targets...
2014-06-23 Ulrich Weigand[PowerPC] Allow stack frames without parameter save...
2014-06-23 Ulrich Weigand[PowerPC] Fix on-stack AltiVec arguments with 64-bit...
2014-06-20 Ulrich Weigand[PowerPC] Fix small argument stack slot offset for LE
2014-06-19 Alp TokerFix typos
2014-06-18 Ulrich Weigand[PowerPC] Simplify and improve loading into TOC register
2014-06-18 Ulrich Weigand[PowerPC] Add back test case for absolute calls (remove...
2014-06-18 Ulrich Weigand[PowerPC] Do not use BLA with the 64-bit SVR4 ABI
2014-06-16 Bill Schmidt[PPC64] Fix PR19893 - improve code generation for local...
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
next