summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Seperate volatility and atomicity/ordering in SelectionDAGPhilip Reames2019-02-276-21/+66
* [clang-tidy] Add the abseil-time-subtraction checkHyrum Wright2019-02-2711-0/+448
* Fixed ubsan failures in r355005.Rong Xu2019-02-271-1/+1
* [NFC][Sanitizer] Hard-code fast/slow unwinder at call siteJulian Lettner2019-02-2710-25/+47
* Revert "[llvm-cxxfilt] Split and demangle stdin input on certain non-alphanum...Matt Davis2019-02-272-101/+7
* [InstCombine] add tests for add+ext+add; NFCSanjay Patel2019-02-271-0/+86
* [libFuzzer][Windows] Port fork mode to WindowsJonathan Metzman2019-02-277-16/+81
* [Darwin][NFC] Refactor throttling of 64bit sanitizer tests on DarwinJulian Lettner2019-02-278-29/+30
* Add triples to the test I committed in r355012 to fix windows bots.Akira Hatanaka2019-02-271-2/+2
* [X86][AVX] Pull out some INSERT_SUBVECTOR combines into a combineConcatVector...Simon Pilgrim2019-02-271-51/+66
* [llvm-readobj] Print section type values for unknown sections.Matt Davis2019-02-272-8/+46
* Attempt to fix buildbot after r354972 [#1]. NFCI.Alexey Lapshin2019-02-272-3/+9
* Avoid needlessly copying a block to the heap when a block literalAkira Hatanaka2019-02-2712-11/+234
* [llvm-cxxfilt] Re-enable the delimiters test on Windows.Matt Davis2019-02-271-1/+0
* [libc++] Add is_nothrow_convertible from P0758R1Louis Dionne2019-02-273-1/+88
* [Reproducer] Make 'reproducer generate' a NOOP during replay.Jonas Devlieghere2019-02-271-0/+5
* Support framework import/include auto-completionDavid Goldman2019-02-272-6/+57
* Clean up the delimiters test.Matt Davis2019-02-271-30/+30
* [libc++] Remove visibility-related warnings with Clang 8Louis Dionne2019-02-272-8/+4
* Recommit r354930 "[PGO] Context sensitive PGO (part 1)"Rong Xu2019-02-2714-75/+295
* [llvm-readobj]Add additional testing for various ELF featuresJames Henderson2019-02-2711-0/+1152
* [Reproducers] Add more logging to reproducer instrumentationJonas Devlieghere2019-02-272-16/+87
* [llvm-objdump] Should print strings when dumping DT_RPATH, DT_RUNPATH, DT_SON...Xing GUO2019-02-272-1/+205
* [ASTImporter] Improve import of FileID.Balazs Keri2019-02-271-7/+16
* [scudo][standalone] Add a standalone vector classKostya Kortchinsky2019-02-275-4/+167
* [llvm-cxxfilt] Split and demangle stdin input on certain non-alphanumerics.Matt Davis2019-02-272-7/+102
* [InstCombine] Add additional add.sat overflow tests; NFCNikita Popov2019-02-271-0/+88
* I changed a 'enable_if<...>::type to' 'enable_if_t<...>' but forgot to remove...Marshall Clow2019-02-271-1/+1
* Added documentation for clangd v9+ featuresDmitri Gribenko2019-02-271-0/+34
* [InstCombine] regenerate complete checks; NFCSanjay Patel2019-02-271-47/+119
* Added more detailed documentation for clangdDmitri Gribenko2019-02-2724-172/+848
* gn build: Merge r354989Nico Weber2019-02-271-11/+11
* [NFC] minor revision of r354929 [CUDA][HIP] Check calling convention based on...Yaxun Liu2019-02-271-1/+5
* hwasan: Rename source files from cc to cppNico Weber2019-02-2712-20/+21
* Implment the last part of P1024: tuple-like interface to span. Reviewed as ht...Marshall Clow2019-02-278-11/+291
* gn build: Merge r354692Nico Weber2019-02-271-0/+2
* [DebugInfo] Apply subprogram attributes on behalf of owner CUEugene Leviant2019-02-274-3/+96
* Remove XFAIL-Linux from two asan testsPavel Labath2019-02-272-6/+0
* Insert blocks of python code with swig instead of modify-python-lldb.pyPavel Labath2019-02-274-125/+98
* [AMDGPU][MC] Added register size check for VOP3/SDWA/DPP operandsDmitry Preobrazhensky2019-02-275-36/+223
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-2745-329/+796
* [AMDGPU][MC][GFX8+] Added syntactic sugar for 'vgpr index' operand of instruc...Dmitry Preobrazhensky2019-02-2715-69/+260
* AttrDocs.td: fix broken bullet-point indentationHans Wennborg2019-02-271-5/+5
* [clangd] Improve global code completion when scope specifier is unresolved.Eric Liu2019-02-272-11/+42
* [llvm-objcopy] - Check for invalidated relocations when removing a section.George Rimar2019-02-273-6/+77
* [X86][AVX] Only combine loads to broadcasts for legal typesSimon Pilgrim2019-02-273-9/+79
* [llvm-readobj]Fix error messages for bad archive members and add testing for ...James Henderson2019-02-273-1/+112
* [LLD][ELF] - Improve "sh_addralign is not a power of 2" diagnostics.George Rimar2019-02-273-6/+17
* Fix Wenum-compare gcc7 warning. NFCI.Simon Pilgrim2019-02-271-3/+3
* [clangd] Set thread priority on WindowsIlya Biryukov2019-02-271-0/+7
OpenPOWER on IntegriCloud