llvm-cov: Added -a option for block data.
[oota-llvm.git] / test /
2013-12-10 Yuchen Wullvm-cov: Added -a option for block data.
2013-12-10 Justin BognerTransforms: Don't create bad branch weights when foldin...
2013-12-09 Chad Rosier[AArch64] Refactor the NEON scalar reduce pairwise...
2013-12-09 Chad Rosier[AArch64] Refactor NEON scalar reduce pairwise front...
2013-12-09 Chad Rosier[AArch64] Remove q and non-q intrinsic definitions...
2013-12-09 Rafael EspindolaDon't add suffixes for stdcall/fastcall on 64 coff.
2013-12-09 Ana PazosFix pattern match for movi with 0D result
2013-12-09 Daniel Sanders[mips][msa] Fix invalid generated code when lowering...
2013-12-09 Daniel Sanders[mips][msa] Fix suboptimal FrameIndex lowering for...
2013-12-09 Vladimir MedicMethod parseSetAssignment treats every operand with...
2013-12-09 Venkatraman Govind... [SPARCV9]: Adjust the resultant pointer of DYNAMIC_STAC...
2013-12-09 Venkatraman Govind... [Sparc]: Implement getSetCCResultType() in SparcTargetL...
2013-12-09 Hao Liu[AArch64]Add missing pair intrinsics such as:
2013-12-09 Hao Liu[AArch64]Pattern match failures for truncate store...
2013-12-08 Venkatraman Govind... [SparcV9]: Expand MULHU/MULHS:i64 and UMUL_LOHI/SMUL_LO...
2013-12-08 Manman RenRevert 196544 due to internal bot failures.
2013-12-08 Reed KotlerCleaning up of prologue/epilogue code for Mips16. First...
2013-12-08 Tim NorthoverARM: fix folding of stack-adjustment (yet again).
2013-12-08 Michael KupersteinFixed CRLF
2013-12-08 Michael KupersteinEnsure bitcode encoding of visibility styles stays...
2013-12-08 Mark SeabornFix inlining to not lose the "cleanup" clause from...
2013-12-08 Mark SeabornFix inlining to not produce duplicate landingpad clauses
2013-12-07 Renato Golinforce vector width via cpu on vectorizer metadata enable
2013-12-07 NAKAMURA TakumiRemove empty MCJIT/load-object-a.ll since r196641.
2013-12-07 Lang HamesRevert r196639 while I investigate a bot failure.
2013-12-07 Lang HamesAdd support for archives and object file caching under...
2013-12-07 Matt ArsenaultFix assert with copy from global through addrspacecast
2013-12-07 Akira Hatanaka[mips] Fix test case.
2013-12-07 Vincent LejeuneAdd a RequireStructuredCFG Field to TargetMachine.
2013-12-07 Yuchen Wullvm-cov: Added test.h header to tests.
2013-12-07 Kaelyn UhrainFix the segfault reported in PR 11990.
2013-12-06 Duncan P. N. Exon... Don't use isNullValue to evaluate ConstantExpr
2013-12-06 Yuchen Wullvm-cov: Regenerated gcov files with r195513 changes.
2013-12-06 David PeixottoIntegrated assembler incorrectly lexes ARM-style comments
2013-12-06 David BlaikieDebugInfo: Ensure unit IDs (for non-skeletal units...
2013-12-06 Weiming ZhaoBug 18149: [AArch32] VSel instructions has no ARMCC...
2013-12-06 Cameron McInallyUpdate AVX512 vector blend intrinsic names.
2013-12-06 Richard Sandiford[SystemZ] Use LOAD AND TEST for comparisons with -0
2013-12-06 Richard Sandiford[SystemZ] Extend the use of C(L)GFR
2013-12-06 Richard Sandiford[SystemZ] Optimize selects between 0 and -1
2013-12-06 Kostya Serebryany[asan] rewrite asan's stack frame layout
2013-12-06 Juergen Ributzka[Stackmap] Update stackmap unit test to use AnyRegCC.
2013-12-05 Yi JiangApply transformation on OS X 10.9+ and iOS 7.0+: pow...
2013-12-05 Renato GolinMove test to X86 dir
2013-12-05 Renato GolinAdd #pragma vectorize enable/disable to LLVM
2013-12-05 Yuchen Wullvm-cov: Changed extension from .llcov to .gcov.
2013-12-05 Andrew TrickMI-Sched: handle latency of in-order operations with...
2013-12-05 Arnold SchwaighoferSLPVectorizer: An in-tree vectorized entry cannot also...
2013-12-05 Kostya Serebryany[tsan] fix PR18146: sometimes a variable written into...
2013-12-05 Justin Holewinski[NVPTX] Fix off-by-one error when creating the VT list...
2013-12-05 Matheus Almeida[mips] Small code generation improvement for conditiona...
2013-12-05 Matheus Almeida[mips][msa] Fix issue with immediate fields of LD/ST...
2013-12-05 Tim NorthoverARM: fix yet another stack-folding bug
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-05 Rafael EspindolaHide the stub created for MO_ExternalSymbol too.
2013-12-05 Matt ArsenaultR600/SI: Add comments for number of used registers.
2013-12-05 NAKAMURA TakumiMove llvm/test/MC/ELF/thumb-st_other.s to test/MC/ARM.
2013-12-05 Jiangning LiuFor AArch64, add missing register cost calculation...
2013-12-05 Cameron McInallyAdd FileCheck statements for r196435.
2013-12-05 Eric ChristopherMake these two tests resilient in the face of compile...
2013-12-05 Logan Chien[mc] Fix ELF st_other flag.
2013-12-05 Cameron McInallyAdd AVX512 patterns for v16i32 broadcast and v2i64...
2013-12-04 Kevin EnderbyFix a bug in darwin's 32-bit X86 handling of evaluating...
2013-12-04 David PeixottoAdd support for parsing ARM symbol variants on ELF...
2013-12-04 David BlaikieDebugInfo: Improve test to use llvm-dwarfdump
2013-12-04 David BlaikieTest fix for r196394
2013-12-04 Cameron McInallyFix assembly syntax for AVX512 vector blend instructions.
2013-12-04 Cameron McInallySuppress '(x < y) ? a : 0 -> (x < y) & a' transform...
2013-12-04 Daniel JasperUn-revert r196358: "llvm-cov: Added support for functio...
2013-12-04 Daniel JasperRevert r196358: "llvm-cov: Added support for function...
2013-12-04 Kevin Qin[AArch64 Neon] Add ACLE intrinsic vceqz_f64.
2013-12-04 Kevin Qin[AArch64 NEON] Add missing compare intrinsics.
2013-12-04 Yuchen Wullvm-cov: Added support for function checksums.
2013-12-04 Rafael EspindolaProduce deterministic coff files.
2013-12-04 Rafael EspindolaAdd -mcpu=core2 to all llc invocations in this test.
2013-12-04 Juergen Ributzka[Stackmap] Specify the triple and cpu to fix the unit...
2013-12-04 Juergen Ributzka[Stackmap] Emit multi-byte nops for X86.
2013-12-03 Reed Kotlerfinal patch for very long conditional branches for...
2013-12-03 NAKAMURA Takumicheck-llvm: Ask llvm-config about assertion mode, inste...
2013-12-03 Rafael EspindolaUse CHECK-LABEL to make this test more strict.
2013-12-03 Rafael EspindolaFix mingw32 thiscall + sret.
2013-12-03 Yuchen Wullvm-cov: Another fix to llvm-cov test.
2013-12-03 Yunzhong GaoTeach the internalize pass to skip dllexported symbols...
2013-12-03 Arnold Schwaighoferopt: Mirror vectorization presets of clang
2013-12-03 Renato GolinFix lit config for disabled MCJIT tests on ARM
2013-12-03 James MolloyAddrspacecasts are no-ops on ARM.
2013-12-03 Richard Sandiford[SystemZ] Fix choice of known-zero mask in insertion...
2013-12-03 Michael LiaoEnhance the fix of PR17631
2013-12-03 Renato GolinDisable Remote MCJIT tests on ARM
2013-12-03 Daniel JasperFurther fix to llvm-cov test.
2013-12-03 Daniel JasperFix llvm-cov test as suggested in r196228's post commit...
2013-12-03 Daniel JasperCopy input files to test directory.
2013-12-03 Hao Liu[AArch64]Add missing floating point convert, round...
2013-12-03 Hao LiuAArch64: add missing ACLE intrinsics mapping to general...
2013-12-03 NAKAMURA Takumillvm-cov.test: Resurrect part of r194694 for win32...
2013-12-03 Hao LiuAArch64: Add missing scalar pair intrinsics.
2013-12-03 NAKAMURA Takumillvm/test/Transforms/SampleProfile/syntax.ll: Relax...
2013-12-03 Jiangning LiuAdd some missing pattern matches for AArch64 Neon intri...
2013-12-03 Jiangning LiuAdd some missing pattern matches for AArch64 Neon intri...
2013-12-03 Yuchen Wullvm-cov: Removed output to STDOUT/specified file.
next