summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [NFC][InstCombine] Add shift amount reassociation in bittest miscompile examp...Roman Lebedev2020-02-271-0/+17
* [InstCombine] reassociateShiftAmtsOfTwoSameDirectionShifts(): fix miscompile ...Roman Lebedev2020-02-272-4/+27
* [NFC][InstCombine] Add shift amount reassociation miscompile example from PR4...Roman Lebedev2020-02-271-0/+15
* [ReleaseNotes] Mention freeze instructionJuneyoung Lee2020-02-271-2/+6
* [ASTMatchers] HasNameMatcher handles `extern "C"`Nathan James2020-02-272-1/+22
* [MC][ARM] Resolve some pcrel fixups at assembly time (PR44929)Hans Wennborg2020-02-276-17/+41
* [MemorySSA] Don't verify MemorySSA unless VerifyMemorySSA enabledNikita Popov2020-02-271-1/+4
* Revert "[Polly][docs] Polly release notes."Hans Wennborg2020-02-261-41/+1
* [CMake] Default to static linking for subprojects.Michael Kruse2020-02-262-2/+14
* [RISCV] Add Clang and LLVM Release NotesSam Elliott2020-02-262-0/+80
* [ReleaseNotes] Mention new matrix intrinsics.Florian Hahn2020-02-262-0/+9
* Revert "[LICM] Support hosting of dynamic allocas out of loops"Philip Reames2020-02-262-213/+0
* Put microsoft template parameter shadow warning behind separate flag (PR44794)Hans Wennborg2020-02-263-2/+14
* [Codegen] Revert rL354676/rL354677 and followups - introduced PR43446 miscompileRoman Lebedev2020-02-267-40/+67
* Revert "[compiler-rt] Add a critical section when flushing gcov counters"Hans Wennborg2020-02-261-24/+1
* [remark][diagnostics] [codegen] Fix PR44896Rong Xu2020-02-264-1/+30
* [LoopRotate] Get and update MSSA only if available in legacy pass manager.Alina Sbirlea2020-02-265-23/+25
* Strip preceeding -Xclang when stripping -fcolor-diagnostics or -fdiagnostics-...Kadir Cetinkaya2020-02-261-0/+6
* [Polly][docs] Polly release notes.Michael Kruse2020-02-251-1/+41
* [docs][WebAssembly] WebAssembly-specific release notes for 10.0.Dan Gohman2020-02-253-1/+10
* [docs] clangd release notesSam McCall2020-02-251-1/+44
* Fix DfaEmitter::visitDfaState() crash in MSVC x86 debug builds (PR44945)Hans Wennborg2020-02-252-5/+8
* build_llvm_package.bat: Produce zip files in addition to the installersHans Wennborg2020-02-251-1/+12
* Add Control Flow Guard in Clang release notes.Hans Wennborg2020-02-251-0/+6
* Don't generate libcalls for wide shift on Windows ARM (PR42711)Hans Wennborg2020-02-252-2/+8
* Add llvm-cov to LLVM_TOOLCHAIN_TOOLSHans Wennborg2020-02-251-0/+1
* Add -debug-info-kind=constructor to clang release notesAmy Huang2020-02-241-0/+4
* ReleaseNotes: Mention improved DWARF5 support in lldbPavel Labath2020-02-241-0/+2
* ReleaseNotes: ARM and AArch64Hans Wennborg2020-02-242-2/+11
* ReleaseNotes: AttributorHans Wennborg2020-02-241-1/+9
* ReleaseNotes: OpenMPHans Wennborg2020-02-241-1/+19
* [docs] Add -Wmisleading-indentation to clang's release notes.Tyker2020-02-221-0/+4
* [docs] Add some LLDB release notesRaphael Isemann2020-02-211-0/+9
* Filter callbr insts from critical edge splittingBill Wendling2020-02-213-2/+22
* Revert "[CMake] CheckAtomic.cmake: catch false positives in RISC-V"Hans Wennborg2020-02-201-5/+1
* [libc++] Fix ABI break in __bit_reference.Eric Fiselier2020-02-202-0/+72
* [CMake] CheckAtomic.cmake: catch false positives in RISC-VGokturk Yuksek2020-02-201-1/+5
* [RISCV] Correct the CallPreservedMask for the function call in an interrupt h...Shiva Chen2020-02-202-7/+70
* [windows] Add /Gw to compiler flagsNico Weber2020-02-202-0/+5
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-1934-292/+312
* Fix unused function warning (PR44808)Hans Wennborg2020-02-191-5/+7
* Fix a buffer-size bug when the first DW_OP_piece is undefinedAdrian Prantl2020-02-192-1/+10
* Add testing for DW_OP_piece and fix a bug with small Scalar values.Adrian Prantl2020-02-192-5/+34
* [clangd] Make output order of allTargetDecls deterministicKadir Cetinkaya2020-02-191-32/+49
* [X86CmovConversion] Make heuristic for optimized cmov depth more conservative...Nikita Popov2020-02-191-6/+7
* [SLPVectorizer] Do not assume extracelement idx is a ConstantInt.Florian Hahn2020-02-192-6/+155
* [CodeGen][Tests] Fix b3cf70427eb1e97d9b89ba6e9298c280c8a32c74Clement Courbet2020-02-191-0/+2
* Restore functionality of --sysroot on FreeBSD after b18cb9c47Dimitry Andric2020-02-192-6/+15
* Fix a -Wbitwise-conditional-parentheses warning in _LIBUNWIND_ARM_EHABI libun...Nico Weber2020-02-191-2/+3
* llvm: Use quotes around MSVC_DIA_SDK_DIR CMake variableCristian Adam2020-02-191-1/+1
OpenPOWER on IntegriCloud