InstrItineraryData is already on the subtarget, no reason to
[oota-llvm.git] / test / CodeGen /
2014-06-26 Juergen Ributzka[StackMaps] Enable patchpoint liveness analysis per...
2014-06-26 Juergen Ributzka[Stackmaps] Remove the liveness calculation for stackma...
2014-06-26 Matt ArsenaultR600/SI: Add FP mode bits to binary.
2014-06-26 Andrea Di Biagio[X86] Improve the selection of SSE3/AVX addsub instruct...
2014-06-26 Matt ArsenaultR600: Fix vector FMA
2014-06-25 Juergen Ributzka[FastISel][X86] Only fold the cmp into the select when...
2014-06-25 Andrea Di Biagio[X86] Always prefer to lower a VECTOR_SHUFFLE into...
2014-06-25 Eli BenderskyRename loop unrolling and loop vectorizer metadata...
2014-06-25 Chandler Carruth[x86] Add intrinsics for the pshufd, pshuflw, and pshuf...
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-25 Andrea Di Biagio[X86] Add target combine rule to select ADDSUB instruct...
2014-06-25 Rafael EspindolaFix a regression from r211653.
2014-06-25 NAKAMURA TakumiCodeGen/X86/pr20088.ll: Add -march=x86-64, or llc fails...
2014-06-24 Juergen Ributzka[FastISel][X86] Fold XALU condition into branch and...
2014-06-24 Tom StellardR600: Promote i64 stores to v2i32
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-06-24 Matt ArsenaultR600: Fix inconsistency in rsq instructions.
2014-06-24 David BlaikieFix up scoping in a few tests (and delete one that...
2014-06-24 Bill Schmidt[PPC64] Fix PR20071 (fctiduz generated for targets...
2014-06-24 Robert Khasanovvpblend intrinsics combines as shifts intrinsics due...
2014-06-24 Weiming ZhaoResubmit commit r211533
2014-06-24 Christian PirkerARM: Fix TPsoft for Thumb mode
2014-06-24 Kevin Qin[AArch64] Fix a build_vector pattern match fail
2014-06-23 Juergen Ributzka[FastISel][X86] Lower unsupported selects to control...
2014-06-23 Juergen Ributzka[FastISel][X86] Add support for floating-point select.
2014-06-23 Juergen Ributzka[FastISel][X86] Optimize selects when the condition...
2014-06-23 Rafael Espindola[Mips] Add a target streamer when creating a null streamer.
2014-06-23 Matt ArsenaultR600/SI: Fix div_scale intrinsic.
2014-06-23 Christian PirkerARMEB: Vector extend operations
2014-06-23 Matt ArsenaultR600: Move add/sub with overflow out of AMDILISelLowering
2014-06-23 Matt ArsenaultR600/SI: Handle i64 sub.
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-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-22 Jan VeselyR600: Add udivrem test
2014-06-22 Filipe CabecinhasFix PR20087 by using the source index when changing...
2014-06-21 Benjamin KramerLegalizer: Add support for splitting insert_subvectors.
2014-06-21 Andrea Di Biagio[X86] Add ISel patterns to select SSE3/AVX ADDSUB instr...
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-20 Tom StellardR600/SI: Add patterns for ctpop inside a branch
2014-06-20 Tom StellardR600/SI: Add a pattern for f32 ftrunc
2014-06-20 Tom StellardR600: Expand vector flog2
2014-06-20 Tom StellardR600: Expand vector fexp2
2014-06-20 Tom StellardR600/SI: Add a VALU pattern for i64 xor
2014-06-20 Ulrich Weigand[PowerPC] Fix small argument stack slot offset for LE
2014-06-20 Rafael EspindolaMove test so that it is skipped if the ARM target is...
2014-06-20 Oliver StannardEmit the ARM build attributes ABI_PCS_wchar_t and ABI_e...
2014-06-20 Zoran Jovanovicps][mips64r6] Added LSA/DLSA instructions
2014-06-19 Alp TokerFix typos
2014-06-19 Andrea Di Biagio[X86] Teach how to combine horizontal binop even in...
2014-06-19 Matt ArsenaultR600: Add a few tests I forgot to add.
2014-06-19 Matt ArsenaultR600/SI: Add intrinsics for various math instructions.
2014-06-18 Matt ArsenaultR600: Handle fnearbyint
2014-06-18 Marek OlsakR600/SI: add gather4 and getlod intrinsics (v3)
2014-06-18 Jan VeselyR600: Expand vector fceil
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 Arnold SchwaighoferAdd a triple so that right syntax is choosen on mac...
2014-06-18 Matt ArsenaultR600/SI: Add intrinsics for brev instructions
2014-06-18 Matt ArsenaultR600/SI: Prettier operand printing for 64-bit ops.
2014-06-18 Matheus Almeida[mips] SYNC $stype instruction was added in Mips32
2014-06-18 Matt ArsenaultR600: Implement f64 ftrunc, ffloor and fceil.
2014-06-18 Matt ArsenaultR600: Custom lower f64 frint for pre-CI
2014-06-18 Adam Nemet[X86] AVX512: Add non-temporal stores
2014-06-18 Ulrich Weigand[PowerPC] Do not use BLA with the 64-bit SVR4 ABI
2014-06-18 Cameron McInallyAdd pattern for unsigned v4i32->v4f64 convert on AVX512.
2014-06-18 Jan VeselyR600: Implement 64bit SRA
2014-06-18 Jan VeselyR600: Implement 64bit SRL
2014-06-18 Jan VeselyR600: Implement 64bit SHL
2014-06-18 Tim NorthoverDAG: move sret demotion into most basic LowerCallTo...
2014-06-18 Kevin Qin[AArch64] Fix a pattern match failure caused by creatin...
2014-06-17 Louis GerbargAllow X86FastIsel to cope with 64 bit absolute relocations
2014-06-17 Juergen Ributzka[FastISel][X86] Optimize predicates and fold CMP instru...
2014-06-17 Matt ArsenaultR600/SI: Match cttz_zero_undef
2014-06-17 Matt ArsenaultR600/SI: Match ctlz_zero_undef
2014-06-17 Tom StellardR600: Use LDS and vectors for private memory
2014-06-17 Tom StellardSelectionDAG: Expand i64 = FP_TO_SINT i32
2014-06-17 Juergen Ributzka[FastISel][X86] Fix previous refactoring commit (r211077)
2014-06-17 Tim NorthoverAArch64: estimate inline asm length during branch relax...
2014-06-16 Juergen Ributzka[FastISel][X86] Refactor the code to get the X86 condit...
2014-06-16 Reed KotlerAdd load/store functionality
2014-06-16 Bill Schmidt[PPC64] Fix PR19893 - improve code generation for local...
2014-06-16 Tim NorthoverARM: implement correct atomic operations on v7M
2014-06-16 Louis GerbargFix illegal relocations in X86FastISel
2014-06-16 Cameron McInallyHook up vector int_ctlz for AVX512.
2014-06-16 Daniel Sanders[mips][mips64r6] cl[oz], and dcl[oz] are re-encoded...
2014-06-16 Daniel Sanders[mips][mips64r6] ll, sc, lld, and scd are re-encoded...
2014-06-16 James Molloy[AArch64] Fix a fencepost error in lowering for llvm...
2014-06-16 Daniel Sanders[mips] Merge most of the big/little endian checks in...
2014-06-16 Christian PirkerARMEB: Fix trunc store for vector types
2014-06-15 Jingyue WuCanonicalize addrspacecast ConstExpr between different...
2014-06-15 Matt ArsenaultR600: Add a rotr testcase I forgot to add
2014-06-15 Matt ArsenaultR600: Remove a few more things from AMDILISelLowering
2014-06-15 Matt ArsenaultR600: Fix assert on vector sdiv
2014-06-15 Matt ArsenaultR600: Report that integer division is expensive.
2014-06-15 Tim NorthoverAArch64: improve handling & modelling of FP_TO_XINT...
2014-06-15 Tim NorthoverAArch64: improve vector [su]itofp handling.
2014-06-15 NAKAMURA TakumiDon't expect tests always crashing. Add "REQUIRES:asserts".
2014-06-14 Matt ArsenaultR600: Add failing testcases.
2014-06-14 Matt ArsenaultR600: Fix asserts related to constant initializers
next