platform/upstream/llvm.git
2019-07-22 Jonas DevlieghereRemove INSTALL.txt file
2019-07-22 Jonas Devlieghere[Docs] Remove stale documentation
2019-07-22 Jonas Devlieghere[LLDB] Remove the Xcode project
2019-07-22 Julian Lettner[TSan] Enable fiber tests on iOS simulator
2019-07-22 Eric ChristopherTemporarily Revert "[Attributor] Liveness analysis...
2019-07-22 Stefan Stipanovic[Attributor] Liveness analysis.
2019-07-22 Louis Dionne[NFC][libc++] Add missing EXPLICIT to pair and tuple...
2019-07-22 Yi Kong[runtimes] Don't depend on libpthread on Android
2019-07-22 Alex Langford[Symbol] Improve Variable::GetLanguage
2019-07-22 Craig Topper[X86] When using AND+PACKUS in lowerV16I8Shuffle, gener...
2019-07-22 Jason Liu[NFC][PowerPC]Change ADDIStocHA to ADDIStocHA8 to follo...
2019-07-22 Petr Hosek[libc++] Set __file_ to 0 in basic_filebuf::close(...
2019-07-22 Stefan Stipanovic[Attributor] NoAlias on return values.
2019-07-22 Sean FertileStubs out TLOF for AIX and add support for common vars...
2019-07-22 Petr Hosek[SafeStack] Insert the deref after the offset
2019-07-22 Peter CollingbourneWholeProgramDevirt: Teach the pass to respect the globa...
2019-07-22 Sean Fertile[PowerPC] Fix comment on MO_PLT Target Operand Flag...
2019-07-22 Sean Fertile[Object][XCOFF] Remove extra includes from XCOFF relate...
2019-07-22 Peter CollingbourneLowerTypeTests: Teach the pass to respect global alignm...
2019-07-22 Jonas Hahnfeld[OMPT] Cleanup reset of exit_frame pointer
2019-07-22 Nilanjana BasuChanges to emit CodeView debug info nested type records...
2019-07-22 Ben HamiltonAdds support for formatting NS_CLOSED_ENUM and CF_CLOSE...
2019-07-22 Jonas HahnfeldDelete empty file
2019-07-22 Stanislav Mekhanoshin[AMDGPU] Test update. NFC.
2019-07-22 Simon Pilgrim[SLPVectorizer] Fix some MSVC/cppcheck uninitialized...
2019-07-22 Vlad TsyrklevichRevert "Reland [ELF] Loose a condition for relocation...
2019-07-22 Adrian McCarthy[Windows] Fix race condition between state changes
2019-07-22 Alexey Bataev[OPENMP][MSVC]Enable /openmp[:experimental] to compile...
2019-07-22 Mikhail Maltsev[libunwind][ARM] Fix types in _Unwind_VRS_Get.
2019-07-22 Louis Dionne[libc++] Do not infer support for C++17 in GCC < 7
2019-07-22 Paul Robinson[X86] Remove const from some intrinsics that shouldn...
2019-07-22 Sam McCall[clangd] Add dlog()s for SelectionTree, enabling -debug...
2019-07-22 Guillaume Chatelet[Polly] Clang complains about missing virtual destructor
2019-07-22 Marshall ClowUpdate c++2a status page with post-Cologne information
2019-07-22 Matt ArsenaultTableGen: Support physical register inputs > 255
2019-07-22 Marco Antognini[NFC] Relaxed regression tests for PR42665
2019-07-22 Pavel LabathELF: Fix a "memset clearing object of non-trivial type...
2019-07-22 Sam Parker[ARM][LowOverheadLoops] Revert remaining pseudos
2019-07-22 Alexey Bataev[OPENMP]Add support for analysis of firstprivate variables.
2019-07-22 Matt ArsenaultAMDGPU/GlobalISel: Fix broken tests
2019-07-22 Aaron BallmanUpdate documentation for all CERT checks that correspon...
2019-07-22 Nikola PricaReland [ELF] Loose a condition for relocation with...
2019-07-22 Matt ArsenaultAMDGPU/GlobalISel: Remove unnecessary code
2019-07-22 David Green[ARM] Fix for MVE VPT block pass
2019-07-22 Christudasan... Updated the signature for some stack related intrinsics...
2019-07-22 Aaron BallmanRevert the change to the [[nodiscard]] feature test...
2019-07-22 Simon Pilgrim[X86] EltsFromConsecutiveLoads - support common source...
2019-07-22 Matt ArsenaultAMDGPU/GlobalISel: Fix tests without asserts
2019-07-22 Christudasan... Added address-space mangling for stack related intrinsics
2019-07-22 Simon Pilgrim[X86][SSE] Add EltsFromConsecutiveLoads test case ident...
2019-07-22 George Rimar[yaml2obj] - Change how we handle implicit sections.
2019-07-22 Fangrui Song[ARM][test] Improve tests
2019-07-22 Sam McCall[clangd] Set buffer name for main file. NFCI
2019-07-22 Ilya Biryukov[clangd] Log input code of failed highlighting tests...
2019-07-22 Raphael Isemann[lldb][NFC] Tablegenify breakpoint
2019-07-22 Ilya Biryukov[AST] Treat semantic form of InitListExpr as implicit...
2019-07-22 Stefan GranitzAdd location of SVN staging dir to git-llvm error output
2019-07-22 Marco Antognini[OpenCL] Improve destructor support in C++ for OpenCL
2019-07-22 Oliver Stannard[IPRA][ARM] Make use of the "returned" parameter attribute
2019-07-22 George Rimar[llvm-readobj] - Stop using precompiled objects in...
2019-07-22 Jay Foad[AMDGPU] Save some work when an atomic op has no uses
2019-07-22 Kai Luo[PowerPC][NFC] Precommit a test case where ppc-mi-peeph...
2019-07-22 Serguei Katkov[Loop Peeling] Fix the handling of branch weights of...
2019-07-22 Fangrui Song[utils] Clean up UpdateTestChecks/common.py
2019-07-22 Fangrui Song[analyzer] Fix -Wunused-function in NDEBUG builds with...
2019-07-22 Craig Topper[InstCombine] Add foldAndOfICmps test cases inspired...
2019-07-21 Nemanja Ivanovic[PowerPC][NFC] Precomit test case for upcoming patch
2019-07-21 Simon Pilgrim[X86] SimplifyDemandedVectorEltsForTargetNode - Move...
2019-07-21 Nemanja Ivanovic[PowerPC][NFC] Regenerate test using script
2019-07-21 Craig Topper[InstCombine] Update comment I missed in r366649. NFC
2019-07-21 Simon Pilgrim[SmallBitVector] Fix bug in find_next_unset for small...
2019-07-21 Aditya Nandakumar[GISel]: Attach missing range metadata while translatin...
2019-07-21 David Green[ARM] Move MVE VPT block tests into the Thumb2 director...
2019-07-21 Raphael Isemann[lldb] Fix crash when looking up type coming from the...
2019-07-21 Roman Lebedev[NFC][InstCombine] Add a few extra srem-by-power-of...
2019-07-21 Nathan Lanza[NativePDB] Make GetOrCreateDeclForUid return an lldb...
2019-07-21 Craig Topper[InstCombine] Remove insertRangeTest code that handles...
2019-07-21 Craig Topper[InstCombine] Don't use AddOne/SubOne to see if two...
2019-07-21 Yuanfang Chen[lldb] Fix buildbot build fail caused by r366645
2019-07-21 Nico Webergn build: Merge r366622
2019-07-20 Yuanfang Chen[Clang] Replace cc1 options '-mdisable-fp-elim' and...
2019-07-20 Petr Hosek[ELF] Support explicitly overriding relocation model...
2019-07-20 Roman Lebedev[NFC][InstCombine] Autogenerate a few tests
2019-07-20 Roman Lebedev[NFC][InstCombine] Add srem-by-signbit tests - still...
2019-07-20 Roman Lebedev[NFC][Codegen][X86][AArch64] Add "(x s% C) == 0" tests
2019-07-20 Saleem Abdulrasoolbuild: allow the user to specify `llvm-tblgen`
2019-07-20 Serge GueltonFix asan infinite loop on undefined symbol
2019-07-20 Roman Lebedev[Codegen][SelectionDAG] X u% C == 0 fold: non-splat...
2019-07-20 Simon Pilgrim[X86][SSE] Use PSADBW to improve vXi8 sum reduction...
2019-07-20 Simon PilgrimFix cppcheck reduce scope variable warnings. NFCI
2019-07-20 Serge GueltonRevert "Fix asan infinite loop on undefined symbol"
2019-07-20 Florian Hahn[Local] Zap blockaddress without users in ConstantFoldT...
2019-07-20 Serge GueltonFix asan infinite loop on undefined symbol
2019-07-20 Stefan Granitz[CMake] Align debugserver with lldb-server on Darwin
2019-07-20 Richard Smith[c++20] P1161R3: a[b,c] is deprecated.
2019-07-20 Aaron BallmanMark P1301R4 in C++2a as being SVN instead.
2019-07-20 Aaron BallmanWe support P1301R4 in C++2a as of r366626.
2019-07-20 Richard Smith[cxx_status] Update status page for WG21 Cologne meetin...
2019-07-20 Aaron BallmanImplement P1301R4, which allows specifying an optional...
2019-07-20 Jessica Paquette[GlobalISel][AArch64] Contract trivial same-size cross...
next