platform/upstream/llvm.git
2018-07-25 Petr Hosek[CMake] Use LIBCXXABI_LIBDIR_SUFFIX in libc++abi build
2018-07-25 Stanislav MekhanoshinFix llvm::ComputeNumSignBits with some operations and...
2018-07-25 Pavel LabathRevert "dwarfgen: Add support for generating the debug_...
2018-07-25 Krzysztof Parzyszek[Hexagon] Properly scale bit index when extracting...
2018-07-25 Pavel Labathdwarfgen: Add support for generating the debug_str_offs...
2018-07-25 Jonas Devlieghere[ProcessGDBRemote] handle result from ConnectToDebugserver
2018-07-25 Stefan GranitzUse LLVM's new ItaniumPartialDemangler in LLDB
2018-07-25 Andres FreundMove JIT listener C binding fallbackks to ExecutionEngi...
2018-07-25 Jeremy Morse[XRay tests] Don't filter test-critical calls
2018-07-25 Alexey Bataev[OPENMP] Fix PR38256: Fix locations of the artificial...
2018-07-25 David CarlierFix tsan doc
2018-07-25 David Carlier[Docs] Update supported oses for safestack, ubsan,...
2018-07-25 Louis Dionne[NFC] Fix grammatical mistakes in libc++ FileTimeType...
2018-07-25 Pavel LabathRevert "dwarfgen: Add support for generating the debug_...
2018-07-25 Mikhail R.... [analyzer] Use the macro REGISTER_TRAIT_WITH_PROGRAMSTA...
2018-07-25 Mikhail R.... [analyzer] Removed API used by the Refutation Manager...
2018-07-25 Mikhail R.... [analyzer] Moved code from SMTConstraintManager to...
2018-07-25 Mikhail R.... [analyzer] Try to minimize the number of equivalent...
2018-07-25 Mikhail R.... [analyzer] Moved non solver specific code from Z3Constr...
2018-07-25 Mikhail R.... [analyzer] Implemented SMT generic API
2018-07-25 Mikhail R.... [analyzer] Create generic SMT Expr class
2018-07-25 Mikhail R.... [analyzer] Create generic SMT Sort Class
2018-07-25 Mikhail R.... [analyzer] Moved static Context to class member
2018-07-25 Mikhail R.... [analyzer] Create generic SMT Context class
2018-07-25 David Carlier[Asan][Msan] Unit tests Disable some tests for FreeBSD
2018-07-25 Petar Jovanovic[MIPS GlobalISel] Lower pointer arguments
2018-07-25 Jonas Hahnfeld[OMPT] Fix typo in test parallel/nested_thread_num.c
2018-07-25 Pavel Labathdwarfgen: Add support for generating the debug_str_offs...
2018-07-25 Jonas Paulsson[SystemZ] Use tablegen loops in SchedModels
2018-07-25 Pavel LabathFix PythonString::GetString for >=python-3.7
2018-07-25 Eric Liu[clangd] Use a sigmoid style function for #usages boost...
2018-07-25 Eric FiselierFix dangling reference in test
2018-07-25 Eric FiselierFix diagnostic test to tolerate Clang diagnosing it...
2018-07-25 Florian HahnRecommit r333268: [IPSCCP] Use PredicateInfo to propaga...
2018-07-25 Thomas Preud... Fix PR34170: Crash on inline asm with 64bit output...
2018-07-25 Paul Semel[llvm-objdump] Add dynamic section printing to private...
2018-07-25 Kirill Bobyrev[clangd] Introduce Dex symbol index search tokens
2018-07-25 Eric FiselierFix another typo in the FileTimeType docs
2018-07-25 Krasimir Georgiev[clang-format ]Extend IncludeCategories regex documentation
2018-07-25 Balazs Keri[ASTImporter] Add support for import of CXXInheritedCto...
2018-07-25 Eric FiselierFix typos, spelling, and grammar in the FileTimeType...
2018-07-25 Paul Semel[llvm-readobj] Generic hex-dump option
2018-07-25 Chandler Carruth[x86/SLH] Sink the return hardening into the main block...
2018-07-25 Chandler Carruth[x86/SLH] Improve name and comments for the main harden...
2018-07-25 Simon Atanasyan[mips] Replace custom parsing logic for data directives...
2018-07-25 Fangrui Songcc1_main: fix -Wsign-compare on FreeBSD
2018-07-25 Chijun Sima[Dominators] Assert if there is modification to DelBB...
2018-07-25 Craig Topper[X86] Use X86ISD::MUL_IMM instead of ISD::MUL for multi...
2018-07-25 Craig Topper[X86] Autogenerate complete checks and fix a failure...
2018-07-25 Eric FiselierFix bugs in create_directory implementation.
2018-07-25 JF BastienCodeGen: use non-zero memset when possible for automati...
2018-07-25 Eric FiselierFix missing includes in format_string.hpp helper
2018-07-25 Marshall ClowNew test support for comparisons. Reviewed as https...
2018-07-25 Eric FiselierMake <experimental/filesystem> explicitly require C...
2018-07-25 Eric FiselierEnsure path::iterator and PathParser share the same...
2018-07-25 Tom Stellard[RegisterBankInfo] Ignore InstrMappings that create...
2018-07-25 Petr Hosek[profile] Support profiling runtime on Fuchsia
2018-07-25 Eric FiselierAdd design docs for upcoming file_time_type change.
2018-07-25 Marshall ClowMark <span> as complete
2018-07-25 Chandler Carruth[x86/SLH] Teach the x86 speculative load hardening...
2018-07-25 Petr Hosek[CMake] Link static libunwind and libc++abi into libc...
2018-07-25 George Karpenkov[analyzer] Syntactic matcher for leaks associated with...
2018-07-25 Craig Topper[X86] Use a shift plus an lea for multiplying by a...
2018-07-25 Craig Topper[X86] Expand mul by pow2 + 2 using a shift and two...
2018-07-24 Raphael IsemannAdd unit tests for VMRange
2018-07-24 Matt Morehouse[sanitizer] Update symbolizer test.
2018-07-24 Craig Topper[X86] Use a two lea sequence for multiply by 37, 41...
2018-07-24 Craig Topper[X86] Add test cases for multiply by 37, 41, and 73.
2018-07-24 Craig Topper[X86] Change multiply by 26 to use two multiplies by...
2018-07-24 Petr Hosek[CMake] Include CMakeDependentOption in libunwind
2018-07-24 Petr Hosek[CMake] Option to control whether shared/static library...
2018-07-24 George KarpenkovRevert "[analyzer] Extend NoStoreFuncVisitor to insert...
2018-07-24 Jason MolendaAdd DumpRegisterValue.cpp.
2018-07-24 George Karpenkov[analyzer] Extend NoStoreFuncVisitor to insert a note...
2018-07-24 Rui UeyamaFix error messages for bad symbols.
2018-07-24 Benjamin Kramer[Sema] Destroy tokens in DeclaratorChunk params
2018-07-24 Hideki Saito[LV] Fix for PR38110, LV encountered llvm_unreachable()
2018-07-24 Benjamin Kramer[clangd] Guard fuzzer against empty inputs.
2018-07-24 Roman Tereshin[SCEV] Add zext(C + x + ...) -> D + zext(C-D + x +...
2018-07-24 Craig Topper[X86] When expanding a multiply by a negative of one...
2018-07-24 Richard SmithDon't lifetime-extend or track lifetime problems throug...
2018-07-24 Craig Topper[X86] Generalize the multiply by 30 lowering to generic...
2018-07-24 Raphael IsemannRemove unused History class
2018-07-24 Heejin Ahn[WebAssembly] Add tests for weaker memory consistency...
2018-07-24 Max Moroz[libFuzzer] Handle unstable edges by disregarding unsta...
2018-07-24 Craig Topper[X86] Change multiply by 19 to use (9 * X) * 2 + X...
2018-07-24 Jordan RupprechtRevert "[VFS] Cleanups to VFS interfaces."
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Move outlined function remark...
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Move target frame info into...
2018-07-24 Peter CollingbournePut "built-in" function definitions in global Used...
2018-07-24 Chandler Carruth[x86] Teach the x86 backend that it can fold between...
2018-07-24 Craig Topper[Inliner] Teach inliner to merge 'min-legal-vector...
2018-07-24 Craig Topper[X86] Add test case to show failure to combine away...
2018-07-24 Azharuddin... [docker] Fix LLVM_EXTERNAL_PROJECTS cmake variable...
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Make Candidates own their call...
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Move missed opt remark into...
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Sink some candidate logic into...
2018-07-24 Kuba Mracek[tsan] Fix crash in objc_sync_enter/objc_sync_exit...
2018-07-24 Erich KeaneRemove stale documentation from InternalsManual.rst
2018-07-24 Sam McCall[VFS] Cleanups to VFS interfaces.
next