aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-25[Polly][docs] Polly release notes.Michael Kruse1-1/+41
2020-02-25[docs][WebAssembly] WebAssembly-specific release notes for 10.0.Dan Gohman3-1/+10
2020-02-25[docs] clangd release notesSam McCall1-1/+44
2020-02-25Fix DfaEmitter::visitDfaState() crash in MSVC x86 debug builds (PR44945)Hans Wennborg2-5/+8
2020-02-25build_llvm_package.bat: Produce zip files in addition to the installersHans Wennborg1-1/+12
2020-02-25Add Control Flow Guard in Clang release notes.Hans Wennborg1-0/+6
2020-02-25Don't generate libcalls for wide shift on Windows ARM (PR42711)Hans Wennborg2-2/+8
2020-02-25Add llvm-cov to LLVM_TOOLCHAIN_TOOLSHans Wennborg1-0/+1
2020-02-24Add -debug-info-kind=constructor to clang release notesAmy Huang1-0/+4
2020-02-24ReleaseNotes: Mention improved DWARF5 support in lldbPavel Labath1-0/+2
2020-02-24ReleaseNotes: ARM and AArch64Hans Wennborg2-2/+11
2020-02-24ReleaseNotes: AttributorHans Wennborg1-1/+9
2020-02-24ReleaseNotes: OpenMPHans Wennborg1-1/+19
2020-02-22[docs] Add -Wmisleading-indentation to clang's release notes.Tyker1-0/+4
2020-02-21[docs] Add some LLDB release notesRaphael Isemann1-0/+9
2020-02-21Filter callbr insts from critical edge splittingBill Wendling3-2/+22
2020-02-20Revert "[CMake] CheckAtomic.cmake: catch false positives in RISC-V"Hans Wennborg1-5/+1
2020-02-20[libc++] Fix ABI break in __bit_reference.Eric Fiselier2-0/+72
2020-02-20[CMake] CheckAtomic.cmake: catch false positives in RISC-VGokturk Yuksek1-1/+5
2020-02-20[RISCV] Correct the CallPreservedMask for the function call in an interrupt h...Shiva Chen2-7/+70
2020-02-20[windows] Add /Gw to compiler flagsNico Weber2-0/+5
2020-02-19Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith34-292/+312
2020-02-19Fix unused function warning (PR44808)Hans Wennborg1-5/+7
2020-02-19Fix a buffer-size bug when the first DW_OP_piece is undefinedAdrian Prantl2-1/+10
2020-02-19Add testing for DW_OP_piece and fix a bug with small Scalar values.Adrian Prantl2-5/+34
2020-02-19[clangd] Make output order of allTargetDecls deterministicKadir Cetinkaya1-32/+49
2020-02-19[X86CmovConversion] Make heuristic for optimized cmov depth more conservative...Nikita Popov1-6/+7
2020-02-19[SLPVectorizer] Do not assume extracelement idx is a ConstantInt.Florian Hahn2-6/+155
2020-02-19[CodeGen][Tests] Fix b3cf70427eb1e97d9b89ba6e9298c280c8a32c74Clement Courbet1-0/+2
2020-02-19Restore functionality of --sysroot on FreeBSD after b18cb9c47Dimitry Andric2-6/+15
2020-02-19Fix a -Wbitwise-conditional-parentheses warning in _LIBUNWIND_ARM_EHABI libun...Nico Weber1-2/+3
2020-02-19llvm: Use quotes around MSVC_DIA_SDK_DIR CMake variableCristian Adam1-1/+1
2020-02-19PR44890: Inherit explicitly-specified template arguments into base classRichard Smith3-1/+25
2020-02-19[libcxx] Support Python 3.8 in the test suiteSergej Jaskiewicz1-2/+12
2020-02-18[FPEnv][ARM] Don't call mutateStrictFPToFP when loweringJohn Brawn2-2/+55
2020-02-18[AArch64][FPenv] Update chain of int to fp conversionDiogo Sampaio2-2/+75
2020-02-18[ARM] Fix infinite loop when lowering STRICT_FP_EXTENDJohn Brawn2-19/+48
2020-02-18[FPEnv][AArch64] Add lowering of f128 STRICT_FSETCCJohn Brawn2-3/+195
2020-02-18[FPEnv][ARM] Add lowering of STRICT_FSETCC and STRICT_FSETCCSJohn Brawn4-18/+526
2020-02-18[FPEnv][AArch64] Add lowering and instruction selection for strict conversionsJohn Brawn4-63/+464
2020-02-18[FPEnv][AArch64] Add lowering and instruction selection for STRICT_FP_ROUNDJohn Brawn3-11/+34
2020-02-18Add lowering of STRICT_FSETCC and STRICT_FSETCCSJohn Brawn4-11/+1031
2020-02-17Drop git version suffixAaron Puchert4-4/+4
2020-02-17Fix crash in InfinteLoopCheckNathan James1-0/+2
2020-02-13[clangd] Expose Code Completion score to the clientKirill Bobyrev8-0/+21
2020-02-13Linker/module-max-warn.ll: Fix test to be compatible with Windows file separa...llvmorg-10.0.0-rc2David Blaikie1-2/+2
2020-02-13[Clang] Limit -fintegrated-cc1 to only one TUAlexandre Ganea5-18/+55
2020-02-13Fix a reentrance bug with deserializing ObjC type parameters.John McCall4-1/+26
2020-02-13Fix type-dependency of bitfields in templatesElizabeth Andrews3-1/+20
2020-02-12[CodeGen] Fix the computation of the alignment of split stores.Hans Wennborg3-2/+195