summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [AST] Pack UnaryOperatorBruno Ricci2018-11-152-18/+33
* Fix warning about unused variable [NFC]Mikael Holmen2018-11-151-2/+2
* Add missed files from prev. commitAnton Korobeynikov2018-11-1512-0/+1588
* [MSP430] Add MC layerAnton Korobeynikov2018-11-1561-1309/+1740
* [clangd] Fix no results returned for global symbols in dexpHaojian Wu2018-11-151-0/+4
* [llvm-objdump] Use `auto` declaration in typecastingXing GUO2018-11-151-16/+8
* Revert "Introduce shard storage to auto-index."Kadir Cetinkaya2018-11-153-233/+25
* Revert "clang-format"Kadir Cetinkaya2018-11-152-4/+4
* Revert "Address comments"Kadir Cetinkaya2018-11-153-179/+142
* Revert "Address comments."Kadir Cetinkaya2018-11-153-82/+148
* Address comments.Kadir Cetinkaya2018-11-153-148/+82
* Address commentsKadir Cetinkaya2018-11-153-142/+179
* clang-formatKadir Cetinkaya2018-11-152-4/+4
* Introduce shard storage to auto-index.Kadir Cetinkaya2018-11-153-25/+233
* [RISCV] Introduce the RISCVMatInt::generateInstSeq helperAlex Bradbury2018-11-156-89/+149
* [X86] Add some custom type legalization rules for truncate with -x86-experime...Craig Topper2018-11-159-772/+388
* [X86] Add -x86-experimental-vector-widening-legalization versions of shuffle-...Craig Topper2018-11-153-0/+2787
* [ELF] Fix compilation with GCC 5Martin Storsjo2018-11-151-1/+1
OpenPOWER on IntegriCloud