platform/upstream/llvm.git
2019-07-23 Sam Parker[ARM][LowOverheadLoops] Fix branch target codegen
2019-07-23 Simon PilgrimFix MSVC warning about extending a uint32_t shift resul...
2019-07-23 Simon Pilgrim[SLPVectorizer] Revert local change that got accidently...
2019-07-23 Sam ElliottRevert [RISCV] Re-enable rv32i-aliases-invalid.s test
2019-07-23 Lei Huang[NFC][ASAN] Add brackets around not command
2019-07-23 Raphael Isemann[lldb][NFC] Tablegenify process
2019-07-23 Pavel LabathProcessMachCore: Fix a -Wmisleading-indentation warning
2019-07-23 Roman Lebedev[NFC][InstCombine] Fixup commutative/negative tests...
2019-07-23 Roman Lebedev[InstSimplify][NFC] Tests for skipping 'div-by-0' check...
2019-07-23 Roman Lebedev[NFC][PhaseOredering][SimplifyCFG] Add more runlines...
2019-07-23 Simon Pilgrim[TargetLowering] Add SimplifyMultipleUseDemandedBits
2019-07-23 Pavel LabathFix windows build after r366791
2019-07-23 Sam Elliott[RISCV] Re-enable rv32i-aliases-invalid.s test
2019-07-23 George Rimar[Object/ELF.h] - Improve testing of the fields in ELFFi...
2019-07-23 Raphael Isemann[lldb][NFC] Tablegenify source
2019-07-23 George Rimar[yaml2obj] - Add a support for defining null sections...
2019-07-23 Simon Pilgrim[SLPVectorizer] Remove null-pointer test. NFCI.
2019-07-23 Balazs KeriPlistDiagnostics Fix for compile warning (NFC).
2019-07-23 Pavel LabathSymbolVendor: Move compile unit handling into the Symbo...
2019-07-23 David Green[ARM] Rename NEONModImm to VMOVModImm. NFC
2019-07-23 Hideto Ueno[Attributor][NFC] Re-run clang-format on the Attributor.cpp
2019-07-23 Hideto Ueno[Attributor] Deduce "dereferenceable" attribute
2019-07-23 Eugene Leviant[llvm-objcopy] Allow strip symtab in executables and...
2019-07-23 Yi KongFix gold-plugin Windows build
2019-07-23 George Rimar[yaml2elf] - Treat the SHN_UNDEF section as kind of...
2019-07-23 Martin Storsjo[test] Fix the test from the previous commit when run...
2019-07-23 Raphael Isemann[lldb][NFC] Tablegenify disassemble
2019-07-23 Balazs Keri[CrossTU] Added CTU argument to diagnostic consumer...
2019-07-23 Hideto Ueno[AMDGPU][NFC] Simplify test file for amdgcn intrinsics
2019-07-23 Martin Storsjo[COFF] Unbreak sorting of mingw comdat .tls sections...
2019-07-23 Craig Topper[DAGCombiner] Make ShrinkLoadReplaceStoreWithStore...
2019-07-23 Craig Topper[DAGCombiner] Use SDNode::isOperandOf to simplify some...
2019-07-23 Robert Widmann[LLVM-C] Improve Bindings to The Internalize Pass
2019-07-23 Marshall ClowImplement most of P1612R1: Relocate endian. Moves...
2019-07-23 Zi Xuan Wu[PowerPC] Replace float load/store pair with integer...
2019-07-23 Richard TrieuInline function call into assert to fix unused variable...
2019-07-23 Richard TrieuMove variable out from debug only section.
2019-07-23 Shoaib Meenai[llvm-lipo] Implement -info
2019-07-23 Alex Langford[lldb][test_suite] Fix skipIfTargetAndroid decorator
2019-07-23 Alex Langford[lldb][test_suite] skip tests of `libstdcpp` on Android...
2019-07-22 Stefan StipanovicFixing build error from commit 95cbc3d
2019-07-22 Jonas Devlieghere[Logging] Replace LogIfAnyCategoriesSet with LLDB_LOG.
2019-07-22 Antonio AfonsoRestore tests for lldb-server and lldb-vscode removed...
2019-07-22 Philip Reames[Statepoints] Fix a bug in statepoint lowering for...
2019-07-22 Peter CollingbourneFix pointer width in test from r366754.
2019-07-22 Nico Webergn build: Wrap two comments to 80 columns
2019-07-22 Jonas Devlieghere[DWARF] Add more error handling to debug line parser.
2019-07-22 Puyan Lotfi[NFC][clang] Refactor getCompilationPhases()+Types...
2019-07-22 Philip Reames[Statepoints] Add a test which shows a miscompile with...
2019-07-22 Stefan StipanovicRevert "Fixing build error from commit 9285295."
2019-07-22 David Blaikiellvm-objcopy/test: add REQUIRES: shell for use of umask
2019-07-22 Peter CollingbourneAnalysis: Don't look through aliases when simplifying...
2019-07-22 Stefan StipanovicFixing build error from commit 9285295.
2019-07-22 Roman Lebedev[NFC][PatternMatch] Refactor code into a proper "matche...
2019-07-22 Roman Lebedev[InstSimplify][NFC] Tests for skipping 'div-by-0' check...
2019-07-22 Roman Lebedev[SimplifyCFG][NFC] Test that we fail to flatten CFG...
2019-07-22 Roman Lebedev[SimplifyCFG][NFC] Test that we fail to flatten CFG...
2019-07-22 Roman Lebedev[InstCombine][NFC] Tests for canonicalization of unsign...
2019-07-22 Roman Lebedev[NFC][PhaseOrdering] Add tests showcasing the problems...
2019-07-22 Roman Lebedev[IndVarSimplify][NFC] Autogenerate check lines in loop_...
2019-07-22 Jonas DevlieghereRemove Xcode project remnants
2019-07-22 Vedant Kumar[Driver] Set the default win32-macho debug format to...
2019-07-22 Matt ArsenaultAMDGPU: Don't use SDNodeXForm for DS offset output
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...
next