platform/upstream/llvm.git
2019-08-02 Philip Reames[Statepoints] Fix overalignment of loads in no-realign...
2019-08-02 Peter Collingbournehwasan: Remove unused field CurModuleUniqueId. NFCI.
2019-08-02 Lang Hames[ORC] Remove a dead method.
2019-08-02 Craig Topper[ScalarizeMaskedMemIntrin] Add constant mask support...
2019-08-02 Philip Reames[Test] Demonstrate a realignment bug missed in r366765
2019-08-02 Jinsong Ji[PowerPC][NFC] Enable ADT BitVectorTest
2019-08-02 Lang Hames[ORC] Turn on symbol-flags overrides for LLJIT on Windo...
2019-08-02 Daniel SandersAdd MCRegister and use it in MCRegisterClass::contains()
2019-08-02 Sanjay Patel[DAGCombiner] try to convert opposing shifts to casts
2019-08-02 Hubert Tong[Driver][test] Avoid undefined grep in darwin-ld.c
2019-08-02 Erik PilkingtonRemove a dead diagnostic, NFC
2019-08-02 Eric ChristopherTemporarily Revert "Changing representation of cv_def_r...
2019-08-02 Joseph TremouletUse rip-relative addressing in asm test
2019-08-02 Rainer Orth[sanitizer_common][tests] Fix SanitizerCommon-Unit...
2019-08-02 Nilanjana BasuChanging representation of cv_def_range directives...
2019-08-02 Alina Sbirlea[NewPassManager] Resolve assertion in CGSCCPassManager...
2019-08-02 George Rimar[llvm-objcopy] - Fix the strip-dwo-groups.test.
2019-08-02 Shafik Yaghmour[Formatters] Temporarily disable libc++ std::function...
2019-08-02 Jessica Paquette[AArch64][GlobalISel] Support the neg_addsub_shifted_im...
2019-08-02 Alina Sbirlea[SimplifyCFG] Cleanup redundant conditions [NFC].
2019-08-02 Simon Pilgrim[AMDGPU] Regenerated saddo.ll test file for D47927
2019-08-02 Daniel SandersFix ARC after r367633
2019-08-02 Peter CollingbourneCodeGen: Don't follow aliases when extracting type...
2019-08-02 Sanjay Patel[InstCombine] fold cmp+select using select operand...
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
next