summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lit: modernize the lit configuration for the lit testsStella Stamenova2019-05-293-33/+17
* [analyzer] print() JSONify: getNodeLabel implementationCsaba Dabis2019-05-295-119/+157
* [Index] Compute correct symbol kind for variable templatesIlya Biryukov2019-05-292-0/+49
* Fixed source header [NFC]Greg Clayton2019-05-291-1/+1
* [CUDA][HIP] Skip setting `externally_initialized` for static device variables.Michael Liao2019-05-292-1/+12
* Yet another attempt to fix buildbot after r361949Eugene Leviant2019-05-291-3/+3
* Add curley brackets to case statement that declares a variable.Erich Keane2019-05-291-1/+2
* [X86] Fix machineverifier error on avx512f-256-set0.mirCraig Topper2019-05-291-3/+8
* CallSiteSplitting: Respect convergent and noduplicateMatt Arsenault2019-05-293-0/+183
* [ThinLTO] Use original alias visibility when importingTeresa Johnson2019-05-293-7/+8
* [NFC][InstCombine] Add a unary FNeg test to fsub.ll.Cameron McInally2019-05-291-0/+11
* Add more information to the log timer dumpAntonio Afonso2019-05-293-13/+72
* [clang-format] Allow configuring list of function-like macros that resolve to...Francois Ferrand2019-05-297-8/+80
* Partial revert of revert of r361827: Add constrained intrinsic tests for powe...Kevin P. Neal2019-05-291-0/+7528
* [NFC] clang-format: Use LLVM style in NamespaceEndCommentsFixerTestFrancois Ferrand2019-05-291-148/+149
* [analyzer] print() JSONify: Program state implementationCsaba Dabis2019-05-294-29/+38
* [analyzer] print() JSONify: Checker messages implementationCsaba Dabis2019-05-295-15/+108
* [NFC][libcxx] Remove trailing whitespaceLouis Dionne2019-05-2918-124/+124
* [analyzer] print() JSONify: Constructing objects implementationCsaba Dabis2019-05-296-44/+110
* [analyzer] print() JSONify: Type information implementationCsaba Dabis2019-05-295-25/+37
* [analyzer] print() JSONify: Constraints implementationCsaba Dabis2019-05-295-30/+57
* [WebAssembly] Move direct call tracking from member to local. NFC.Sam Clegg2019-05-292-10/+10
* [analyzer] print() JSONify: Environment implementationCsaba Dabis2019-05-2910-64/+177
* [WebAssembly] Fix signatures of undefined function in LTO object which are no...Sam Clegg2019-05-292-10/+28
* [CodeComplete] Add semicolon when completing patterns for 'static_assert' and...Ilya Biryukov2019-05-294-13/+15
* [NFC][InstCombine] Add unary FNeg tests to fpcast.ll and fpextend.llCameron McInally2019-05-292-0/+52
* [analyzer] print() JSONify: Store implementationCsaba Dabis2019-05-296-53/+117
* [NFC][InstCombine] Add unary FNeg tests to fsub.ll known-never-nan.llCameron McInally2019-05-292-0/+138
* Add additional constraints on midpoint(pointer, pointer). Fixes PR#42037.Marshall Clow2019-05-292-5/+17
* [clangd] Map typedefs to the same LSP completion kind as VSCodeIlya Biryukov2019-05-291-2/+5
* Qualify use of llvm::empty that's ambiguous with std::emptySam McCall2019-05-291-1/+1
* [mips] Check argument for __builtin_msa_ctcmsa / __builtin_msa_cfcmsaSimon Atanasyan2019-05-292-0/+6
* [mips] Use reg-exp in tests to tolerate register indexes changing. NFCSimon Atanasyan2019-05-294-752/+752
* [mips] Iterate over MSACtrlRegClass to reserve all MSA control registers. NFCSimon Atanasyan2019-05-291-8/+2
* [mips] Use range-based for loops. NFCSimon Atanasyan2019-05-291-8/+4
* Revert rL361944 from llvm/trunk :Simon Pilgrim2019-05-291-1/+0
* Clean up DWARFDebugInfoEntryFangrui Song2019-05-292-106/+0
* gn build: Merge r361953Nico Weber2019-05-291-0/+1
* [clangd] Fix buildbot error.Haojian Wu2019-05-291-0/+4
* clang-cl: Fix mangling of catchable types with names longer than 4kiBNico Weber2019-05-293-6/+28
* [ARM] Split predicates out into their own .td fileSjoerd Meijer2019-05-293-184/+189
* SpeculateAroundPHIs: Respect convergentMatt Arsenault2019-05-292-0/+106
* AMDGPU/GlobalISel: Remove unnecesssary REQUIREsMatt Arsenault2019-05-299-18/+3
* [LibTooling] Add `before` and `after` selectors for selecting point-ranges re...Yitzhak Mandelbaum2019-05-293-3/+85
* Attempt to fix buildbot after r361949Eugene Leviant2019-05-291-1/+1
* [SVE][IR] Scalable Vector IR TypeGraham Hunter2019-05-2919-39/+479
* [clangd] Remove the whitelist std symbols in CanonicalIncludes.Haojian Wu2019-05-291-17/+0
* [clangd] Another improvement for std include mapping.Haojian Wu2019-05-293-6/+64
* [MCA] Refactor class LSUnit. NFCIAndrea Di Biagio2019-05-295-255/+385
* [llvm-objcopy] Implement IHEX writerEugene Leviant2019-05-2910-24/+715
OpenPOWER on IntegriCloud