platform/upstream/llvm.git
2019-09-04 Yuanfang ChenAvoid assemble step in verbose-output-quoting.c
2019-09-04 Matt ArsenaultGlobalISel: Add G_BITREVERSE
2019-09-04 Louis Dionne[libc++] Only build with -fvisibility=hidden on Clang
2019-09-04 Johannes Doerfert[Attributor][NFC] Add assertion to guard against accide...
2019-09-04 Johannes Doerfert[Attributor] Look at internal functions only on-demand
2019-09-04 Fangrui Song[ELF] Don't shrink RelrSection
2019-09-04 Johannes Doerfert[Attributor] Use the white list for attributes consistently
2019-09-04 Matt ArsenaultAMDGPU/GlobalISel: Make 16-bit constants legal
2019-09-04 Matt ArsenaultGlobalISel/TableGen: Don't skip REG_SEQUENCE based...
2019-09-04 Alexander Kornienko[clang-tidy] Fix bugprone-argument-comment bug if there...
2019-09-04 Matt ArsenaultGlobalISel: Define GINodeEquiv for undef
2019-09-04 Johannes Doerfert[Attributor] Deal more explicit with non-exact definitions
2019-09-04 Frederic RissWorkaround TestConcurrentMany* flakiness in a more...
2019-09-04 Craig Topper[X86] Add support for avx512bf16 for __builtin_cpu_supp...
2019-09-04 Simon Pilgrim[Attributor] Ensure AAIsDead correctly overrides getIRP...
2019-09-04 Krzysztof Parzyszek[Hexagon] Improve generated code for test-if-bit-clear...
2019-09-04 Jinsong Ji[PowerPC][Altivec][Clang] Check compile-time constant...
2019-09-04 Sanjay Patel[InstSimplify] guard against unreachable code (PR43218)
2019-09-04 Ilya Biryukov[Driver] Use shared singleton instance of DriverOptTable
2019-09-04 Alexey Lapshin[Debuginfo][SROA] Need to handle dbg.value in SROA...
2019-09-04 Balazs Keri[ASTImporter] Added visibility context check for Typede...
2019-09-04 Jinsong Ji[PowerPC][Altivec] Fix constant argument for vec_dss
2019-09-04 Sanjay Patel[InstCombine] add tests for insert/extract with identit...
2019-09-04 Louis Dionne[libc++] Move __clamp_to_integral to <cmath>, and harde...
2019-09-04 Pavel Labathdisassemble command: fix error message when disassembly...
2019-09-04 Kadir Cetinkaya[clangd] Add TUScheduler.h to CodeComplete.cpp to unbre...
2019-09-04 James Molloy[ModuloSchedule] Fix no-asserts build
2019-09-04 James Molloy[ModuloSchedule] Introduce PeelingModuloScheduleExpander
2019-09-04 Simon PilgrimFix "enumeral and non-enumeral type in conditional...
2019-09-04 Louis Dionne[libc++] Add `__truncating_cast` for safely casting...
2019-09-04 David Bolvansky[NFC] Added a negative test for new fold
2019-09-04 Louis Dionne[libc++] Use __extension__ in a portable manner
2019-09-04 David Bolvansky[NFC] Fixed test
2019-09-04 Raphael Isemann[lldb] Fix log statement in Socket::Write
2019-09-04 David Bolvansky[NFC] Adjust tests for new fold
2019-09-04 David Bolvansky[NFC] Added tests for new fold
2019-09-04 Sam McCall[clangd] Fix SelectionTree behavior on implicit 'this'
2019-09-04 David Bolvansky[InstCombine] Fold sub (or A, B) (and A, B) to (xor...
2019-09-04 Pavel LabathFix address sizes in the dwarfdump-debug-loc-error...
2019-09-04 David Bolvansky[NFC] Added a new test for D67153
2019-09-04 Raphael Isemann[lldb] Limit the amount of zeroes we use for padding...
2019-09-04 Raphael Isemann[lldb] Early exit in RangeDataVector:FindEntryIndexesTh...
2019-09-04 David Bolvansky[NFC] Added tests for 'SUB of OR and AND to XOR' fold
2019-09-04 Jeremy Morse[DebugInfo] LiveDebugValues: locations with different...
2019-09-04 Nico Webergn build: Merge r370862
2019-09-04 Fangrui Song[ELF] Fix spell corrector: don't call elf::InputFile...
2019-09-04 Roman LebedevRevert "[Clang Interpreter] Initial patch for the const...
2019-09-04 Simon Pilgrim[cmake] Remove MSVC C4180 override
2019-09-04 Jeremy Morse[LiveDebugValues][NFC] Silence an unused variable warning
2019-09-04 Sam McCall[clangd] Remove macro-expansion-location from getBeginn...
2019-09-04 Pavel LabathDWARF: Fix a regression in location list dumping
2019-09-04 Simon Pilgrim[cmake] Remove MSVC C4258 override
2019-09-04 Sam McCall[clangd] Remove obsolete includes. NFC
2019-09-04 Sam McCall[clangd] Move threading helper to more appropriate...
2019-09-04 Jan KratochvilCode cleanup: Change FormattersContainer::KeyType from...
2019-09-04 Sam McCall[clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC
2019-09-04 Djordje Todorovic[llvm-dwarfdump] Fix spelling in the comments. NFC
2019-09-04 Fangrui Song[llvm-objcopy] Add objcopy::elf::Object::allocSections...
2019-09-04 Raphael IsemannAdd LLDB reformatting to .git-blame-ignore-revs
2019-09-04 Pavel LabathPort TestBatchMode to PExpectTest class
2019-09-04 Fangrui Song[yaml2obj] Support PT_GNU_STACK and PT_GNU_RELRO
2019-09-04 Raphael Isemann[lldb][NFC] Rename ReadRegisterValue to PrintRegisterValue
2019-09-04 Rui UeyamaAdd .git-blame-ignore-revs file
2019-09-04 Raphael Isemann[lldb][NFC] Remove WriteRegister copy-pasta from Object...
2019-09-04 Fangrui Song[ELF] Add a spell corrector for "undefined symbol"...
2019-09-04 Fangrui Song[llvm-objcopy] Rename variable names "Section" to ...
2019-09-04 Sam Parker[ARM][ParallelDSP] SExt mul for accumulation
2019-09-04 Hans WennborgRe-commit r363191 "[MS] Pretend constexpr variable...
2019-09-04 Taewook Oh[IRPrinting] Improve module pass printer to work better...
2019-09-04 Raphael Isemann[lldb][NFC] Add a simple test for thread_local storage.
2019-09-04 Amara Emerson[GlobalISel] Fix G_SEXT narrowScalar to bail out of...
2019-09-04 Pavel Labath[dotest] Avoid the need for LEVEL= makefile boilerplate
2019-09-04 Nico Webergn build: Merge r370843
2019-09-04 Sam McCall[clangd] Split Preamble.h out of ClangdUnit.h. NFC
2019-09-04 Michal Gorny[lldb] [test] Mark 'reenabled' tests XFAIL on NetBSD
2019-09-04 Rui UeyamaAdd a newline at the end of the file
2019-09-04 Michal Gorny[lldb] [test] Un-mark two commands/register tests XFAIL
2019-09-04 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-09-04 Fangrui Song[llvm-objcopy] Fix some identifier names in comments...
2019-09-04 Jim Lin[RISCV] Enable tail call opt for variadic function
2019-09-04 Alina Sbirlea[MemorySSA] Move two verify calls under expensive checks.
2019-09-04 Puyan Lotfi[NFC][llvm-ifs] Adding .ifs files to the test list...
2019-09-03 Reid KlecknerRevert [Windows] Disable TrapUnreachable for Win64...
2019-09-03 Heejin Ahn[WebAssembly] Compare functions by names in Emscripten...
2019-09-03 Vedant Kumar[llvm-profdata] Add mode to recover from profile read...
2019-09-03 Vedant Kumar[InstrProf] Tighten a check for malformed data records...
2019-09-03 Jan Korous[libclang][test][NFC] Split off fixture from tests.
2019-09-03 Philip Reames[GVN] Remove a todo introduced w/rL370791
2019-09-03 Amara Emerson[AArch64][GlobalISel] Legalize 128 bit divisions to...
2019-09-03 Amara Emerson[GlobalISel][CallLowering] Add support for splitting...
2019-09-03 Alina Sbirlea[MemorySSA] Disable MemorySSA use.
2019-09-03 Johannes Doerfert[Attributor] Use the delete API for liveness
2019-09-03 Johannes Doerfert[Attributor] Deduce "no-capture" argument attribute
2019-09-03 Bob Haarmanreland "[lld-link] implement -start-lib and -end-lib"
2019-09-03 Jonas Devlieghere[Driver] Remove duplicate option parsing (NFC)
2019-09-03 Bjorn Pettersson[CodeGen] Use FSHR in DAGTypeLegalizer::ExpandIntRes_MULFIX
2019-09-03 David BlaikieSkip MCJIT unit tests if LLVM is not configured for...
2019-09-03 Alina Sbirlea[MemorySSA] Re-enable MemorySSA use.
2019-09-03 Yaxun Liu[AMDGPU] Set default flat work group size to (1,256...
2019-09-03 Benjamin KramerUnbreak the build after r370798
next