[AVX512] Implemented integer conversions up/down with masking.
[oota-llvm.git] / test /
2014-04-22 Robert Khasanov[AVX512] Implemented integer conversions up/down with...
2014-04-22 Kostya Serebryany[asan] Support outline instrumentation for wide types...
2014-04-22 Tim NorthoverAArch64/ARM64: enable various AArch64 tests on ARM64.
2014-04-22 Tim NorthoverAArch64/ARM64: add patterns for scalar_to_vector/extrac...
2014-04-22 Tim NorthoverAArch64/ARM64: mark fmul intrinsic as commutative.
2014-04-22 Tim NorthoverARM: disable emission of __XYZvfp in soft-float environ...
2014-04-22 Hao LiuFix an infinite loop bug in DAG Combine about keeping...
2014-04-22 Lang Hames[X86] Don't use BZHI for short masks (>=32 bits). Thank...
2014-04-22 Matt ArsenaultR600: Make sign_extend_inreg legal.
2014-04-22 Jiangning Liu[AArch64] Enable global merge pass.
2014-04-22 Duncan P. N. Exon... blockfreq: Skip irreducible backedges inside functions
2014-04-22 Quentin Colombet[CodeGenPrepare] Use APInt to check the value of the...
2014-04-21 Rafael EspindolaSimplify a vpermil* with constant mask.
2014-04-21 Jim GrosbachARM64: Improve diagnostics for malformed reg+reg addres...
2014-04-21 Rafael EspindolaHandle _GLOBAL_OFFSET_TABLE_ in 64 bit mode.
2014-04-21 Reid KlecknerFix PR7272 in -tailcallelim instead of the inliner
2014-04-21 Yi JiangARM64: Combine shifts and uses from different basic...
2014-04-21 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-21 Eli BenderskyFix the test: DCE optimized away everything.
2014-04-21 Michael ZolotukhinReapply r206732. This time without optimization of...
2014-04-21 Kostya Serebryany[asan] add llvm-ish test for memset/etc instrumentation
2014-04-21 Chandler Carruth[PM] Add a new-PM-style CGSCC pass manager using the...
2014-04-21 NAKAMURA Takumillvm/test/CodeGen/X86/bmi.ll: Relax expressions for...
2014-04-21 Lang Hames[X86] ISEL (and X, <constant mask>) to BZHI when BMI2...
2014-04-21 Chandler CarruthRevert r206732 which is causing llc to crash on most...
2014-04-21 Michael ZolotukhinImplement builtins for safe division: safe.sdiv.iN...
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Temporarily turn on -debug-only...
2014-04-19 Duncan P. N. Exon... blockfreq: Temporarily turn on -debug-only=block-freq
2014-04-19 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Yaron KerenPatch by Vadim Chugunov
2014-04-19 Yaron KerenPatch by Ray Donnelly to print register names instead...
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-18 Justin Bognerllvm-profdata: Avoid writing to /dev/null in tests
2014-04-18 Kevin EnderbyChange the ARM assembler to require a :lower16: or...
2014-04-18 Justin Bognertest: Add extra run lines to investigate an error on...
2014-04-18 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl...
2014-04-18 Alexey Samsonov[llvm-symbolizer] Print file/line for a PC even if...
2014-04-18 David BlaikieCompress debug sections only when beneficial.
2014-04-18 Justin BognerProfileData: Add support for the indexed instrprof...
2014-04-18 David BlaikieUpdate the fragments of symbols in compressed sections.
2014-04-18 Chad Rosier[ARM64] Ports the Cortex-A53 Machine Model description...
2014-04-18 Yaron KerenExpanded test for x86-pc-windows-gnu and x86_64-pc...
2014-04-18 Adam Nemet[X86] Improve buildFromShuffleMostly for AVX
2014-04-18 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-18 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Duncan P. N. Exon... Add some target triples for better determinism
2014-04-18 Tim NorthoverAArch64/ARM64: add more NEON tests.
2014-04-18 Tim NorthoverARM64: disable generation of .loh directives outside...
2014-04-18 Tim NorthoverARM64: don't emit .subsections_via_symbols on ELF.
2014-04-18 Tim NorthoverARM64: add extra NEG pattern.
2014-04-18 Tim NorthoverAArch64/ARM64: port more AArch64 tests to ARM64.
2014-04-18 Tim NorthoverAArch64/ARM64: add non-scalar lowering for more FCVT...
2014-04-18 Tim NorthoverAArch64/ARM64: improve spotting of EXT instructions...
2014-04-18 Evgeniy Stepanov[msan] Add -msan-instrumentation-with-call-threshold.
2014-04-18 Chandler Carruth[LCG] Add support for building persistent and connected...
2014-04-18 Benjamin KramerX86: Pattern match scalar loads + vcvtph2ps into just...
2014-04-18 Chandler CarruthRevert r206565 (and r206566 which updated tests).
2014-04-18 Tim NorthoverAArch64/ARM64: port atomics test to ARM64.
2014-04-18 Tim NorthoverAArch64/ARM64: spot a greater variety of concat_vector...
2014-04-18 Tim NorthoverARM64: implement cunning optimisation from AArch64
2014-04-18 Tim NorthoverAArch64/ARM64: emit all vector FP comparisons as such.
2014-04-18 Tim NorthoverAArch64/ARM64: port BSL logic from AArch64 & enable...
2014-04-18 Tim NorthoverAArch64/ARM64: copy byval implementation from AArch64.
2014-04-18 Jiangning LiuAdd missing config file for newly added test case intro...
2014-04-18 Yaron KerenUpdated test with register names following r206565.
2014-04-18 Kostya Serebryany[asan] one more workaround for PR17409: don't do BB...
2014-04-18 Jiangning LiuThis commit allows vectorized loops to be unrolled...
2014-04-18 Jiangning LiuThis is one of the optimizations ported from ARM64...
2014-04-18 Matt ArsenaultR600/SI: Try to use scalar BFE.
2014-04-18 Jiangning LiuThis commit enables unaligned memory accesses of vector...
2014-04-18 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Duncan P. N. Exon... blockfreq: Rewrite BlockFrequencyInfoImpl
2014-04-18 Matt ArsenaultR600/SI: Match sign_extend_inreg to s_sext_i32_i8 and...
2014-04-18 Tom StellardR600/SI: Use SReg_64 instead of VSrc_64 when selecting...
2014-04-17 Diego NovilloFix bug 19437 - Only add discriminators for DWARF 4...
2014-04-17 Louis GerbargMake test/CodeGen/ARM64/vector-insertion.ll explicitly...
2014-04-17 Tom StellardR600/SI: Stop using i128 as the resource descriptor...
2014-04-17 Louis GerbargImprove ARM64 vector creation
2014-04-17 Jim GrosbachARM64: [su]xtw use W regs as inputs, not X regs.
2014-04-17 Tim NorthoverARM64: switch to IR-based atomic operations.
2014-04-17 Tim NorthoverARM64: add acquire/release versions of the existing...
2014-04-17 Gerolf HoflehnerReverse 206485.
2014-04-17 Josh Magee[stack protector] Make the StackProtector pass respect...
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.
2014-04-17 Matt ArsenaultR600/SI: f64 frint is legal on CI
2014-04-17 Craig Topper[X86] Add disassembler support for the 0x0f 0x7f form...
2014-04-17 Matt ArsenaultR600/SI: Fix zext from i1 to i64
2014-04-17 Adam Nemet[ARM64] Fix "Cannot select" for vector ctpop
2014-04-17 Gerolf HoflehnerInline a function when the always_inline attribute
2014-04-16 Konrad AnheimTest commit - Added a new line
2014-04-16 Matheus Almeida[mips] Use TwoOperandAliasConstraint for shift instruct...
2014-04-16 Matheus Almeida[mips] Add initial support for NaN2008 in the back...
2014-04-16 Tim NorthoverAArch64/ARM64: port some NEON tests to ARM64
2014-04-16 Tim NorthoverAArch64/ARM64: produce correct relocation for condition...
2014-04-16 Daniel Sanders[mips] Fix emission of '.option pic0' for MIPS-IV.
2014-04-16 Daniel Sanders[mips] Correct r206370 to account for non-Linux targets...
2014-04-16 Kostya Serebryany[asan] add two new hidden compile-time flags for asan...
2014-04-16 Tim NorthoverARM64: specify triple so that Linux tests pass
2014-04-16 Tim NorthoverAArch64/ARM64: add another set of tests from AArch64
next