summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] Pass ArrayRef rather than SmallVectorSam Clegg2017-09-151-26/+20
* Improve commentAdam Nemet2017-09-151-2/+2
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-1523-248/+417
* [WebAssembly] MC: Fix crash in getProvitionalValue on weak referencesSam Clegg2017-09-152-18/+58
* Fix selecting legal types in TypeInfer::getLegalTypesKrzysztof Parzyszek2017-09-151-9/+3
* cfi: Enable ThinLTO tests on Windows.Peter Collingbourne2017-09-151-1/+1
* ubsan: Stop building the DLL version of the runtime library on Windows.Peter Collingbourne2017-09-151-23/+23
* [libc++] Account for Microsoft CRT const overloadsShoaib Meenai2017-09-151-0/+4
* Revert r313343 "[X86] PR32755 : Improvement in CodeGen instruction selection ...Hans Wennborg2017-09-1518-612/+176
* Fix indentation.Adrian Prantl2017-09-151-4/+4
* Fix Bug 30978 by emitting cv file checksums.Eric Beckmann2017-09-1516-81/+310
* [X86] Prefer VPERMQ over VPERM2F128 for any unary shuffle, not just the ones ...Craig Topper2017-09-154-40/+73
* Keep some relocations with undefined weak symbols.Rafael Espindola2017-09-1511-10/+75
* Remove a couple of warnings pointed out by Ted Woodward.Jim Ingham2017-09-151-5/+11
* llvm-dwarfdump: Factor out the printing of the section header (NFC)Adrian Prantl2017-09-153-66/+69
* [CUDA] Work around a new quirk in CUDA9 headers.Artem Belevich2017-09-151-0/+10
* Fix typo in vector reduction costs comment. NFCI.Simon Pilgrim2017-09-151-1/+1
* [X86] Use SDNode::ops() instead of makeArrayRef and op_begin(). NFCICraig Topper2017-09-151-5/+5
* [X86] Don't create i64 constants on 32-bit targets when lowering v64i1 consta...Craig Topper2017-09-152-0/+75
* [X86] Add isel pattern infrastructure to begin recognizing when we're inserti...Craig Topper2017-09-152-3/+59
* Fix the __interface inheritence rules to work better with IUnknown and IDispatchErich Keane2017-09-156-1/+109
* [RuntimeUnroll] Add heuristic for unrolling multi-exit loopAnna Thomas2017-09-152-2/+128
* [Hexagon] Switch to parameterized register classes for HVXKrzysztof Parzyszek2017-09-1529-13785/+2407
* [ELF] - Remove one of OutputSectionFactory::addInputSec().George Rimar2017-09-152-42/+47
* [sanitizer][mips64] fix MIPS64 kernel_stat_to_stat()Petar Jovanovic2017-09-151-3/+32
* Added optional validation of svn sources to Dockerfiles.Ilya Biryukov2017-09-157-9/+335
* [RuntimeUnrolling] Populate the VMap entry correctly when default generated t...Anna Thomas2017-09-152-3/+51
* Remove unneeded forward declaration. NFCAlexander Kornienko2017-09-151-2/+1
* Add a ReleaseNotes blurb for Execute.*Wait API changeAlexander Kornienko2017-09-151-0/+4
* [clang-tidy] Fixed misc-unused-parameters omitting parameters square bracketsAlexander Kornienko2017-09-152-4/+50
* [clang-format] New flag - BraceWrapping.AfterExternBlockKrasimir Georgiev2017-09-156-13/+87
* [X86][SSE] Add test cases vector for integer multipliesSimon Pilgrim2017-09-151-0/+800
* Revert "[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements...Ilya Biryukov2017-09-152-385/+274
* [AArch64] allow v8f16 types when FullFP16 is supportedSjoerd Meijer2017-09-153-180/+461
* [ubsan] Extract GetStackTraceWithPcBpAndContext similar to asan versionVitaly Buka2017-09-152-8/+16
* Recommit "[RegAlloc] Make sure live-ranges reflect the state of the IR whenJonas Paulsson2017-09-152-2/+8
* [SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte...Dinar Temirbulatov2017-09-152-274/+385
* tsan: respect LDFLAGS when build Go testDmitry Vyukov2017-09-151-1/+1
* [ORC] Fix a typo.Lang Hames2017-09-151-1/+1
* [libc++] Remove unnecessary struct tagShoaib Meenai2017-09-151-1/+1
* typeinfo: provide a partial implementation for Win32Saleem Abdulrasool2017-09-153-10/+99
* [X86] PR32755 : Improvement in CodeGen instruction selection for LEAs.Jatin Bhateja2017-09-1518-176/+612
* [sanitizer] Simplify checks in allow_user_segv.ccVitaly Buka2017-09-151-6/+6
* [SLPVectorizer] Remove duplicated functionality code in initScheduleData func...Dinar Temirbulatov2017-09-151-6/+0
* [XRay] fix and clarify comments in the log file decoderMartin Pelikan2017-09-151-30/+24
* [sanitizer] Use __sanitizer:: in CHECK_IMPL on both sides of assignmentVitaly Buka2017-09-151-2/+2
* [Object] Fix missing arguments to getType and getSymbol in Elf_Rel_ImplPetr Hosek2017-09-151-4/+4
* Revert "[lit] Force site configs to run before source-tree configs"Zachary Turner2017-09-1523-186/+790
* merge-request.sh: Update to use new "Fixed by Commit(s)" fieldTom Stellard2017-09-151-40/+50
* Don't make _gp absolute.Rafael Espindola2017-09-1512-24/+13
OpenPOWER on IntegriCloud