summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [LICM] Add a diagnostic analysis for identifying alias informationAnna Thomas2018-08-174-22/+219
* Fix for bug 38508 - Don't do PCH processing when only generating preprocessor...Erich Keane2018-08-175-3/+36
* [RISCV] Remove unused functionRoger Ferrer Ibanez2018-08-172-21/+0
* clang-cl: Expose -fno-crash-diagnostics (PR38574)Hans Wennborg2018-08-172-1/+2
* [ConstantFolding] add simplifications for funnel shift intrinsicsSanjay Patel2018-08-172-12/+31
* [ThinLTO] Correct documentation on default number of threadsTeresa Johnson2018-08-171-1/+3
* [TableGen] TypeSetByHwMode::insert - cache the default MVT. NFCI.Simon Pilgrim2018-08-171-3/+10
* [AArch64] - return address signingLuke Cheeseman2018-08-177-0/+61
* [AArch64] - Generate pointer authentication instructionsLuke Cheeseman2018-08-172-0/+145
* Revert extraneous directory added by accident in rL340016Nemanja Ivanovic2018-08-171-17/+0
* [PowerPC] Generate Power9 extswsli extend sign and shift immediate instructionNemanja Ivanovic2018-08-176-3/+72
* [DAGCombiner] extractShiftForRotate - fix out of range shift issueSimon Pilgrim2018-08-172-2/+15
* [InstCombine] Remove unused method FAddCombine::createFDiv(). NFCAndrea Di Biagio2018-08-171-8/+0
* [ARM/AArch64] Support FP16 +fp16fml instructionsBernard Ogden2018-08-1724-5/+821
* [ARM/AArch64] TargetParserTest fixesBernard Ogden2018-08-171-2/+21
* [LLD][ELF] - Remove dead code. NFC.George Rimar2018-08-171-4/+0
* [DAGCombine] Improve (sra (sra x, c1), c2) -> (sra x, (add c1, c2)) foldingSimon Pilgrim2018-08-172-28/+18
* Fix clangd tests on older compilersSimon Pilgrim2018-08-171-10/+10
* [Sparc] Get sret arg size from CallLoweringInfo.getArgs()Daniel Cederman2018-08-174-47/+33
* [clangd] NFC: Mark Workspace Symbol feature complete in the documentationKirill Bobyrev2018-08-171-2/+2
* Fix "control reaches end of non-void function" -Wreturn-type warning. NFCI.Simon Pilgrim2018-08-171-0/+1
* [clangd] Fetch documentation from the Index during signature helpIlya Biryukov2018-08-174-69/+164
* [clangd] Show function documentation in signature helpIlya Biryukov2018-08-173-40/+13
* [Sparc] Flush register windows for @llvm.returnaddress(1)Daniel Cederman2018-08-172-11/+24
* [clangd] Always use the latest preambleHaojian Wu2018-08-172-2/+46
* [MISC]Fix wrong usage of std::equal()Chen Zheng2018-08-174-19/+39
* [ARM][NFC] ARMCodeGenPrepare: some refactoring and algorithm descriptionSjoerd Meijer2018-08-171-33/+85
* [NFC] Some small test updates for Implicit Conversion sanitizer.Roman Lebedev2018-08-174-7/+84
* [NFC] Some small test updates for Implicit Conversion sanitizer.Roman Lebedev2018-08-173-46/+288
* Fix compiler warnings after rL339649.Aleksandr Urakov2018-08-172-10/+7
* [MustExecute] Fix algorithmic bug in isGuaranteedToExecute. PR38514Max Kazantsev2018-08-175-53/+125
* [NFC] Add tests to ensure that improvement of MustThrow analysis will not lea...Max Kazantsev2018-08-171-0/+91
* Revert r339977: [GISel]: Add Opcodes for a few LLVM IntrinsicsChandler Carruth2018-08-174-51/+0
* [llvm-mc-assemble-fuzzer] Update API - Pass MCObjectWriter instead of a streamBrian Cain2018-08-171-3/+4
* [Support] Add a public API to allow clearing all (static) timer groups.Graydon Hoare2018-08-172-5/+24
* [hexagon] restore -fuse-cxa-atexit by defaultBrian Cain2018-08-172-2/+1
* [XRay][compiler-rt] Avoid InternalAlloc(...) in Profiling ModeDean Michael Berris2018-08-172-102/+112
* [GISel]: Add Opcodes for a few LLVM IntrinsicsAditya Nandakumar2018-08-174-0/+51
* Revert "[libFuzzer] Use std::discrete_distribution for input selection."Matt Morehouse2018-08-171-4/+7
* [ADT] Replace a member initializer of a union with an explicitChandler Carruth2018-08-171-2/+6
* Add a relocation for R_AARCH64_ABS32 in ObjectFileELFStephane Sezer2018-08-171-4/+9
* [libFuzzer] Use std::discrete_distribution for input selection.Matt Morehouse2018-08-171-7/+4
* [WebAssembly] Modify LateEHPrepare one-line description (NFC)Heejin Ahn2018-08-171-1/+1
* Revert "Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm...Vitaly Buka2018-08-164-175/+136
* DebugInfo: Remove command line (& target-based) disabling of pubnames in favo...David Blaikie2018-08-169-53/+10
* [libc++] Use correct rand.eng.mers all-zeroes seed sequence fallbackHubert Tong2018-08-162-2/+83
* Disable pubnames in NVPTX debug info using metadataDavid Blaikie2018-08-162-2/+11
* [WebAssembly] CFG stackify support for exception handlingHeejin Ahn2018-08-163-108/+868
* Revert "Implement a (simple) Markdown generator"Julie Hockett2018-08-1613-732/+38
* Remove commented out constructor from ScalarAlex Langford2018-08-161-43/+0
OpenPOWER on IntegriCloud