summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* OpenBSD UBsan support procmapsVitaly Buka2018-03-154-9/+144
* [X86][Btver2] Add test to show timeline of fpu instructions on different pipe...Simon Pilgrim2018-03-151-0/+114
* [PDB] Fix a bug where we were serializing hash tables incorrectly.Zachary Turner2018-03-152-7/+16
* OpenBSD UBsan support common functionsVitaly Buka2018-03-152-69/+107
* [WebAssembly] Add DebugLoc information to WebAssembly block and loop.Derek Schuff2018-03-154-8/+161
* [NVPTX] TblGen-ized lowering of WMMA intrinsics.Artem Belevich2018-03-155-620/+155
* [LoopUnroll] Peel off iterations if it makes conditions true/false.Florian Hahn2018-03-155-7/+705
* Re-land r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols fo...Reid Kleckner2018-03-155-14/+514
* [codeview] Fix sense of the assertion about hashtable insertionReid Kleckner2018-03-151-1/+1
* COFF: Implement string tail merging.Peter Collingbourne2018-03-157-5/+184
* COFF: Move assignment of section RVAs to assignAddresses(). NFCI.Peter Collingbourne2018-03-154-43/+26
* Fix structure alignment issue.Zachary Turner2018-03-151-4/+0
* [codeview] Delete FunctionInfo copy ctor and move out of DenseMapReid Kleckner2018-03-152-5/+11
* [LICM] Ignore exits provably not taken on first iteration when computing must...Philip Reames2018-03-153-1/+347
OpenPOWER on IntegriCloud