summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP50]Add support for nested atomic and simd constructs inAlexey Bataev2019-11-113-169/+180
* Add missing override modifiers for FileCheckExpressionAST::eval() overrides.Simon Pilgrim2019-11-111-3/+3
* Make FileCheckNumericVariable::getDefLineNumber const. NFCSimon Pilgrim2019-11-111-1/+1
* [debuginfo] Update test to account for missing __debug_macinfoJonas Devlieghere2019-11-111-2/+1
* [clangd] Fix crash in DefineInline::prepare()Sam McCall2019-11-112-1/+4
* [libc++][P0980] Marked member functions move/copy/assign of char_traits const...Michael Park2019-11-1116-56/+297
* [libTooling] Further simplify `Stencil` type and introduce `MatchComputation`.Yitzhak Mandelbaum2019-11-118-107/+106
* [scudo][standalone] Match function name change to bionic name change.Christopher Ferris2019-11-111-9/+1
* [ModuloSchedule] Do target loop analysis before peeling.Thomas Raoux2019-11-112-4/+4
* Fix errors where we thought we were checking for labels but weren't due to us...Kevin P. Neal2019-11-111-30/+30
* [CGP] Make ICMP_EQ use CR result of ICMP_S(L|G)T dominatorsYi-Hong Lyu2019-11-116-149/+227
* [Support] Add erase() to json::ObjectSam McCall2019-11-112-5/+37
* Fix filename typo in rG8d288a0668a5Simon Pilgrim2019-11-111-2/+2
* Timer - fix shadow variable warnings for Name/Description members. NFC.Simon Pilgrim2019-11-112-11/+12
* change LLVM_VERSION_SUFFIX default from svn to gitNick Desaulniers2019-11-116-8/+8
* [Format] Fix clang-format.el unit tests after commit f349cc37cc485fd5fSam McCall2019-11-111-1/+3
* lldb: Fix some -Wdeprecated-copy warningsPavel Labath2019-11-1115-119/+0
* gn build: Merge 8d288a0668aLLVM GN Syncbot2019-11-111-0/+1
* [clang-tidy] Add bugprone-bad-signal-to-kill-thread check and its alias cert-...Abel Kocsis2019-11-1110-0/+191
* Revert "[clang-tidy] Add bugprone-bad-signal-to-kill-thread checker and alias...Abel Kocsis2019-11-1111-1324/+0
* [ObjC] Override TailCallKind when lowering objc intrinsicsFrancis Visoiu Mistrih2019-11-112-6/+30
* Fix TestNoGPacketSupported on linuxPavel Labath2019-11-111-2/+2
* [clang-tidy] Add bugprone-bad-signal-to-kill-thread checker and alias cert-po...Abel Kocsis2019-11-1111-0/+1324
* [PowerPC] Implementing overflow version for XO-Form instructionsStefan Pintile2019-11-117-111/+507
* [clangd] fixes semantic highlighting testHaojian Wu2019-11-111-21/+29
* clang-format: [JS] test declared fields.Martin Probst2019-11-111-0/+7
* clang-format: [JS] support null operators.Martin Probst2019-11-113-0/+24
* [libc++] Mark __call_once_proxy as hidden and internalLouis Dionne2019-11-111-1/+1
* [TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (4)...joanlluch2019-11-111-0/+70
* Revert "[InstCombine] avoid crash from deleting an instruction that still has...Sanjay Patel2019-11-112-53/+4
* [InstCombine] avoid crash from deleting an instruction that still has uses (P...Sanjay Patel2019-11-112-4/+53
* Revert "[DBG][OPT] Attempt to salvage or undef debug info when removing trivi...Tom Weaver2019-11-113-2651/+0
* [DBG][OPT] Attempt to salvage or undef debug info when removing trivially del...Tom Weaver2019-11-113-0/+2651
* [NFC][TEST_COMMIT] Add fullstop to comment.Tom Weaver2019-11-111-1/+1
* [clangd] Use name of Macro to compute its SymbolID, NFC.Utkarsh Saxena2019-11-114-7/+8
* AArch64FunctionInfo - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-111-6/+6
* Fix -Wcovered-switch-default warning. NFCI.Simon Pilgrim2019-11-111-2/+1
* Fix -Wparentheses warning. NFCI.Simon Pilgrim2019-11-111-1/+2
* 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
OpenPOWER on IntegriCloud