msbuild integration: remove duplicated lines and BOM from 2014 integration (PR20341)
[oota-llvm.git] / test /
2014-07-31 Will SchmidtDisable IsSub subregister assert. pr18663.
2014-07-31 Hal FinkelFix ScalarEvolutionExpander when creating a PHI in...
2014-07-31 Duncan P. N. Exon... verify-uselistorder: Change the default -num-shuffles=5
2014-07-31 Duncan P. N. Exon... UseListOrder: Handle self-users
2014-07-31 Evgeniy Stepanov[msan] Fix handling of array types.
2014-07-31 Evgeniy Stepanov[asan] Support x86 REP MOVS asm instrumentation.
2014-07-31 Juergen Ributzka[FastISel][AArch64] Add basic bitcast support for conve...
2014-07-31 Juergen Ributzka[FastISel][AArch64] Add sqrt intrinsic support.
2014-07-31 David MajnemerInstCombine: Correctly propagate NSW/NUW for x-(-A...
2014-07-31 David MajnemerInstSimplify: Simplify (X - (0 - Y)) if the second...
2014-07-31 Juergen Ributzka[FastISel][AArch64] Update and enable patchpoint and...
2014-07-31 Juergen Ributzka[FastISel][AArch64] Add MachO large code model support...
2014-07-31 Duncan P. N. Exon... UseListOrder: Don't give constant IDs to GlobalValues
2014-07-31 Juergen Ributzka[FastISel] Fix the patchpoint intrinsic lowering in...
2014-07-31 Juergen Ributzka[FastISel][AArch64 and X86] Don't emit stores for UNDEF...
2014-07-31 Duncan P. N. Exon... verify-uselistorder: Add RUN lines to cases in test...
2014-07-30 Joerg SonnenbergerAdd mtpid/mfpid for BookE.
2014-07-30 Justin Bognerllvm-profdata: Add a test for mismatched numbers of...
2014-07-30 Justin Bognerllvm-profdata: Use consistent file suffixes in tests
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-30 Joerg SonnenbergerRefactor TLBIVAX and add tlbsx.
2014-07-30 Juergen Ributzka[FastISel][AArch64] Add select folding support for...
2014-07-30 Juergen Ributzka[FastISel][AArch64] Add support for shift-immediate.
2014-07-30 David MajnemerInstCombine: Simplify (A ^ B) or/and (A ^ B ^ C)
2014-07-30 Joerg SonnenbergerAdd rfdi and rfmci from the e500/e500mc ISA.
2014-07-30 Chad RosierSLP Vectorizer: Canonicalize tree operands of commutiti...
2014-07-30 Rafael EspindolaSimplifyCFG: Avoid miscompilations due to removed lifet...
2014-07-30 Joerg SonnenbergerAdd BookE's tlbre, tlbwe and tlbivax instructions.
2014-07-30 Louis GerbargFix test case introduced in r214322
2014-07-30 Louis GerbargRetain alignment requirements for load->selects modifie...
2014-07-30 Duncan P. N. Exon... UseListOrder: Visit global values
2014-07-30 Duncan P. N. Exon... Fix line endings before adding RUN lines, NFC
2014-07-30 Duncan P. N. Exon... Rename llvm-uselistorder => verify-uselistorder
2014-07-30 Rafael EspindolaAdd a small test showing when a linkonce_odr symbol...
2014-07-30 Joerg SonnenbergerAdd BookE's wrtee and wrteei instructions.
2014-07-30 Joerg SonnenbergerSPRG 0 to 3 are valid outside BookE, so move them to...
2014-07-30 Chandler CarruthDon't manually (and forcibly) run the verifier on the...
2014-07-30 Lang Hames[MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.
2014-07-30 Adam Nemet[AVX512] Test that _mm512_set1_* intrinsics generate...
2014-07-30 Adam Nemet[AVX512] Add missing CHECK-LABEL
2014-07-30 Duncan P. N. Exon... Reapply "UseListOrder: Order GlobalValue uses after...
2014-07-30 Petar JovanovicAdd support for scalarizing ctlz_zero_undef
2014-07-29 Joerg SonnenbergerAdd rfci instruction.
2014-07-29 Joerg Sonnenbergermbar without argument is equivalent to mbar 0.
2014-07-29 Duncan P. N. Exon... Revert "UseListOrder: Order GlobalValue uses after...
2014-07-29 Joerg SonnenbergerRecognize BookE's mbar instruction.
2014-07-29 Duncan P. N. Exon... UseListOrder: Additional test coverage for r214242
2014-07-29 Duncan P. N. Exon... UseListOrder: Order GlobalValue uses after initializers
2014-07-29 Eli BenderskyAdd missing test for r214210.
2014-07-29 Joerg SonnenbergerFix typo in alias: DSIR -> DSISR
2014-07-29 Justin Bognerllvm-profdata: Clean up and reorganize some tests
2014-07-29 Joerg SonnenbergerSupport move to/from segment register.
2014-07-29 Lang Hames[MCJIT] XFAIL some RuntimeDyld tests on MIPS - RuntimeD...
2014-07-29 Rafael Espindolagold plugin: Fix handling of corrupted bitcode files.
2014-07-29 Lang Hames[MCJIT] Make the RuntimeDyldChecker stub_addr builtin...
2014-07-29 Juergen Ributzka[RuntimeDyld][AArch64] Make encode/decodeAddend also...
2014-07-29 Joerg SonnenbergerAdd a number of aliases for SPR access.
2014-07-29 Manman Ren[Debug Info] remove DITrivialType and use null to repre...
2014-07-29 Rafael EspindolaAdd a test for the mtriple plugin option.
2014-07-29 Joerg SonnenbergerAdd rfi instruction. Based on feedback by Ulrich Weigand.
2014-07-29 Sasa Stankovic[mips] Don't use odd-numbered single precision register...
2014-07-29 Ulrich Weigand[PowerPC] Fix ppc64-elf-abi.ll test case on Darwin
2014-07-29 Tim NorthoverCodeGenPrep: fall back to MVT::Other if instruction...
2014-07-29 Tim NorthoverARM: add __aeabi_d2h for truncation on AEABI systems
2014-07-29 Tim NorthoverARM: fix @llvm.convert.from.fp16 on softfloat targets.
2014-07-29 Jiangning LiuImplement AArch64 TTI interface isAsCheapAsAMove.
2014-07-29 Duncan P. N. Exon... Bitcode: Correctly compare a Use against itself
2014-07-29 Duncan P. N. Exon... Fix line-endings, NFC
2014-07-28 Duncan P. N. Exon... llvm-uselistorder: Add -num-shuffles option
2014-07-28 Kevin EnderbyTweak llvm-nm’s -undefined-only (aka -u) printing for...
2014-07-28 Manman RenClean up testing cases.
2014-07-28 Manman Ren[Debug Info] unique MDNodes in the enum types of each...
2014-07-28 Manman RenRemove extra ; in testing case.
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-28 Duncan P. N. Exon... Bitcode: Serialize (and recover) use-list order
2014-07-28 Lang Hames[MCJIT] Remove extraneous parentheses in test case.
2014-07-28 Rafael EspindolaTest the linker plugin handling of llvm.used.
2014-07-28 Matt ArsenaultR600: Modernize test
2014-07-28 Matt ArsenaultR600/SI: Implement getOptimalMemOpType
2014-07-28 Rafael EspindolaAdd tests for the various emit-llvm plugin options.
2014-07-28 Rafael EspindolaTest the mcpu option.
2014-07-28 Robert Khasanov[SKX] Enabling mask logic instructions: encoding, lowering
2014-07-28 Ulrich Weigand[PowerPC] Add testcase forgotten in the 214072 commit.
2014-07-27 Rafael EspindolaStart adding some tests for the gold plugin.
2014-07-27 Saleem AbdulrasoolARM: correct handling of features in arch_extension
2014-07-27 Matt ArsenaultAdd alignment value to allowsUnalignedMemoryAccess
2014-07-27 Tim NorthoverAArch64: fix conversion of 'J' inline asm constraints.
2014-07-27 Chandler Carruth[x86] Add a much more powerful framework for combining...
2014-07-26 Matt ArsenaultR600/SI: Fix broken test.
2014-07-26 Joey GoulyFix the failing test 'vector-idiv.ll'.
2014-07-26 Chandler Carruth[SDAG] When performing post-legalize DAG combining...
2014-07-26 NAKAMURA Takumillvm/test/CodeGen/X86/vector-idiv.ll: Fix for -Asserts.
2014-07-26 Chandler Carruth[x86] Fix PR20355 (for real). There are many layers...
2014-07-26 Chandler Carruth[x86] Finish switching from CHECK to ALL. This was...
2014-07-26 Chandler Carruth[x86] Revert r214007: Fix PR20355 ...
2014-07-26 Chandler Carruth[x86] Fix PR20355 (and dups) by not using unsigned...
2014-07-26 Chandler Carruth[x86] Add coverage for PMUL* instruction testing on...
2014-07-26 Chandler Carruth[x86] More cleanup for this test -- simplify the comman...
2014-07-25 Chandler Carruth[x86] FileCheck-ize this test.
2014-07-25 Hal FinkelCanonicalization for @llvm.assume
next