summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Propagate context into reply handlersKadir Cetinkaya2019-10-091-1/+1
* [llvm-exegesis] Fix r374158Clement Courbet2019-10-092-16/+16
* [CostModel][X86] Add tests for insertelement to non-immediate vector element ...Simon Pilgrim2019-10-091-0/+74
* [CostModel][X86] Add tests for extractelement from non-immediate vector eleme...Simon Pilgrim2019-10-091-0/+74
* [ARM] Add saturating arithmetic tests for MVE. NFCDavid Green2019-10-091-0/+501
* [llvm-exegesis][NFC] Remove extra `llvm::` qualifications.Clement Courbet2019-10-0937-905/+822
* [llvm-exegesis][NFC] Remove extra `llvm::` qualifications.Clement Courbet2019-10-0913-281/+250
* [mips] Set default float ABI to "soft" on FreeBSDSimon Atanasyan2019-10-095-9/+25
* [DebugInfo] Enable call site debug info for ARM and AArch64Nikola Prica2019-10-093-4/+11
* [Sema] Emit diagnostics for uncorrected delayed typos at the end of TUIlya Biryukov2019-10-092-3/+12
* Revert r374006: Reland 'Add VFS support for sanitizers' blacklist'Ilya Biryukov2019-10-093-69/+1
* [TableGen] Fix crash when using HwModes in CodeEmitterGenJames Molloy2019-10-092-1/+11
* [llvm-exegesis] Add missing std::move in rL374146.Clement Courbet2019-10-091-2/+2
* Unify the two CRC implementationsHans Wennborg2019-10-0918-241/+155
* [llvm-exegesis][NFC] Fix rL374146.Clement Courbet2019-10-091-1/+1
* [llvm-exegesis] Explore LEA addressing modes.Clement Courbet2019-10-095-17/+145
* [lldb] Don't crash when the ASTImporter produces diagnostics but instead log ...Raphael Isemann2019-10-091-39/+54
* Revert r374139, "[dsymutil] Fix handling of common symbols in multiple object...Jeremy Morse2019-10-095-72/+2
* [llvm-exegesis][NFC] Remove unecessary `using llvm::` directives.Clement Courbet2019-10-093-13/+5
* Use lld-link instead of llvm-dlltool to create an implibRui Ueyama2019-10-091-1/+1
* [lld] Don't create hints-section if Hint/Name Table is emptyRui Ueyama2019-10-093-1/+23
* [dsymutil] Fix handling of common symbols in multiple object files.Jonas Devlieghere2019-10-095-2/+72
* [TypeSize] Fix module builds (cassert)Kristina Brooks2019-10-091-0/+1
* Optimize operator=(const basic_string&) for tail call.Eric Fiselier2019-10-091-1/+1
* [c++20] P1152R4: warn on any simple-assignment to a volatile lvalueRichard Smith2019-10-096-29/+124
* [c++20] Implement most of P1152R4.Richard Smith2019-10-097-2/+138
* Explicitly set entry point arch when it's thumb [Second Try]Antonio Afonso2019-10-085-6/+191
* [cxx_status] Note that Clang has supported std::source_location sinceRichard Smith2019-10-081-1/+1
* Factor out some duplication. NFC.Richard Smith2019-10-081-5/+3
* gn build: unbreak libcxx build after r374116 by restoring gen_link_script.py ...Nico Weber2019-10-082-1/+51
* [Docs] Fixes broken sphinx build - undefined labelDeForest Richards2019-10-081-3/+0
* [clang-scan-deps] Improve string/character literal skippingAlex Lorenz2019-10-082-11/+73
* [IRGen] Emit lifetime markers for temporary struct allocasFrancis Visoiu Mistrih2019-10-082-0/+111
* [sanitizer] Fix crypt.cpp on Android againVitaly Buka2019-10-082-6/+3
* [IA] Add tests for a few other edge casesBill Wendling2019-10-081-0/+4
* [dsymutil] Improve verbose output (NFC)Jonas Devlieghere2019-10-082-30/+55
* DebugInfo: Move LLE enum handling to .def to match RLE handlingDavid Blaikie2019-10-084-16/+37
* Revert Trust the arange accelerator tables in dSYMsAdrian Prantl2019-10-081-13/+7
* [libc++] Workaround old versions of CMake that don't understand list(JOIN)Louis Dionne2019-10-081-1/+1
* Fix crash or wrong code bug if a lifetime-extended temporary contains aRichard Smith2019-10-083-9/+28
* [OpenMP] Enable thread affinity on FreeBSDDavid Carlier2019-10-086-14/+51
* Trust the arange accelerator tables in dSYMsAdrian Prantl2019-10-081-7/+13
* [libc++] Move the linker script generation step to CMakeLouis Dionne2019-10-084-92/+54
* [sanitizer] Fix crypt.cpp test on DarwinVitaly Buka2019-10-082-4/+7
* StopInfo/Mach: Delete PPC supportVedant Kumar2019-10-081-103/+0
* [clang] enable_trivial_var_init_zero should not be Joined<>Vitaly Buka2019-10-081-1/+1
* [CVP} Replace SExt with ZExt if the input is known-non-negativeRoman Lebedev2019-10-082-6/+31
* [CVP][NFC] Revisit sext vs. zext testRoman Lebedev2019-10-081-5/+33
* [clang] Add llvm-ifs in test depsVitaly Buka2019-10-081-0/+1
* Fix `compiler_rt_logbf_test.c` test failure for Builtins-i386-darwin test suite.Dan Liew2019-10-081-3/+7
OpenPOWER on IntegriCloud