summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Recommit [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano2018-07-279-0/+222
* [DEBUGINFO] Disable unsupported debug info options for NVPTX target.Alexey Bataev2018-07-2710-80/+201
* Stop building liblldb with CMake's framework functionalityAlex Langford2018-07-276-38/+55
* Reland r338088, "ELF: Make --print-icf-sections output deterministic."Peter Collingbourne2018-07-272-32/+27
* [SLC] Test simplification of pow(x, 0.333...) to cbrt(x) (NFC)Evandro Menezes2018-07-271-0/+117
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-2726-130/+225
* [AArch64, PowerPC, x86] add more signbit math tests; NFCSanjay Patel2018-07-273-17/+87
* [analyzer] Extend NoStoreFuncVisitor to insert a note on IVarsGeorge Karpenkov2018-07-273-17/+100
* [MachineOutliner] Exit getOutliningCandidateInfo when we erase all candidatesJessica Paquette2018-07-273-1/+13
* [ARM] Add new target feature to fuse literal generationEvandro Menezes2018-07-274-19/+94
* [OMPT] Fix OMPT callbacks for the taskloop construct and add testcaseJoachim Protze2018-07-272-61/+232
* [OMPT] Adapt OMPT callbacks for tasks to handle untied tasks correctlyJoachim Protze2018-07-272-52/+93
* [OMPT] Print two more addresses in print_fuzzy_address_block()Joachim Protze2018-07-271-5/+8
* [AArch64, PowerPC, x86] add more signbit math tests; NFCSanjay Patel2018-07-273-0/+76
* Fix typos in comment.Richard Smith2018-07-271-2/+2
* [ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...George Karpenkov2018-07-271-0/+1
* [OPENMP] Static variables on device must be externally visible.Alexey Bataev2018-07-273-3/+27
* [demangler] Support for reference collapsingErik Pilkington2018-07-273-91/+116
* [ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...George Karpenkov2018-07-276-1/+66
* Revert "Enable MachineOutliner by default under -Oz for AArch64"Jessica Paquette2018-07-2710-97/+12
* Add missing temporary materialization conversion on left-hand side of .Richard Smith2018-07-2711-279/+325
* bpf: add missing RegState to notify MachineInstr verifier necessary register ...Yonghong Song2018-07-272-10/+12
* Enable MachineOutliner by default under -Oz for AArch64Jessica Paquette2018-07-2710-12/+97
* [DAGCombiner] fold 'not' with signbit mathSanjay Patel2018-07-274-59/+84
* [x86] add more tests for signbit math; NFCSanjay Patel2018-07-271-0/+84
* [PowerPC] add more tests for signbit math; NFCSanjay Patel2018-07-271-0/+96
* [AArch64] add more tests for signbit math; NFCSanjay Patel2018-07-271-0/+81
* [Support] Use unsigned char for xxHash 64-bitFangrui Song2018-07-271-3/+3
* AMDGPU/R600: Add MOV instructions to BFE patternsJan Vesely2018-07-272-5/+180
* [AArch64][SVE] Asm: Predicated integer reductions.Sander de Smalen2018-07-2720-0/+645
* [AMDGPU][MC][DOC] Updated AMD GPU assembler descriptionDmitry Preobrazhensky2018-07-274-22/+151
* [clang-tidy] Fix a crash in fuchsia-multiple-inheritanceIlya Biryukov2018-07-272-0/+16
* [AArch64][SVE] Asm: Predicated floating point reductions.Sander de Smalen2018-07-2714-1/+348
* [libc++] Introduce _LIBCPP_HIDE_FROM_ABI to replace _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-272-9/+36
* [AArch64][SVE] Asm: Support for FEXPA and FTSSEL.Sander de Smalen2018-07-276-0/+124
* [AArch64][SVE] Asm: Support for FRECPE and FRSQRTE.Sander de Smalen2018-07-276-0/+94
* [CMake] Followup for r337366: Only export LLVM_LINK_LLVM_DYLIB if it's set to ONPhilip Pfaffe2018-07-272-1/+7
* [InstCombine] not(sub X, Y) --> add (not X), YSanjay Patel2018-07-273-10/+12
* [InstCombine] add tests for not+sub; NFCSanjay Patel2018-07-271-0/+110
* [clangd] Return Dex IteratorsKirill Bobyrev2018-07-274-1/+617
* [SimplifyIndVar] Canonicalize comparisons to unsigned while eliminating truncsMax Kazantsev2018-07-272-2/+54
* [Support] Bring std::errc::not_supported to llvm::errc.Victor Leschuk2018-07-271-0/+1
* AMDGPU: Fix code size for return_to_epilog pseudoMatt Arsenault2018-07-273-3/+10
* DAG: Remove unnecessary .str()Matt Arsenault2018-07-271-1/+1
* PatternMatch: Add wrappers for fabs and canonicalizeMatt Arsenault2018-07-272-3/+13
* Revert "ELF: Make --print-icf-sections output deterministic."Ilya Biryukov2018-07-272-23/+28
* Revert "[LV][DebugInfo] Set DL to the middle block Icmp instruction"Anastasis Grammenos2018-07-272-36/+1
* [AST] Sink 'part of explicit cast' down into ImplicitCastExprRoman Lebedev2018-07-276-13/+17
* [InstSimplify] tests for D48828: fold extraction from std::pairHiroshi Inoue2018-07-273-0/+305
* [LV][DebugInfo] Set DL to the middle block Icmp instructionAnastasis Grammenos2018-07-272-1/+36
OpenPOWER on IntegriCloud