summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [RISCV] Fix CFA when doing split sp adjustment with fpLuís Marques2019-11-103-27/+29
* [RISCV][NFC] Add CFI-related testsLuís Marques2019-11-103-8/+503
* [InstCombine] avoid crash from deleting an instruction that still has uses (P...Sanjay Patel2019-11-102-4/+52
* Remove unused variable (which allows us to remove vector include). NFC.Simon Pilgrim2019-11-101-3/+0
* [Driver] Remove unused variable. NFC.Benjamin Kramer2019-11-101-1/+0
* [NFC][Codegen] Add `x u% C1 == C2` with C1 u<= C2 tautological testsRoman Lebedev2019-11-102-0/+474
* Twine - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-101-2/+2
* TableGen - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-102-6/+6
* PODSmallVector - fix MSVC uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-101-1/+1
* Path - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-101-8/+8
* CodeGenRegBank - make functions const to fix cppcheck warnings.Simon Pilgrim2019-11-101-3/+5
* [MC] Clean up MacroInstantiation. NFCFangrui Song2019-11-091-13/+5
* [NFC]: Fix PVS Studio warning in LoopNestAnalysisTsang Whitney W.H2019-11-101-3/+3
* [X86] Handle MO_ConstantPoolIndex in X86AsmPrinter::PrintOperandCraig Topper2019-11-092-0/+17
* Try to fix sphinx "Could not lex literal_block as "llvm"" warning.Simon Pilgrim2019-11-091-2/+2
* YAMLParser - fix SimpleKey uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-091-4/+4
* Reduce scope of variable to silence cppcheck warning. NFCSimon Pilgrim2019-11-091-2/+1
* RegisterCoalescer - remove duplicate variable to fix Wshadow warning. NFCI.Simon Pilgrim2019-11-091-3/+2
* RegisterCoalescer - fix uninitialized variables. NFCI.Simon Pilgrim2019-11-091-10/+10
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)Gil Rapaport2019-11-099-134/+263
* [lldb] [test] Un-XFAIL tests that work on NetBSD 9Michał Górny2019-11-094-6/+0
* Fix variable ‘LookedUpGetterSetter’ set but not used warning. NFCI.Simon Pilgrim2019-11-091-2/+0
* Fixed dia fileDávid Bolvanský2019-11-092-1/+1
* Fixed c-index testDávid Bolvanský2019-11-091-1/+1
* Fixed more -Wreturn-type testsDávid Bolvanský2019-11-094-4/+4
* Fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-091-2/+2
* Fix shadow variable warning with llvm::SrcMgr. NFCI.Simon Pilgrim2019-11-091-2/+2
* Fix operator precedence warning. NFC.Simon Pilgrim2019-11-091-1/+1
* [Diagnostics] Try to improve warning message for -Wreturn-typeDávid Bolvanský2019-11-0920-75/+76
* Revert "[BPF] Add preserve_access_index attribute for record definition"Yonghong Song2019-11-0914-448/+8
* [BPF] Add preserve_access_index attribute for record definitionYonghong Song2019-11-0914-8/+448
* [libc++] Validate the entire regex is consumedMark de Wever2019-11-092-11/+23
* [Parser] Warn when ScopeDepthOrObjCQuals overflowsMark de Wever2019-11-096-1/+140
* [NFC] Supress GCC "Bitfield too small to hold all values of enum" warning.Richard Smith2019-11-092-9/+15
* Fix builds where LLVM_ENABLE_STATS is disabledSimon Pilgrim2019-11-091-1/+1
* llvm-exegesis - fix shadow variable warnings. NFCI.Simon Pilgrim2019-11-092-5/+5
* Remarks - fix static analyzer warnings. NFCI.Simon Pilgrim2019-11-094-11/+12
* Remove duplicate MemVT to fix shadow variable warning. NFCI.Simon Pilgrim2019-11-091-1/+0
* Statistic - Fix shadow variable warning. NFCI.Simon Pilgrim2019-11-091-4/+4
* Remove superfluous break after return. NFC.Simon Pilgrim2019-11-091-2/+0
* Fix shadow variable warning by reducing scope of CC/InverseCC CondCodes. NFCI.Simon Pilgrim2019-11-091-3/+3
* Remarks - fix shadow variable warnings. NFCI.Simon Pilgrim2019-11-092-14/+16
* [cxx_status] Update with Belfast motions.Richard Smith2019-11-091-11/+40
* Refactor SimplifySelectsFeedingBinaryOp for D64713. NFC.Jay Foad2019-11-091-25/+32
* [Diagnostics] Fixed crash with non pointer type (PR43950)Dávid Bolvanský2019-11-091-1/+2
* [analyzer] Fix skipping the call during inlined defensive check suppression.Artem Dergachev2019-11-082-11/+25
* [analyzer] Nullability: Don't infer nullable when passing as nullable parameter.Artem Dergachev2019-11-082-5/+12
* Temporarily change the default for use-g-packet-for-reading to false,Jason Molenda2019-11-083-2/+5
* Revert "Add a testcase for .dSYM path remapping dictionaries."Jonas Devlieghere2019-11-083-69/+0
* [clang][IFS][test] Fixing buildbot test fails for clang-ifs.Puyan Lotfi2019-11-088-16/+16
OpenPOWER on IntegriCloud