summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov2018-12-0312-33/+136
* [CodeComplete] Cleanup access checking in code completionIlya Biryukov2018-12-037-55/+176
* [Sema] Avoid CallExpr::setNumArgs in Sema::BuildCallToObjectOfClassTypeBruno Ricci2018-12-031-25/+23
* [clangd] Fix a stale comment, NFC.Haojian Wu2018-12-032-3/+2
* [AMDGPU] Add sdwa support for ADD|SUB U64 decomposed PseudosRon Lieberman2018-12-034-2/+563
* [AST] Fix an uninitialized bug in the bits of FunctionDeclBruno Ricci2018-12-031-21/+23
* [clangd] Get rid of AST matchers in CodeComplete, NFCHaojian Wu2018-12-031-9/+18
* Portable Python script across Python versionSerge Guelton2018-12-032-2/+4
* [AST][NFC] Pack CXXDeleteExprBruno Ricci2018-12-034-41/+55
* Portable Python script across versionSerge Guelton2018-12-039-32/+32
* Portable Python script across Python versionSerge Guelton2018-12-036-24/+24
* [Analyzer] Actually check for -model-path being a directoryIlya Biryukov2018-12-031-5/+6
* [Analysis] Properly prepare test env in test/Analysis/undef-call.cIlya Biryukov2018-12-031-0/+2
* [clang] Do not read from 'test/SemaCXX/Inputs' inside 'test/AST'Ilya Biryukov2018-12-032-1/+38
* ARM: use target-specific SUBS node when combining cmp with cmov.Tim Northover2018-12-038-30/+62
* [NFC][AArch64] Split out backend featuresDiogo N. Sampaio2018-12-0316-386/+716
* [OpenCL][Sema] Improve BuildResolvedCallExpr handling of builtinsMarco Antognini2018-12-031-7/+10
* [LLD][ELF] - Improve the DWARF v5 suport for building .gdb_index.George Rimar2018-12-033-1/+214
* [CMake] Add LLVM_EXTERNALIZE_DEBUGINFO_OUTPUT_DIR for custom dSYM target dire...Stefan Granitz2018-12-031-1/+8
* [RISCV] Fix test/MC/Disassembler/RISCV/invalid-instruction.txt after rL347988Alex Bradbury2018-12-031-4/+0
* [CMake] Store path to vendor-specific headers in clang-headers target propertyStefan Granitz2018-12-031-2/+4
* [llvm-dwarfdump] - Stop printing the bogus empty section name on invalid dwarf.George Rimar2018-12-032-2/+199
* [ARM][MC] Move information about variadic register defs into tablegenOliver Stannard2018-12-0311-39/+23
* [ARM][Asm] Debug trace for the processInstruction loopOliver Stannard2018-12-033-4/+18
* [KMSAN] Enable -msan-handle-asm-conservative by defaultAlexander Potapenko2018-12-033-34/+77
* [GlobalISel] Fix test irtranslator-stackprotect-check.llPetr Pavlu2018-12-031-10/+10
* [ARM] FP16: support vld1.16 for vector loads with post-incrementSjoerd Meijer2018-12-032-0/+50
* [PowerPC] Fix inconsistent ImmMustBeMultipleOf for same instructionKang Zhang2018-12-032-4/+174
* [NFC] [PowerPC] add an routine in PPCTargetLowering to determine if a global ...QingShan Zhang2018-12-033-15/+36
* [gn build] Fix cosmetic bug in write_cmake_config.pyNico Weber2018-12-021-4/+4
* [gn build] Slightly simplify write_cmake_config.Nico Weber2018-12-021-27/+18
* [gn build] Add build files for llvm/lib/Analysis and llvm/lib/ProfileDataNico Weber2018-12-022-0/+129
* [X86] Add a DAG combine to turn stores of vXi1 on pre-avx512 targets into a b...Craig Topper2018-12-022-5888/+527
* [X86] Fix bad comment. NFCCraig Topper2018-12-021-1/+1
* Replace FullComment member being visited with parameterStephen Kelly2018-12-021-37/+49
* Extend the CommentVisitor with parameter typesStephen Kelly2018-12-021-13/+16
* Remove unecessary methodsStephen Kelly2018-12-021-10/+0
* [test] Fix use of 'sort -b' in SimpleLoopUnswitch on NetBSDMichal Gorny2018-12-023-9/+9
* [test] Fix ScalarEvolution test to allow __func__ with prototypeMichal Gorny2018-12-021-123/+123
* [test] Fix BugPoint/compile-custom.ll to use detected python execMichal Gorny2018-12-021-1/+1
* Fix whitespaceStephen Kelly2018-12-021-1/+1
* Add dump tests for ArrayInitLoopExpr and ArrayInitIndexExprStephen Kelly2018-12-021-0/+10
* [ValueTracking] Support funnel shifts in computeKnownBits()Nikita Popov2018-12-022-0/+69
* [SelectionDAG] fold constant with undef vector per elementSanjay Patel2018-12-022-20/+26
* [DAGCombiner] guard against an oversized shift crashSanjay Patel2018-12-021-9/+14
* [ValueTracking] add helper function for testing implied condition; NFCISanjay Patel2018-12-024-60/+52
* [X86] Simplify LowerBITCAST code for v2i32/v4i16/v8i8/i64->mmx/i64/f64 bitcast.Craig Topper2018-12-021-23/+8
* [X86] Add custom type legalization for v2i32/v4i16/v8i8->mmx bitcasts to avoi...Craig Topper2018-12-024-138/+75
* [X86] Custom type legalize v2i32/v4i16/v8i8->i64 bitcasts in 64-bit mode simi...Craig Topper2018-12-025-747/+183
* OpenCL: Improve vector printf warningsMatt Arsenault2018-12-016-32/+192
OpenPOWER on IntegriCloud