Generalize ownership/passing semantics to allow dsymutil to own abbreviations via...
[oota-llvm.git] / test / CodeGen / AArch64 /
2015-11-17 Ahmed Bougacha[AArch64] Promote f16 SELECT_CC CC operands when op...
2015-11-17 Rafael EspindolaDrop prelink support.
2015-11-13 James Molloy[AArch64] Check the expansion of BITREVERSE in regressi...
2015-11-13 James Molloy[SDAG] Fix expansion of BITREVERSE
2015-11-12 James Molloy[SDAG] Introduce a new BITREVERSE node along with a...
2015-11-11 Geoff Berry[DAGCombiner] Improve zextload optimization.
2015-11-10 Oliver StannardUpdate test to use explicit triple
2015-11-10 Oliver Stannard[AArch64] Fix halfword load merging for big-endian...
2015-11-10 Tim NorthoverAArch64: add experimental support for address tagging.
2015-11-09 Charlie Turner[AArch64] Add UABDL patterns for log2 shuffle.
2015-11-06 Ahmed Bougacha[AArch64][FastISel] Don't even try to select vector...
2015-11-06 Jun Bum Lim[AArch64]Enable the narrow ld promotion only on profita...
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-10-27 Jun Bum Lim[AArch64]Merge halfword loads into a 32-bit load
2015-10-27 Charlie Turner[ARM] Expand ROTL and ROTR of vector value types
2015-10-23 James MolloyRevert "[AArch64]Merge halfword loads into a 32-bit...
2015-10-19 Jun Bum Lim[AArch64]Merge halfword loads into a 32-bit load
2015-10-16 Charlie Turner[AArch64] Implement vector splitting on UADDV.
2015-10-12 Matt ArsenaultDAGCombiner: Combine extract_vector_elt from build_vector
2015-10-12 Jun Bum Lim[AArch64]Fix bug in function names in test case
2015-10-09 Jun Bum LimImprove ISel across lane float min/max reduction
2015-10-07 Chad Rosier[AArch64] Fold a floating-point divide by power of...
2015-10-07 Chad Rosier[AArch64] Fold a floating-point multiply by power of...
2015-10-07 Jeroen Ketema[ARM][AArch64] Only lower to interleaved load/store...
2015-09-30 Chad Rosier[AArch64] Remove an unnecessary run line and other...
2015-09-30 Chad Rosier[AArch64] Remove an unnecessary restriction on pre...
2015-09-29 Chad RosierFix test from r248825.
2015-09-29 Chad Rosier[AArch64] Add support for pre- and post-index LDPSWs.
2015-09-29 Chad Rosier[AArch64] Add integer pre- and post-index halfword...
2015-09-25 Cong HouUse fixed-point representation for BranchProbability.
2015-09-25 Sanjay Patelmerge vector stores into wider vector stores and fix...
2015-09-25 Chad Rosier[AArch64] Add support for generating pre- and post...
2015-09-23 Lawrence Hu Swap loop invariant GEP with loop variant GEP to...
2015-09-22 Ahmed Bougacha[AArch64] Emit clrex in the expanded cmpxchg fail block.
2015-09-22 Stephen CanonDon't raise inexact when lowering ceil, floor, round...
2015-09-18 Geoff Berry[AArch64] Improved bitfield instruction selection.
2015-09-17 Quentin Colombet[ShrinkWrap] Refactor the handling of infinite loop...
2015-09-14 Jun Bum LimImprove ISel using across lane min/max reduction
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-09-10 Silviu Baranga[DAGCombine] Truncate BUILD_VECTOR operators if necessa...
2015-09-10 Ahmed Bougacha[AArch64] Match FI+offset in STNP addressing mode.
2015-09-10 Ahmed Bougacha[AArch64] Match base+offset in STNP addressing mode.
2015-09-10 Ahmed Bougacha[AArch64] Support selecting STNP.
2015-09-04 Steven WuFix the testcase in r246790
2015-09-03 Chad Rosier[AArch64] Improve ISel using across lane addition reduc...
2015-09-03 Chad RosierRevert "[AArch64] Improve load/store optimizer to handl...
2015-09-03 Chad Rosier[AArch64] Improve load/store optimizer to handle LDUR...
2015-09-02 Sanjay Pateluse "unpredictable" metadata in fast-isel when splittin...
2015-09-01 Ahmed Bougacha[AArch64] Lower READCYCLECOUNTER using MRS PMCCTNR_EL0.
2015-09-01 Cong HouDistribute the weight on the edge from switch to defaul...
2015-08-31 Hans WennborgFix CHECK directives that weren't checking.
2015-08-31 Quentin Colombet[AArch64][CollectLOH] Remove an invalid assertion and...
2015-08-31 Matthias BraunAArch64: Fix loads to lower NEON vector lanes using...
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-27 Quentin Colombet[AArch64][CollectLOH] Fix a regression that prevented...
2015-08-27 Jonathan RoelofsFix a case of `CHECK[^:]*$`.
2015-08-25 Sanjay Patelfix CHECK-LABEL and wrong label
2015-08-21 Matthias BraunAArch64: Fix testcase of r245640
2015-08-20 Matthias BraunAArch64: Fix cmp;ccmp ordering
2015-08-20 Matthias BraunAArch64: Do not create CCMP on multiple users.
2015-08-19 Juergen Ributzka[AArch64][FastISel] Don't fold shifts with UB.
2015-08-19 Chih-Hung HsiehSplit ARM and AArch64 emutls.ll test
2015-08-18 Matthias BraunDAGCombiner: Improve DAGCombiner select normalization
2015-08-18 Matthias BraunDAGCombiner: Optimize SELECTs first before turning...
2015-08-17 James MolloyGenerate FMINNAN/FMINNUM/FMAXNAN/FMAXNUM from SDAGBuilder.
2015-08-15 Simon Pilgrim[DAGCombiner] Attempt to mask vectors before zero exten...
2015-08-14 Ahmed Bougacha[AArch64] Fix FMLS scalar-indexed-from-2s-after-neg...
2015-08-14 James Molloy[AArch64] FMINNAN/FMAXNAN on f16 is not legal.
2015-08-13 James Molloy[AArch64] Small rejig of fmax tests, NFCI.
2015-08-13 Ahmed Bougacha[CodeGen] Mark the promoted FCOPYSIGN result FP_ROUND...
2015-08-13 Ahmed Bougacha[AArch64] Cleanup vector-fcopysign.ll test. NFC.
2015-08-13 Ahmed Bougacha[AArch64] Also custom-lowering mismatched vector/f16...
2015-08-13 Ahmed Bougacha[CodeGen] When Promoting, don't extend the 2nd FCOPYSIG...
2015-08-12 John BrawnRedo "Make global aliases have symbol size equal to...
2015-08-12 John Brawn[GlobalMerge] Only emit aliases for internal linkage...
2015-08-11 John Brawn[GlobalMerge] Use private linkage for MergedGlobals...
2015-08-11 Sanjay Pateldelete FIXME comment; it's fixed
2015-08-11 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-11 Sanjay Pateladd missing test for machine combiner when optimizing...
2015-08-11 James Molloy[AArch64] Match fminnum/fmaxnum for vector fminnm/fmaxn...
2015-08-10 Alex LorenzStackMap: FastISel: Add an appropriate number of immedi...
2015-08-10 Jonathan RoelofsFix a bunch of trivial cases of 'CHECK[^:]*$' in the...
2015-08-07 John BrawnRevert "Make global aliases have symbol size equal...
2015-08-06 Juergen Ributzka[AArch64][FastISel] Always use AND before checking...
2015-08-06 Juergen RibutzkaRevert "[AArch64][FastISel] Add more truncation tests...
2015-08-06 Kit BartonFix possible infinite loop in shrink wrapping when...
2015-08-04 Ahmed Bougacha[AArch64] Add isel support for f16 indexed LD/ST.
2015-08-04 Ahmed Bougacha[AArch64] Vector FCOPYSIGN supports Custom-lowering...
2015-08-04 Ahmed Bougacha[CodeGen] Fix FCOPYSIGN legalization to account for...
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-31 Geoff Berry[AArch64] Favor extended reg patterns for sub
2015-07-29 Tim NorthoverAArch64: use 32-bit MOV rather than UBFX to truncate...
2015-07-29 Akira Hatanaka[AArch64] Define subtarget feature strict-align.
2015-07-28 Tim NorthoverAArch64: be careful of large immediates when optimising...
2015-07-28 Chih-Hung HsiehMove unit tests to target specific directories.
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-28 Geoff Berry[AArch64] Match float round and convert to int instruct...
2015-07-28 Adhemerval ZanellaImplement __builtin_thread_pointer
2015-07-27 Akira Hatanaka[AArch64] Remove check for Darwin that was needed to...
next