summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-08-16[WebAssembly] Remove infinite loop from reg-stackify testDerek Schuff
2017-08-16[VirtRegRewriter] Properly model the register liveness on undef subreg defini...Quentin Colombet
2017-08-15Revert archive-* tests from r310953, there were test failures.Kuba Mracek
2017-08-15[InstCombine] Teach canEvaluateZExtd and canEvaluateTruncated to handle vecto...Craig Topper
2017-08-15Revert changes in r310953 for llvm-symbolizer.test. The change causes a test ...Kuba Mracek
2017-08-15[llvm] Get rid of "%T" expansionsKuba Mracek
2017-08-15[InstCombine] Added support for (X >>s C) << C --> X & (-1 << C)Amjad Aboud
2017-08-15[InstCombine] sink sext after ashrSanjay Patel
2017-08-15[Dominators] Include infinite loops in PostDominatorTreeJakub Kuderski
2017-08-15[InstCombine] add tests for sext+ashr; NFCSanjay Patel
2017-08-15Revert r310919 - [globalisel][tablegen] Support zero-instruction emission.Daniel Sanders
2017-08-15Re-commit with some instrumentation: [globalisel][tablegen] Support zero-inst...Daniel Sanders
2017-08-15[RISCV] Add RISCVInstPrinter and basic MC assembler testsAlex Bradbury
2017-08-15[llvm-dwarfdump] - Print section name and index when dumping .debug_info rangesGeorge Rimar
2017-08-15[LV] Minor savings to Sink casts to unravel first order recurrenceAyal Zaks
2017-08-14[InstSimplify] Teach decomposeBitTestICmp to handle non-canonical comparesCraig Topper
2017-08-14[MIPS] Implement support for -mstack-alignment.John Baldwin
2017-08-14Recommit r310869, "[InstSimplify][InstCombine] Modify the interface of decomp...Craig Topper
2017-08-14[InlineCost] Refactor the checks for different analyses to be a bit moreChandler Carruth
2017-08-14Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor
2017-08-14Revert r310869 "[InstSimplify][InstCombine] Modify the interface of decompose...Craig Topper
2017-08-14[InstSimplify][InstCombine] Modify the interface of decomposeBitTestICmp and ...Craig Topper
2017-08-14[InstSimplify] Add some tests cases for selects with bittests hidden in ugt/u...Craig Topper
2017-08-14[PowerPC] Add codegen for VSX word extract convert to FPLei Huang
2017-08-14[ValueTracking] Don't delete assumes of side-effectful instructionsHal Finkel
2017-08-14Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr instructions.""Simon Dardis
2017-08-14[x86] fold the mask op on 8- and 16-bit rotatesSanjay Patel
2017-08-14[SLPVectorizer] Schedule bundle with different opcodes.Dinar Temirbulatov
2017-08-14[BDCE] reduce scope of an assert (PR34179)Sanjay Patel
2017-08-14Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."Simon Dardis
2017-08-14[SelectionDAG] combine vextract (v1iX extract_subvector(vNiX, Idx))Elad Cohen
2017-08-14[llvm-cov] Add an option which maps the location of source directories on ano...Sean Eveson
2017-08-14MachineInstr: Reason locally about some memory objects before going to AA.Balaram Makam
2017-08-14[LoopUnroll] Enable option to peel remainder loopSam Parker
2017-08-14Revert "[DAGCombiner] Extending pattern detection for vector shuffle (REAPPLI...Elad Cohen
2017-08-14[ValueTracking] Revert r310583 which enabled functionality that still isChandler Carruth
2017-08-14[PowerPC] Revert r310346 (and followups r310356 & r310424) whichChandler Carruth
2017-08-13[X86][BMI] Add BEXTR demanded bits test cases (PR34042)Simon Pilgrim
2017-08-13[COFF, ARM64] Use '//' as comment character in assembly files in GNU environm...Martin Storsjo
2017-08-13[X86][SandyBridge] Additional updates to the SNB instructions scheduling info...Gadi Haber
2017-08-13[X86][AVX512] Added additional shuffle+trunc test case.Simon Pilgrim
2017-08-13[X86][TBM] Add tests showing failure to fold RFLAGS result into TBM instructi...Simon Pilgrim
2017-08-13[X86][AsmParser][AVX512] Error appropriately when K0 is tried as a write-maskCoby Tayree
2017-08-13[X86][TBM] Regenerate bextri intrinsics tests. NFCI.Simon Pilgrim
2017-08-13[X86][AVX512] Add combine for TESTMGuy Blank
2017-08-12[X86] When handling addcarry intrinsic, create the flag result with the corre...Craig Topper
2017-08-12[DAGCombiner] Extending pattern detection for vector shuffle (REAPPLIED)Simon Pilgrim
2017-08-12[X86] Regenerate merge store tests. NFCI.Simon Pilgrim
2017-08-12[BDCE] clear poison generators after turning a value into zero (PR33695, PR34...Sanjay Patel
2017-08-11D36604: PR34148: Do not assume we can use a copy relocation for an `external_...Richard Smith