summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] Gating select arithmetic optimization.Chad Rosier2017-09-272-4/+49
* [AArch64][Falkor] Ignore SP based loads in HW prefetch fixups.Geoff Berry2017-09-272-1/+29
* [Sanitizer] Disable compact size class tests on AndroidAlex Shlyapnikov2017-09-271-0/+2
* [OpenCL] Fixed CL version in failing test.Anastasia Stulova2017-09-271-1/+1
* [Misched] : Fix typo in comment. NFC.Javed Absar2017-09-271-1/+1
* [SLP] fix typos/formatting; NFCSanjay Patel2017-09-271-14/+13
* Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson2017-09-2717-212/+61
* [Support] mapped_file_region::size() returns size_tRoman Lebedev2017-09-271-1/+1
* [Support] mapped_file_region: store size as size_tRoman Lebedev2017-09-272-10/+4
* [Sanitizers] Allocator: new "release memory to OS" implementationAlex Shlyapnikov2017-09-272-47/+573
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-2717-61/+212
* [clangd] Handle InitializeParams and store rootUriMarc-Andre Laperle2017-09-279-5/+167
* [SimplifyCFG] add a struct to house optional folds (PR34603)Sanjay Patel2017-09-278-101/+106
* [InlineCost] add visitSelectInst()Haicheng Wu2017-09-272-0/+333
* [X86][SKX][KNL] Updated regression tests to use -mattr instead of -mcpu flag....Gadi Haber2017-09-278-10182/+11533
* X86 Tests: Unsigned saturation subtraction tests. NFC.Zvi Rackover2017-09-271-0/+1456
* [OpenCL] Handle address space conversion while setting type alignment.Anastasia Stulova2017-09-273-4/+27
* [OpenMP] Add an additional test for D34888Gheorghe-Teodor Bercea2017-09-271-0/+36
* revert rL314300Coby Tayree2017-09-272-89/+0
* Typo: const MCSchedModel SchedModel -> const MCSchedModel &SchedModelKrzysztof Parzyszek2017-09-271-1/+1
* [X86][MS-InlineAsm] Extended support for variables / identifiers on memory / ...Coby Tayree2017-09-272-0/+89
* [RegAllocGreedy] Fix spelling error, "inteference" -> "interference", NFCMikael Holmen2017-09-271-3/+3
* [analyzer] Fix an outdated comment in a test. NFC.Artem Dergachev2017-09-271-2/+1
* [PowerPC] eliminate unconditional branch to the next instructionHiroshi Inoue2017-09-274-26/+16
* [Misched]: Remove double call getMicroOpFactor.NFC.Javed Absar2017-09-271-1/+1
* [X86][AsmParser] fix PR32035Coby Tayree2017-09-272-0/+7
* [test] Don't verify .debug_line offsets in bitcode tests.Jonas Devlieghere2017-09-272-6/+6
* [X86][AVX] Improve (i4 bitcast (v4i1 x)) handling for 256-bit vector compare ...Simon Pilgrim2017-09-272-20/+10
* Use const where possible. NFCI.Simon Pilgrim2017-09-271-1/+1
* [dwarfdump] Fix printing of .debug_line offset.Jonas Devlieghere2017-09-274-11/+11
* [analyzer] Match more patterns in bugreporter::getDerefExpr() API.Artem Dergachev2017-09-274-21/+80
* [builtins] fix build error on non-ARM for r314285.Manoj Gupta2017-09-271-0/+1
* [dwarfdump] Add support for -debug-line=OFFSETJonas Devlieghere2017-09-274-3/+40
* [analyzer] Fix and refactor bugreporter::getDerefExpr() API.Artem Dergachev2017-09-274-30/+325
* [dwarfdump] Add support for -debug-loc=OFFSETJonas Devlieghere2017-09-275-9/+353
* [Builtins] ARM: Fix assembling files in thumb mode.Manoj Gupta2017-09-271-2/+6
* [Builtins] ARM: Fix msr assembly instruction use for Thumb2.Manoj Gupta2017-09-272-2/+2
* [ELF] - Detemplate of HashTableSection<ELFT>George Rimar2017-09-273-26/+17
* [ELF] - Speedup -r and --emit-relocsGeorge Rimar2017-09-273-16/+21
* [llvm-cov] Improve const-correctness of filters. NFC.Sean Eveson2017-09-272-18/+21
* [ARM] isTruncateFree fixSam Parker2017-09-271-6/+6
* [clang-format] Fix FixNamespaceComments when BraceWrapping AfterNamespace is ...Marek Kurdej2017-09-272-5/+24
* [XRay] initialize all members of YAMLXRayRecord for -Wmissing-field-initializersMartin Pelikan2017-09-271-1/+1
* [X86] Fix SJLJ struct offsets for x86_64Martin Storsjo2017-09-272-2/+50
* [X86] Remove erroneous callsite offsetting in SJLJ landing padsMartin Storsjo2017-09-272-10/+5
* [X86] Correct byte offsets and data types in a comment. NFC.Martin Storsjo2017-09-271-5/+5
* [X86] Use extract128BitVector in LowerMULH so we can extract from constant bu...Craig Topper2017-09-275-231/+202
* MemorySSAUpdater: Only add phis to insertedphis if we actually inserted them,...Daniel Berlin2017-09-271-3/+2
* [X86] Add avx512bw command lines to the 256-bit vector idiv tests.Craig Topper2017-09-272-87/+148
* [SelectionDAG] Make NewSDValueDbgMsg print target specific nodes correctly by...Craig Topper2017-09-271-12/+12
OpenPOWER on IntegriCloud