summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-28[llvm-mca] Remove redundant namespace prefixes. NFClinaro-local/ci/llvm-kernel-armv8l-testedlinaro-local/ci/llvm-kernel-armv8l-goodlinaro-local/ci/llvm-kernel-aarch64-testedlinaro-local/ci/llvm-kernel-aarch64-goodAndrea Di Biagio
2018-09-28[X86][Btver2] Fix BSF/BSR scheduleSimon Pilgrim
2018-09-28Revert r343308: [LoopInterchange] Turn into a loop pass.Florian Hahn
2018-09-28[ARM] Prevent DSP and SIM32 being set for v6mSam Parker
2018-09-28[LoopInterchange] Turn into a loop pass.Florian Hahn
2018-09-28[llvm-mca] Teach how to track zero registers in class RegisterFile.Andrea Di Biagio
2018-09-28[docs] Fix links in Clangd documentationKirill Bobyrev
2018-09-28[ClangFormat] 'try' of function-try-block doesn't obey BraceWrappingOwen Pan
2018-09-28[ARM] Alter test to account for change to armv6k default CPUPeter Smith
2018-09-28[ARM] Remove non-existent cpu arm1176j-s and use mpcore for v6kPeter Smith
2018-09-28[ARM] Allow execute only code on Cortex-m23David Spickett
2018-09-28Remove extra whitespace. NFC. (test commit)David Spickett
2018-09-28[ARM][v8.5A] Add speculation barriers SSBB and PSSBBOliver Stannard
2018-09-28[X86][BtVer2] Fix PHMINPOS schedule resources typoSimon Pilgrim
2018-09-28[PDB] Handle `char` as a builtin typeAleksandr Urakov
2018-09-28[CodeGen] fix broken successor probability in MBB dumpHiroshi Inoue
2018-09-28Test commit. NFC.Owen Rodley
2018-09-28[XRay] Fix fdr-thread-order.cc when current directory contains fdr-thread-ord...Fangrui Song
2018-09-28[ScalarizeMaskedMemIntrin] Use MinAlign to calculate alignment for the scalar...Craig Topper
2018-09-28Handle dependent class template names in class template argumentRichard Smith
2018-09-28[lldb] Remove an assertion in RichManglingContext::GetBufferRef() hit when de...Aaron Smith
2018-09-28[pdb] Simplify the code by replacing a few string conversions with calls to i...Aaron Smith
2018-09-28merge-request.sh: Add 7.0 metabugTom Stellard
2018-09-28[XRay] Guard local variables with `static` and struct with unnamed namespacesFangrui Song
2018-09-28[ORC] clang-format the ThreadSafeModule code.Lang Hames
2018-09-28[ORC] Add a const version of ThreadSafeModule::getModule().Lang Hames
2018-09-28[ORC] Lock ThreadSafeContext during module destruction in ThreadSafeModule'sLang Hames
2018-09-28[cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith
2018-09-28[ScalarizeMaskedMemIntrin] Fix the alignment calculation for the scalar store...Craig Topper
2018-09-28[ScalarizeMaskedMemIntrin] Add test cases for masked store expansion. Increas...Craig Topper
2018-09-27[XRay] Fix argv0-log-file-name.cc race when tests are executed parallellyFangrui Song
2018-09-27[X86] Add the test case from PR38986.Craig Topper
2018-09-27[XRay] Add LD_LIBRARY_PATH to env variables for Unit TestsDean Michael Berris
2018-09-27[cxx2a] P0624R2: Lambdas with no capture-default areRichard Smith
2018-09-27[ScalarizeMaskedMemIntrin] Ensure the mask is a vector of ConstantInts before...Craig Topper
2018-09-27[ScalarizeMaskedMemIntrin] Use cast instead of dyn_cast checked by an assert....Craig Topper
2018-09-27[analyzer] Hotfix for the bug in exploded graph printingGeorge Karpenkov
2018-09-27WebAssembly: Rename GetSignature to GetLibcallSignature [NFC]Derek Schuff
2018-09-27[ScalarizeMaskedMemIntrin] When expanding masked gathers, start with the pass...Craig Topper
2018-09-27[ScalarizeMaskedMemIntrin] Add some IR only test cases for masked gather expa...Craig Topper
2018-09-27[ScalarizeMaskedMemIntrin] When expanding masked loads, start with the passth...Craig Topper
2018-09-27[ScalarizeMaskedMemIntrin] Handle the case where the mask is an all zero vector.Craig Topper
2018-09-27[ScalarizeMaskedMemIntrin] Add dedicated IR only tests for masked load expans...Craig Topper
2018-09-27[ScalarizeMaskedMemIntrin] Remove some temporary variables that are only used...Craig Topper
2018-09-27[ScalarizeMaskedMemIntrin] Cleanup comments. NFCCraig Topper
2018-09-27[ORC] Add definition for IRLayer::setCloneToNewContextOnEmit, use it to set theLang Hames
2018-09-27[WebAssembly] Add --[no]-export-dynamic to replace --export-defaultSam Clegg
2018-09-27AMDGPU: Split HasExt into HasExtDPP/SDWA/SDWA9Konstantin Zhuravlyov
2018-09-27NFC: Fix some darwin linker warnings introduced in r338385Erik Pilkington
2018-09-27[ORC] Make LocalIndirectStubsManager's operations thread-safe.Lang Hames