summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [SelectionDAG] move constant or splat functions to common locationSanjay Patel2018-11-253-41/+40
* [llvm-mca] Add support for instructions with a variadic number of operands.Andrea Di Biagio2018-11-252-18/+146
* add Kang Zhang(shkzhang@cn.ibm.com) to the CREDITS.TXTKang Zhang2018-11-251-0/+4
* A bit of AST matcher cleanup, NFC.Alexander Kornienko2018-11-2528-221/+198
* [X86][compiler-rt] Add missing semicolonBenjamin Kramer2018-11-241-1/+1
* [X86] Synchronize a macro in getAvailableFeatures in Host.cpp with the same m...Craig Topper2018-11-241-3/+3
* [X86] Make conversion of feature bits into a mask explicitly unsigned by usin...Craig Topper2018-11-241-6/+6
* [X86][compiler-rt] Attempt to fix a warning about a shift amount being negati...Craig Topper2018-11-241-6/+6
* [InstCombine] Determine demanded and known bits for funnel shiftsNikita Popov2018-11-242-19/+58
* [llvm-mca] InstrBuilder: warnings for call/ret instructions are only reported...Andrea Di Biagio2018-11-242-4/+14
* [analyzer] INT50-CPP. Do not cast to an out-of-range enumeration checkerKristof Umann2018-11-245-0/+342
* isEvaluatable() implies a constant context.Bill Wendling2018-11-245-5/+17
* Revert unapproved commitJoel Jones2018-11-244-1254/+5
* [AArch64] Enable libm vectorized functions via SLEEFJoel Jones2018-11-244-5/+1254
* [clangd] Add 'Switch header/source' command in clangd-vscodeMarc-Andre Laperle2018-11-242-5/+42
* [CodeComplete] Delete unused variable in rC342449Fangrui Song2018-11-241-1/+0
* [CodeComplete] Format SemaCodeComplete.cpp and improve code consistencyFangrui Song2018-11-241-1187/+1135
* [ARM] Add dependency from ARMAsmParser to ARMAsmPrinter after r347494Fangrui Song2018-11-231-1/+1
* [InstCombine] Simplify funnel shift with zero/undef operand to shiftNikita Popov2018-11-232-9/+68
* [TableGen] Emit more variant transitionsEvandro Menezes2018-11-235-10/+67
* [llvm-mca] Refactor some of the logic in InstrBuilder, and add a verifyOperan...Andrea Di Biagio2018-11-233-77/+190
* [DAG] consolidate shift simplificationsSanjay Patel2018-11-239-534/+462
* [x86] make test immune to oversized shift simplificationSanjay Patel2018-11-231-15/+23
* Revert r347491 as it's llvm counterpart breaks buildbotsLuke Cheeseman2018-11-232-3/+3
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-2326-200/+79
* [clangd] Add support for hierarchical documentSymbolIlya Biryukov2018-11-2314-161/+457
* [LLD][ELF] - Simplify. NFCI.George Rimar2018-11-232-7/+5
* Remove the optional dependency from libclang to clang-tidy/include-fixerBenjamin Kramer2018-11-234-48/+0
* [clang-tidy] Ignore matches in template instantiations (cert-dcl21-cpp)Alexander Kornienko2018-11-231-1/+2
* [ARM][AsmParser] Improve debug printing of parsed asm operandsOliver Stannard2018-11-231-19/+39
* [llvm-mca][View] Improved Retire Control Unit Statistics.Andrea Di Biagio2018-11-2310-16/+87
* Attempt to fix buildbot after r347489Eugene Leviant2018-11-231-1/+1
* Revert r343342 together with LLVM commit 347490.Luke Cheeseman2018-11-232-3/+3
* Revert r343341Luke Cheeseman2018-11-2326-79/+200
* [ThinLTO] Assembly representation of ReadOnly attributeEugene Leviant2018-11-238-37/+88
* [NFC] Add test that demonstrates buggy behavior on term folding of LoopSimpli...Max Kazantsev2018-11-231-0/+29
* [ARM][NFC] codegen tests cleanup: remove dangling check prefixesSjoerd Meijer2018-11-237-24/+24
* Disable LoopSimplifyCFG terminator folding by defaultMax Kazantsev2018-11-233-6/+12
* [LLD][ELF] - Fix mistype. NFC.George Rimar2018-11-231-1/+1
* [LoopSimplifyCFG] Don't delete LCSSA PhisMax Kazantsev2018-11-232-1/+56
* [NFC] Add verification flags to testsMax Kazantsev2018-11-231-3/+3
* [LegalizeVectorTypes] Don't use SplitVecOp_TruncateHelper if we're heading to...Craig Topper2018-11-234-743/+398
* [Object] Also treat STB_GNU_UNIQUE symbols as exported to other DSOFangrui Song2018-11-231-3/+4
* A __builtin_constant_p() returns 0 with a function type.Bill Wendling2018-11-222-1/+27
* [LegalizeVectorTypes] Have SplitVecOp_TruncateHelper fall back to SplitVecOp_...Craig Topper2018-11-225-221/+98
* [DAGCombiner] form 'not' ops ahead of shifts (PR39657)Sanjay Patel2018-11-2220-81/+96
* [NFC] Fix typo in commentLouis Dionne2018-11-222-2/+2
* Reland test/MC/Mips/reloc-directive-label-offset.sVladimir Stefanovic2018-11-221-0/+75
* [libcxx] Reintroduce UNSUPPORTED annotation for strstreambuf overflow testLouis Dionne2018-11-221-0/+4
* [clangd] Cleanup: make the diags callback global in TUSchedulerIlya Biryukov2018-11-225-137/+182
OpenPOWER on IntegriCloud