summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-05-20Revert "Revert "ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenera...Adrian Prantl
2017-05-19Revert "ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator."Adrian Prantl
2017-05-19SimplifyLibCalls: Optimize wcslenMatthias Braun
2017-05-19[safestack] Disable stack coloring by default.Evgeniy Stepanov
2017-05-19NewGVN: Fix PR32838.Daniel Berlin
2017-05-19Fix line-endings.Simon Pilgrim
2017-05-19[InstCombine] *Actually* commit the test showing the miscompile.Davide Italiano
2017-05-19Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner
2017-05-19[InstCombine] Add tests to demonstrate the miscompile in PR33078.Davide Italiano
2017-05-19Last of the major pieces to NewGVN - yay!Daniel Berlin
2017-05-19[DAGCombine] (addcarry 0, 0, X) -> (ext/trunc X)Amaury Sechet
2017-05-19ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator.Adrian Prantl
2017-05-19Fix typo in testMatthias Braun
2017-05-19[X86][FMA] Tests showing missed fmsubadd opportunities (PR30633)Simon Pilgrim
2017-05-19[AMDGPU][MC] Corrected disassembler to decode instructions with 2 literalsDmitry Preobrazhensky
2017-05-19[AMDGPU][MC] Fixed bugs in export instructionDmitry Preobrazhensky
2017-05-19[X86][AVX512] Make i1 illegal in the CodeGenGuy Blank
2017-05-19[GlobalISel] IRTranslator: Translate ConstantStructVolkan Keles
2017-05-19Revert "[CodeView] Provide a common interface for type collections."Zachary Turner
2017-05-19[NewGVN] Delete the old store when we find congruent to a load.Davide Italiano
2017-05-19Fix a broken test.Zachary Turner
2017-05-19LiveIntervalAnalysis: Fix missing case in pruneSubRegValues()Matthias Braun
2017-05-18[NewGVN] Break infinite recursion in singleReachablePHIPath().Davide Italiano
2017-05-18[llvm-pdbdump] Add the ability to merge PDBs.Zachary Turner
2017-05-18[InstCombine] add more tests for xor-of-icmps; NFCSanjay Patel
2017-05-18[NewGVN] Replace predicate info leftovers.Davide Italiano
2017-05-18[InstSimplify] Make m_Not work for xor -1, XCraig Topper
2017-05-18Revert r302938 "Add LiveRangeShrink pass to shrink live range within BB."Hans Wennborg
2017-05-18[InstSimplify] Add test cases for missing fold (A & B) | ~(A ^ B) -> ~(A ^ B).Craig Topper
2017-05-18[InstCombine] move test and use better checks; NFCSanjay Patel
2017-05-18[LSR] Call canonicalize after we generate a new Formula in GenerateTruncates....Wei Mi
2017-05-18[LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih
2017-05-18[JumpThreading] Dont RAUW condition incorrectlyAnna Thomas
2017-05-18[AMDGPU] SDWA operands should not intersect with potential MIsSam Kolton
2017-05-18[MVT] add v1i1 MVTGuy Blank
2017-05-18[GlobalISel][X86] G_ADD/G_SUB vector legalizer/selector support.Igor Breger
2017-05-18[X86][AVX512] Add 512-bit vector ctpop costs + testsSimon Pilgrim
2017-05-18Re-commit: [globalisel][tablegen] Import rules containing intrinsic_wo_chain.Daniel Sanders
2017-05-18[X86] Add explicit triple to test invocationZvi Rackover
2017-05-18[X86] Replace slow LEA instructions in X86Lama Saba
2017-05-18Fix buildbot failure after rL303327: [BPI] Reduce the probability of unreacha...Serguei Katkov
2017-05-18[X86] Adding tests for scalar bitcasts from vsetcc. NFC.Zvi Rackover
2017-05-18[BPI] Reduce the probability of unreachable edge to minimal value greater than 0Serguei Katkov
2017-05-18[ThinLTO] Do not assert when adding a module with a different butAkira Hatanaka
2017-05-18Update three tests I missed in r302979 and r302990Justin Bogner
2017-05-17[InstCombine] add test for xor-of-icmps; NFCSanjay Patel
2017-05-17Revert "[globalisel][tablegen] Import rules containing intrinsic_wo_chain."Quentin Colombet
2017-05-17[InstCombine] handle icmp i1 X, C early to avoid creating an unknown patternSanjay Patel
2017-05-17[InstCombine] add test for missing icmp bool fold; NFCSanjay Patel
2017-05-17AMDGPU: Start defining a calling conventionMatt Arsenault