summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-04[RISCV][NFC] Fix naming of RISCVISelLowering::{LowerRETURNADDR,LowerFRAMEADDR}linaro-local/ci/tcwg-llvm-kernel-baseline-aarch64-master-stableAlex Bradbury
2018-10-04[llvm-exegesis] Unbreak analysis-uops-variant.test introduced in D52825Fangrui Song
2018-10-04[LegalizeIntegerTypes] Fix typo in comment. NFCCraig Topper
2018-10-04Use std::make_pair rather than brace initialization.Matt Morehouse
2018-10-04[ELF] Fix typo. NFCShoaib Meenai
2018-10-04[analyzer] [quickfix] Temporarily disabling a failing test.George Karpenkov
2018-10-03[WebAssembly] Add WebAssembly to LLVM_ALL_TARGETSDerek Schuff
2018-10-03[ELF] Fix crash on invalid undefined local symbolsShoaib Meenai
2018-10-03[llvm-nm] Update clang tests based on changed llvm-nm outputJordan Rupprecht
2018-10-03[llvm-nm] Update lld tests based on changed llvm-nm outputJordan Rupprecht
2018-10-03[llvm-nm] Print an explicit "no symbols" message when an object file has no s...Jordan Rupprecht
2018-10-03[RISCV] Handle redundant SplitF64+BuildPairF64 pairs in a DAGCombineAlex Bradbury
2018-10-03[SEMA] split ExtWarn dupl-decl-spec's into Extension and ExtWarnNick Desaulniers
2018-10-03[WebAssembly] Bitselect intrinsic and instructionThomas Lively
2018-10-03Revert "[ASTMatchers] Fix DynamicASTMatchersTests again"Fangrui Song
2018-10-03[RISCV][NFC] Refactor LocVT<->ValVT converstion in RISCVISelLoweringAlex Bradbury
2018-10-03[analyzer] [tests] [quickfix] Make more test more resilient for non-defaut -std.Artem Dergachev
2018-10-03[analyzer] Do not crash if the assumption added in TrustNonNullChecker is eno...George Karpenkov
2018-10-03[WebAssembly] Refactor use of signaturesDerek Schuff
2018-10-03[WebAssembly] Refactor WasmSignature and use it for MCSymbolWasmDerek Schuff
2018-10-03Minor refacotring of Relocations.cpp. NFC.Rui Ueyama
2018-10-03[machineverifier] Detect PHI's that are preceeded by non-PHI'sDaniel Sanders
2018-10-03[mips] Remove -allow-deprecated-dag-overlap flag from tests. NFCSimon Atanasyan
2018-10-03[PPC64] Test documenting toc-restore after interposable recursive call. [NFC]Sean Fertile
2018-10-03[PPC64] Add test documenting toc-restore when linking with -Bsymbolic. [NFC]Sean Fertile
2018-10-03[InstCombine] allow SimplifyDemandedVectorElts to work with FP binopsSanjay Patel
2018-10-03Fix buildbot regression by rL339929: NameError: global name 'test_directory' ...Jan Kratochvil
2018-10-03[libc++][NFC] Add error messages to a couple of static_asserts in spanLouis Dionne
2018-10-03Make meanings of variables clearer in action table generation (NFC)Heejin Ahn
2018-10-03[X86] Stop promoting vector ISD::SELECT to vXi64.Craig Topper
2018-10-03[ASTMatchers] Fix DynamicASTMatchersTests againFangrui Song
2018-10-03[test] Fix -Wunused-variable in rC343665Fangrui Song
2018-10-03Remove stray character from docsStephen Kelly
2018-10-03Update documentation for correctnessStephen Kelly
2018-10-03Adding skipIf to std::variant libc++ data-formatter test since get is not ava...Shafik Yaghmour
2018-10-03Add matchers missing from dynamic AST registryStephen Kelly
2018-10-03Sort list of matchersStephen Kelly
2018-10-03[analyzer] [tests] [quickfix] Make the test more resilient for a non-defaut s...George Karpenkov
2018-10-03[InstCombine] add tests for binop undef-into-constant propagation; NFCSanjay Patel
2018-10-03[X86] Add CMOV_VK2/VK4 pseudos and remove lowering code that turned v2i1/v4i1...Craig Topper
2018-10-03[RISCV][NFCI] Handle redundant splitf64+buildpairf64 pairs during instruction...Alex Bradbury
2018-10-03[OPENMP] Add reverse_offload clause to requires directivePatrick Lyster
2018-10-03[X86] Add CMOV pseudos for VR128X and VR256X register classes. Use them when ...Craig Topper
2018-10-03[X86] Don't break CMOV pseudo instructions down by type. Just by register class.Craig Topper
2018-10-03[X86] PUSH/POP 'mem-mem' instructions are not RMW - these are 2 different add...Simon Pilgrim
2018-10-03Add template type and value parameter metadata nodes to template variable spe...Matthew Voss
2018-10-03Emit template type and value parameter DIEs for template variables.Matthew Voss
2018-10-03[X86] Move Atomic binops to use WriteALURMW schedule classSimon Pilgrim
2018-10-03[COFF] Cope with weak aliases produced by GNU toolsMartin Storsjo
2018-10-03[clang-doc] Avoid parsing undefined base classesJulie Hockett