summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update the Objective-C runtime interface code to handle objc objectsJason Molenda2017-09-274-12/+180
* Add support for custom loaders to symbolizerFrancis Ricci2017-09-279-33/+78
* [MachineOutliner] AArch64: Avoid saving + restoring LR if possibleJessica Paquette2017-09-279-226/+391
* Remove unnecessary semicolonsJonathan Peyton2017-09-2727-509/+498
* Revert r314249 "Recommit r314151 "[X86] Make all the NOREX CodeGenOnly instru...Craig Topper2017-09-2712-70/+60
* Revert r314248 "[X86] Don't emit X86::MOV8rr_NOREX from X86InstrInfo::copyPhy...Craig Topper2017-09-271-5/+7
* [X86][SSE] Pull out variable shuffle mask combine logic. NFCI.Simon Pilgrim2017-09-271-10/+13
* Add support for remembering origins to ExternalASTMergerSean Callanan2017-09-2722-166/+628
* [CodeGen] Emit necessary .note sections for -fsplit-stackThan McIntosh2017-09-275-1/+61
* [CUDA] Work around conflicting function definitions in CUDA-9 headers.Artem Belevich2017-09-271-0/+11
* [builtins] ARM: Revert r314284, r314285 and r314289Manoj Gupta2017-09-273-9/+4
* [X86] Rewrite the zero vector checks in lowerV2X128VectorShuffle to use the Z...Craig Topper2017-09-271-23/+10
* [X86] In combineLoopSADPattern, pad result with zeros and use full size add i...Craig Topper2017-09-272-20/+17
* [OpenMP] Fix translation of target argsJonas Hahnfeld2017-09-271-4/+6
* [OpenMP] Fix passing of -m arguments to device toolchainJonas Hahnfeld2017-09-273-38/+57
* [OpenMP] Fix memory leak when translating argumentsJonas Hahnfeld2017-09-274-11/+17
* clang-format/java: Unbreak genenrics formatting after r299952.Nico Weber2017-09-273-6/+7
* [SLP] Fix crash on propagate IR flags for undef operands of min/maxAlexey Bataev2017-09-272-3/+92
* [ARM] builtins: Replace abort by assert in clear_cache.Manoj Gupta2017-09-271-3/+2
* [support] mapped_file_region: and fix the windows code tooRoman Lebedev2017-09-271-2/+2
* [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
OpenPOWER on IntegriCloud