summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-13514-536/+0
* [Docs] Fix target feature matrix for PowerPC and SystemZKai Nacke2019-12-131-4/+4
* [lldb][NFC] Add reminder to TestSampleTest that setUp should be deleted if it...Raphael Isemann2019-12-131-0/+2
* [lldb][NFC] Make metadata tracking type safeRaphael Isemann2019-12-135-27/+78
* Recommit "[AArch64][SVE] Implement intrinsics for non-temporal loads & stores"Kerry McLaughlin2019-12-137-3/+308
* [LiveDebugValues] Omit entry values for DBG_VALUEs with pre-existing expressionsDavid Stenberg2019-12-132-2/+121
* [clangd] Fix windows buildsKadir Cetinkaya2019-12-131-7/+15
* [lldb/cmake] Temporarily revive LLDB_DISABLE_CURSESPavel Labath2019-12-131-2/+11
* [clangd] Add "inline" keyword to prevent ODR-violations in DefineInlineKadir Cetinkaya2019-12-132-3/+90
* [clangd] Introduce codeblocksKadir Cetinkaya2019-12-134-12/+101
* [clangd] Introduce paragraph, the first part of new rendering structsKadir Cetinkaya2019-12-136-281/+245
* [yaml2obj] - Add a way to override sh_flags section field.Georgii Rymar2019-12-134-22/+117
* [llvm-readobj] - Fix letters used for dumping section types in GNU style.Georgii Rymar2019-12-133-7/+128
* [LegalizeTypes] Remove unnecessary if before calling ReplaceValueWith on the ...Craig Topper2019-12-131-2/+1
* Reapply [LVI] Normalize pointer behaviorNikita Popov2019-12-132-80/+90
* [lldb] Remove xpasses after pr44037 fix committedMuhammad Omair Javaid2019-12-134-24/+1
* Revert an accidental commit af5ca40b47b3e85c3add81ccdc0b787c4bc355aeRui Ueyama2019-12-1312-160/+12
* Update the man pageRui Ueyama2019-12-131-1/+8
* temporaryRui Ueyama2019-12-1312-12/+160
* Correct inf typoAndrew Gaul2019-12-132-2/+2
* [libcxx] [test] Fix valarray UB and MSVC warnings.Stephan T. Lavavej2019-12-1210-15/+28
* Remove extra character I added to test my changes that I forgot to delete bef...Douglas Yung2019-12-121-1/+1
* [NFC][AArch64] Fix typo.Nate Voorhies2019-12-131-1/+1
* [libc++] Mark all fuzzing tests as unsupported in C++03Eric Fiselier2019-12-1217-0/+33
* [libc++] Cleanup and enable multiple warnings.Eric Fiselier2019-12-1212-27/+40
* Temporarily revert "NFC: DebugInfo: Refactor RangeSpanList to be a struct, li...Eric Christopher2019-12-124-11/+19
* [iOS sim] Simplify iossim_run.py scriptJulian Lettner2019-12-121-3/+2
* [clangd] Fix Windows test failure by adding -fno-delayed-template-parsing to ...Nathan Ridge2019-12-121-1/+5
* Fix test to work correctly on 32-bit platforms.Douglas Yung2019-12-121-1/+2
* NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLocStream::ListDavid Blaikie2019-12-124-19/+11
* NFC: DebugInfo: Refactor debug_loc/loclist emission into a common functionDavid Blaikie2019-12-122-21/+15
* __bit_reference: fix -Wdeprecated-copy warningsFangrui Song2019-12-121-1/+7
* hwasan: add tag_offset DWARF attribute to optimized debug infoEvgenii Stepanov2019-12-128-13/+178
* [libomptarget][nfc] Add declarations of atomic functions for amdgcnJon Chesterfield2019-12-123-0/+42
* [IR] Include target specific intrinsic headersHeejin Ahn2019-12-122-2/+2
* [libomptarget] Move resource id functions into target specific code, implemen...Jon Chesterfield2019-12-124-13/+15
* Update line number after previous patch added an additional unsupportedEric Christopher2019-12-121-4/+4
* [AArch64][SVE] Add integer arithmetic with immediate instructions.Danilo Carvalho Grael2019-12-125-9/+550
* [clangd] Heuristically resolve dependent method callsNathan Ridge2019-12-122-2/+131
* [libc++] Tolerate NaN returning random distributions for nowEric Fiselier2019-12-121-2/+8
* [Attributor][FIX] Do treat byval arguments specialJohannes Doerfert2019-12-123-13/+117
* [NFC][InstSimplify] Refactoring ThreadCmpOverSelect functionDenis Bakhvalov2019-12-121-44/+79
* Revert "[DAGCombiner] fold shift-trunc-shift to shift-mask-trunc"Sanjay Patel2019-12-123-14/+4
* [clang] [test] Disable the test exhausting stack on NetBSDMichał Górny2019-12-121-0/+3
* [sanitizers] Redirect stdout and stderr to TASK_LOGEric Christopher2019-12-121-1/+1
* [OPENMP50]Fix possible conflict when emitting an alias for the functionsAlexey Bataev2019-12-122-1/+50
* [DAGCombiner] fold shift-trunc-shift to shift-mask-truncSanjay Patel2019-12-123-4/+14
* [libc++] Add check to ensure oss-fuzz properly targets libc++.Eric Fiselier2019-12-121-0/+4
* [LTO] Support for embedding bitcode section during LTOTeresa Johnson2019-12-128-120/+270
* [OPENMP50]Improve checks for declare variant functions compatibility.Alexey Bataev2019-12-125-19/+69
OpenPOWER on IntegriCloud