summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous ';' to fix Wpedantic. NFC.Simon Pilgrim2019-11-111-1/+1
* docs: fix warning in LangRef parsingNuno Lopes2019-11-111-1/+1
* [InstCombine] Simplify binary op when only one operand is a selectJay Foad2019-11-113-9/+14
* [lldb] [test] Fix typo in TestSendSignalMichał Górny2019-11-111-1/+1
* Revert cdcf58e5af0 "[RISCV] enable LTO support, pass some options to linker."Hans Wennborg2019-11-116-154/+89
* [lldb] [test] Mark TestSendSignal XFAIL on NetBSDMichał Górny2019-11-111-0/+1
* [RISCV][NFC] Add nounwind to LKK test functionsLuís Marques2019-11-114-653/+30
* [clangd] Fix a regression of not showing documentation from forward declarati...Haojian Wu2019-11-112-8/+21
* [NFC] Add one test to verify the sign_extend of vector type.QingShan Zhang2019-11-111-0/+17
* [TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (3)joanlluch2019-11-112-37/+17
* [FixBB] - Fix one more std::min -> std::min<uint64_t> to make BB happy.Georgii Rymar2019-11-111-1/+1
* Use MCRegister in copyPhysRegMatt Arsenault2019-11-1145-99/+99
* [FixBB] - An attemp to fix clang-armv7-linux-build-cache builder.Georgii Rymar2019-11-111-1/+2
* [AArch64][SVE] Spilling/filling of SVE callee-saves.Sander de Smalen2019-11-1111-39/+489
* [yaml2obj] - Add a way to describe the custom data that is not part of an out...Georgii Rymar2019-11-119-153/+584
* [clangd] Fixes colon escaping on WindowsIlya Biryukov2019-11-113-22/+24
* libc++ status page: New papers and issues adopted in Belfastmarshall2019-11-111-1/+62
* [NFC] Add one test to verify the dependency brings by Macro-Fusion.QingShan Zhang2019-11-111-0/+23
* [DirectedGraph]: Add setTargetNode member functionTsang Whitney W.H2019-11-111-0/+3
* Revert "Fixed a profdata file size detection on Windows system."Vladimir Vereschaka2019-11-101-1/+1
* [InstCombine] Turn (extractelement <1 x i64/double> (bitcast (x86_mmx))) into...Craig Topper2019-11-102-2/+8
* [InstCombine] Add a test case for suboptimal handling of (double (bitcast (<1...Craig Topper2019-11-101-1/+14
* Revert "[InstCombine] avoid crash from deleting an instruction that still has...Sanjay Patel2019-11-102-59/+4
* [InstCombine] avoid crash from deleting an instruction that still has uses (P...Sanjay Patel2019-11-102-4/+59
* getArgOperandNo helper function.Stefan Stipanovic2019-11-102-2/+15
* clang/Modules: Remove unused parameter from ModuleManager::removeModulesDuncan P. N. Exon Smith2019-11-103-12/+3
* [NFC][Codegen] Add `x u% C1 == C2` with C1 u> C2 non-tautological testsRoman Lebedev2019-11-104-0/+1233
* Docs: Updates Sphinx Quickstart template for new contributorsdrichards-872019-11-101-48/+55
* Revert "[InstCombine] avoid crash from deleting an instruction that still has...Sanjay Patel2019-11-102-52/+4
* [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
OpenPOWER on IntegriCloud