summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Fix shuffle decoding assertions to print the right number of required o...Craig Topper2016-10-171-8/+8
* ADT: Use LLVM_NODISCARD instead of LLVM_ATTRIBUTE_UNUSED_RESULT for StringRefJustin Bogner2016-10-171-21/+5
* ELF: Add a skip() overload to ignore any tokenJustin Bogner2016-10-173-9/+20
* Interpreter: Don't return StringRef from functions whose return value is neve...Justin Bogner2016-10-172-31/+16
* ELF: Fix a misuse of Twine::toStringRefJustin Bogner2016-10-171-3/+3
* ClangMoveTests.cpp: Appease msc18.NAKAMURA Takumi2016-10-171-4/+4
* Reformat.NAKAMURA Takumi2016-10-171-4/+4
* [AVX-512] Add shuffle combining support for vpermi2var shuffles derived from ...Craig Topper2016-10-172-32/+14
* [AVX-512] Add vpermi2var test cases to shuffle combining test case. Combining...Craig Topper2016-10-171-0/+112
* [CUDA] Fix false-positive in known-emitted handling.Justin Lebar2016-10-172-6/+66
* [AVX-512] Add support for turning a 256-bit load that goes to both halfs of a...Craig Topper2016-10-164-73/+99
* clang/test/CXX/conv/conv.fctptr/p1.cpp: Appease for targeting i686-win32.NAKAMURA Takumi2016-10-161-1/+1
* Revert "Revert "[analyzer] Make MallocChecker more robust against custom rede...Devin Coughlin2016-10-162-0/+36
* unittests: Explicitly ignore some return values in crash testsJustin Bogner2016-10-161-16/+18
* [test] Add missing colon.Michael Kruse2016-10-161-1/+1
* Support: Return void from Scanner::scan_ns_uri_char, no one uses the resultJustin Bogner2016-10-161-7/+2
* [cmake] Add polly-isl-test dependency to lit tests.Michael Kruse2016-10-161-1/+1
* MachineModuleInfo: Prefer the LLVM_NODISCARD spellingJustin Bogner2016-10-161-2/+1
* SCEV: Prefer the LLVM_NODISCARD spellingJustin Bogner2016-10-161-9/+9
* Support: Prefer the LLVM_NODISCARD spellingJustin Bogner2016-10-161-23/+25
* ADT: Prefer the LLVM_NODISCARD spellingJustin Bogner2016-10-168-11/+11
* ADT: Use LLVM_NODISCARD instead of LLVM_ATTRIBUTE_UNUSED_RESULT for ArrayRefJustin Bogner2016-10-161-14/+2
* AST: Improve a couple of comments and cast unused values to voidJustin Bogner2016-10-161-5/+4
* Revert "[analyzer] Make MallocChecker more robust against custom redeclarations"Devin Coughlin2016-10-162-36/+0
* [cmake] Add polly-isl-test dependency to lit tests.Michael Kruse2016-10-161-1/+1
* [test] Add -polly-unprofitable-scalar-accs to test that needs it.Michael Kruse2016-10-161-0/+1
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-1629-85/+445
* PR30711: Fix incorrect profiling of 'long long' in FoldingSet, then use it toRichard Smith2016-10-162-4/+25
* [analyzer] Make MallocChecker more robust against custom redeclarationsDevin Coughlin2016-10-162-0/+36
* Make any_cast<void()>(nullptr) compileEric Fiselier2016-10-162-4/+29
* [clang-tidy] Use ignoreImplicit in cert-err58-cpp checkMalcolm Parsons2016-10-162-3/+34
* Extend this test and make it a bit clearer which cases Clang is getting wrong.Richard Smith2016-10-161-14/+34
* [AVX-512] Fix the operand order for vpermi2var_qi intrinsics to match the oth...Craig Topper2016-10-163-12/+12
* [AVX-512] Correct execution domain for VPERMT2PS and VPERMI2PS.Craig Topper2016-10-168-94/+94
* [AVX-512] Move (v4i64 (X86SubVBroadcast (v2i64))) alternate patterns under a ...Craig Topper2016-10-161-9/+9
* Update LWG 2754 statusEric Fiselier2016-10-161-2/+2
* Fix use of non-constexpr C++14 addressofEric Fiselier2016-10-161-1/+1
* Update LWG 2767 and add test caseEric Fiselier2016-10-162-2/+16
* Update status for std::optional LWG issues and fix an optional SFINAE bugEric Fiselier2016-10-165-14/+35
* Update issue status for LWG 2744Eric Fiselier2016-10-1610-60/+93
* Update issue status for LWG 2768 and 2769Eric Fiselier2016-10-166-49/+84
* [ArmFastISel] Kill dead code. NFCI.Davide Italiano2016-10-161-35/+0
* Update notes for LWG 2678Eric Fiselier2016-10-161-1/+1
* Implement LWG 2712 and update other issues statusEric Fiselier2016-10-163-8/+38
* Revert "[analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker""Devin Coughlin2016-10-164-134/+12
* Implement LWG 2681 and 2682Eric Fiselier2016-10-163-4/+48
* Mark LWG 2680 as doneEric Fiselier2016-10-151-2/+2
* Implement LWG 2672.Eric Fiselier2016-10-153-7/+48
* Implement modified LWG 2665Eric Fiselier2016-10-154-4/+31
* [MachineMemOperand] Move synchronization scope and atomic orderings from SDNo...Konstantin Zhuravlyov2016-10-1512-142/+145
OpenPOWER on IntegriCloud