summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] [tests] Pass clang executable path to prefix-less executor scripts.George Karpenkov2018-07-021-0/+1
* Tighten up a test for -check-debugify, NFCVedant Kumar2018-07-021-2/+1
* [CostModel][X86] Add cost tests for fp rounding intrinsicsSimon Pilgrim2018-07-021-0/+519
* [X86] Don't use aligned load/store instructions for fp128 if the load/store i...Craig Topper2018-07-024-8/+21
* [AArch64][GlobalISel] Any-extend vararg parameters to stack slot size on Darwin.Amara Emerson2018-07-022-3/+6
* [clangd] Implement hover for "auto" and "decltype"Marc-Andre Laperle2018-07-024-3/+415
* [WebAssembly] Set threadmodel during LTOSam Clegg2018-07-022-1/+18
* Revert "[Dominators] Add the DomTreeUpdater class"Jakub Kuderski2018-07-026-1450/+0
* [WebAssembly] Convert remaining tests from elf to wasm output formatSam Clegg2018-07-023-11/+12
* Follow up of r335953 - [ARM][AArch64] Armv8.4-A EnablementSjoerd Meijer2018-07-022-2/+3
* [Dominators] Add the DomTreeUpdater classJakub Kuderski2018-07-026-0/+1450
* [X86][SSE] Blend any v8i16/v4i32 shift with 2 shift unique valuesSimon Pilgrim2018-07-022-69/+34
* [X86][SSE] Add v8i16 shift test for 2 shift values that doesn't match basic b...Simon Pilgrim2018-07-021-0/+32
* [ValueTracking] allow undef elements when matching vector absSanjay Patel2018-07-022-36/+31
* Disable failing test on x86_64-pc-windows-gnu, see PR38006.Yaron Keren2018-07-021-1/+1
* [CodeGen] Make block removal order deterministic in CodeGenPrepareDavid Stenberg2018-07-021-3/+5
* Test commit accessBalazs Keri2018-07-021-1/+1
* [X86] Fix test/MC/AsmParser/exprs-invalid.s after rL336104Alex Bradbury2018-07-021-1/+1
* [ELF] - Cleanup error reporting code and cover with the test. NFC.George Rimar2018-07-022-2/+21
* [llvm-exegesis] Change how the native architecture is determinedJohn Brawn2018-07-022-2/+3
* [X86] Use addAliasForDirective to support the .word directive (reland)Alex Bradbury2018-07-021-25/+3
* Revert r336100Alex Bradbury2018-07-021-3/+25
* [SLPVectorizer] Remove nullptr early-outs from Instruction::ShuffleVector get...Simon Pilgrim2018-07-021-6/+0
* [InstCombine] adjust shuffle tests with IR flags; NFCSanjay Patel2018-07-021-4/+3
* [X86] Use addAliasForDirective to support the .word directiveAlex Bradbury2018-07-021-25/+3
* [llvm-exegesis] Delegate the decision of cycle counter name to the targetJohn Brawn2018-07-023-9/+16
* Recommit r328307: [IPSCCP] Use constant range information for comparisons of ...Florian Hahn2018-07-022-124/+123
* [ms] Fix mangling of char16_t and char32_t to be compatible with MSVC.Nico Weber2018-07-022-10/+36
* [InstCombine] add tests for shuffle-binop; NFCSanjay Patel2018-07-021-37/+256
* [SLPVectorizer] Fix alternate opcode + shuffle cost function to correct handl...Simon Pilgrim2018-07-022-7/+27
* [clangd] ClangdServer::codeComplete return CodeCompleteResult, not LSP struct.Sam McCall2018-07-029-174/+207
* [ELF] - Remove dead code. NFC.George Rimar2018-07-021-1/+0
* [SLPVectorizer] Only Alternate opcodes use ShuffleVector cases for getEntryCo...Simon Pilgrim2018-07-021-1/+5
* [AArch64][SVE] Asm: Support for (SQ)INCP/DECP (scalar, vector)Sander de Smalen2018-07-0213-0/+763
* [AArch64][SVE] Asm: Support for (saturating) vector INC/DEC instructions.Sander de Smalen2018-07-0237-0/+750
* [X86][BtVer2] Added Jaguar FPU Pipe0/1 uop counters to permit basic llvm-exeg...Simon Pilgrim2018-07-021-0/+2
* [OMPT] Use alloca() to force availability of frame pointerJoachim Protze2018-07-021-0/+4
* [OMPT] Add tests for runtime entry points from non-OpenMP threadsJoachim Protze2018-07-021-12/+53
* [OMPT] Add testcases for thread_begin and thread_end callbacksJoachim Protze2018-07-022-0/+72
* [OMPT] Provide the right thread_num for ancestor levelsJoachim Protze2018-07-022-3/+371
* [Mips][FastISel] Do not duplicate condition while lowering branchesPetar Jovanovic2018-07-022-4/+29
* Fix for r336080: Missing colon in REQUIRES linePhilip Pfaffe2018-07-021-1/+1
* [ELF] - Change dyn_cast to cast. NFC.George Rimar2018-07-021-1/+1
* [AArch64][SVE] Asm: Support for vector element compares (immediate).Sander de Smalen2018-07-0222-0/+704
* [polly-acc] change cl_get_* return types to 32/64bitPhilip Pfaffe2018-07-022-9/+107
* Reapply r334980 and r334983.Sander de Smalen2018-07-0248-110/+1126
* [NFC] Test that shows unprofitability of instcombine with bit rangesMax Kazantsev2018-07-021-0/+32
* [X86] Put some cases in switch statements back on one line to be more compact...Craig Topper2018-07-021-566/+186
* [llvm-exegesis][NFC] Cleanup useless braces.Clement Courbet2018-07-021-16/+8
* [X86] Remove FMA3Info DenseMap. Break into sorted tables that we can binary s...Craig Topper2018-07-024-234/+149
OpenPOWER on IntegriCloud