platform/upstream/llvm.git
2019-08-02 Nathan Huckleberry[clang-tidy] Adding static analyzer check to list of...
2019-08-02 James Y KnightFix git-llvm to not delete non-empty directories.
2019-08-02 Peter Collingbournegn build: Merge r367667.
2019-08-02 Joseph TremouletFix PC adjustment in StackFrame::GetSymbolContext
2019-08-02 Fangrui Song[Sema] Disable -Wbitwise-op-parentheses and -Wlogical...
2019-08-02 Paul Robinson[doc] Give a workaround for a FileCheck regex that...
2019-08-02 Teresa JohnsonUse llvm-nm instead of nm in new test to unbreak Window...
2019-08-02 Ilya Biryukov[clangd] Fix a crash when presenting values for Hover
2019-08-02 Lang Hames[ORC] Change the locking scheme for ThreadSafeModule.
2019-08-02 David Candler[NFC] Test commit, corrected some spelling in comment
2019-08-02 Haojian Wu[clangd][vscode] clang-format the the extension code.
2019-08-02 Tim NorthoverGlobalISel: support swiftself attribute
2019-08-02 Teresa JohnsonFix new test try 2
2019-08-02 Teresa JohnsonFix new test
2019-08-02 Teresa Johnson[ThinLTO] Implement index-based WPD
2019-08-02 Simon PilgrimFix "not all control paths return a value" warning...
2019-08-02 Sanjay Patel[x86] add/adjust tests for shift-add-shift; NFC
2019-08-02 Martin Storsjo[llvm-dlltool] Clarify an error message. NFC.
2019-08-02 Anastasia Stulova[OpenCL] Allow OpenCL C style vector initialization...
2019-08-02 Martin Storsjo[COFF] Clarify a comment. NFC.
2019-08-02 Martin Storsjo[COFF] Avoid loading objects for mingw autoimport,...
2019-08-02 Sam McCall[clangd] Remove bad assert: nothing relies on it, and...
2019-08-02 Andrea Di Biagio[MCA] Add support for printing immedate values as hex...
2019-08-02 Oliver Stannard[IPRA][ARM] Disable no-CSR optimisation for ARM
2019-08-02 Oliver StannardFix and test inter-procedural register allocation for ARM
2019-08-02 Serguei Katkov[Loop Peeling] Introduce an option for profile based...
2019-08-02 Sam McCall[clangd] Add new helpers to make tweak tests scale...
2019-08-02 Jay Foad[LV] Fix test failure in a Release build.
2019-08-02 Sam Parker[NFC][ARM[ParallelDSP] Rename/remove/change types
2019-08-02 Pavel LabathSymbolVendor: Introduce Module::GetSymbolFile
2019-08-02 Raphael Isemann[lldb][NFC] Remove unused imports in python tests
2019-08-02 Peter Smith[AliasAnalysis] Initialize a member variable that may...
2019-08-02 Hans WennborgDon't try emitting dllexported explicitly defaulted...
2019-08-02 Sam Parker[NFC][ARM][ParallelDSP] Remove ValueList
2019-08-02 Hideki SaitoMoves the newly added test interleaved-accesses-waw...
2019-08-02 Rui UeyamaRevert r367649: Improve raw_ostream so that you can...
2019-08-02 Rong Xu[PGO] Fix bolt failures from r367628
2019-08-02 Fangrui Songcompiler-rt: Rename .cc file in test/tsan to .cpp
2019-08-02 Guillaume Chatelet[LLVM][Alignment] Update documentation
2019-08-02 Hideki Saito[LV] Avoid building interleaved group in presence of...
2019-08-02 Fangrui Songcompiler-rt: Rename .cc file in test/msan to .cpp
2019-08-02 Fangrui Songcompiler-rt: Rename .cc file in test/xray to .cpp
2019-08-02 Rui UeyamaAdd an assert() to catch possible regexp errors.
2019-08-02 Rui UeyamaAdd a comment for --vs-diagnostics.
2019-08-02 Rui UeyamaImprove raw_ostream so that you can "write" colors...
2019-08-02 Owen Pan[clang-format] Fix a bug that doesn't break braces...
2019-08-02 Serguei Katkov[Loop Peeling] Do not close further unroll/peel if...
2019-08-02 Stanislav MekhanoshinHandle casts changing pointer size in the vectorizer
2019-08-02 Kai Luo[PowerPC][Peephole] Check if `extsw`'s second operand...
2019-08-02 Kang Zhang[NFC][CodeGen] Modify the type element of TailCalls...
2019-08-02 Rui UeyamaFix an unused variable warning.
2019-08-02 Vitaly BukaFix flaky test caused by PR42868
2019-08-02 Douglas YungChange /build to /build* in top-level .gitignore.
2019-08-02 Eric ChristopherTemporarily revert "Changes to improve CodeView debug...
2019-08-02 JF BastienUpdate Compiler.h check for MSVC
2019-08-02 Jonas DevlieghereFormat OptionEnumValueElement (NFC)
2019-08-02 Daniel SandersFix up an unused variable warning caused by TRI->isVirt...
2019-08-01 Daniel SandersPrevent vregs leaking into the MC layer via TargetRegis...
2019-08-01 Jonas Devlieghere[dsymutil] Fix heap-use-after-free related to the LinkO...
2019-08-01 Philip Reames[Tests] Autogen a bunch of Reassociate tests for ease...
2019-08-01 Daniel SandersFinish moving TargetRegisterInfo::isVirtualRegister...
2019-08-01 Jan Korous[DirectoryWatcher] Relax assumption to prevent test...
2019-08-01 Eric FiselierRefactor deque to centralize handling of spare blocks.
2019-08-01 Rong Xu[PGO] Add PGO support at -O0 in the experimental new...
2019-08-01 Joel E. DennyRevert r366980: "[lit] Protect full test suite from...
2019-08-01 Joel E. DennyRevert r367123: "[llvm] [lit/tests] Replace 'env -u...
2019-08-01 JF Bastien[NFC] Remove extra __has_feature
2019-08-01 Stanislav MekhanoshinRelax load store vectorizer pointer strip checks
2019-08-01 Nilanjana BasuChanges to improve CodeView debug info type record...
2019-08-01 Harlan HaskinsFix Windows branch of FileManagerTest changes
2019-08-01 Harlan HaskinsFix use-after-move in ClangBasicTests
2019-08-01 Wouter van... [WebAssembly] Fixed relocation errors having no location.
2019-08-01 Harlan Haskins[clang] Change FileManager to use llvm::ErrorOr instead...
2019-08-01 Harlan Haskins[clang-tools-extra] Adopt FileManager's error-returning...
2019-08-01 Harlan Haskins[clang] Adopt new FileManager error-returning APIs
2019-08-01 Harlan Haskins[clang] Adopt llvm::ErrorOr in FileManager methods
2019-08-01 Daniel SandersMove register namespacing definitions from TargetRegist...
2019-08-01 Gheorghe-Teodor... [OpenMP] Fix declare target link implementation
2019-08-01 Sanjay Patel[AArch64][x86] adjust tests with shift-add-shift; NFC
2019-08-01 Csaba Dabis[analyzer] StackFrameContext: Add NodeBuilderContext...
2019-08-01 Sanjay Patel[AArch64][x86] add tests for shift-add-shift; NFC ...
2019-08-01 Eric FiselierTeach malloc_allocator how to count bytes
2019-08-01 Eric FiselierChange default bucket count in hash_set/hash_map.
2019-08-01 Matt ArsenaultGlobalISel: Lower scalarizing unmerge of a vector to...
2019-08-01 Sjoerd MeijerFollow up of rL367592, fix the build
2019-08-01 Yuanfang ChenTest linux only for absolute paths in the -fuse-ld...
2019-08-01 Craig Topper[X86] In decomposeMulByConstant, legalize the VT before...
2019-08-01 Craig Topper[X86] Add some test cases for 512-bit truncate to 128...
2019-08-01 Martin Storsjo[COFF] Fix wholearchive with thin archives
2019-08-01 Matt ArsenaultAMDGPU: Remove v0 workaround for DS_GWS_* instructions
2019-08-01 Matt ArsenaultCodeGen: Allow virtual registers in bundles
2019-08-01 Alina Sbirlea[SimplifyCFG] Mark missed Changed to true.
2019-08-01 Jonas DevlieghereFix `skipIfSanitized` decorator on macOS
2019-08-01 Alina Sbirlea[MemorySSA] Set LoopSimplify to preserve MemorySSA...
2019-08-01 Matt ArsenaultAMDGPU: Use tablegen pattern for sendmsg intrinsics
2019-08-01 Sjoerd Meijer[LV] Tail-Loop Folding
2019-08-01 Matt ArsenaultGlobalISel: Fix widenScalar for G_MERGE_VALUES to pointer
2019-08-01 Wouter van... [WebAssembly] Assembler/InstPrinter: support call_indir...
2019-08-01 Nico WeberRemove a few straggler ".cc"s in compiler-rt/lib
2019-08-01 Simon Pilgrim[TargetLowering] SimplifyMultipleUseDemandedBits -...
next