summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Change type of wake count to unsigned intHeejin Ahn2018-11-162-2/+2
* Re-apply r346985: [ADT] Drop llvm::Optional clang-specific optimization for t...Tom Stellard2018-11-162-26/+0
* [WebAssembly] Split BBs after throw instructionsHeejin Ahn2018-11-165-26/+140
* [AMDGPU] NFC Test commitRon Lieberman2018-11-161-1/+1
* AMDHSA: More code object v3 fixes:Konstantin Zhuravlyov2018-11-157-20/+21
* [clang-tidy] Fix reference to -[NSError init] in AvoidNSErrorInitCheck.hStephane Moore2018-11-151-1/+1
* Fix compilation failure in unit tests on Windows.Zachary Turner2018-11-151-0/+5
* Remove myself as owner of clang-query.Peter Collingbourne2018-11-151-4/+0
* [CMake] Explicitly list Linux targets for Fuchsia toolchainPetr Hosek2018-11-151-31/+31
* Fix parens warning in assert in ASTMatchFinderErich Keane2018-11-151-7/+7
* [X86] Remove ANY_EXTEND special case from canReduceVMulWidthCraig Topper2018-11-151-18/+2
* Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLDNathan Lanza2018-11-157-4/+147
* Force SHELL to be cmd.exe on Windows for the test suiteNathan Lanza2018-11-151-0/+11
* [AMDGPU] Update code object metadata format documentationScott Linder2018-11-151-34/+519
* A unit test file moved.Jason Molenda2018-11-151-4/+4
* Revert "[ADT] Drop llvm::Optional clang-specific optmization for trivially co...Tom Stellard2018-11-151-0/+18
* Disable filesystem benchmark when libstdc++ doesn't support itEric Fiselier2018-11-151-3/+18
* Add a check whether or not a str is utf8 prior to emplacingNathan Lanza2018-11-154-40/+65
* [ADT] Drop llvm::Optional clang-specific optmization for trivially copyable t...Tom Stellard2018-11-151-18/+0
* Upgrade Google Benchmark library to ToTEric Fiselier2018-11-1557-863/+2966
* [X86] Minor cleanup to getExtendInVec. NFCICraig Topper2018-11-151-4/+7
* [InstCombine] adjust rotate direction in tests; NFCSanjay Patel2018-11-151-12/+12
* Port the Darwin universal binary testcase to x86_64.Adrian Prantl2018-11-152-61/+57
* [X86] Add -x86-experimental-vector-widening support to reduceVMULWidth and co...Craig Topper2018-11-152-44/+48
* [WebAssembly] Fix return type of nextByteThomas Lively2018-11-151-2/+2
* [BinaryFormat] Add MsgPackTypesScott Linder2018-11-155-0/+865
* [InstCombine] add tests for funnel shift (rotate) canonicalization; NFCSanjay Patel2018-11-151-1/+342
* [WebAssembly] Import the stack pointer when building shared librariesSam Clegg2018-11-156-66/+92
* [X86] Guess that a CPU is Icelake it if reports support for AVX512VBMI2.Craig Topper2018-11-151-0/+6
* [WebAssembly] Refactor config setting and checking. NFC.Sam Clegg2018-11-152-53/+66
* [LTO] Load sample profile in LTO link step.Xin Tong2018-11-153-0/+59
* [TTI] Reduction costs only need to include a single extract element costSimon Pilgrim2018-11-1515-1334/+1186
* [AST] Store the string data in StringLiteral in a trailing array of charsBruno Ricci2018-11-155-154/+237
* [InstCombine] fix rotate narrowing bug for non-pow-2 typesSanjay Patel2018-11-152-18/+23
* [AST][NFC] Various NFCs in StringLiteralBruno Ricci2018-11-152-41/+35
* [InstCombine] add rotate narrowing tests with odd types; NFCSanjay Patel2018-11-151-0/+46
* [SLPVectorizer][X86] Regenerate reduction minmax tests and cleanup check pref...Simon Pilgrim2018-11-151-659/+272
* [SLPVectorizer][X86] Regenerate reduction tests and add PR37731 testSimon Pilgrim2018-11-151-210/+196
* [ELF] - Renamed few more AArch64 specific relocation expressions. NFC.George Rimar2018-11-154-17/+18
* [X86] Fix MCNullStreamer support for modules with a CodeView flag Simon Pilgrim2018-11-152-10/+10
* [clang-tidy] Update checks to play nicely with limited traversal scope added ...Sam McCall2018-11-155-10/+20
* [InstSimplify] delete shift-of-zero guard ops around funnel shiftsSanjay Patel2018-11-152-36/+56
* [RISCV] Mark C.EBREAK instruction as having side effectsAlex Bradbury2018-11-151-1/+1
* [RISCV] Mark FREM as ExpandAlex Bradbury2018-11-153-1/+33
* [AST][NFC] Re-add comment in BinaryOperator which was removed by r346954Bruno Ricci2018-11-151-0/+3
* Start adding the supporting code to perform out-of-process allocatorDan Liew2018-11-154-9/+66
* [clangd] global-symbol-builder => clangd-indexerHaojian Wu2018-11-151-1/+1
* [AST] Pack BinaryOperatorBruno Ricci2018-11-152-32/+49
* [AST] Pack MemberExprBruno Ricci2018-11-154-47/+71
* [AST][NFC] Move the friend decls to the top of MemberExprBruno Ricci2018-11-151-4/+4
OpenPOWER on IntegriCloud