summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gn build: Fix check-clang-tools after r362702.Nico Weber2019-07-303-1/+37
* [WebAssembly] Do not emit tail calls with return type mismatchThomas Lively2019-07-304-12/+136
* [Reproducers] Fix incorrect help messageJonas Devlieghere2019-07-301-2/+2
* Remove cache for macro arg stringizationReid Kleckner2019-07-305-47/+42
* [NFC] remove obsolete commentJF Bastien2019-07-301-5/+0
* Revert [GVN] Preserve loop related analysis/canonical forms.Florian Hahn2019-07-306-96/+9
* [Docs] Fix sphinx warning in OCamlLangImpl5.rstFrancis Visoiu Mistrih2019-07-301-1/+1
* [clang-tidy] Fix the documentation for linuxkernel-must-use-errs.Tom Roeder2019-07-302-17/+11
* [GVN] Preserve loop related analysis/canonical forms.Florian Hahn2019-07-306-9/+96
* [dotest] Remove multiprocessingJonas Devlieghere2019-07-306-1913/+5
* [NFC] Remove uses of LLVM_ALIGNASJF Bastien2019-07-303-8/+6
* [Support] Workaround a GCC 4.8 bug on constant expression evaluation.Michael Liao2019-07-301-3/+3
* [Remarks] Add two serialization modes for remarks: separate and standaloneFrancis Visoiu Mistrih2019-07-307-27/+167
* [LoopFusion] Extend use of OptimizationRemarkEmitterKit Barton2019-07-303-73/+538
* AMDGPU: Avoid emitting "true" predicatesMatt Arsenault2019-07-305-5/+16
* [DivRemPairs] Add srem-of-srem tests (PR42823, D65298, D65451)Roman Lebedev2019-07-304-0/+176
* Address post commit review comments on revision 366727.Sean Fertile2019-07-306-20/+21
* [COFF][ARM64] Reorder handling of aarch64 MSVC builtinsDavid Major2019-07-302-145/+149
* [InstCombine] Fold "x ?% y ==/!= 0" to "x & (y-1) ==/!= 0" iff y is power-of...Roman Lebedev2019-07-305-13/+54
* Ask confirmation when `git llvm push` will push multiple commitsMehdi Amini2019-07-301-0/+26
* Fix `git llvm` script when no arguments are supplied on Python 3Mehdi Amini2019-07-301-0/+9
* add more information to benchmark test failuresEric Fiselier2019-07-301-1/+1
* [X86] SimplifyDemandedVectorEltsForTargetNode should be calling resolveTarget...Simon Pilgrim2019-07-301-0/+1
* libcxx: Define __STDCPP_THREADS__ to 1, not to __cplusplus.Nico Weber2019-07-303-5/+11
* gn build: Use rebase_path on filename args to libcxx/utils/gen_link_script.pyHans Wennborg2019-07-301-2/+2
* [clangd] Fix a regression in rL366996.Haojian Wu2019-07-302-7/+16
* Add typedef declaration information to the JSON AST dump.Aaron Ballman2019-07-304-52/+106
* [RISCV] Attempt to make rv{32,64}i-aliases-invalid.s less flakySam Elliott2019-07-302-6/+6
* [llvm-objcopy] - Stop using Inputs/alloc-symtab.oGeorge Rimar2019-07-305-19/+46
* [lldb][NFC] Fix import-std-module tests that relied on fix-its to passRaphael Isemann2019-07-302-5/+5
* [lldb] Fix crash when tab-completing in multi-line exprRaphael Isemann2019-07-304-1/+61
* [lldb][NFC] Check in crashing test caseRaphael Isemann2019-07-303-0/+19
* [X86][AVX] SimplifyDemandedVectorElts - handle extraction from X86ISD::SUBV_B...Simon Pilgrim2019-07-302-8/+42
* [Driver] Define _FILE_OFFSET_BITS=64 on SolarisRainer Orth2019-07-301-1/+4
* [CMake] Define _FILE_OFFSET_BITS=64 on SolarisRainer Orth2019-07-302-0/+11
* [clangd] Ignore diags from builtin filesKadir Cetinkaya2019-07-303-15/+37
* [lldb][docs] Update documentation for monorepo and CMake cachesStefan Granitz2019-07-301-36/+144
* [AArch64] Disable __ARM_FEATURE_SVE without ACLE.Sander de Smalen2019-07-302-4/+1
* PECOFF: Fix a "memset clearing an object of non-trivial type" warningPavel Labath2019-07-302-34/+32
* SymbolVendor: Move locking into the Symbol FilesPavel Labath2019-07-308-160/+126
* [ARM][LowOverheadLoops] Enable by defaultSam Parker2019-07-308-17/+22
* [ARM][LowOverheadLoops] Revert non-header LE targetSam Parker2019-07-302-3/+264
* [builtins][test] XFAIL two SPARC testsRainer Orth2019-07-302-0/+8
* [NFC][X86][AArch64] Revisit test coverage for X s% C == 0 fold - add tests fo...Roman Lebedev2019-07-3013-364/+2126
* [ASan][test] XFAIL AddressSanitizer-*-sunos :: TestCases/intercept-rethrow-e...Rainer Orth2019-07-301-0/+2
* [AArch64][AsmParser] Remove SVE and SVE2 from ARMTargetParserCullen Rhodes2019-07-301-13/+7
* [lldb] [test/lldb-vscode] Use realpath to match vscode behaviorMichal Gorny2019-07-301-2/+4
* [lldb] [test/lldb-vscode] Use os.path.dirname() [NFC]Michal Gorny2019-07-301-5/+5
* Revert "[DivRemPairs] Handling for expanded-form rem - recomposition (PR42673)"Roman Lebedev2019-07-303-103/+17
* [DivRemPairs] Handling for expanded-form rem - recomposition (PR42673)Roman Lebedev2019-07-303-17/+103
OpenPOWER on IntegriCloud