summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Change size suffix for FP16FML intrinsics.Ahmed Bougacha2019-02-212-86/+86
* [NFC] Fix incorrect comment in std::function testLouis Dionne2019-02-211-1/+1
* [libFuzzer] fix the docsKostya Serebryany2019-02-211-0/+1
* Fix unused variable warning.Richard Trieu2019-02-211-2/+2
* [clang-tidy] Make google-objc-function-naming ignore implicit functions 🙈Stephane Moore2019-02-213-4/+34
* [libFuzzer] document -fork=NKostya Serebryany2019-02-211-0/+22
* Revert "[AArch64][GlobalISel] Implement partial support for G_SHUFFLE_VECTOR"Amara Emerson2019-02-215-359/+1
* [attributes] Fix buildbot after r354530.Artem Dergachev2019-02-211-1/+1
* [attributes] Add an attribute for server routines in Mach kernel and extensions.Artem Dergachev2019-02-218-0/+132
* [GlobalISel] Add -O0 to some tests to see if it fixes them. I can't reproduce...Amara Emerson2019-02-202-2/+2
* [WebAssembly] Don't generate invalid modules when function signatures mismatchSam Clegg2019-02-2010-87/+372
* [clang] Add CMake target for installing clang's CMake exportsShoaib Meenai2019-02-201-2/+11
* Merge target triple into module triple when constructing module from memoryAlex Langford2019-02-201-0/+4
* [clang] Switch to LLVM_ENABLE_IDEShoaib Meenai2019-02-206-9/+9
* [CMake][runtimes] Set clang-header dependency for builtinsPetr Hosek2019-02-201-16/+22
* [WebAssembly] Don't error on conflicting uses of prototype-less functionsSam Clegg2019-02-202-6/+30
* [LSan] Fix `__sanitizer_print_stack_trace` via fast unwinderJulian Lettner2019-02-204-6/+4
* [AArch64][GlobalISel] Implement partial support for G_SHUFFLE_VECTORAmara Emerson2019-02-205-1/+359
* [X86] Add test cases to show missed opportunities to remove AND mask from BTC...Craig Topper2019-02-201-0/+187
* [CGP] match a special-case of unsigned subtract overflowSanjay Patel2019-02-203-9/+13
* [DAGCombine] Generalize Dead Store to overlapping stores.Nirav Dave2019-02-203-18/+20
* [clang-tidy] refactor ExceptionAnalyzer further to give ternary answerJonas Toth2019-02-203-83/+271
* AMDGPU/GlobalISel: Move SMRD selection logic to TableGenTom Stellard2019-02-205-141/+166
* Fix the build with gcc when `-Wredundant-decls` is passedDimitry Andric2019-02-201-2/+0
* [SelectionDAG] Teach GetDemandedBits to look at the known zeros of the LHS wh...Craig Topper2019-02-202-5/+7
* [SDAG] Support vector UMULO/SMULONikita Popov2019-02-2010-22/+5904
* Make predefined FLT16 macros conditional on support for the typeNemanja Ivanovic2019-02-203-19/+24
* [X86] Add more load folding patterns for blend instructions as a follow up to...Craig Topper2019-02-207-38/+98
* Add support for pointer types in patternsTom Stellard2019-02-207-6/+75
* [OPENMP] Use targetDiag for diagnostics of unsupported exceptions, NFC.Alexey Bataev2019-02-202-8/+2
* Fix testcase.Nirav Dave2019-02-201-0/+1
* [clangd] Fix a crash in SelectionIlya Biryukov2019-02-202-2/+6
* [lldb-mi] Move TestMIPrompt away from pexpect().Davide Italiano2019-02-202-58/+17
* [clangd] Store index in '.clangd/index' instead of '.clangd-index'Ilya Biryukov2019-02-204-8/+8
* Add test case.Nirav Dave2019-02-201-0/+71
* Fix remaining semicolon pedantic errors for intelGabor Marton2019-02-201-2/+2
* [Clang Driver] Add support for "-static-pie" argument to the Clang driver.Siva Chandra2019-02-204-13/+39
* [X86] Add test case to show missed opportunity to remove an explicit AND on t...Craig Topper2019-02-201-0/+31
* Fix license headersVitaly Buka2019-02-201-2/+3
* Revert r354498 "[X86] Add test case to show missed opportunity to remove an e...Craig Topper2019-02-202-36/+3
* [X86] Add test case to show missed opportunity to remove an explicit AND on t...Craig Topper2019-02-202-3/+36
* AArch64/test: Add check for function name to machine-outliner-bad-adrp.mirTom Stellard2019-02-201-0/+1
* Fixing NDEBUG typo in include/llvm/Support/raw_ostream.hPuyan Lotfi2019-02-201-1/+1
* [lldb-mi] Remove a test that uses pexpect().Davide Italiano2019-02-201-82/+0
* [MCA][Scheduler] Correctly initialize field NumDispatchedToThePendingSet.Andrea Di Biagio2019-02-201-1/+2
* Add partial implementation of std::to_address() as llvm::to_address()Daniel Sanders2019-02-202-0/+36
* [MCA][Scheduler] Collect resource pressure and memory dependency bottlenecks.Andrea Di Biagio2019-02-205-32/+49
* [X86][SSE] combineX86ShufflesRecursively - begin generalizing the number of s...Simon Pilgrim2019-02-201-11/+7
* [TestModuleCXX] Make this test Darwin-only.Jonas Devlieghere2019-02-201-1/+1
* [OPENMP] Delay emission of the asm target-specific error messages.Alexey Bataev2019-02-204-44/+173
OpenPOWER on IntegriCloud