summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [DAGCombiner] fix crash when converting build vector to shuffleSanjay Patel2019-01-212-5/+33
* [test] Pass -ccc-install-dir in mac compilation db testMichal Gorny2019-01-211-1/+6
* [clang-tidy] Work around http://llvm.org/PR40392Alexander Kornienko2019-01-212-4/+22
* Mark the lambda function pointer conversion operator as noexcept.Aaron Ballman2019-01-215-9/+30
* Regenerating the C++ DR status page from the latest Core issues list.Aaron Ballman2019-01-211-14010/+14172
* NFC: fixed formatting to be consistent across the fileAndrey Churbanov2019-01-211-1/+2
* [OpenCL] Allow address spaces as method qualifiers.Anastasia Stulova2019-01-219-60/+187
* [Analyzer] Remove extra blank line from Iterator Checker (test commit)Adam Balogh2019-01-211-1/+0
* Fixed https://reviews.llvm.org/D55078 broken Fortran fixed form.Andrey Churbanov2019-01-211-4/+6
* [NFC] Fix comparison warning issues by MSVCJohannes Doerfert2019-01-211-1/+3
* [clang] add tests to ExprMutAnalyzer that reproduced a crash in ASTMatchersJonas Toth2019-01-211-0/+19
* [X86][BtVer2] Update the WriteLoad latency.Andrea Di Biagio2019-01-2113-143/+142
* [CostModel][X86] Add XOP icmp cost tests (PR40376)Simon Pilgrim2019-01-211-0/+462
* [AArch64] Use LL for 64-bit intrinsic argumentsSam Parker2019-01-213-15/+20
* [ASTImporter] Add test for importing anonymous namespaces.Raphael Isemann2019-01-212-0/+70
* [clang-tidy] Use getStripPluginsAdjusterKadir Cetinkaya2019-01-211-17/+1
* [llvm-symbolizer] Add -no-demangle as alias for -demangle=falseDmitry Venikov2019-01-213-2/+26
* Fix test after AST dump output changeStephen Kelly2019-01-211-1/+1
* Fix typos throughout the license files that somehow I and my reviewersChandler Carruth2019-01-2120-19/+20
* [HWASAN] Improve tag mismatch diagnosticsEugene Leviant2019-01-214-13/+43
* [X86] Remove and autoupgrade vpmovqd/vpmovwb intrinsics using trunc+select.Craig Topper2019-01-2113-90/+214
* Tentative fix for r351701 and gcc 6.2 build on ubuntuSerge Guelton2019-01-211-2/+3
* [NFC] Make getExpressionSize unsigned shortMax Kazantsev2019-01-211-1/+1
* [NFC] Fix warnings in unit test of r351725Max Kazantsev2019-01-211-6/+6
* [SCEV][NFC] Introduces expression sizes estimationMax Kazantsev2019-01-214-10/+86
* [RISCV] Add R_RISCV_RELAX relocation to all possible relax candidates.Kito Cheng2019-01-214-16/+73
* [llgo]: fix compilation under current llvmKristina Brooks2019-01-212-8/+4
* [AVR] Insert unconditional branch when inserting MBBs between blocks with fal...Dylan McKay2019-01-212-0/+83
* [AVR] Enable emission of debug informationDylan McKay2019-01-212-0/+13
* Revert "[AVR] Insert unconditional branch when inserting MBBs between blocks ...Dylan McKay2019-01-212-74/+0
* [AVR] Insert unconditional branch when inserting MBBs between blocks with fal...Dylan McKay2019-01-212-0/+74
* [fuzzer] Fix test checks broken after license header updateVitaly Buka2019-01-218-8/+8
* [safestack] Remove unsupported platformsVitaly Buka2019-01-211-12/+6
* [safestack] Fix FreeBSD runtime buildVitaly Buka2019-01-211-0/+4
* [libFuzzer][MSVC] Make Sanitizer Coverage MSVC-compatibleJonathan Metzman2019-01-211-20/+25
* [ASan] On Darwin record global allocator pointer and size in introspection st...Dan Liew2019-01-211-1/+17
* On Darwin add allocator address and size fields toDan Liew2019-01-214-0/+28
* On Darwin allow for sanitizer malloc implementations to provide a zoneDan Liew2019-01-214-4/+22
* [Driver] Don't pass default value to getCompilerRTArgStringPetr Hosek2019-01-214-7/+7
* [CMake][Fuchsia] Drop -DNDEBUG, re-enable modulesPetr Hosek2019-01-211-2/+3
* [X86] Add missing test cases for some int/fp->fp conversion intrinsics with r...Craig Topper2019-01-201-19/+75
* Fix test after AST dump output changeStephen Kelly2019-01-201-1/+1
* Tentative fix for r351701 and gcc 6.2 build on ubuntuSerge Guelton2019-01-201-4/+4
* Tentative fix for r351701 and gcc 6.2 build on ubuntuSerge Guelton2019-01-201-2/+3
* [safestack] Remove Darwin from supported platformsVitaly Buka2019-01-201-1/+1
* Try to port tests to AST dump changesStephen Kelly2019-01-205-13/+10
* Add missing test fileSerge Guelton2019-01-201-0/+26
* Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton2019-01-2053-212/+119
* AMDGPU: Legalize more bitcastsMatt Arsenault2019-01-202-10/+176
* GlobalISel: Add isPointer legality predicatesMatt Arsenault2019-01-202-0/+20
OpenPOWER on IntegriCloud