summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-1226-89/+138
* [AMDGPU] AMDGPUUsage clarify address space information and other typo and for...Tony2019-12-121-435/+476
* TypeCategory: Initialize m_enabled to falseVedant Kumar2019-12-121-1/+1
* Suppress -Wwarn-unused-variables when we don't know the constructorErich Keane2019-12-122-0/+21
* Rename LoopInfo::isRotated() to LoopInfo::isRotatedForm().Kit Barton2019-12-123-20/+24
* [compiler-rt] libFuzzer: update -merge_control_file= help message.Max Moroz2019-12-121-1/+2
* [PS4] Predefine the __SCE__ macro for the x86_64-scei-ps4 tripleWarren Ristow2019-12-122-0/+2
* Default to -fuse-init-arrayFangrui Song2019-12-1222-69/+61
* [SystemZ] Implement the packed stack layoutJonas Paulsson2019-12-1211-298/+513
* [FormatEntity] Add mangled function name supportMed Ismail Bennani2019-12-125-0/+57
* [DAGCombiner] improve readabilitySanjay Patel2019-12-121-11/+11
* [lldb/Core] Add missing include (2/2)Jonas Devlieghere2019-12-121-0/+2
* [lldb/Core] Add missing includeJonas Devlieghere2019-12-121-1/+1
* [AArch64][PowerPC] add tests for shift sandwich; NFCSanjay Patel2019-12-122-3/+33
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_TERMIOSJonas Devlieghere2019-12-124-17/+17
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_LIBXML2Jonas Devlieghere2019-12-123-32/+32
* [ELF] Add a comment to handleSectionGroup(). NFCFangrui Song2019-12-121-0/+2
* [lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDITJonas Devlieghere2019-12-1212-39/+39
OpenPOWER on IntegriCloud