summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CorrelatedValuePropagation] Use SelectInst::getCondition/getTrueValue/getFal...Craig Topper2018-03-161-3/+3
* [analyzer] Fix crashes in RetainCountChecker when underlying region is not a varGeorge Karpenkov2018-03-162-8/+37
* [AMDGPU] Supported ds_write_b128 generation.Farhana Aleen2018-03-1610-23/+59
* [docs] ReleaseNotes: document -Wextra-semi changes.Roman Lebedev2018-03-161-1/+7
* [X86] Post process the DAG after isel to remove vector moves that were added ...Craig Topper2018-03-166-66/+65
* [AMDGPU][MC][GFX8][GFX9][DISASSEMBLER] Added "_e32" suffix to 32-bit VINTRP o...Dmitry Preobrazhensky2018-03-167-90/+107
* [LICM/mustexec] Extend first iteration must execute logic to fcmpsPhilip Reames2018-03-162-10/+37
* This patch fixes the invalid usage of OptSize in Machine Combiner.Andrew V. Tischenko2018-03-161-3/+3
* [AMDGPU][MC] Corrected default values for unused SDWA operandsDmitry Preobrazhensky2018-03-1610-30678/+62388
* Revert "Mmap interceptor new option, Write Exec runtime detector"Jonas Devlieghere2018-03-165-47/+0
* [InstCombine] add nnan requirement to potential fabs folds tests; NFCSanjay Patel2018-03-161-20/+20
* [clangd] Handle multiple callbacks from Sema's completionIlya Biryukov2018-03-162-1/+45
* [clang-format] Disallow breaks before ']' in text proto extensionsKrasimir Georgiev2018-03-162-4/+24
* [SystemZ] Make AnyRegBitRegClass unallocatable.Jonas Paulsson2018-03-161-1/+1
* [GISel]: Remove unused header include in MachineIRBuilder.hAditya Nandakumar2018-03-161-1/+0
* [JumpThreading] Track unreachable BBs to avoid processingBrian M. Rzycki2018-03-163-52/+53
* [Hexagon] Fix zero-extending non-HVX bool vectorsKrzysztof Parzyszek2018-03-163-12/+96
* Move DraftMgr from ClangdServer to ClangdLSPServerSimon Marchi2018-03-167-126/+75
* [ARM] Convert more invalid NEON immediate loadsMikhail Maltsev2018-03-164-137/+272
* [clang-format] Fix raw string prefix penaltyKrasimir Georgiev2018-03-162-1/+35
* [X86][Btver2] Add correct mul/imul schedule costsSimon Pilgrim2018-03-162-5/+18
* [X86][Btver2] Add correct lzcnt/tzcnt/popcnt schedule costsSimon Pilgrim2018-03-164-18/+41
* Implement C++ DR727, which permits explicit specializations at class scope.Richard Smith2018-03-1627-293/+157
* [ARM] Fix a check in vmov/vmvn immediate parsingMikhail Maltsev2018-03-162-20/+23
* [dotest] Clean up test folder clean-upPavel Labath2018-03-1617-73/+31
* [AArch64] Implement getArithmeticReductionCostMatthew Simpson2018-03-164-8/+39
* HashTableTest: squelch some "comparison of integers of different signs" warningsPavel Labath2018-03-161-9/+9
* tsan: revert: Update buildgo.sh to pass -isysroot on Darwin.Dmitry Vyukov2018-03-161-1/+1
* DWARFVerifier: Enhance validation of .debug_names hash tablesPavel Labath2018-03-166-27/+432
* [TTI, AArch64] Allow the cost model analysis to test vector reduce intrinsicsMatthew Simpson2018-03-162-0/+326
* FreeBSD TSan support updateVitaly Buka2018-03-161-3/+3
* Mmap interceptor new option, Write Exec runtime detectorVitaly Buka2018-03-165-0/+47
* [ARM] FP16 codegen support for VSELSjoerd Meijer2018-03-163-3/+42
* Fix compilation warning introduced in r327654Mikael Holmen2018-03-161-1/+1
* [NFC] Void variables used for asserts onlyMax Kazantsev2018-03-161-0/+2
* Skip more lldb-mi tests which time out on DarwinVedant Kumar2018-03-161-0/+3
* [cmake] Copy system debugserver from the right place when only CommandLineToolsVedant Kumar2018-03-161-2/+9
* [demangler] Support for <template-param>s in generic lambdas.Erik Pilkington2018-03-162-13/+17
* [InstCombine] add more tests for fcmp+select -> fabs; NFCSanjay Patel2018-03-161-11/+160
* Revert r327248, "For most Targets the _GLOBAL_OFFSET_TABLE_ symbol is expecte...Peter Collingbourne2018-03-1617-85/+42
* [Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2018-03-163-345/+341
* [X86][Btver2] Add support for multiple pipelines stages for x86 scalar schedu...Simon Pilgrim2018-03-151-22/+11
* [X86][Btver2] Tweak pipes test to remove register dependenciesSimon Pilgrim2018-03-151-34/+34
* Fix linker script operator precedence.Rui Ueyama2018-03-152-5/+10
* [SelectionDAG][ARM][X86] Teach PromoteIntRes_SETCC to do a better job picking...Craig Topper2018-03-155-341/+434
* [X86][Btver2] Fix ymm div/sqrt to use fmul unitSimon Pilgrim2018-03-152-39/+38
* Use standard `print(dbgs())` pattern to implement DebugLoc::dumpSean Silva2018-03-151-13/+1
* [InstCombine] add tests for fcmp+select -> fabs; NFCSanjay Patel2018-03-151-24/+57
* Fix PDB injected sources test.Zachary Turner2018-03-152-5/+15
* MSan, FreeBSD few tests fixesVitaly Buka2018-03-152-2/+13
OpenPOWER on IntegriCloud