platform/upstream/llvm.git
2019-08-22 Jonas Devlieghere[debugserver] Switch back to std::once_flag
2019-08-22 Joel E. Denny[lit] Diagnose insufficient args to internal env
2019-08-22 Joel E. Denny[OpenMP] Permit map with DSA on combined directive
2019-08-22 Davide Italiano[lldb] Replace std::once_flag with llvm::once_flag.
2019-08-22 Jonas Devlieghere[FormatManage] Fix the format info order
2019-08-22 Kristof Umann[analyzer] Enable control dependency condition tracking...
2019-08-22 Csaba Dabis[analyzer] CastValueChecker: Model isa(), isa_and_nonnull()
2019-08-22 Jonas Devlieghere[FormatManager] Add static_assert to keep formats in...
2019-08-22 Kristof Umann[analyzer] Don't track the condition of foreach loops
2019-08-22 Pengfei Wang[X86] Making X86OptimizeLEAs pass public. NFC
2019-08-22 Jason MolendaThe g_format_infos table needs to be updated in concert...
2019-08-22 Fangrui Song[COFF] Fix section name for constants larger than 64...
2019-08-22 Csaba Dabis[analyzer] CastValueChecker: Try to fix the buildbots
2019-08-22 Nico Webergn build: Merge r369605
2019-08-22 Csaba Dabis[analyzer] CastValueChecker: Rewrite dead header hotfix
2019-08-22 Petr Hosek[GWP-ASan] Remove c++ standard lib dependency.
2019-08-22 Csaba Dabis[analyzer] CastValueChecker: Store the dynamic types...
2019-08-22 Csaba Dabis[analyzer] TrackConstraintBRVisitor: Do not track unkno...
2019-08-22 Nico Webergn build: Merge r369600
2019-08-21 Cyndy Ishida[Object] FIX: update PlatformKind name in TapiFile
2019-08-21 Julian Lettner[TSan] #include header instead of forward declaring...
2019-08-21 Cyndy Ishida[Object] Add tapi files to object
2019-08-21 Craig Topper[X86] Correct the scheduler classes for TAILJMP and...
2019-08-21 Craig Topper[X86] Replace a couple hardcoded '5's with X86::AddrNum...
2019-08-21 Nico Weberlibcxx: Rename last two .hpp files in libcxx to .h
2019-08-21 Kristof Umann[analyzer] Mention whether an event is about a conditio...
2019-08-21 Jonas Devlieghere[test] Update test so it matches the Windows output
2019-08-21 Nico Webergn build: Merge r369591
2019-08-21 Nico Webergn build: Merge r369587
2019-08-21 Johannes Doerfert[Attributor] FIX: Try to make bots happy
2019-08-21 Matthias Gehre[LifetimeAnalysis] Support more STL idioms (template...
2019-08-21 Luis Marques[RISCV] Remove fix introduced by r369573, superseded...
2019-08-21 Kristof Umann[analyzer] Don't make ConditionBRVisitor events prunabl...
2019-08-21 Johannes Doerfert[Attributor] Fix: Gracefully handle non-instruction...
2019-08-21 Greg ClaytonAdd FileWriter to GSYM and encode/decode functions...
2019-08-21 Johannes Doerfert[Attributor][NFCI] Introduce tight iteration bounds...
2019-08-21 Alex LorenzNFCI: Simplify SourceManager::translateFile by removing...
2019-08-21 Jason MolendaWhen building file without debug info, include the...
2019-08-21 Kristof Umann[analyzer][NFC] Add different interestingness kinds
2019-08-21 Jonas DevlieghereAdd char8_t support (C++20)
2019-08-21 Benjamin KramerUse C++14 heteregenous lookup for a couple of std:...
2019-08-21 Luis Marques[RISCV] Fix use of side-effects in asserts in decoder...
2019-08-21 Cyndy Ishida[BinaryFormat] Teach identify_magic about Tapi files.
2019-08-21 Yuanfang ChenFix documentation build after rL369568
2019-08-21 Johannes Doerfert[Attributor][NFC] Fix copy & paste error
2019-08-21 Johannes Doerfert[Attributor][NFC] Remove leftover semicolon
2019-08-21 Johannes Doerfert[Attributor] Use existing unreachable instead of introd...
2019-08-21 Kristof Umann[analyzer] Mention whether an event is about a conditio...
2019-08-21 Richard SmithFix -Werror=unused-variable error after r369528.
2019-08-21 Nico Webergn build: Merge r369568
2019-08-21 Nico Webergn build: Make sync script not exit 1 if it writes...
2019-08-21 Florian Hahn[GVN] Do PHI translations across all edges between...
2019-08-21 Aaron BallmanRevert r369549 as it broke the bots.
2019-08-21 Yuanfang Chen[clang-tidy] Check for dynamically initialized statics...
2019-08-21 Nico WeberRevert r367389 (and follow-up r368404); it caused PR43073.
2019-08-21 Sam Clegg[WebAssembly] Handle aliases in WebAssemblyFixFunctionB...
2019-08-21 Craig Topper[MVT] Add v16f16 and v32f16 vectors.
2019-08-21 Craig Topper[TableGen] Include ValueTypes.td directly into the...
2019-08-21 Simon Atanasyan[mips] Replace call `expandLoadAddress` by `loadAndAddS...
2019-08-21 Simon Atanasyan[mips] Remove duplicated case from the `StringSwitch...
2019-08-21 Amaury Sechet[DAGCombiner] Remove mostly redundant calls to AddToWor...
2019-08-21 Mitch Phillips[docs] Add GwpAsan to toctree.
2019-08-21 Bob Haarman[lld-link] implement -lto-obj-path
2019-08-21 Florian Hahn[BitcodeReader] Check if we can create a null constant...
2019-08-21 Jordan Rupprecht[docs] Fix GwpAsan.rst
2019-08-21 Adrian PrantlGeneralize FindTypes with CompilerContext to support...
2019-08-21 Mitch PhillipsAdd newline to GWP-ASan sphinx document.
2019-08-21 Jordan Rupprecht[docs] Convert remaining command guide entries from...
2019-08-21 Mitch Phillips[GWP-ASan] Add public-facing documentation [6].
2019-08-21 Mitch Phillips[GWP-ASan] Build stack_trace_compressor_fuzzer.
2019-08-21 Leonard Chan[LTO] Always mark regular LTO units with EnableSplitLTO...
2019-08-21 Nathan HuckleberryFix -Wimplicit-fallthrough warnings in regcomp.c
2019-08-21 Alina Sbirlea[LoopPassManager + MemorySSA] Only enable use of Memory...
2019-08-21 Matt ArsenaultGlobalISel: Implement moreElementsVector for G_UNMERGE_...
2019-08-21 Philip ReamesAdd a couple of extra test noticed in post-commit discu...
2019-08-21 David Green[ARM] Formatting for ARMInstrMVE.td. NFC
2019-08-21 Nico Webergit-llvm: Make push --force suppress error on nothing...
2019-08-21 Ulrich Weigand[Sanitizer] Disable -Wframe-larger-than on SystemZ
2019-08-21 Nico Weberclang: Fix typo in comment
2019-08-21 Philip Reames[instcombine] icmp eq/ne (sub C, Y), C -> icmp eq/ne...
2019-08-21 Nico Weberclang: Fix typo in comment
2019-08-21 Nico Weberclang: Fix typo in comment
2019-08-21 Nico Webergit-llvm: Give "push" a --force flag to disable confirm...
2019-08-21 David Spickett[libcxx] Only declare contents of threading API when
2019-08-21 Nico Weberclang: Fix typo in comment
2019-08-21 Fangrui Song[ELF][ARM] Simplify some llvm-objdump tests with both...
2019-08-21 Nico Webercompiler-rt: Fix warning if COMPILER_RT_HAS_FCNTL_LCK...
2019-08-21 Nilanjana BasuImproving CodeView debug info type record's inline...
2019-08-21 Alexander Timofeev[AMDGPU] Prevent VGPR copies from moving across the...
2019-08-21 Guillaume Chatelet[LLVM][Alignment] Introduce Alignment In MachineFrameInfo
2019-08-21 Raphael Isemann[lldb][NFC] Merge multiple TestApropos.py
2019-08-21 Igor Kudrin[DWARF] Adjust return type of DWARFUnit::getLength().
2019-08-21 Luis Marques[RISCV] Add support for RVC HINT instructions
2019-08-21 Sam McCallreland [gtest] Fix printing of StringRef and SmallStrin...
2019-08-21 Simon AtanasyanAdd 9.0 release bug to merge request script
2019-08-21 Sam McCallRevert "[gtest] Fix printing of StringRef and SmallStri...
2019-08-21 Raphael Isemann[lldb] Add tests for 'settings remove' and fix error...
2019-08-21 Pavel LabathRecommit "Minidump/Windows: Fix module lookup""
2019-08-21 Pavel LabathFix two compiler warnings
2019-08-21 Raphael Isemann[lldb] Add tests for setting completions and enable...
next