summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PGO] Function section hotness prefix should look at all blocksTeresa Johnson2017-12-204-44/+84
* LazyObject's file is never null, use a reference.Rafael Espindola2017-12-203-7/+7
* Use a reference in addLazyArchive. NFC.Rafael Espindola2017-12-203-11/+11
* [clangd] Pull CodeCompletionString handling logic into its own file and add u...Eric Liu2017-12-207-211/+393
* [clangd] Remove an unused lambda capture.Eric Liu2017-12-201-1/+1
* [InstCombine] Add debug location to new caller.Florian Hahn2017-12-202-4/+20
* Make DiagnosticIDs::getAllDiagnostics use std::vector. NFC.Gabor Horvath2017-12-203-3/+3
* [clang] Add BeforeExecute method to PrecompiledPreambleIlya Biryukov2017-12-202-0/+6
* Fix the definitions of 'reference' and 'pointer' in string_view that no one u...Marshall Clow2017-12-202-2/+79
* Use a reference for the shared symbol file.Rafael Espindola2017-12-207-27/+27
* Use a reference for a value that is never null. NFC.Rafael Espindola2017-12-203-8/+8
* Use a reference for a value that is never null. NFC.Rafael Espindola2017-12-203-10/+10
* [clangd] Switch xrefs and documenthighlight to annotated-code unit tests. NFCSam McCall2017-12-209-500/+462
* [Complex] Don't use __div?c3 when building with fast-math.Florian Hahn2017-12-202-8/+168
* [JumpTables] Let targets decide which switch instructions are suitableNemanja Ivanovic2017-12-201-3/+3
* Revert r320548:[SLP] Vectorize jumbled memory loadsMohammad Shahid2017-12-208-665/+135
* Add optional SelectionDAG* parameter to SValue::dump and SDValue::dumprKrzysztof Parzyszek2017-12-202-10/+10
* [SCEV] Fix Typo. NFC.Javed Absar2017-12-201-1/+1
* [NVPTX] Initial adaptation of MCAsmStreamer/MCTargetStreamer for debug info i...Alexey Bataev2017-12-204-15/+68
* [Hexagon] Adjust the value type for BCvt in LowerFormalArgumentsKrzysztof Parzyszek2017-12-202-2/+22
* [globalisel][tablegen] Allow ImmLeaf predicates to use InstructionSelector me...Daniel Sanders2017-12-204-38/+72
* Allow to apply cherry-picks when building Docker images.Ilya Biryukov2017-12-202-1/+44
* [Frontend] Handle skipped bodies in template instantiationsIlya Biryukov2017-12-203-11/+45
* [clangd] Made UniqueFunction's bool conversion explicitIlya Biryukov2017-12-201-1/+1
* [LV] Remove unnecessary DoExtraAnalysis guard (silent bug)Florian Hahn2017-12-202-2/+29
* [X86][AVX2] Split more shuffle tests into 'slow' and 'fast' variable shufflesSimon Pilgrim2017-12-205-111/+277
* Trivial commit to force LLVM to run TableGen for Mips target afterSander de Smalen2017-12-201-1/+1
* Fix an error in the release notes.Gabor Horvath2017-12-201-1/+1
* [clang-tidy] Misc redundant expression checker updated for ineffective bitwis...Gabor Horvath2017-12-203-2/+193
* Remove llvm::MemoryBuffer const_castsPavel Labath2017-12-202-7/+7
* [TargetParser] Check size before accessing architecture version.Florian Hahn2017-12-202-2/+8
* [ARM GlobalISel] Fix assertion in RegBankSelectDiana Picus2017-12-204-1/+98
* [ARM] Lower unsigned saturation to USAT Florian Hahn2017-12-205-7/+249
* [AArch64][SVE] Re-submit patch series for ZIP1/ZIP2Sander de Smalen2017-12-2043-242/+804
* AArch64: fix one more place movi.2d could be created.Tim Northover2017-12-202-0/+23
* [clangd] Add debug printers for basic protocol types. NFCSam McCall2017-12-203-4/+23
* Give up on array allocas in getPointerDereferenceableBytesBjorn Steinbrink2017-12-202-16/+2
* [AArch64] Asm: Fix parsing of register aliases that have a name starting with...Sander de Smalen2017-12-203-19/+22
* [clangd] Igore cases in index fuzzy find.Eric Liu2017-12-202-1/+11
* [clangd] Add "../" to Logger.h included from parent directory.Martin Bohme2017-12-201-1/+1
* [AArch64] CCSIDR2 system registerSam Parker2017-12-204-0/+13
* [ELF] Fix an assignment command at the end of an .ARM.exidx section.Igor Kudrin2017-12-205-51/+100
* [X86][CLFLUSH]: Adding full coverage of MC encoding for the CLFLUSH isa sets....Gadi Haber2017-12-204-0/+104
* [X86] Optimize sign extends on index operand to gather/scatter to not sign ex...Craig Topper2017-12-202-72/+48
* [builtins] Implement __chkstk for arm64 windowsMartin Storsjo2017-12-202-0/+40
* [AArch64] Implement stack probing for windowsMartin Storsjo2017-12-203-9/+130
* [COFF] Don't set the thumb bit in address table entries for data symbolsMartin Storsjo2017-12-202-9/+32
* [X86] Add a missing return to combineGatherScatter after sucessful combine.Craig Topper2017-12-201-0/+1
* [PowerPC] fix a bug in redundant compare eliminationHiroshi Inoue2017-12-202-6/+44
* [WebAssembly] Improve toString(OutputSection). NFC.Sam Clegg2017-12-203-22/+17
OpenPOWER on IntegriCloud