aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-16[llvm-mca] Fix -Wpessimizing-move warnings introduced by r339923.linaro-local/ci/llvm-kernel-aarch64-goodAndrea Di Biagio
2018-08-16Add missing test file from r339799.Peter Collingbourne
2018-08-16[X86] Pre-commit test case for D50827.Craig Topper
2018-08-16[WebAssembly] Remove temporary workaround for function bitcastsJacob Gravelle
2018-08-16[MachineVerifier] Check if predecessor is jointly dominated by undefsKrzysztof Parzyszek
2018-08-16[llvm-mca] Refactor how execution is orchestrated by the Pipeline.Andrea Di Biagio
2018-08-16[SelectionDAG] Improve the legalisation lowering of UMULO.Eli Friedman
2018-08-16[llvm-strip] Add support for -p/--preserve-datesJordan Rupprecht
2018-08-16[RegisterCoalescer] Shrink to uses if needed after removeCopyByCommutingDefKrzysztof Parzyszek
2018-08-16Fix memory leak in demangling of string literals.Zachary Turner
2018-08-16[TargetLowering] Add support for non-uniform vectors to BuildSDIVSimon Pilgrim
2018-08-16[codeview] Use push_macro to avoid conflicts instead of a prefixReid Kleckner
2018-08-16[MC] Cleanup noop default case spelling. NFC.Nirav Dave
2018-08-16Revert "unittests: Don't install TestPlugin.so"Tom Stellard
2018-08-16AMDGPU: Custom lower fexpMatt Arsenault
2018-08-16[X86][SSE] Add sdiv by nonuniform constant vector test containing -1/+1 and a...Simon Pilgrim
2018-08-16[NFC] Fix typo in test casesEvandro Menezes
2018-08-16[TargetLowering] Refactor BuildSDIV in preparation for D50765. NFCI.Simon Pilgrim
2018-08-16unittests: Don't install TestPlugin.soTom Stellard
2018-08-16[MC] Remove unused variableBenjamin Kramer
2018-08-16[MC][X86] Enhance X86 Register expression handling to more closely match GCC.Nirav Dave
2018-08-16Fix -Wmicrosoft-goto warnings.Zachary Turner
2018-08-16Add support for AVX-512 CodeView registers.Zachary Turner
2018-08-16[MS Demangler] Demangle string literals.Zachary Turner
2018-08-16[MS Demangler] Don't fail on MD5-mangled names.Zachary Turner
2018-08-16[TableGen] TypeSetByHwMode::operator== optimizationSimon Pilgrim
2018-08-16[ConstantFolding] add tests for funnel shift intrinsics; NFCSanjay Patel
2018-08-16[TableGen] Avoid self getPredicates() != comparison. NFCI.Simon Pilgrim
2018-08-16[InstCombine] Expand the simplification of pow(x, 0.5) to sqrt(x)Evandro Menezes
2018-08-16[llvm-mca] Small refactoring in preparation for another patch that will impro...Andrea Di Biagio
2018-08-16[TableGen] Return ValueTypeByHwMode by const reference from CodeGenRegisterCl...Simon Pilgrim
2018-08-16[cmake] Prevent LLVMgold.so from being unloaded on LinuxHans Wennborg
2018-08-16[InstCombine] move vector compare before same-shuffled opsSanjay Patel
2018-08-16[yaml2obj] - Allow to use numeric sh_link (Link) value for sections.George Rimar
2018-08-16[yaml2elf] - Use check-next in test.George Rimar
2018-08-16[ARM] Ignore GEPs in ARMCodeGenPrepareSam Parker
2018-08-16[yaml2elf] - Simplify code, add a test. NFC.George Rimar
2018-08-16[ARM] Allow zext in ARMCodeGenPrepareSam Parker
2018-08-16[RISCV][MC] Don't fold symbol differences if requiresDiffExpressionRelocation...Alex Bradbury
2018-08-16[ADT] Replace APInt::WORD_MAX with APInt::WORDTYPE_MAXSimon Pilgrim
2018-08-16[ARM] Allow signed icmps in ARMCodeGenPrepareSam Parker
2018-08-16[mips] Remove dead code from MipsPassConfigSimon Atanasyan
2018-08-16[NFC] Remove const modifier to allow further development in LICMMax Kazantsev
2018-08-16[NFC] Add missing const modifierMax Kazantsev
2018-08-16[X86] Remove masking from the 512-bit padds and psubs intrinsics. Use select ...Craig Topper
2018-08-16[X86] Remove the unused masked 128 and 256-bit masked padds/psubs intrinsics.Craig Topper
2018-08-16[X86] Correct some bad FileCheck prefixes in tests. Add test cases for v64i8 ...Craig Topper
2018-08-16[x86] Actually initialize the SLH pass with the x86 backend and useChandler Carruth
2018-08-16[BFI] Use rounding while computing profile counts.Easwaran Raman
2018-08-15[Metadata] Replace a SmallVector with an array; NFCGeorge Burgess IV