summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] SATestBuild.py: Use driver for analyzing single-file tests.Artem Dergachev2019-05-292-23/+6
* [analyzer] print() JSONify: SVal implementationCsaba Dabis2019-05-293-2/+17
* [CMake] [Runtimes] Set *_STANDALONE_BUILDChris Bieneman2019-05-291-0/+6
* [InstCombine] Optimize always overflowing signed saturating add/subNikita Popov2019-05-292-24/+16
* Fix an unused-variable error.Haojian Wu2019-05-291-0/+1
* [WebAssembly] Support VPtr sanitizer for EmscriptenThomas Lively2019-05-293-0/+29
* [analyzer] print() JSONify: CFG implementationCsaba Dabis2019-05-293-6/+25
* [analyzer] print() JSONify: Decl revisionCsaba Dabis2019-05-291-6/+4
* AMDGPU: Return address loweringAakanksha Patil2019-05-293-1/+92
* [analyzer][AST] print() JSONify: Stmt implementationCsaba Dabis2019-05-296-54/+79
* [Target] Introduce Process::GetLanguageRuntimesAlex Langford2019-05-295-10/+42
* 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
OpenPOWER on IntegriCloud