summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment in r312851.Richard Smith2019-04-251-2/+2
* [utils] Add a lldb data formatter for llvm::SmallString.Davide Italiano2019-04-251-0/+11
* Hide stderr output from lldb-argdumperAdrian Prantl2019-04-243-31/+46
* PR41427: This has apparently been fixed already, just add a regressionRichard Smith2019-04-241-0/+17
* Fix spelling error. NFCAustin Kerbow2019-04-241-1/+1
* llvm-cvtres: Make new dupe resource error a bit friendlierNico Weber2019-04-2410-51/+60
* posix_spawn should retry upon EINTRJF Bastien2019-04-241-6/+10
* Mark new jitlink test XFAIL for windowsReid Kleckner2019-04-241-1/+6
* [sanitizer_common] Remove some old commented-out printf statements, and fixed...Mitch Phillips2019-04-241-6/+1
* Recommitting r358783 and r358786 "[MS] Emit S_HEAPALLOCSITE debug info" with ...Amy Huang2019-04-249-0/+182
* [codeview] Fix symbol names for dynamic initializers and atexit stubsReid Kleckner2019-04-245-15/+120
* [DAGCombiner] scale repeated FP divisor by splat factorSanjay Patel2019-04-242-16/+28
* [PowerPC] Allow using initial-exec TLS with PICJoerg Sonnenberger2019-04-243-6/+21
* Skip test introduced in r359140 on windowsFrederic Riss2019-04-241-0/+2
* Add period at end of comment.Sean Fertile2019-04-241-1/+1
* [X86] Attempt to fix use-after-poison from r359121.Craig Topper2019-04-241-2/+5
* [clang-tidy] Add new checker: llvm-prefer-isa-or-dyn-cast-in-conditionalsDon Hinton2019-04-248-0/+379
* [SystemInitializerFull] Fix header sorting (NFC)Jonas Devlieghere2019-04-241-2/+1
* Fix infinite recursion when calling C++ template functionsFrederic Riss2019-04-244-3/+64
* [AMDGPU] gfx1010 SOP instructionsStanislav Mekhanoshin2019-04-248-160/+555
* [ScriptInterpreterPython] find_first_of -> find (NFC)Jonas Devlieghere2019-04-241-1/+2
* [COFF] Don't emit .gfids sections when CFG is offReid Kleckner2019-04-242-2/+12
* [SLP] Fix crash after r358519, by V. Porpodas.Alexey Bataev2019-04-242-1/+49
* Try once more to ensure constant initializaton of ManagedStaticsReid Kleckner2019-04-242-10/+15
* [pstl] Make the default backend be the serial backend and always provide para...Louis Dionne2019-04-2411-287/+20
* [compiler-rt] NFC fixed [whitespace/braces] LINT warningVitaly Buka2019-04-241-1/+1
* [OPENMP]Initial support for non-rectangular loop nest.Alexey Bataev2019-04-243-14/+105
* Add optional arg to profile count getters to filterXinliang David Li2019-04-249-24/+41
* add postfixexpression.cpp.Jason Molenda2019-04-241-0/+4
* [X86] Prevent folding a load into an AND if that AND is really a ZEXT_INREG t...Craig Topper2019-04-243-6/+15
* llvm-cvtres: Remove a default argument. No behavior change.Nico Weber2019-04-241-1/+1
* Revert using fcopyfile(3) to implement sys::fs::copy_file(Twine, int) on macOSAdrian Prantl2019-04-242-22/+6
* [fuzzer] Fix reload.test on Linux/aarch64Adhemerval Zanella2019-04-241-2/+2
* [compiler-rt] Fix warning about virtual destructor in sanitizer_flag_parser.hVitaly Buka2019-04-241-0/+3
* [EditLineTests] Call setenv() before editline is initialized.Davide Italiano2019-04-241-3/+5
* [llvm-symbolizer] Quick fix for broken sanitizer botMitch Phillips2019-04-241-0/+1
* DebugInfo: Emit only declarations (not whole definitions) of non-unit user de...David Blaikie2019-04-247-13/+126
* [X86] Remove dead nodes left after ReplaceAllUsesWith calls during address ma...Craig Topper2019-04-243-26/+31
* [lldb] Use local definition of get_cpuid_countJoseph Tremoulet2019-04-241-1/+18
* Add std::is_constant_evaluated.Eric Fiselier2019-04-2410-10/+103
* [DataFormatters] Adjusting libc++ std::list formatter to act better with poin...Shafik Yaghmour2019-04-243-2/+7
* [AMDGPU] gfx1010 sgpr register changesStanislav Mekhanoshin2019-04-2411-43/+138
* [X86][SSE] Add tests for bitcasting vXi1 bool vectors to non-simple types.Simon Pilgrim2019-04-241-0/+2319
* [JITLink] Add support for passing arguments to jit-linked code.Lang Hames2019-04-241-2/+13
* [LLVM-C] Deprecate the LLVMValueRef-returning metadata creation functionsRobert Widmann2019-04-242-21/+31
* [AMDGPU] Add gfx1010 target definitionsStanislav Mekhanoshin2019-04-2422-118/+570
* [clangd] Fix broken helper deep in unit test. NFCSam McCall2019-04-241-9/+3
* [InstCombine][X86] Use generic expansion of PACKSS/PACKUS for constant foldin...Simon Pilgrim2019-04-241-51/+45
* Revert "[llvm-objdump] errorToErrorCode+message -> toString"JF Bastien2019-04-241-3/+4
* llvm-undname: Fix assert-on->4GiB-string-literal, found by oss-fuzzNico Weber2019-04-242-1/+9
OpenPOWER on IntegriCloud