platform/upstream/llvm.git
2018-07-25 Alex Lorenz[libc++] Follow-up to r337968: use an explicit cast...
2018-07-25 Fangrui Song[ELF] Fix linker-script-in-search-path.s
2018-07-25 Sam Clegg[CMake] Don't use LIBCXXABI_ENABLE_STATIC option before...
2018-07-25 Wolfgang Pieb[DWARF v5] Don't emit multiple DW_AT_rnglists_base...
2018-07-25 Jonas Devlieghere[dsymutil] Add support for generating DWARF5 accelerato...
2018-07-25 Petr Hosek[CMake] Don't install c++abi headers in standalone...
2018-07-25 Richard Trieu[ODRHash] Support hashing enums.
2018-07-25 Yonghong Songbpf: new option -bpf-expand-memcpy-in-order to expand...
2018-07-25 Eric FiselierWork around GCC bug in constexpr function
2018-07-25 Fangrui Song[ELF] Make linker-script-in-search-path.s robust per...
2018-07-25 Eric FiselierFix GCC build in C++14 w/o c++14 constexpr
2018-07-25 Eli Friedman[GlobalMerge] Handle llvm.compiler.used correctly.
2018-07-25 Rui UeyamaMake a test more robust.
2018-07-25 Eric FiselierRemove test which shouldn't have been committed
2018-07-25 Eric FiselierFix failing test under C++14
2018-07-25 Fangrui Song[ELF] Use search paths for --version-script=
2018-07-25 Alex Lorenz[libc++] Follow-up to r337960: specify lambda's return...
2018-07-25 Peter CollingbourneELF: Do not ICF SHF_LINK_ORDER sections.
2018-07-25 Sanjay Patel[SelectionDAG] try to convert funnel shift directly...
2018-07-25 Roman Tereshin[LSV] Look through selects for consecutive addresses
2018-07-25 Sanjay Patel[AArch, PowerPC] add more tests for legal rotate ops...
2018-07-25 Davide ItalianoRevert "[DataFormatters] Add formatter for C++17 std...
2018-07-25 Eric FiselierMake <experimental/filesystem> compile with gcc 4.8.5
2018-07-25 Eli Friedman[GlobalMerge] Allow merging globals with arbitrary...
2018-07-25 Eric Fiselier[libc++] Use __int128_t to represent file_time_type.
2018-07-25 Davide Italiano[DataFormatters] Add formatter for C++17 std::optional.
2018-07-25 Alexey Bataev[OPENMP] ThreadId in serialized parallel regions is 0.
2018-07-25 Florian HahnRevert r337904: [IPSCCP] Use PredicateInfo to propagate...
2018-07-25 Louis Dionne[libc++] Factor duplicate code into function templates
2018-07-25 Mikhail R.... [analyzer] Update SMT API documentation and methods
2018-07-25 Volodymyr Sapsai[Preprocessor] Stop entering included files after hitti...
2018-07-25 Martin StorsjoAdd missing 'override', fixing compilation with some...
2018-07-25 Martin Storsjo[COFF] Use comdat shared constants for MinGW as well
2018-07-25 Martin Storsjo[COFF] Hoist constant pool handling from X86AsmPrinter...
2018-07-25 Max Moroz[libFuzzer] Disable handle-unstable.test for ARM and...
2018-07-25 Mikhail R.... [analyzer] Fix compilation when LLVM_ENABLE_MODULES=ON
2018-07-25 Eli Friedman[LangRef] Clarify undefined behavior for function attri...
2018-07-25 Martin Storsjo[windows] Fix warning about comparing ints of different...
2018-07-25 Eli Friedman[ARM] Prefer lsls+lsrs over lsls+ands or lsrs+ands...
2018-07-25 Nick Desaulniers[clang:sema] de-duplicate getDepthAndIndex helpers
2018-07-25 Roman Tereshin[SCEV] Add [zs]ext{C,+,x} -> (D + [zs]ext{C-D,+,x}...
2018-07-25 Stella Stamenova[windows] Don't inline fieldFromInstruction on Windows
2018-07-25 Alexey Bataev[OPENMP] Exclude service expressions/statements from...
2018-07-25 Xinliang David LiAdd an option to specify the name of
2018-07-25 Ulrich WeigandFix corruption of result number in LegalizeVectorOps.cpp
2018-07-25 Stanislav Mekhanoshin[AMDGPU] Use AssumptionCacheTracker in the divrem32...
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...
next