summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-12-14[opt-viewer] Support unicode characters in function namesAdam Nemet
2017-12-14[X86] Don't zero the upper bits of the k-register before extracting a single ...Craig Topper
2017-12-14[ARM] Fix isRenamable flag setting on expanded VSTMDIA opcode.Geoff Berry
2017-12-14[X86][AVX][AVX2]: Adding full coverage of MC encoding for the AVX, AVX2 isa s...Gadi Haber
2017-12-14[mips] Update some tests before posting a patch, NFC.Simon Dardis
2017-12-14Revert CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.valueYaxun Liu
2017-12-14Re-commit: [TableGen] AsmMatcher: Fix bug with reported diagnostic for operand.Sander de Smalen
2017-12-14[LLVMgold] Use platform dependent extension in testsEugene Leviant
2017-12-14[mips] Add partial support for R6 in the long branch passSimon Dardis
2017-12-14[ScalarEvolution] Fix base condition in isNormalAddRecPHI.Bjorn Pettersson
2017-12-14[InlineCost] Tracking Values through PHI NodesHaicheng Wu
2017-12-14Revert "[DAGCombine] Move AND nodes to multiple load leaves"Benjamin Kramer
2017-12-14Inserting several lit tests to reflect current behaviourOmer Paparo Bivas
2017-12-14[AVX512] Adding support for load truncate store of I1Michael Zuckerman
2017-12-14[X86] Add FMA4 schedule testsSimon Pilgrim
2017-12-14[X86] Add FMA3 schedule testsSimon Pilgrim
2017-12-14[PM][InstCombine] fixing omission of AliasAnalysis in new-pass-manager's vers...Fedor Sergeev
2017-12-14[CodeGen] Print global addresses as @foo in both MIR and debug outputFrancis Visoiu Mistrih
2017-12-14[CodeGen] Print external symbols as $symbol in both MIR and debug outputFrancis Visoiu Mistrih
2017-12-14[Verifier] Check that GEP indexes has correct typesIgor Laevsky
2017-12-14[DAGCombine] Move AND nodes to multiple load leavesSam Parker
2017-12-14[X86] Make ANY_EXTEND from vXi1 Custom for more types.Craig Topper
2017-12-14[SelectionDAG][X86] Improve legalization of v32i1 CONCAT_VECTORS of v16i1 for...Craig Topper
2017-12-14[LV] Support efficient vectorization of an induction with redundant castsDorit Nuzman
2017-12-14[X86][AES]: Adding full coverage of MC encoding for the AES and AVXAES isa se...Gadi Haber
2017-12-14[SelectionDAG] When legalizing the result type of CONCAT_VECTORS, take into a...Craig Topper
2017-12-14MC/AsmPrinter: Reduce code duplication.Matthias Braun
2017-12-14MC: Add support for mach-o build_versionMatthias Braun
2017-12-13[EarlyCSE] recognize swapped variants of abs/nabs as equivalentSanjay Patel
2017-12-13[X86] Add missing MULX32 schedule testSimon Pilgrim
2017-12-13CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.valueYaxun Liu
2017-12-13[CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner
2017-12-13[EarlyCSE] add tests for swapped abs/nabs; NFCSanjay Patel
2017-12-13[X86] Add CLWB schedule testSimon Pilgrim
2017-12-13[WebAssembly] Use bitfield types in wasm YAML representationSam Clegg
2017-12-13Reverting [JumpThreading] Preservation of DT and LVI across the passBrian M. Rzycki
2017-12-13[EarlyCSE] recognize commuted and swapped variants of min/max as equivalent (...Sanjay Patel
2017-12-13[WebAssembly] Add linking metatdata test coverage for wasm2yamlSam Clegg
2017-12-13[X86] Move ADX schedule tests out of schedule-x86_64.llSimon Pilgrim
2017-12-13AMDGPU: Partially fix disassembly of MIMG instructionsMatt Arsenault
2017-12-13[JumpThreading] Preservation of DT and LVI across the passBrian M. Rzycki
2017-12-13[GVNHoist] Fix: PR35222 gvn-hoist incorrectly erases loadAditya Kumar
2017-12-13Ignore metainstructions during the shrink wrap analysisAdrian Prantl
2017-12-13[dsymutil][test] Fix failing test when no lipo binary availableJonas Devlieghere
2017-12-13[X86] Add JCC/JECXZ/JECXZ/JRCXZ/LOOP schedule testsSimon Pilgrim
2017-12-13Regenerate test-shrink.ll test results. NFCAmaury Sechet
2017-12-13[dsymutil] Re-enable threadingJonas Devlieghere
2017-12-13[X86] Add RET/RETF schedule testsSimon Pilgrim
2017-12-13[X86] Add POP/PUSH schedule testsSimon Pilgrim
2017-12-13Reverted r320229. It broke tests on builder llvm-clang-x86_64-expensive-check...Galina Kistanova