summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Move test to X86 dirRenato Golin2013-12-05
* Add #pragma vectorize enable/disable to LLVMRenato Golin2013-12-05
* llvm-cov: Changed extension from .llcov to .gcov.Yuchen Wu2013-12-05
* MI-Sched: handle latency of in-order operations with the new machine model.Andrew Trick2013-12-05
* SLPVectorizer: An in-tree vectorized entry cannot also be a scalar external useArnold Schwaighofer2013-12-05
* [tsan] fix PR18146: sometimes a variable written into vptr could have an inte...Kostya Serebryany2013-12-05
* [NVPTX] Fix off-by-one error when creating the VT list for an SDNodeJustin Holewinski2013-12-05
* [mips] Small code generation improvement for conditional operator (select)Matheus Almeida2013-12-05
* [mips][msa] Fix issue with immediate fields of LD/ST instructionsMatheus Almeida2013-12-05
* ARM: fix yet another stack-folding bugTim Northover2013-12-05
* Correct word hyphenationsAlp Toker2013-12-05
* Hide the stub created for MO_ExternalSymbol too.Rafael Espindola2013-12-05
* R600/SI: Add comments for number of used registers.Matt Arsenault2013-12-05
* Move llvm/test/MC/ELF/thumb-st_other.s to test/MC/ARM.NAKAMURA Takumi2013-12-05
* For AArch64, add missing register cost calculation for big value types like v...Jiangning Liu2013-12-05
* Add FileCheck statements for r196435.Cameron McInally2013-12-05
* Make these two tests resilient in the face of compile unit sizeEric Christopher2013-12-05
* [mc] Fix ELF st_other flag.Logan Chien2013-12-05
* Add AVX512 patterns for v16i32 broadcast and v2i64 zero extend load.Cameron McInally2013-12-05
* Fix a bug in darwin's 32-bit X86 handling of evaluating fixups. Kevin Enderby2013-12-04
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-04
* DebugInfo: Improve test to use llvm-dwarfdumpDavid Blaikie2013-12-04
* Test fix for r196394David Blaikie2013-12-04
* Fix assembly syntax for AVX512 vector blend instructions.Cameron McInally2013-12-04
* Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with...Cameron McInally2013-12-04
* Un-revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-04
* Revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-04
* [AArch64 Neon] Add ACLE intrinsic vceqz_f64.Kevin Qin2013-12-04
* [AArch64 NEON] Add missing compare intrinsics.Kevin Qin2013-12-04
* llvm-cov: Added support for function checksums.Yuchen Wu2013-12-04
* Produce deterministic coff files.Rafael Espindola2013-12-04
* Add -mcpu=core2 to all llc invocations in this test.Rafael Espindola2013-12-04
* [Stackmap] Specify the triple and cpu to fix the unit test.Juergen Ributzka2013-12-04
* [Stackmap] Emit multi-byte nops for X86.Juergen Ributzka2013-12-04
* final patch for very long conditional branches for mips16 constant islands.Reed Kotler2013-12-03
* check-llvm: Ask llvm-config about assertion mode, instead of llc.NAKAMURA Takumi2013-12-03
* Use CHECK-LABEL to make this test more strict.Rafael Espindola2013-12-03
* Fix mingw32 thiscall + sret.Rafael Espindola2013-12-03
* llvm-cov: Another fix to llvm-cov test.Yuchen Wu2013-12-03
* Teach the internalize pass to skip dllexported symbols because they could beYunzhong Gao2013-12-03
* opt: Mirror vectorization presets of clangArnold Schwaighofer2013-12-03
* Fix lit config for disabled MCJIT tests on ARMRenato Golin2013-12-03
* Addrspacecasts are no-ops on ARM.James Molloy2013-12-03
* [SystemZ] Fix choice of known-zero mask in insertion optimizationRichard Sandiford2013-12-03
* Enhance the fix of PR17631Michael Liao2013-12-03
* Disable Remote MCJIT tests on ARMRenato Golin2013-12-03
* Further fix to llvm-cov test.Daniel Jasper2013-12-03
* Fix llvm-cov test as suggested in r196228's post commit review.Daniel Jasper2013-12-03
* Copy input files to test directory.Daniel Jasper2013-12-03
* [AArch64]Add missing floating point convert, round and misc intrinsics.Hao Liu2013-12-03