summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ADCE] Fix non-deterministic behaviour due to iterating over a pointer set.Amara Emerson2019-07-161-3/+8
* [DAGCombiner] fold (addcarry (xor a, -1), b, c) -> (subcarry b, a, !c) and fl...Amaury Sechet2019-07-163-38/+41
* [SWIG] Deprecate SWIG 1.xJonas Devlieghere2019-07-161-0/+5
* [OpenCL] Fixing sampler initialisations for C++ mode.Neil Hickey2019-07-163-12/+17
* [OPENMP]Add support for analysis of if clauses.Alexey Bataev2019-07-1628-241/+497
* AMDGPU/GlobalISel: Fix test failures in release buildMatt Arsenault2019-07-1615-466/+406
* [llvm-ar][test] Add to llvm-ar test coverageOwen Reynolds2019-07-163-0/+252
* [pstl] Fix compilation with TBB backendLouis Dionne2019-07-161-8/+8
* [clangd] Added highlighting for the targets in typedefs and using.Johan Vikstrom2019-07-162-4/+27
* Reapply [llvm-ar][test] Increase llvm-ar test coverageOwen Reynolds2019-07-169-18/+413
* remove a duplicate declarationSylvestre Ledru2019-07-161-3/+0
* Document the LLVM_ENABLE_BINDINGS optionSylvestre Ledru2019-07-161-0/+6
* [Object/llvm-readelf/llvm-readobj] - Improve error reporting when e_shstrndx ...George Rimar2019-07-166-12/+65
* [Driver] Don't pass --dynamic-linker to ld on SolarisRainer Orth2019-07-166-8/+0
* Reapply [llvm-ar][test] Add to MRI test coverageOwen Reynolds2019-07-164-0/+139
* [SemaTemplate] Fix uncorrected typos after pack expansionSam McCall2019-07-162-0/+3
* [clangd] Don't rebuild background index until we indexed one TU per thread.Sam McCall2019-07-163-12/+14
* Remove username from git-llvm script, erroneously added in 366197Sam McCall2019-07-161-1/+1
* [AArch64] Implement __jcvt intrinsic from Armv8.3-AKyrylo Tkachov2019-07-1611-2/+94
* [lldb] Rename Options.inc to CommandOptions.inc [NFC]Raphael Isemann2019-07-165-7/+7
* [NFC] Test commit: add full stop at end of commentKyrylo Tkachov2019-07-161-1/+1
* [clang-scan-view] Force utf-8 when handling report (python2 only)Serge Guelton2019-07-161-2/+2
* [COFF] Rename variale references in comments after VariableName -> variableNa...Fangrui Song2019-07-1611-24/+24
* [WebAssembly] Rename variale references in comments after VariableName -> var...Fangrui Song2019-07-165-7/+7
* [NFC][PowerPC] Add test case for D64195Zi Xuan Wu2019-07-161-0/+106
* [DWARF] Fix the reserved values for unit length in DWARFDebugLine.Igor Kudrin2019-07-162-8/+8
* [DWARF] Fix an incorrect format specifier.Igor Kudrin2019-07-161-1/+1
* [DWARF] Simplify DWARFAttribute. NFC.Igor Kudrin2019-07-162-13/+3
* [lldb] Handle EOF from `lldb-vscode`Jan Kratochvil2019-07-161-0/+5
* Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"Stephan Bergmann2019-07-1610-26/+113
* [NFC][test] Fix for riscv tests.Puyan Lotfi2019-07-164-16/+16
* [X86] In combineStore, don't convert v2f32 load/store pairs to f64 loads/stores.Craig Topper2019-07-161-3/+2
* [ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song2019-07-1625-106/+104
* [RISCV] Match GNU tools canonical JALR and add aliasesAlex Bradbury2019-07-169-36/+60
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-16140-372/+372
* [RISCV] Avoid overflow when determining number of nops for code alignAlex Bradbury2019-07-162-2/+13
* [RISCV] Fix a potential issue in shouldInsertFixupForCodeAlign()Alex Bradbury2019-07-161-4/+3
* [RISCV][NFC] Split PseudoCALL pattern out from instructionAlex Bradbury2019-07-161-2/+2
* [RISCV][NFC] Fix HasStedExtA -> HasStdExtA typo in commentAlex Bradbury2019-07-161-1/+1
* [RISCV] Make RISCVELFObjectWriter::getRelocType check IsPCRelAlex Bradbury2019-07-161-25/+36
* hwasan: Pad arrays with non-1 size correctly.Peter Collingbourne2019-07-165-14/+33
* Add contains method to associative containers. This patch implements P0458R2,...Zoe Carver2019-07-169-6/+263
* Revert "[OPENMP]Add support for analysis of if clauses."Ali Tamur2019-07-1627-494/+239
* AMDGPU: Avoid code predicates for extload PatFragsMatt Arsenault2019-07-165-48/+72
* Change a lit test to permit vendor specific clang versionNathan Lanza2019-07-161-1/+1
* reland "add -fthinlto-index= option to clang-cl"Bob Haarman2019-07-162-1/+10
* Re-land "[DebugInfo] Move function from line table to the prologue (NFC)"Jonas Devlieghere2019-07-163-43/+52
* [Sema] Suppress additional warnings for C's zero initializerPeter Wu2019-07-162-2/+9
* [InstructionSimplify] Apply sext/trunc after pointer strippingMichael Liao2019-07-162-1/+14
* [Target] Remove unused method Target::GetDefaultClangModuleSearchPathsAlex Langford2019-07-162-9/+0
OpenPOWER on IntegriCloud