summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [dotest] Add logging to investigate CI issue.Jonas Devlieghere2019-01-181-1/+6
* [analyzer] pr37688: Fix a crash upon evaluating a deleted destructor of a union.Artem Dergachev2019-01-183-1/+65
* [analyzer] Do not try to body-farm Objective-C properties with custom accessors.Artem Dergachev2019-01-182-0/+40
* [safestack] Add ThreadId type as uint64_tVitaly Buka2019-01-182-4/+11
* [ASTDump] Add test for current AST dump behaviorStephen Kelly2019-01-181-0/+4
* [ASTDump] NFC: Move variable into if() statementStephen Kelly2019-01-181-2/+1
* [ASTDump] NFC: Remove redundant conditionStephen Kelly2019-01-181-4/+1
* [ASTDump] NFC: Remove non-needed bracesStephen Kelly2019-01-181-3/+2
* [ASTDump] Mark null params with a tag rather than a child nodeStephen Kelly2019-01-181-4/+9
* [ASTDump] Mark BlockDecls which capture this with a tagStephen Kelly2019-01-182-5/+4
* AMDGPU/GlobalISel: Legalize more types for selectMatt Arsenault2019-01-183-20/+178
* Revert "[CGP] Check for existing inttotpr before creating new one"Roman Tereshin2019-01-182-53/+4
* [ASTDump] Mark variadic declarations with a tag instead of child nodeStephen Kelly2019-01-183-14/+11
* AMDGPU/GlobalISel: Legalize illegal g_constantMatt Arsenault2019-01-183-26/+105
* [Sema] Suppress a warning about a forward-declared fixed enum in C modeErik Pilkington2019-01-182-3/+23
* GlobalISel: Verify G_BITCASTMatt Arsenault2019-01-183-4/+54
* [Fixed Point Arithmetic] Fixed Point Addition Constant Expression EvaluationLeonard Chan2019-01-1810-64/+348
* [elfabi] Add support for reading DT_NEEDED from binariesArmando Montanez2019-01-183-1/+114
* GlobalISel: Verify G_ICMP/G_FCMP vector typesMatt Arsenault2019-01-183-0/+91
* [x86] add more movmsk tests; NFCSanjay Patel2019-01-181-11/+313
* Make ThinLTO test run single threaded to try to avoid flakinessTeresa Johnson2019-01-181-1/+1
* Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim2019-01-181-0/+2
* [SjLj] Don't use __declspec(thread) in MinGW modeMartin Storsjo2019-01-181-1/+1
* AMDGPU: Remove llvm.SI.load.constMatt Arsenault2019-01-1810-198/+0
* Add BreakpadRecords to the Xcode project.Jim Ingham2019-01-181-0/+6
* GlobalISel: Verify g_zextload and g_sextloadMatt Arsenault2019-01-182-1/+37
* [X86] Lower avx512f scatter intrinsics to X86MaskedScatterSDNode instead of g...Craig Topper2019-01-182-53/+65
* [CGP] Check for existing inttotpr before creating new oneRoman Tereshin2019-01-182-4/+53
* [SelectionDAG] Updates for -dag-dump-verboseBjorn Pettersson2019-01-183-42/+74
* [OPENMP][DOCS] Release notes/OpenMP support updates, NFC.Kelvin Li2019-01-182-44/+63
* [mips] Add '-mrelax-pic-calls', '-mno-relax-pic-calls'Vladimir Stefanovic2019-01-183-0/+28
* Fix the buildbot issue introduced by r351421Sanjin Sijaric2019-01-181-1/+1
* [NFC] Fix wParentheses warning in ASTContext getFixedPointSemanticsErich Keane2019-01-181-3/+3
* Revert "Fix failing MSan bots"George Karpenkov2019-01-1819-262/+459
* [GlobalISel] Change to range-based invocation of llvm::sortMandeep Singh Grang2019-01-181-6/+3
* [clang] Change to range-based invocation of llvm::sortMandeep Singh Grang2019-01-181-1/+1
* [adt] Twine(nullptr) derefs the nullptr. Add a deleted Twine(std::nullptr_t)Daniel Sanders2019-01-182-1/+4
* [SelectionDAG] Split very large token factors for chained stores to 64k chunks.Florian Hahn2019-01-181-1/+1
* [X86] Lower avx2/avx512f gather intrinsics to X86MaskedGatherSDNode instead o...Craig Topper2019-01-185-89/+100
* [clang-tidy] add reproducer for PR39949 into test-suiteJonas Toth2019-01-181-0/+33
* [X86] Only define _XCR_XFEATURE_ENABLED_MASK in xsaveintrin.h when _MSC_VER i...Craig Topper2019-01-182-2/+1
* [LCSSA] Skip blocks in sub-loops when scanning for uses.Florian Hahn2019-01-182-1/+6
* [Support] Implement llvm::Registry::iterator via llvm_iterator_facadeIlya Biryukov2019-01-181-3/+3
* [clang][slh] add Clang attr no_speculative_load_hardeningZola Bridges2019-01-1812-25/+216
* Make sure to fill in the compiler register number so when we try to backtrace...Greg Clayton2019-01-182-15/+17
* [clangd] Make background index less chattyIlya Biryukov2019-01-181-1/+1
* [AMDGPU] Add some missing always-uniform values.Neil Henning2019-01-182-1/+21
* Revert "Clang side support for @cc assembly operands."Nirav Dave2019-01-181-52/+0
* [LTO] Change test/tools/lto/no-bitcode.s requirement from arm to aarch64Simon Pilgrim2019-01-181-1/+1
* Clang side support for @cc assembly operands.Nirav Dave2019-01-181-0/+52
OpenPOWER on IntegriCloud