Win installer: provide a pretty icon
[oota-llvm.git] / test /
2014-03-27 David BlaikieDebugInfo: Support for compressed debug info sections
2014-03-27 Reid KlecknerInstCombine: Don't combine constants on unsigned icmps
2014-03-27 Matt ArsenaultR600: Implement isZExtFree.
2014-03-27 Matt ArsenaultR600/SI: Fix unreachable with a sext_in_reg to an illeg...
2014-03-27 Logan Chien[AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTS
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-27 Daniel Sanders[mips] Attempting to use register $32 should be an...
2014-03-27 Daniel Sanders[mips] Add support for .cpsetup
2014-03-27 Karthik BhatAll new elements except the last one initialized to...
2014-03-27 Erik VerbruggenInstCombine: merge constants in both operands of icmp.
2014-03-27 Elena DemikhovskyAVX-512: Implemented masking for integer arithmetic...
2014-03-27 Timur IskhodzhanovAdd a PR reference
2014-03-27 Timur IskhodzhanovMake the recent COFF debug info tests more readable
2014-03-27 Stepan DyatkovskiyRejected r204899 and r204900 due to remaining test...
2014-03-27 Stepan DyatkovskiyFixed test for r204899 (pr18931 fix)
2014-03-27 Stepan DyatkovskiyFix for pr18931: Crash using integrated assembler with...
2014-03-27 Jiangning LiuARM: raise error message when complex SO expressions...
2014-03-27 Quentin Colombet[X86][Vectorizer Cost Model] Correct vectorization...
2014-03-27 Rafael EspindolaCorrectly propagates st_size.
2014-03-27 Jim Grosbachadd 'requires asserts' to test that needs it
2014-03-27 Jim GrosbachX86: Correct vectorization cost model for v8f32->v8i8.
2014-03-26 Nick LewyckyTreat lifetime.start'd memory like we treat freshly...
2014-03-26 Eric ChristopherReorder arguments on test command line to make it easie...
2014-03-26 Hal Finkel[PowerPC] Generate VSX permutations for v2[fi]64 vectors
2014-03-26 Justin Bognerllvm-cov: Move XFAIL after the body of the test
2014-03-26 Justin Bognerllvm-cov: Disable test on big endian machines
2014-03-26 Ekaterina RomanovaThis is a fix for PR# 19051. I noticed code gen differe...
2014-03-26 Justin Bognerllvm-cov: Handle functions with no line number
2014-03-26 Arnold SchwaighoferPR15967 Fix in basicaa for faulty returning no alias.
2014-03-26 Hal Finkel[PowerPC] VSX loads and stores support unaligned access
2014-03-26 Kevin EnderbyFix the ARM VST4 (single 4-element structure from one...
2014-03-26 Hal Finkel[PowerPC] Use v2f64 <-> v2i64 VSX conversion instructions
2014-03-26 Matt ArsenaultR600: Add a testcase for sext_in_reg I missed.
2014-03-26 Hal Finkel[PowerPC] Use VSX vector load/stores for v2[fi]64
2014-03-26 Jim GrosbachFix for incorrect address sinking in the presence of...
2014-03-26 Hans WennborgRevert "X86 memcpy lowering: use "rep movs" even when...
2014-03-26 Hal Finkel[PowerPC] Add v2i64 as a legal VSX type
2014-03-26 Matheus Almeida[mips] Use TwoOperandAliasConstraint for ArithLogicR...
2014-03-26 Matheus Almeida[mips] Add support to the '.dword' directive.
2014-03-26 Matheus Almeida[mips] Add support to '.set mips64'.
2014-03-26 Christian PirkerAArch64_BE Elf support for MC-JIT runtime dynamic linker
2014-03-26 Matheus Almeida[mips] Add support to '.set mips64r2'.
2014-03-26 Christian PirkerAArch64_BE function argument passing for ARM ABI
2014-03-26 Tim NorthoverARM: add intrinsics for the v8 ldaex/stlex
2014-03-26 Cameron McInallyFix AVX512 Gather and Scatter execution domains.
2014-03-26 Matheus Almeida[mips] Add support for '.option pic2'.
2014-03-26 Renato GolinAdd @llvm.clear_cache builtin
2014-03-26 Hal Finkel[PowerPC] Lower VSELECT using xxsel when VSX is available
2014-03-26 Daniel Sanders[mips] Add tests for t0-t3 for N32/N64
2014-03-26 Daniel Sanders[mips] The register names depend on the ABI being N32...
2014-03-26 Timur IskhodzhanovFollow-up to r204790: don't try to emit line tables...
2014-03-26 Daniel Sanders[mips] $s8 is an alias for $fp in all ABI's, not just...
2014-03-26 Daniel Sanders[mips] Move the CHECK lines in mips*-register-names...
2014-03-26 Timur IskhodzhanovAdd tests for r204790
2014-03-26 Timur IskhodzhanovUse -LABEL checks in the COFF debug info tests
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Hal Finkel[PowerPC] Generate logical vector VSX instructions
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-26 David BlaikieDebugInfo: Add fission-related sections to COFF
2014-03-26 Rafael EspindolaCorrectly detect if a symbol uses a reserved section...
2014-03-26 Quentin Colombet[X86] Add broadcast instructions to the table used...
2014-03-25 Rafael EspindolaCreate .symtab_shndxr only when needed.
2014-03-25 Hal Finkel[PowerPC] Select between VSX A-type and M-type FMA...
2014-03-25 NAKAMURA Takumillvm/test/DebugInfo/empty.ll: Suppress crash for target...
2014-03-25 Adam Nemet[X86] Generate VPSHUFB for in-place v16i16 shuffles
2014-03-25 Richard Osborne[InstCombine] Don't fold bitcast into store if it would...
2014-03-25 Matt ArsenaultR600: Add failing testcase for <3 x i32> stores.
2014-03-25 Benjamin KramerScalarEvolution: Compute exit counts for loops with...
2014-03-25 Evgeniy Stepanov[msan] Relax the test some more.
2014-03-25 Evgeniy Stepanov[msan] Make some tests less strict.
2014-03-25 Evgeniy Stepanov[msan] More precise instrumentation of select IR.
2014-03-25 Daniel Sanders[mips] '.set at=$0' should be equivalent to '.set noat'
2014-03-25 Cameron McInallyFix AVX2 Gather execution domains.
2014-03-25 Daniel Sanders[mips] Correct testcase for .set at=$reg and emit the...
2014-03-25 Daniel Sanders[mips] Fix assembler temporary expansion and add associ...
2014-03-25 David MajnemerWinCOFF: Add support for -fdata-sections
2014-03-25 David BlaikieDebugInfo: Add GNU_addr_base and GNU_ranges_base only...
2014-03-25 Saleem Abdulrasooltest: fix CHECK lines
2014-03-25 David BlaikieDebugInfo: Support debug_loc under fission
2014-03-25 Manman RenRegister Allocator: check other options before using...
2014-03-25 Kevin EnderbyFix crashes when assembler directives are used that...
2014-03-24 David BlaikieDebugInfo: Add DW_AT_GNU_ranges_base to skeleton CUs
2014-03-24 David BlaikieDebugInfo: Implement relative addressing for DW_AT_rang...
2014-03-24 David BlaikieDebugInfo: Don't emit relocations to abbreviations...
2014-03-24 Matt ArsenaultR600/SI: Fix extra mov from legalizing 64-bit SALU...
2014-03-24 Matt ArsenaultR600/SI: Sub-optimial fix for 64-bit immediates with...
2014-03-24 Matt ArsenaultR600/SI: Fix 64-bit bit ops that require the VALU.
2014-03-24 Matt ArsenaultR600: Implement isNarrowingProfitable.
2014-03-24 Ulrich Weigand[PowerPC] Generate little-endian object files
2014-03-24 Quentin Colombet[X86][ISelDAG] Add missing fallback patterns for avx2...
2014-03-24 Matt ArsenaultR600/SI: Fix 64-bit private loads.
2014-03-24 Eli BenderskyAdd test to test/CodeGen/NVPTX for "alloca buffer"...
2014-03-24 Daniel Sanders[mips] Add error message when trying to use $at in...
2014-03-24 Daniel Sanders[mips] Add regression tests for parenthetic expressions...
2014-03-24 Daniel Sanders[mips] Allow dsubu to take an immediate as an alias...
2014-03-24 Daniel Sanders[mips] Implement shorthand add / sub forms for MIPS.
2014-03-24 Justin Holewinski[NVPTX] Add isel patterns for addrspacecast
2014-03-24 Rafael EspindolaTeach llvm-readobj to print human friendly description...
2014-03-24 Karthik BhatAllow constant folding of ceil function whenever feasible
2014-03-24 Rafael EspindolaAdd back tests that were reverted in r204203.
next