summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* X86CondBrFolding - remove non-existent fixBranchProb function. NFC.Simon Pilgrim2019-11-071-2/+0
* AsmWriterOperand - fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-071-1/+1
* Using crtp to refactor the xcoff section headerdiggerlin2019-11-073-25/+36
* [lldb] Comment typo fixJan Kratochvil2019-11-071-1/+1
* comment shiftamountthresholdjoanlluch2019-11-071-0/+1
* [openmp] [test] Skip one more test that kills NetBSD buildbotMichał Górny2019-11-071-0/+3
* [OPENMP][DOCS] Update OpenMP status (NFC)Alexey Bataev2019-11-071-2/+4
* [Sema] Suppress -Wchar-subscripts if the index is a literal charEdward Jones2019-11-072-1/+15
* [GWP-ASan] Respect compiler-rt's -fno-ltoMitch Phillips2019-11-071-1/+2
* [RISCV] Add riscv{32,64} to ALL_CRT_SUPPORTED_ARCH listEdward Jones2019-11-071-1/+1
* [SDAG] reduce code duplication; NFCSanjay Patel2019-11-071-18/+11
* Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ff...Melanie Blower2019-11-0713-19/+540
* [RISCV] Improve sysroot computation if no GCC install detectedEdward Jones2019-11-0711-7/+82
* [SDAG] reduce code duplication; NFCSanjay Patel2019-11-071-4/+4
* [OpenCL] Add geometric and relational builtin functionsSven van Haastregt2019-11-071-0/+100
* [OpenCL] Add integer builtin functionsSven van Haastregt2019-11-072-11/+70
* [lldb] Add -m option to 'target modules dump symtab' to disable demanglingRaphael Isemann2019-11-078-16/+86
* SampleProfWriter - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-071-2/+2
* CodeGen: set correct result for atomic compound expressionsTim Northover2019-11-072-9/+73
* [libc++] Fix potential OOB in poisson_distributionLouis Dionne2019-11-073-22/+98
* [ConstantRange][LVI] Use overflow flags from `sub` to constrain the rangeRoman Lebedev2019-11-072-6/+4
* [OpenCL] Add math and common builtin functionsSven van Haastregt2019-11-071-18/+153
* [libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is...Louis Dionne2019-11-075-7/+15
* [libc++] Fix some constexpr tests broken by D68837Louis Dionne2019-11-074-4/+4
* [ThinLTO] Import readonly vars with refsevgeny2019-11-0712-31/+76
* [SLP] allow forming 2-way reduction patternsSanjay Patel2019-11-074-20/+43
* [NFC][CVP] Add some tests for `sub` with preexisting no-wrap flagsRoman Lebedev2019-11-071-0/+216
* [mips] Set macros for Octeon+ CPUSimon Atanasyan2019-11-072-2/+15
* [mips] Add `octeon+` to the list of CPUs accepted by the driverSimon Atanasyan2019-11-076-3/+23
* [mips] Write `AFL_EXT_OCTEONP` flag to the `.MIPS.abiflags` sectionSimon Atanasyan2019-11-072-1/+9
* [mips] Support `octeon+` CPU in the `.set arch=` directiveSimon Atanasyan2019-11-072-2/+7
* [mips] Implement Octeon+ `saa` and `saad` instructionsSimon Atanasyan2019-11-0718-16/+410
* Revert f0c2a5a "[LV] Generalize conditions for sinking instrs for first order...Hans Wennborg2019-11-072-271/+14
* [clangd] NFC, hide the internal-only utility function lex.Haojian Wu2019-11-071-3/+4
* [lldb-server] Add setting to force 'g' packet useGuilherme Andrade2019-11-0710-21/+127
* [clang-rename] Respect the traversal scope when traversing the entire AST.Haojian Wu2019-11-071-1/+1
* Revert a5c8ec4 "[CGDebugInfo] Emit subprograms for decls when AT_tail_call is...Hans Wennborg2019-11-074-31/+10
* [clangd] Add unit tests for comments in system headersIlya Biryukov2019-11-071-0/+27
* [clang-format] Make '.clang-format' variants finding a loop (NFC)Anders Waldenborg2019-11-071-31/+27
* [clangd] Set RetainCommentsFromSystemHeaders to trueIlya Biryukov2019-11-072-0/+2
* [AMDGPU] Fix bug introduced in 47a5c36b37f0dfukalov2019-11-072-5/+16
* [Syntax] Silence "unused function" warning in no-assert builds. NFCIlya Biryukov2019-11-071-0/+2
* [llvm-readobj] - Simplify elf-hash-symbols.test. NFCI.Georgii Rymar2019-11-071-10/+24
* [X86] Remove unused variable. NFCCraig Topper2019-11-061-1/+0
* [X86] Remove dead code from combineStore.Craig Topper2019-11-061-44/+10
* [Clang] Add ENABLE_LINKER_BUILD_ID to Hurd driver.kristina2019-11-071-0/+4
* Temporarily Revert "[LV] Apply sink-after & interleave-groups as VPlan transf...Eric Christopher2019-11-067-174/+131
* [OPENMP] [DOCS] fix section formatting issues [NFC]Kelvin Li2019-11-061-13/+10
* Keep import function list for inlinee profile updateWenlei He2019-11-064-8/+99
* [AArch64][SVE] Add remaining patterns and intrinsics for add/sub/mad patternsDanilo Carvalho Grael2019-11-068-29/+901
OpenPOWER on IntegriCloud